orbit icon indicating copy to clipboard operation
orbit copied to clipboard

error message of using pip install in Anaconda environment

Open wenouyang opened this issue 3 years ago • 1 comments

I was trying to install orbit under the Anaconda environment on Windows, and uses

pip install orbit-ml --user

and I got the following error message

WARNING: Ignoring invalid distribution -atplotlib (c:\users\uz\appdata\roaming\python\python37\site-packages)
Installing collected packages: pytz, pandas, matplotlib
ERROR: Could not install packages due to an OSError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\uz\\AppData\\Roaming\\Python\\Python37\\site-packages\\matplotlib\\mpl-data\\fonts\\ttf\\DejaVuSans-Bold.ttf'
Check the permissions.

wenouyang avatar Aug 28 '21 04:08 wenouyang

Do you want to provide the python and pip version of your environment? Do you want to update your pip?

pochoi avatar Aug 29 '21 08:08 pochoi