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
What version of python on you using ? The names of the wheel packages only include up through python 3.11, so if you are running Python 12 then poetry and pip would not find a wheel package name that "matches" cp312. The tar.gz files on the other hand don't care about your python version during installation, so it would install the tar.gz file, although I'm not sure it would actually run once it was installed.
What is the version of your macos ? The python-swat wheel packages for macos include macosx_11_0_arm64.whl and macosx_10_9_x86_64.whl . You should be able to see what tags your mac supports using a command like "pip3 debug --verbose", then scroll down to the "Compatible tags:" section of the output to see if your mac supports either of the ones provided for swat.
python-swat does not officially support poetry, so there may be something in the wheel package that poetry does not like. Do you know if doing a pip install instead of poetry works on your mac ?
Thank you @bkemper24 yes indeed I checked out the environment and it is using python 3.12, so that is the reason indeed. About the tags for macos I see it supports x86_64.
So I guess let's wait for a future release where python3.12 gets supported by swat.
Hi, I'm getting this error when installing latest release with poetry on macos:
However installing directly from the url works fine:
Why is this happening?
Thank you
The text was updated successfully, but these errors were encountered: