Closed raffaem closed 1 year ago
Thank you @raffaem for your input. Do you mean that you had issues with creating a conda env from the environment.yml
file? What was the issue exactly?
Thank you @raffaem for your input. Do you mean that you had issues with creating a conda env from the
environment.yml
file? What was the issue exactly?
If I remember correctly, the issue was that I had to install pydantic manually as it is not listed as a dependency
I see. Well I have not seen any error like this before, and I cannot reproduce it now neither - I just tried with mamba env create --file environment.yml
, then activated and run pytest. I'll close this issue has it must have been a temporary issue, then.
To run
pytest
correctly, you needpydantic
, which is not listed as a dependency inenvironment.yml