MoreanP / CSRO

9 stars 2 forks source link

problem while building environment #2

Open Yuxuan314 opened 2 months ago

Yuxuan314 commented 2 months ago

conda env create -f environment.yaml Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you. Channels:

LibMambaUnsatisfiableError: Encountered problems while solving:

Could not solve for environment specs The following packages are incompatible ├─ cryptography ==37.0.1 py37h9ce1e76_0 is installable and it requires │ └─ openssl <1.1.2a , which can be installed; ├─ pyopenssl ==22.0.0 pyhd8ed1ab_1 is requested and can be installed; └─ python ==3.7.12 hf930737_100_cpython is not installable because it requires └─ openssl >=3.0.0,<4.0a0 but there are no viable options ├─ openssl [3.0.0|3.0.10|...|3.1.1] conflicts with any installable versions previously reported; └─ openssl [3.0.10|3.0.11|...|3.3.0] would require └─ pyopenssl >=22.1 , which conflicts with any installable versions previously reported.

MoreanP commented 2 months ago

Sorry. The cryptography package may not be needed. My environment is quite cluttered, mixed with other tasks. You can install basic packages and then see what packages are missing before installing what packages