Closed Orcuslc closed 6 years ago
I fixed this problem by using disutils.core.setup instead of setuptools, and use sudo python3 setup.py install to install the package in /usr/local/lib/python3.5/dist-packages.
disutils.core.setup
setuptools
sudo python3 setup.py install
/usr/local/lib/python3.5/dist-packages
8
I fixed this problem by using
disutils.core.setup
instead ofsetuptools
, and usesudo python3 setup.py install
to install the package in/usr/local/lib/python3.5/dist-packages
.