mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.65k stars 386 forks source link

pydantic missing in environment #1026

Closed raffaem closed 1 year ago

raffaem commented 1 year ago

To run pytest correctly, you need pydantic, which is not listed as a dependency in environment.yml

mwouts commented 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?

raffaem commented 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?

If I remember correctly, the issue was that I had to install pydantic manually as it is not listed as a dependency

mwouts commented 1 year ago

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.