Installation socketio module 'importlib._bootstrap' has no attribute 'SourceFileLoader' error

Installation socketio module 'importlib._bootstrap' has no attribute 'SourceFileLoader' error

carried out:

pip install --upgrade --ignore-installed setuptools

 

And then execute pip install socketio still can not successfully install

 

Download socketio tar.gz package installation source

 

python setup.py install (if you still have the above error, then re-execute a PIP  install  --upgrade --ignore-Installed setuptools )

Guess you like

Origin www.cnblogs.com/yaks/p/11575064.html