Closed ghost closed 5 years ago
From the command line and spyder, it works. Where does it not work?
Also, according to the output of conda list
, you don't have any libraries from conda-forge. Was that intentional? If so, the issue is with the packages from the default channel (someone else) and not conda-forge (this repo)
Closing this b/c it looks like an env confusion and not a problem with the package.
Hi there, I am using Windows 10, PyCharm and Anaconda, which I downloaded today from the official website... I set up an environment and was just looking at how to make a basic map using cartopy and matplotlib
For improved readability, I use pastebin for extensive stuff, such as the rror message!
https://pastebin.com/srDr9sBt
It seems like the structure of my env is different from the one that is looked for, as it is looking in
C:\\Anaconda3\\envs\\Kevins_environment\\Library\\lib\\geos_c.dll
while searching for geos_c.dll finds it inC:\Anaconda3\envs\Kevins_environment\Library\bin
I tried simply copying, but it won't work!
my result for
conda info
no matter what I change - I cannot get active environment to show Kevins_environment (which it should, as I set it to be system interpreter) (I am giving you this output from PyCharm)
when I use it via cmd it actually works fine. this might be a configuration issue which I cannot wrap my head around?! Can anyone help with this please?
Edit: I just checked: When I use Spyder it works fine ...