insarlab / PySolid

A Python wrapper for solid Earth tides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install in centos

turkeymz opened this issue · comments

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.

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