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
When running ./install.sh on joinmarket-clientserver-0.9.11 the script does not recognize the global python installation and terminates with this error:
INFO: pip is looking at multiple versions of joinmarket to determine which version is compatible with other requirements. This could take a while.
ERROR: Package 'joinmarket' requires a different Python: 3.13.1 not in '<3.12,>=3.8'
Joinmarket was not installed. Exiting.
The global version of python that pip is installing to is 3.11.11:
pip 24.0 from /home/.../.pyenv/versions/3.11.11/lib/python3.11/site-packages/pip (python 3.11)
The same error occurs with a global python installation of 3.8.20 and 3.12.8.
Is there a workaround? It's obviously a bug with ./install.sh.
The text was updated successfully, but these errors were encountered:
Installation also fails with when run as: /install.sh --python=python3.8
Editing install.sh to include python="python3.8" also throws the same error: ERROR: Package 'joinmarket' requires a different Python: 3.13.1 not in '<3.12,>=3.8'
Thanks but it didn't work for me. Is there any way to get it to work with Python: 3.13.1? I'm thinking maybe it's just install.sh that doesn't support that version of Python. Maybe a manual installation is a practical workaround?
When running ./install.sh on joinmarket-clientserver-0.9.11 the script does not recognize the global python installation and terminates with this error:
The global version of python that pip is installing to is 3.11.11:
pip 24.0 from /home/.../.pyenv/versions/3.11.11/lib/python3.11/site-packages/pip (python 3.11)
The same error occurs with a global python installation of 3.8.20 and 3.12.8.
Is there a workaround? It's obviously a bug with ./install.sh.
The text was updated successfully, but these errors were encountered: