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
@mikedh
Hi, I want to compile python-fcl on windows, but failed. I do not know how to compile this wheel successfully? Thanks!
and It also failed by using the dockerfile or compiling on linux step as blew:
I'm not 100% sure, but recent relase of cython version 3 seem to be the cause.
Try pip3 install "cython<3.0" and compile again.
At lease in my environment (aarch64, ubuntu20.04), the compilation fail with cython>=3.0 but successes with cython<3.0
@mikedh
Hi, I want to compile python-fcl on windows, but failed. I do not know how to compile this wheel successfully? Thanks!
and It also failed by using the dockerfile or compiling on linux
step as blew:
powershell .\build_dependencies\install_windows.ps1
cd python-fcl
pip wheel ./ --no-deps -w wheelhouse/
get the errro
The text was updated successfully, but these errors were encountered: