I’m trying to install Rasa on a centOS7 VM, via the commandpip install rasa but I keep encountering this error :
ERROR: Could not install packages due to an EnvironmentError: ('Received response with content-encoding: gzip, but failed to decode it.', error('Error -3 while decompressing data: incorrect data check',))
Hi @aeu1, this isn’t something I’ve seen before, but let’s see if we can figure it out - which python is your venv on (3.6? 3.7?). Can you clone other git repositories to the same location without issues? Can you pip install any other packages?
Python 3.6, and it worked with some packages, and some other not.
Cloning the git repository works today … As well as installing with pip …
I’m working from home, so I guess that my company’s network settings was blocking some of the trafic.
That’s strange, but for now it seems to be working.