Replies: 2 comments
-
It seems the problem here is that you do not have CMake installed. It is needed in order to build the driver To manually attempt building you can start a prompt and run >>> import msise00.base
>>> msise00.base.build() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Correct @danielk333 thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello scivision,
I'm a python amateur and am having some troubles with the msise00 installation and initialization. After following all of the steps in the readme, and installing MSYS2 64bit, I'm hitting the following errors when I try to call msise00 functions:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Python37\\lib\\site-packages\\msise00\\msise00_driver.exe'
and
FileNotFoundError: CMake not available
As far as I can tell,
msise00_driver.exe
is not included in the base package, so it's searching for a non existent file. I've verified that this .exe is not in my site-packages (or anywhere on my C: drive). Is this something that gets generated by the package?Running
pytest msise00
produces similar failures reports regarding inability to locatemsise00_driver.exe
and thatCMAKE is not available
.I'd appreciate any support you're able to provide on this issue. Thanks!
austinprater11@gmail.com
Full err output below:
Beta Was this translation helpful? Give feedback.
All reactions