-
Notifications
You must be signed in to change notification settings - Fork 160
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
import error: No module named trajoptpy #16
Comments
It would be easier to help if you pasted the verbose output of ctest. Next time run 'ctest --verbose' and paste the output. |
trajopt.txt |
Check PYTHONPATH and make sure you've added the source folder and the lib folder to PYTHONPATH. |
yes, I did. Thank you. Now it's working, but still few tests didn't pass through. |
What version of SymPy do you have installed? |
'em running a python code, but in python code 'em facing problem with these lines of code
actually the main error is importing trajopt as
ImportError: No module named trajoptpy
I have downloaded the github package of trajopt but after compiling I don't know PYTHONPATH is making problem or other dependency in my PC I have set the path as
now while ctest and running the python code it is making problem for me. ctest error is given as
can someone help me to fix trajopt problem?
The text was updated successfully, but these errors were encountered: