Martin Ruefenacht

Results 8 comments of Martin Ruefenacht

Yes, I got the same with just a normal venv. What I notice is that several directories in the site-packages are missing in the pdm version: ``` symengine ├── functions.py...

Yes, numpy works without issue...

I just discovered that the lib/, symengine-0.11.0.dist-info, symengine.libs are placed in the lib64 directory. ``` .venv/lib └── python3.12 └── site-packages ├── __pycache__ │   └── _virtualenv.cpython-312.pyc ├── symengine │   ├── functions.py...

And when I move all the files that are placed into the .venv/lib/python3.12/site-packages/ into the lib64 then everything works are expected.

Well I am not familiar with this stuff. I unpacked the numpy and symengine wheels to have a look. What stood out was that the symengine has a .data directory...

I am also on Fedora if that helps.

I just replicated the finding of @mrossinek with both tox and nox (3.8-3.12). Same problem as I found with poetry and pdm. This was all on Fedora. For fun I...

My hotfix is to copy everything in my virtual environment to the /lib... manually. I don't know how to fix this issue, I assume the setup.py has to be adjusted...