During installation of v2.0 I get the following error:
$ pip3 install DeepTCR==2.0
Collecting DeepTCR==2.0
Downloading DeepTCR-2.0.tar.gz (214 kB)
Preparing metadata (setup.py) ... done
Collecting absl-py==0.11.0 (from DeepTCR==2.0)
Using cached absl_py-0.11.0-py3-none-any.whl.metadata (2.4 kB)
Collecting astunparse==1.6.3 (from DeepTCR==2.0)
Using cached astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting biopython==1.76 (from DeepTCR==2.0)
Using cached biopython-1.76.tar.gz (16.3 MB)
Preparing metadata (setup.py) ... done
Collecting cachetools==4.1.1 (from DeepTCR==2.0)
Using cached cachetools-4.1.1-py3-none-any.whl.metadata (4.4 kB)
Collecting certifi==2020.12.5 (from DeepTCR==2.0)
Using cached certifi-2020.12.5-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting chardet==3.0.4 (from DeepTCR==2.0)
Using cached chardet-3.0.4-py2.py3-none-any.whl.metadata (3.2 kB)
Collecting cycler==0.10.0 (from DeepTCR==2.0)
Using cached cycler-0.10.0-py2.py3-none-any.whl.metadata (722 bytes)
Collecting gast==0.3.3 (from DeepTCR==2.0)
Using cached gast-0.3.3-py2.py3-none-any.whl.metadata (1.1 kB)
Collecting google-auth==1.23.0 (from DeepTCR==2.0)
Using cached google_auth-1.23.0-py2.py3-none-any.whl.metadata (3.3 kB)
Collecting google-auth-oauthlib==0.4.2 (from DeepTCR==2.0)
Using cached google_auth_oauthlib-0.4.2-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting google-pasta==0.2.0 (from DeepTCR==2.0)
Using cached google_pasta-0.2.0-py3-none-any.whl.metadata (814 bytes)
Collecting grpcio==1.34.0 (from DeepTCR==2.0)
Using cached grpcio-1.34.0.tar.gz (21.0 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [16 lines of output]
/tmp/pip-install-zej631z9/grpcio_d2a2786d00284430a6efaa264fb9383c/setup.py:31: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-zej631z9/grpcio_d2a2786d00284430a6efaa264fb9383c/setup.py", line 229, in <module>
if check_linker_need_libatomic():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-install-zej631z9/grpcio_d2a2786d00284430a6efaa264fb9383c/setup.py", line 176, in check_linker_need_libatomic
cpp_test = subprocess.Popen([cxx, '-x', 'c++', '-std=c++11', '-'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mnt/Data/Liza/deeptcr_env/lib/python3.12/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/mnt/Data/Liza/deeptcr_env/lib/python3.12/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'c++'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Hi!
I have some issues during installation of the package. It works for all versions until 1.3., but not for the later ones.
v1.4 cannot be found, which is very weird since pip3 lists 1.4.x versions:
During installation of v2.0 I get the following error: