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
But it doesn’t go straight to python2.7 version?
– adventistaam
try anyway
– VINICIUS DE AGUIAR Benvinda
Then you try to install normally
– VINICIUS DE AGUIAR Benvinda
Blz. Thank you!!
– adventistaam