You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running pip3 install -r requirements.txt I was getting an error that swig wasn't found (even though it is on the requirements), after installing a system wide swig (with pacman) I got a compilation error.
I'm trying to figure it out and I'll edit the instructions accordingly
The text was updated successfully, but these errors were encountered:
In short, we cannot install snac with python 3.13 (I've tested 3.10, but from the reports it seems to work up until 3.12). I'll update the readme for this branch
After running
pip3 install -r requirements.txt
I was getting an error thatswig
wasn't found (even though it is on the requirements), after installing a system wide swig (with pacman) I got a compilation error.I'm trying to figure it out and I'll edit the instructions accordingly
The text was updated successfully, but these errors were encountered: