-
Notifications
You must be signed in to change notification settings - Fork 17
Description
We are out of project storage on PyPI for now and so I cannot upload these wheels, but I will post them here in case people want to test them.
https://www.dropbox.com/scl/fo/bp7df3u6ewe6rjijh0xwq/h?rlkey=hkbp4705uyviky5mdh1snfg7b&dl=0
It was built on a Pine64 RockPro64 running Debian 12. I tried building on Debian 11 to cover older systems too, but patchelf was too old on Debian 11. You will need to grab the correct file for your Python version. If you try to install on an ARM64 platform and get an error that the wheel is not appropriate for your platform, the cause is probably that your libstdc++ library is too old.
After installing the wheel locally I was able to run the following.
import OCP
print(OCP.__version__)If these work well for other people I will consider turning the RockPro64 into a hosted runner for GitHub.