You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a DockerFile to run this pre-trained network on OSX, however I encountered some problems intstalling torch_scatter and the problems seems to come from the Python Version. Can someone help me building the DockerFile correctly?
> [13/13] RUN pip3 install torch_scatter>=1.3.0:
#16 0.955 WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
#16 0.955 Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
#16 0.955 To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
#16 0.955 DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
#16 1.552 ERROR: Command errored out with exit status 1:
#16 1.552 command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-qebgirgt/torch-scatter_f7452704942b4c9589c7aac19760b7c1/setup.py'"'"'; __file__='"'"'/tmp/pip-install-qebgirgt/torch-scatter_f7452704942b4c9589c7aac19760b7c1/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-b3adgb6a
#16 1.552 cwd: /tmp/pip-install-qebgirgt/torch-scatter_f7452704942b4c9589c7aac19760b7c1/
#16 1.552 Complete output (6 lines):
#16 1.552 Traceback (most recent call last):
#16 1.552 File "<string>", line 1, in <module>
#16 1.552 File "/tmp/pip-install-qebgirgt/torch-scatter_f7452704942b4c9589c7aac19760b7c1/setup.py", line 47
#16 1.552 sources = [main, osp.join(extensions_dir, 'cpu', f'{name}_cpu.cpp')]
#16 1.552 ^
#16 1.552 SyntaxError: invalid syntax
#16 1.552 ----------------------------------------
#16 1.553 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
#16 1.573 WARNING: You are using pip version 20.3; however, version 20.3.4 is available.
#16 1.573 You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
------
executor failed running [/bin/sh -c pip3 install torch_scatter>=1.3.0]: exit code: 1
The text was updated successfully, but these errors were encountered:
I'm trying to build a DockerFile to run this pre-trained network on OSX, however I encountered some problems intstalling torch_scatter and the problems seems to come from the Python Version. Can someone help me building the DockerFile correctly?
ERROR:
The text was updated successfully, but these errors were encountered: