You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When running the
scenario_OpNavAttOD.py
script in the Basiliskexamples\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:
OS: Windows 10
Python version: 3.10.7
The text was updated successfully, but these errors were encountered: