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 unable to install signatory package. I have my virtual environment with Python version = 3.10.11, and I am launching pip install signatory but getting an error that torch must be installed on my virtual environment. I have already installed torch == 1.11.0, but still not able to install signatory. Here is the pip list FYI:
Also, here is the error that I get after launching pip install signatory:
File "/tmp/pip-build-env-gq9fys4v/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "/tmp/pip-build-env-gq9fys4v/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires
self.run_setup()
File "/tmp/pip-build-env-gq9fys4v/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 487, in run_setup
super().run_setup(setup_script=setup_script)
File "/tmp/pip-build-env-gq9fys4v/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 311, in run_setup
exec(code, locals())
File "<string>", line 23, in <module>
ImportError: PyTorch is not installed, and must be installed prior to installing Signatory.
Please note that I have tried launching pip install signatory==1.2.6.1.9. --no-cache-dir --force-reinstall to be compatible with the version of torch, but the error still exists. Any feedback or comment would be highly appreciated! Thank you!
The text was updated successfully, but these errors were encountered:
Dear @patrick-kidger et al -
I'm unable to install
signatory
package. I have my virtual environment with Python version = 3.10.11, and I am launchingpip install signatory
but getting an error thattorch
must be installed on my virtual environment. I have already installed torch == 1.11.0, but still not able to install signatory. Here is thepip list
FYI:Also, here is the error that I get after launching
pip install signatory
:Please note that I have tried launching
pip install signatory==1.2.6.1.9. --no-cache-dir --force-reinstall
to be compatible with the version of torch, but the error still exists. Any feedback or comment would be highly appreciated! Thank you!The text was updated successfully, but these errors were encountered: