Instapy: ERROR: clarifai 2.6.2 has requirement configparser<4,>=3.5, but you'll have configparser 4.0.2 which is incompatible.

Created on 22 Sep 2019  路  6Comments  路  Source: timgrossmann/InstaPy

Hi can anyone help me? When i write pip install instapy in cmd i get this error:
ERROR: clarifai 2.6.2 has requirement configparser<4,>=3.5, but you'll have configparser 4.0.2 which is incompatible.`

Most helpful comment

Try "pip install clarifai --upgrade"

All 6 comments

I have the same error, did you find a way to fix it? I am a beginner and I am not sure how to replace configparser for an ulterior version inside the package or even if it is what I am supposed to do. I saw somewhere I had to modify the requirement.txt file but still confused about where this file is or if I should create it.

Try "pip install clarifai --upgrade"

Try "pip install clarifai --upgrade"

Yes, this one works for me, thank you!

Try "pip install clarifai --upgrade"

Yes, this one works for me, thank you!

Worked for me adding python3 -m

python3 -m pip install clarifai --upgrade

Try "pip install clarifai --upgrade"

thank u, work from me too!

Try "pip install clarifai --upgrade"

goodd

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Naramsim picture Naramsim  路  3Comments

thisishotdog picture thisishotdog  路  3Comments

n0sw34r picture n0sw34r  路  3Comments

deronsizemore picture deronsizemore  路  3Comments

drcyber975 picture drcyber975  路  3Comments