Open helen-brooks opened 2 years ago
ERROR: cadquery_ocp-7.6.3a0-cp310-cp310-manylinux_2_31_x86_64.whl is not a supported wheel on this platform.
You can check a platform's supported wheels using pip debug --verbose
. I think SL7 supports manylinux_2_17 policy but not cadquery-ocp's requirement of manylinux_2_31. You can also use this table to see which distros support which policies.
This is a known limitation and I think using conda would be the easiest way forward.
Description of Issue
I have been unable to install cadquery 2.x via pip on a system where the OS is Scientific Linux. This is within the context of a fairly complex project which historically has had some trouble with conda, and therefore I have a desire to avoid conda unless necessary. I do not have root permissions on the system in question. I'm operating in a virtual python environment, with python version 3.8.2 and pip version 22.3.1
So far I have tried installing via
pip install cadquery==2.2.0b2
pip install git+https://github.com/CadQuery/cadquery.git
In all cases I get errors looking like
In attempt to install cadquery-ocp 7.6 directly I have tried:
pip install cadquery-ocp
all to no avail.
Related Issues
I'm not sure, this issue seemed similar but different: https://github.com/CadQuery/cadquery/issues/1182
Desired outcome
I'm raising this issue to find out if there's a fix to any of the above that will result in a route to install this package via pip on Scienfic Linux. Any help would be appreciated!
More detailed outputs
Here's the output of
lsb_release -a
Output of
pip install cadquery==2.2.0b2
Output of
pip install git+https://github.com/CadQuery/cadquery.git
Output of -
pip install cadquery-ocp
Output of
pip install cadquery_ocp-7.6.3a0-cp310-cp310-manylinux_2_31_x86_64.whl
Output of
pywrap all ocp.toml
[executed from OCP source code](This was truncated from a very long traceback).