Переустановка Anaconda не разрешает какую-либо форму при установке GEO PANDAS - PullRequest
0 голосов
/ 04 мая 2020

Поскольку я вчера переустановил ANACONDA, я не могу заставить GEO PANDAS работать должным образом: Вот мои подробности о версии Anaconda:

пакетов в окружении на C: \ Users \ 1800r \ anaconda3:

#

# Name                    Version                   Build  Channel
anaconda                  2020.02                  py37_0
Please review this exercise and review our new book for the most important English you would like to advance in.
active environment : base
    active env location : C:\Users\1800r\anaconda3
            shell level : 1
       user config file : C:\Users\1800r\.condarc
 populated config files : C:\Users\1800r\.condarc
          conda version : 4.8.2

What I tried:

Of course reinstalling Anaconda again.
I then added these lines of code in my Conda Command Window:

    envs_dirs:
      - /Users/nolan/newpath

I added a new environment here; C:\Users\1800r\env-dir
To deactivate I dothis:

$ conda deactivate

Then I did this:
conda create -n my_env geopandas ipykernel 
Then I added this: conda install -n base nb_conda_kernels

So GEOPANDAS shoes in TWO DIRECTORIES: C:\Users\1800r\anaconda3 and here:
C:\Users\1800r\anaconda3\envs\my_env 

In my conda shell command it reads: base) C:\Users\1800r> (when I install packages)
[enter image description here][1]

I am just not sure what is going wrong?

  [1]: https://i.stack.imgur.com/XaHMD.png
...