drrelyea / spgl1

Port of SPGL1 to python
GNU Lesser General Public License v2.1
45 stars 29 forks source link

fix import error and a type error in reshape #9

Closed Orcuslc closed 6 years ago

Orcuslc commented 6 years ago

8

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.