C:\Users\SRHERNA1\AppData\Local\conda\conda\envs\orekit_test\python.exe "C:/Users/SRHERNA1/Documents/0) STM/orekit_test2/hello_world.py" Traceback (most recent call last): File "C:/Users/SRHERNA1/Documents/0) STM/orekit_test2/hello_world.py", line 1, in <module> import orekit File "C:\Users\SRHERNA1\AppData\Local\conda\conda\envs\orekit_test\lib\site-packages\orekit\__init__.py", line 3, in <module> from . import _orekit ImportError: DLL load failed: The specified module could not be found.
Expected Behavior
"Hello World" printed to console. This code works when called in conda prompt, but not in Pycharm or Spyder, they both get the same error.
Actual Behavior
C:\Users\SRHERNA1\AppData\Local\conda\conda\envs\orekit_test\python.exe "C:/Users/SRHERNA1/Documents/0) STM/orekit_test2/hello_world.py" Traceback (most recent call last): File "C:/Users/SRHERNA1/Documents/0) STM/orekit_test2/hello_world.py", line 1, in <module> import orekit File "C:\Users\SRHERNA1\AppData\Local\conda\conda\envs\orekit_test\lib\site-packages\orekit\__init__.py", line 3, in <module> from . import _orekit ImportError: DLL load failed: The specified module could not be found.
Expected Behavior
"Hello World" printed to console. This code works when called in conda prompt, but not in Pycharm or Spyder, they both get the same error.
Steps to Reproduce
`import orekit
print("Hello World")`
Anaconda or Miniconda version:
(orekit_test) C:\Users\SRHERNA1>conda -V conda 4.5.4
Operating System:
Windows 7
conda info
conda list --show-channel-urls