We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm unable to install Montage via pip3 for Python versions >3.7; python3 -m pip install MontagePy throws:
pip3
python3 -m pip install MontagePy
ERROR: Could not find a version that satisfies the requirement MontagePy (from versions: none)
(This may be expected, but I couldn't find anything to indicate a maximum supported Python version.)
Trying instead to build from source via:
$ git clone https://github.com/Caltech-IPAC/Montage.git $ cd Montage $ make
throws the error configure: error: cannot guess build type; you must specify one
configure: error: cannot guess build type; you must specify one
Any ideas where this specification should be made?
I'm running this in the ubuntu:22.04 container, and have had similar trouble installing in jupyter/scipy-notebook:python-3.10.
ubuntu:22.04
jupyter/scipy-notebook:python-3.10
The text was updated successfully, but these errors were encountered:
Just FYI: the python3-montagepy package is available on Ubuntu since version 20.04.
Sorry, something went wrong.
No branches or pull requests
I'm unable to install Montage via
pip3
for Python versions >3.7;python3 -m pip install MontagePy
throws:ERROR: Could not find a version that satisfies the requirement MontagePy (from versions: none)
(This may be expected, but I couldn't find anything to indicate a maximum supported Python version.)
Trying instead to build from source via:
throws the error
configure: error: cannot guess build type; you must specify one
Any ideas where this specification should be made?
I'm running this in the
ubuntu:22.04
container, and have had similar trouble installing injupyter/scipy-notebook:python-3.10
.The text was updated successfully, but these errors were encountered: