File "/usr/local/lib/python3.6/dist-packages/setuptools-33.1.1-py3.6.egg/setuptools/command/easy_install.py", line 51, in <module>
File "/usr/local/lib/python3.6/dist-packages/setuptools-33.1.1-py3.6.egg/setuptools/archive_util.py", line 11, in <module>
ImportError: cannot import name 'ContextualZipFile'
I googled how to deal with this kind of error, and some people tell that 'ContextualZipFile' in archive_util.py doesn't have to be installed so I just need to comment that out.
Although, I couldn't find '/usr/local/lib/python3.6/dist-packages/setuptools-33.1.1-py3.6.egg/setuptools/archive_util.py',
I did that comment out solution to the all files below, which I got by doing find-command-research
Question
Jeffer
I'm trying to install wiringpi by following the instruction given here https://github.com/Pavelectric/WiringPi_M4.
Most of the steps that I followed worked fine but when I do the very last command below,
I get a following error,
I googled how to deal with this kind of error, and some people tell that 'ContextualZipFile' in archive_util.py doesn't have to be installed so I just need to comment that out.
Although, I couldn't find '/usr/local/lib/python3.6/dist-packages/setuptools-33.1.1-py3.6.egg/setuptools/archive_util.py',
I did that comment out solution to the all files below, which I got by doing find-command-research
Now I don't know what to do here... It is very nice if anyone can help me get out of this darkness...
Thank you,
Link to comment
Share on other sites
2 answers to this question
Recommended Posts