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
Trying to build pcrg-grpc4bmi against https://github.com/eWaterCycle/grpc4bmi/tree/newest-bmi-support with
docker build -t ewatercycle/pcrg-grpc4bmi:newest-bmi-support .
Fails with Could not find a version that satisfies the requirement black (from bmipy->grpc4bmi==0.2).
Could not find a version that satisfies the requirement black (from bmipy->grpc4bmi==0.2)
As Pcrglob is Python 3 compatible the Docker image should be rebuild to use Python 3.
The text was updated successfully, but these errors were encountered:
The ewatercycle/pcr-globwb_model Docker image needs to be updated to Python 3 first.
ewatercycle/pcr-globwb_model
Sorry, something went wrong.
Started on ewatercycle/pcr-globwb_model:py3pcr421image in https://github.com/eWaterCycle/PCR-GLOBWB_model/tree/bmi_fixes-docker-py3pcr421 using Python3 and ewatercycle/pcraster-container:421 image.
ewatercycle/pcr-globwb_model:py3pcr421
ewatercycle/pcraster-container:421
Run fails with unicode errors and index errors
No branches or pull requests
Trying to build pcrg-grpc4bmi against https://github.com/eWaterCycle/grpc4bmi/tree/newest-bmi-support with
docker build -t ewatercycle/pcrg-grpc4bmi:newest-bmi-support .
Fails with
Could not find a version that satisfies the requirement black (from bmipy->grpc4bmi==0.2)
.As Pcrglob is Python 3 compatible the Docker image should be rebuild to use Python 3.
The text was updated successfully, but these errors were encountered: