Closed jsugg closed 2 months ago
BTW, I tried again creating the virtual environment but this time using Pipenv, and worked. That should help pinpoint the error
I was experiencing the same issue and even Pipenv didn't work. It only started working when I started using these pydantic versions:
pydantic==2.6.3
pydantic-settings==2.2.1
pydantic_core==2.16.3
First check
Bug summary
Followed the Installation guide as per the official documentation Error running
pytest -vv -m no_llm
, starting withImportError while loading conftest '/Users/juanpedrosugg/dev/marvin/tests/conftest.py'.
Reproduction
Error
Versions
Additional context