Skip to content
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

[BUG] COAST install on windows 10 #604

Open
1 task done
jasontempestholt opened this issue Dec 2, 2022 · 1 comment
Open
1 task done

[BUG] COAST install on windows 10 #604

jasontempestholt opened this issue Dec 2, 2022 · 1 comment
Assignees

Comments

@jasontempestholt
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Installation with environment.yml doesn't work on windows 10. It can't install graphics rendering in spyder or pycharm

Installation with python 3.10 fixes this (and appears to work with other things).
Could add a note to 'getting started' page to cover this

conda create --name coast_dev --file requirements.txt -c conda-forge
in branch feature/535_stratification_diag

works fine

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:
- python:

Anything else?

No response

@b-barton
Copy link
Collaborator

b-barton commented Nov 3, 2023

I also had a similar issue installing on windows. The environment built ok. I then did a "conda install -c bodc coast". When importing coast I got the error "ImportError: DLL load failed while importing _imaging: The specified module could not be found."
This was fixed by:
conda install -c conda-forge matplotlib
conda install -c conda-forge dask
conda uninstall scipy
conda install scipy

I now have matplotlib version 3.7.1, dask version 2023.2.0 and scipy version 1.10.1. I'm not 100% sure the conda dask install was needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants