Skip to content
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

ModuleNotFoundError: No module named 'intel_realsense_devices' when running through different shells. #23

Open
AbdelRahmanNasser20 opened this issue Jul 6, 2022 · 0 comments

Comments

@AbdelRahmanNasser20
Copy link
Contributor

In the device.py class I need to import driver class.

def init(self):
    """
    import intel real sense driver and initializes the device.
    Circular buffers that contain data for each frame type

    """
    
    from intel_realsense_devices.driver import Driver
    #from driver import Driver

'
There are two ways I can do it I can either: from intel_realsense_devices.driver import Driver
This way works when I run it through ipython

The other way is: from driver import Driver
This way works when I run it through powershell.

If were to swap the two and run them each again I get the following error:
ModuleNotFoundError: No module named 'intel_realsense_devices'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant