Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing: install.sh not recognizing global python installation #1753

Closed
snoopy870 opened this issue Jan 5, 2025 · 4 comments
Closed

Comments

@snoopy870
Copy link

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.

@snoopy870
Copy link
Author

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'

@BTCBellyButton
Copy link
Contributor

Maybe this can help: #1730

@snoopy870
Copy link
Author

snoopy870 commented Jan 8, 2025

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?

@snoopy870
Copy link
Author

Error resolved. Downgraded to Python 11.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants