Python anaconda conda issue: updating anaconda package impossible because processes are running -


i have issue updating anaconda's packages conda. when make conda update --all there issue says me:

error: unable remove files package: cryptography please close processes running code cryptography , try again. 

however, none process running, have cmd window open. same story when want update dateutile instance. if conda uses package , cannot update them? knows method close or remove packages in order reinstall them?

for information:

c:\anaconda3\scripts>conda info -a current conda install: platform : win-64 conda version : 3.11.0 conda-build version : 1.11.0 python version : 3.4.3.final.0 requests version : 2.6.2 root environment : c:\anaconda3 (writable) default environment : c:\anaconda3 envs directories : c:\anaconda3\envs package cache : c:\anaconda3\pkgs channel urls : https://conda.binstar.org/juanlu001/win-64/ https://conda.binstar.org/juanlu001/noarch/ https://repo.continuum.io/pkgs/free/win-64/ https://repo.continuum.io/pkgs/free/noarch/ https://repo.continuum.io/pkgs/pro/win-64/ https://repo.continuum.io/pkgs/pro/noarch/ config file : c:\users\maxime.condarc foreign system : false 

this situation improved in next version of conda, now, can use conda install -f cryptography force conda update cryptography.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -