You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our readthedocs builds are failing because of a confusing dependency conflict. Full error:
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
Could not solve for environment specs
The following packages are incompatible
├─ cryptography ==44.0.0 py312hda17c39_0 is requested and can be installed;
└─ pyopenssl ==21.0.0 pyhd8ed1ab_0 is not installable because it requires
└─ cryptography >=3.3,<39.0a0 , which conflicts with any installable versions previously reported.
I'm confused because the conda-linux-64.lock.yml in the successful and failed builds both use cryptography ==44.0.0 and pyopenssl ==21.0.0. The mamba versions are also the same.
I tried adding cryptography<39.0a0 to pyproject.toml but got a slew of other dependency issues.
The text was updated successfully, but these errors were encountered:
Our readthedocs builds are failing because of a confusing dependency conflict. Full error:
I'm confused because the
conda-linux-64.lock.yml
in the successful and failed builds both usecryptography ==44.0.0
andpyopenssl ==21.0.0
. The mamba versions are also the same.I tried adding
cryptography<39.0a0
topyproject.toml
but got a slew of other dependency issues.The text was updated successfully, but these errors were encountered: