Reputation
Badges 1
42 × Eureka!It was set to true earlier, I changed it to false to see if there would be any difference but doesn’t seem like it
AgitatedDove14 worked like a charm, thank you!
Yeah, I’m trying to connect to my own server, and I installed trains-agent
on a vm. How could I diagnose the issue?
i ran ping <IP HERE>:8008
, it returnsping: <ip-here>:8008: Name or service not known
Yeah, the command is executed and nothing is returned.
TimelyPenguin76 thanks! Do you know when the next version will be released?
The VM ip is 153.73.X.Y and the trains-server IP is 34.74.X.Y
Since I'm running a pipeline, does this mean I have to execute each task of the pipeline individually and manually? Then uncomment task.execute_remotely()
from each task and then run via trains-agent
?
AgitatedDove14 Yes, I understand that, but as I mentioned earlier, I don't want to have to edit installed_packages
manually, as others will also be running the same scripts from their own local development machines. This is why I was inquiring about the requirements.txt
file, so that this manual editing would not have to be done by each person running the same scripts.
Additionally, since I'm running a pipeline, would I have to execute each task in the pipeline locally(but still...