-
-
Notifications
You must be signed in to change notification settings - Fork 27
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 in pyproject.toml prevents installation #322
Comments
Hmm, this seems like the same error that's affecting CI: https://github.com/carbonplan/cmip6-downscaling/actions/runs/7481669313/job/20363706596 |
@fivegrant thanks for opening this! Going to try to push a fix so that this is installable. |
Main should be working now! |
Thanks! Works for now when I install via |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I keep encountering a bug while installing
cmip6_downscaling
. I have tried three methods of installationpip install cmip6_downscaling
python -m pip install cmip6_downscaling
pip install -e .
(after cloning the repository)I tried this in the official Docker containers for Python 3.8, 3.10 and 3.12 and got the same result.
Steps to Reproduce
docker pull python:3.12 docker run -it python:3.12 /bin/bash pip install cmip6_downscaling # once your in the container
Logs
Example of bug running in the 3.8 Container
The text was updated successfully, but these errors were encountered: