realthunder/slvs_py

py_slvs distribution for python 3.11 (including ARM)

systemresearch opened this issue · 4 comments

Currently, the py-slvs PyPI distributions only up through Python 3.10 (cp310).

However, the FreeCAD weekly builds are now using Python 3.11 for Linux-aarch64-py311 and macos-arm-py311

If possible, it would be great for Python 3.11 be added to the py-slvs distributions!

As of 12 March 2023, PyPi py-slvs has cp311 build distributions for amd64, i686, and x86_64.

Is cp311 expected to be added Linux-aarch64 and macos-arm at some point in time?

Thanks.

Is cp311 expected to be added Linux-aarch64 and macos-arm at some point in time?

Just uploaded build for these arch. Please test.

Hi, I don't know if this issue has been resolved for others but I am unable to get py_slvs to work on my M2 Mac (MacOS 13.4.1) using the latest LinkDaily version (2023.806.0). When the asm3 workbench is called, seems to "successfully install" the x86_64 version and then generate "WARNING: Package(s) not found: py-slvs" and msgbox that "failed to install py-slvs". I have tried the following steps: (1) pip3 uninstall of py_slvs, (2) purge of the pip3 cache, (3) download and pip3 install of the arm64 wheel (py_slvs-1.0.6-cp311-cp311-macosx_11_0_arm64.whl).

At this time, the FreeCAD weekly builds are now all using Python 3.10 e.g. Linux-aarch64-py310 and macos-arm-py310.

So, the previous case and origin of this issue for Linux-aarch64-py311 and macos-arm-py311 does not currently apply to the weekly builds.