Skip to content

Tag: pip

bug in installing pyinstaller

So I tried the pip install pyinstaller command and thats what happened: So I had this bug: Does anyone know how I can solve it?? Answer The error says: Try installing wheel first. mostly the error describes itself. try going through them carefully, it will save you lot of debugging time. Run this command: Let…

Spacy Installation error in python, with pip command

Thanks for looking into this, I was trying to install spacy with python 3.8 ( I tried it with 3.7.9 interpreter too ) But apparently It has been giving me following errors. Command used pip install spacy can you please suggest me possible fixes ? Answer There may be a problem with your pip cache and/or your p…

Errors in installing keras using pip?

I am trying to install Keras library using pip in windows 10. I have all the requirements installed, python>=3.8, pip>=20.0.0, NumPy, pandas, matplotlib, virtualenv. But I’m getting the following error. I thought this error was caused due to improper installation of h5py & hdf5. I tried instal…

Could not install packages due to a EnvironmentError Pip

I am installing Flask using the pip install flask command. Can somebody help me? When installing a package I get these errors and warnings: Answer It seems that you have a slow connection to the server. Try increasing the timeout: and then do the pip install. You can also try: Or if you’re trying to ins…

Python, Error while installing matplotlib

OS: Windows 10 Python ver: 3.9.0 Error code: I tried: didn’t work. and then I tried: didn’t solve the problem. I read on SO that maybe if I open the shell in administrator mode it could solve the problem but it didn’t work too. I saw someone mentioning ez-setup for this error code. I install…