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

Update Dockerfile #131

Merged
merged 28 commits into from
Oct 20, 2023
Merged

Update Dockerfile #131

merged 28 commits into from
Oct 20, 2023

Conversation

jan-janssen
Copy link
Member

No description provided.

@jan-janssen
Copy link
Member Author

58.72 Could not solve for environment specs
58.72 Encountered problems while solving:
58.72   - package atomicrex-1.0.3-py39h4c9f21e_0 requires python >=3.9,<3.10.0a0, but none of the providers can be installed
58.72 
58.72 The environment can't be solved, aborting the operation

@jan-janssen jan-janssen reopened this Oct 19, 2023
@jan-janssen
Copy link
Member Author

Rebuild atomicrex for python 3.11 conda-forge/atomicrex-feedstock#27

@jan-janssen
Copy link
Member Author

#8 54.98 Encountered problems while solving:
#8 54.98   - package python-ace-0.2.8-py39h7633fee_0 requires python >=3.9,<3.10.0a0, but none of the providers can be installed
#8 54.98 

@jan-janssen
Copy link
Member Author

Added python 3.11 and python 3.12 support for python-ace in conda-forge/python-ace-feedstock#7

@jan-janssen
Copy link
Member Author

      8 from pyiron_base import ImportAlarm
----> 9 from matplotlib.docstring import copy as copy_docstring
     10 from pyiron_continuum.fenics.fix_plotting import plot as modified_fenics_plot
     11 with ImportAlarm(
     12         'fenics functionality requires the `fenics`, `mshr` modules (and their dependencies) specified as extra'
     13         'requirements. Please install it and try again.'
     14 ) as fenics_alarm:
ModuleNotFoundError: No module named 'matplotlib.docstring'

The bug is already fixed in pyiron/pyiron_continuum#215 so I guess we have to update the pyiron_continuum repository first.

@jan-janssen
Copy link
Member Author

The issue should be fixed by updating pyiron_continuum conda-forge/pyiron_continuum-feedstock#12

@jan-janssen jan-janssen reopened this Oct 20, 2023
@jan-janssen
Copy link
Member Author

File /opt/conda/lib/python3.11/site-packages/mp_api/client/__init__.py:7
      4 import os
      5 from importlib.metadata import PackageNotFoundError, version
----> 7 from .core import MPRestError
      8 from .mprester import MPRester
     10 try:
File /opt/conda/lib/python3.11/site-packages/mp_api/client/core/__init__.py:3
      1 from __future__ import annotations
----> 3 from .client import BaseRester, MPRestError
      4 from .settings import MAPIClientSettings
File /opt/conda/lib/python3.11/site-packages/mp_api/client/core/client.py:31
     28 from urllib3.util.retry import Retry
     30 from mp_api.client.core.settings import MAPIClientSettings
---> 31 from mp_api.client.core.utils import api_sanitize, validate_ids
     33 try:
     34     import boto3
File /opt/conda/lib/python3.11/site-packages/mp_api/client/core/utils.py:7
      4 from functools import cache
      5 from typing import Optional, get_args
----> 7 from maggma.utils import get_flat_models_from_model
      8 from monty.json import MSONable
      9 from pydantic import BaseModel
ImportError: cannot import name 'get_flat_models_from_model' from 'maggma.utils' (/opt/conda/lib/python3.11/site-packages/maggma/utils.py)

@jan-janssen jan-janssen merged commit 87dd315 into main Oct 20, 2023
@delete-merged-branch delete-merged-branch bot deleted the image_update branch October 20, 2023 15:35
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

Successfully merging this pull request may close these issues.

1 participant