cmlibs / zinc

Source code repository for OpenCMISS-Zinc
Mozilla Public License 2.0
15 stars 18 forks source link

Installing v4.0.0 through pip install fails #270

Open athril opened 1 year ago

athril commented 1 year ago

Although the v4.0.0 was deposited on PyPI at https://pypi.org/project/cmlibs.zinc/ currently it can't be installed through pip install cmlibs.zinc. The installation fails with the following error:

ERROR: Could not find a version that satisfies the requirement cmlibs.zinc (from versions: none)
ERROR: No matching distribution found for cmlibs.zinc
hsorby commented 1 year ago

I am going to assume that this is for a GNU/Linux system? If that is the case then no, we don't currently have pip support for cmlibs.zinc. We do have wheels suitable for installing with pip from the release page.

athril commented 1 year ago

Yes, this might be the case. Any plans to add support for GNU/Linux or MAC?