Closed Contextualist closed 3 months ago
Thanks @Contextualist! Will check this out this week :)
Cannot reproduce!
python -m venv env
source ./env/bin/activate
pip install qcio
~/dev/hacking/qcio_hacking ❯ python qcio_hacking
Python 3.12.4 (main, Aug 5 2024, 14:31:57) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import qcio
>>>
~/dev/hacking/qcio_hacking ❯ pip freeze 32s qcio_hacking
annotated-types==0.7.0
numpy==1.26.4
pydantic==2.8.2
pydantic_core==2.20.1
PyYAML==6.0.1
qcio==0.11.7
toml==0.10.2
typing_extensions==4.12.2
Perhaps upgrade your pydantic
version?
Thanks! The issue goes away after upgrading to pydantic 2.8.2 and pydantic_core 2.20.1
Excellent! Happy to hear it :)
Steps to reproduce
Open a Python interpreter interactive session, then enter
import qcio
.What I observed
Traceback:
```bash Traceback (most recent call last): File "Environment
Python: 3.12.4
Excerpt from
pip list
:Let me know if you need more information.