-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Attributes Runtime Errors #229
Comments
Hi, We recommend using the Docker image as that already has installed all the dependencies. Can you please paste the entire error log for your run? From what I can tell it looks like |
Hi @ICGog, Thanks for for the quick response and your advise! We have tried the Docker image twice, both gave the same attribute errors. Below is the entire error log: We have ensured that the simulator was running and that it was assigned to port 2000 and the port was open during the execution of Pylot as it was changing the map (town) along with the script. However, sometimes (not usually) it throws a timeout error. |
I've noticed in the logs that the GPU allocator is running out of memory while trying to load our models in the 3GB (possibly just 2GB because CARLA might use 1GB) available on your GPU. We recommend having available at least 12GB of GPU memory to run Pylot. Nonetheless, you can try to run a configuration of Pylot that doesn't deploy any models by executing: |
Mmmm.. I see, will try the command that doesn't deploy the models and will try running Pylot on a better pc, hopefully that'll get things fixed. Thanks @ICGog P.S. Sorry for the late reply |
Hi,
For a couple of weeks now, we have been trying to install and run Pylot platform to run on Carla Simulator so we can simulate our algorithms for our graduation project, but we keep getting a lot of errors, whenever we resolve one of the errors many others come up.
We have tried the docker version and the debian local version on several machines with different ubuntu 18.04 OS configuration settings using both Python2 and Python3, we even tried installing a fresh version of the OS and only install any dependencies required for Pylot, nothing more, unfortunately none of the previous attempts worked.
After installing all the dependencies and checking no compilation error would occur due to missing dependencies, and while ensuring Carla simulator is running, the following errors keep showing when trying to run Pylot, after checking the source code, these missing attributes are actually existing, but still compilation throws these errors.
We would appreciate any help that could be provided, as we have exhausted every option to resolve the errors, the internet has no clue about the errors, the Pylot official documentation doesn’t mention any resolution and the errors are unreasonable when trying to debug the source code ourselves. This issue is driving us crazy; as we’re not able to test any of our developed work.
Thanks in advance!
The text was updated successfully, but these errors were encountered: