-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 Describe the bug
Regression in behavior in v2.0.4 release: femzip libraries not included in wheel leading to RuntimeError: Failed to use Femzip: [Errno 2] No such file or directory: '<>/.pyenv/versions/lasso-python/lib/python3.12/site-packages/lasso/femzip/lib/linux/libiomp5.so when trying to open femzip file using D3plot class
🔢 To Reproduce
Steps to reproduce the behavior:
$ pip list | grep lasso
lasso-python 2.0.4
>>> from lasso.dyna import D3plot, ArrayType, FilterType
>>> d3plot = D3plot(PATH_TO_FEMZIP)
💘 Expected behavior
femzip files should be able to be read
🖥️ Setup
- lasso-python version: 2.0.4
- OS: Ubuntu 24.04 on WSL 2
ℹ️ Additional context
I have a PR already, just creating this ticket to link.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working