Reputation
Badges 1
57 × Eureka!(with the right branch, commit and all...)
in the clone I see "Environment setup completed successfully" and nothing about timeout
when i connect to the VM and run the script from the the git repo that was clonned by trains at ".trains/venvs-builds/3.5/task_repository/agroscoutai.git" it works but when i run it from the board bt enque it to the worker it fails on the error "ImportError: No module named 'help_models'"
I do see on the web app link to documentation but it shows only the documentation on the free section
if i understand correctly it clones the git, install all packages and run the script so if I have something in the git repo it should be cloned... am I missing something?
where can i see it? to where the project is clonned?
maybe it cloned the wrong branch?
but it found the requirements.txt and install all packages and it was the one one the right branch... how can I specify from which branch to clone it the trains.conf?
If the link is visible only after I buy it then I can't see it right now (iI wanted to read about it before) if it is visible on the free trains allegro then I can't find it :/
i run it from the Allegro dashboard by sending it to a worker
"And the git is registered on the experiment correctly ?" how can I check it? (it is the same git repo were the script is running just in different dir...
project/stages/alegro_api
project/help_modls
"what's the trains/trains-agent/trains-server versions ?" how can I check it?
I ran it till the end first time and it ended successfully but i put the trains commend line on comment so i didn't see it on trains,,, so i ran it again and stoped it at the middle...
I read https://allegro.ai/docs/ but it is only for the open source of trains...
it is my first time using Allegro so I am new to this...
@ https://app.slack.com/team/UT8T0V3NE any idea for what is the reason they are not listed there?
@ https://app.slack.com/team/UT8T0V3NE ok so I see the packages that are listed are the ones that are imported on the python script that runs but it doesn't include the ones it needs from imports from other inner classes... I guess it is the way it works, so i need to specify all the packages that are not on the py script i run? (all the packages that the inner classes are using)
so yea... the packages are not there...