-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Pyrealsense2 - Terminal Works, Pycharm Doesn't #4089
Comments
Hi @kat-mcg-lin ,
|
Hi! I have run the export PYTHONPATH line before and even tried different locations, although I don't know/understand how to add it to the ~/.bashrc, is that a physical file I can open? Also just tried running the other two lines you mentioned, the nano one returned the error: the second line had no return but also no error |
Hi @kat-mcg-lin , |
Sounds good! |
I have been using pycharm on my jetson nano with small simple codes (I'm new to python and wanted to test out basic commands) and now that I want to start using the cameras I went to install pyrealsense2. I followed the instructions here: https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python
but pycharm never recongizes pyrealsense2 when I try to import it
However, when I use python3 command in my terminal I can import pyrealsense2 just fine- is there something I'm missing to make Pycharm work?
#3838 --> exact issue as this person!
@RealSense-Customer-Engineering @RealSenseCustomerSupport any assistance?
The text was updated successfully, but these errors were encountered: