On a Linux Machine with Python==3.10 and recent pacakge manager pip==23.1.2 and recent quadpy==0.17.7 importing results in errors:
(.venv) @maciejskorski ➜ /workspaces/quadpy (main) $ python
Python 3.10.8 (main, Jun 7 2023, 23:51:49) [GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import quadpy
Error: Unable to find valid license for Sigma.
Add a license with
plm add <your-license-key>
Looks like a come-back of previously reported issues #464.
On a Linux Machine with
Python==3.10
and recent pacakge managerpip==23.1.2
and recentquadpy==0.17.7
importing results in errors:Looks like a come-back of previously reported issues #464.
Here is the full virtual environment
I also provide the requirements file to reproduce.