How to enable conda update - complete error "Unfulfilled package specifications"

This is the error I get

error

I did what I suggested and received information about installed versions pykitand bottleneck.

Here pykit:

pykit info

Here bottleneck:

bottleneck

I figured it pykituses numpy 1.8, while it bottlenecklists numpy 1.10as a dependency. numpyversion 1.10 is installed. I don’t know exactly what these packages do, so I didn’t want to get confused when deleting packages.

One guide on the Continuum Developer blog says to run a team conda remove anaconda. It did not help. (edit) As you can see:

enter image description here

I still get the same error. So what is the best way to solve this problem?

+4

Source: https://habr.com/ru/post/1621726/


All Articles