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

Docker: Unable to install with make: 'unable to guess build type' - in ubuntu:22.04 Docker container #65

Open
JColl88 opened this issue Apr 19, 2023 · 1 comment

Comments

@JColl88
Copy link

JColl88 commented Apr 19, 2023

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:

$ 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

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.

@olebole
Copy link
Contributor

olebole commented Nov 27, 2023

Just FYI: the python3-montagepy package is available on Ubuntu since version 20.04.

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