You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to install the easyocr without upgrading pip due to some limitations.
so, when I do it I get the below error
from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid
ImportError: cannot import name 'InvalidSchemeCombination' from 'pip._internal.exceptions' (C:\Tools\Squish\python3\lib\site-packages\pip_internal\exceptions.py)
The text was updated successfully, but these errors were encountered:
I want to install the easyocr without upgrading pip due to some limitations.
so, when I do it I get the below error
from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid
ImportError: cannot import name 'InvalidSchemeCombination' from 'pip._internal.exceptions' (C:\Tools\Squish\python3\lib\site-packages\pip_internal\exceptions.py)
The text was updated successfully, but these errors were encountered: