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

ImportError: DLL Load Failed for _camera Module in OpNav Scenario on Windows #853

Open
Nyselmech opened this issue Nov 19, 2024 · 0 comments

Comments

@Nyselmech
Copy link

When running the scenario_OpNavAttOD.py script in the Basilisk examples\OpNavScenarios\scenariosOpNav directory, the program fails to import the _camera module due to a missing or inaccessible DLL file. The error message indicates that "The specified module could not be found."

Error message:

D:\Basilisk\examples\OpNavScenarios\scenariosOpNav>python scenario_OpNavAttOD.py
Traceback (most recent call last):
  File "D:\Basilisk\examples\OpNavScenarios\scenariosOpNav\scenario_OpNavAttOD.py", line 70, in <module>
    import BSK_OpNavDynamics, BSK_OpNavFsw
  File "D:\Basilisk\examples\OpNavScenarios/modelsOpNav\BSK_OpNavDynamics.py", line 36, in <module>
    from Basilisk.simulation import (spacecraft, extForceTorque, simpleNav,
  File "D:\Basilisk\dist3\Basilisk\simulation\camera.py", line 15, in <module>
    from . import _camera
ImportError: DLL load failed while importing _camera: The specified module could not be found.

OS: Windows 10
Python version: 3.10.7

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