Install the Six package in the python3.7 project

Asked

Viewed 35 times

0

I’m trying to install that project on my computer, but I’m not getting

I already installed python3.7 and when I execute command sudo python3.7 setup.py install, I have at the end the following result

error: six 1.11.0 is installed but six~=1.12 is required by {'astroid'}

I’ve tried to use that

sudo python3 -m pip install six

and so

pip install six

It says that the version I have installed is 1.15.0

I was trying to that tutorial here but does not leave the first video

Pip install Six

1 answer

0

Try to use the

pip install six==1.12.0
pip install -r requirements.txt

if it doesn’t work(only if it doesn’t) try this

pip install -U six
pip install astroid

Browser other questions tagged

You are not signed in. Login or sign up in order to post.