-
Notifications
You must be signed in to change notification settings - Fork 112
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
Testing OGGM leads to errors on Windows #870
Comments
Hi @WFurian ! Thanks for trying OGGM! We have stopped a while ago to test the model on Windows because of several issues. From your report I can see a couple of things going badly in OGGM (the I don't know really what to do from here - we don't really have the bandwidth to support windows anymore (and should make this clearer on the docs), but I would welcome fixes to the above mentioned problem(s). In the meantime, you can try OGGM either on MyBinder or on our hub (if you want I can add you to our github organization, provided you give us just a little more information about who you are ;-). More infos here: https://docs.oggm.org/en/latest/cloud.html |
I have the same problem, can you please tell me how you solved it. |
OGGM does not work on Windows. Depending on the purpose you would like to use OGGM for, there are different routes you could take when working on a windows machine.
|
I'm trying to install
OGGM
on a Windows 10 machine using conda. I successfully downloaded all the dependencies, however, when I runpytest --pyargs oggm
the test runs for 10 to 30 minutes and concludes with some errors:The detailed failure output is attached at the bottom for better readability, but the conclusion is:
10 failed, 150 passed, 63 skipped, 24 warnings in 1755.93s (0:29:15)
I've tried to run OGGM nevertheless, but I run into issues when following the
getting started
notebook in my conda environment in PyCharm. I get through it untilgdirs = workflow.init_glacier_regions(rgi_ids, from_prepro_level=2, prepro_border=80)
produces an error.The
KeyError: "filename 'RGI60-11.00\\\\RGI60-11.00787.tar.gz' not found"
seems to mean that the downloaded glacier data is not found again. I'm not sure how I can fix this - where is the data stored after the download?Detailed list of failures for the OGGM testing run:
The text was updated successfully, but these errors were encountered: