deepsphere / deepsphere-pytorch

DeepSphere: a graph-based spherical CNN (PyTorch)
https://arxiv.org/abs/2012.15000
MIT License
152 stars 29 forks source link

No module named 'pygsp.graphs.nngraphs.spherehealpix' #4

Closed gaozhangyang closed 4 years ago

gaozhangyang commented 4 years ago

root@6482b2ce164f:/usr/data/gzy# pip install git+https://github.com/Droxef/pygsp.git@6b216395beae25bf062d13fbf9abc251eeb5bbff#egg=PyGSP Collecting PyGSP Cloning https://github.com/Droxef/pygsp.git (to revision 6b216395beae25bf062d13fbf9abc251eeb5bbff) to /tmp/pip-install-mox7o3jf/pygsp ERROR: Command errored out with exit status 1: command: /usr/data/gzy/software/anaconda3/envs/ML/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-mox7o3jf/pygsp/setup.py'"'"'; file='"'"'/tmp/pip-install-mox7o3jf/pygsp/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-xkq5bw01 cwd: /tmp/pip-install-mox7o3jf/pygsp/ Complete output (7 lines): Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-mox7o3jf/pygsp/setup.py", line 11, in long_description=open('README.rst').read(), File "/usr/data/gzy/software/anaconda3/envs/ML/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 2512: ordinal not in range(128)

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.