-
Notifications
You must be signed in to change notification settings - Fork 782
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
issue building wheel for cartopy (Windows 11) #93
Comments
I had the same problem under Windows 10 with cartopy and mayavi. I found a solution that worked for me. First I tried to install the packages with conda (this didn't work for me):
The dependency solver was extremely slow. Therefore, I installed Miniforge to use mamba, instead of conda. With mamba the dependency solver seems to be faster. After installing Miniforge, I used the following commands (replace {user} with your Windows user name in the instructions below):
If you're using VSCode, you need to select the Python environment: Select Interpreter -> Enter interpreter path... -> "C:\Users{user}\AppData\Local\miniforge3\envs\imagebind" You can get the location of your mamba environments using the command: mamba env list |
Thanks! This also helps on MacOS (M2). |
Can confirm this is an issue on M2 Mac as well. |
Im not sure how to fix this error on windows 11:
The text was updated successfully, but these errors were encountered: