timduly4 / pyglow

Upper atmosphere climatological models in Python
MIT License
102 stars 56 forks source link

How can I install this in Windows system? #141

Open Growapples opened 3 years ago

Growapples commented 3 years ago

Generally I use "python setup.py install" ,but this time, the following error occurred:

running install running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building extension "igrf11py" sources target build\src.win-amd64-3.7\src\pyglow\models\dl_models\igrf11\igrf11pymodule.c does not exist: Assuming igrf11pymodule.c was generated with "build_src --inplace" command. Yes! Using 'src/pyglow/models/dl_models\igrf11\igrf11pymodule.c' as up-to-date target. f2py options: [] adding 'build\src.win-amd64-3.7\src/pyglow/models/dl_models\igrf11\fortranobject.c' to sources. adding 'build\src.win-amd64-3.7\src/pyglow/models/dl_models\igrf11' to include_dirs. error: f2py target_c file 'build\src.win-amd64-3.7\src/pyglow/models/dl_models\igrf11\fortranobject.c' not found

my numpy version is 1.21.2, how can I deal with this, thank you.

bharding512 commented 3 years ago

We don't have the bandwidth to test this on Windows installations, but if you find a way, we welcome PRs