insarlab / PySolid

A Python wrapper for solid Earth tides
GNU General Public License v3.0
63 stars 9 forks source link

How to install in centos #25

Closed turkeymz closed 2 years ago

turkeymz commented 2 years ago

I want to install this package in centos, and this machine haven't anaconda. So I have to build and install locally. But I encountered this error when I followed the steps of readme.

ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/pyserver_dev/PySolid/setup.py'"'"'; __file__='"'"'/home/pyserver_dev/PySolid/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-_iefdv6v/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/python3/include/python3.6m/pysolid Check the logs for full command output.
yunjunz commented 2 years ago

Please be more specific so that I could understand and re-produce your process.