edeprince3 / pdaggerq

Apache License 2.0
44 stars 10 forks source link

does pq work with 3.11 after bumping pybind version? #47

Closed edeprince3 closed 8 months ago

edeprince3 commented 8 months ago

Bump pybind to version 2.11.1. I think this fixes #38

However, I am having trouble identifying correct python versions in some environments, which is why the version of python is pinned at 3.11. I'd prefer not to require a python version.

edeprince3 commented 8 months ago

One thing I don't understand - if I build a new conda environment with python 3.11 and remove the "3.11 EXACT" from CMakeLists.txt, then cmake finds the wrong version of python and I have trouble with the tests. @Marclie can you take a look?