0

I needed to upgrade my python to install SNScrape. After I upgrade the python, there is an error whenever I try to install packages. In the error screenshot, it says ImportError: cannot import name 'InvalidSchemeCombination' from 'pip._internal.exceptions' (C:\Users\ASUS\anaconda3\lib\site-packages\pip_internal\exceptions.py).

I am working on Anaconda prompt, windows 10. Can somebody help me? Should I just re-install the Anaconda? Thank you

1 Answers1

0

Maybe you can upgrade python to 3.9

Then reinstall pip(upgrade it)

py -m pip install -U pip