-
Notifications
You must be signed in to change notification settings - Fork 190
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
[Help Request] build scenario failed #2125
Comments
@beark007, it appears like you may have a python environment issue. The Would you happen to somehow have added If you try the python
>>> import sys
>>> sys.path
>>> [os.path.abspath(p) for p in sys.path]
# example output
['/home/dev/repo/SMARTS', '/home/dev/anaconda3/lib/python39.zip', '/home/dev/anaconda3/lib/python3.9', '/home/dev/anaconda3/lib/python3.9/lib-dynload', '/home/dev/repo/SMARTS/.venv/lib/python3.9/site-packages', '/home/dev/repo/SMARTS/__editable__.smarts-1.4.0.finder.__path_hook__'] |
print info:
|
After installing the environment under a new python, it still fails to build the scenario. |
I have never seen this error before and have not yet been able to reproduce the error for that commit. The system path is not suggesting anything.
I am going to attempt to emulate the error and see if I can force the correct import order.
|
Many thanks! |
It appears like it may be related to Pycharm debug: https://stackoverflow.com/a/68985644 What I might be able to do here is forcefully reload the module if I think I am going to have to deprecate and rename |
@beark007 I have merged in a fix that should resolve the issue. |
High Level Description
1.install
pip install -e '.[camera_obs,train,test,envision]' --config-settings editable_mode=strict
2.build scenario
3.problem
Version
master
commit:6ffa83fca9dda7
Operating System
Ubuntu 20.04
Problems
build scenario failed.
No response
The text was updated successfully, but these errors were encountered: