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
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
I am running into a problem with running NURBS-Python and the NURBS-Python_Examples when running with pypy3 returning "ImportError: cannot import name 'ft2font'" and similar errors. My only guess at this point is that Python-3.7 is installed on the system, and pypy appears to be built against 3.6 -- see version info:
I am running into a problem with running NURBS-Python and the NURBS-Python_Examples when running with pypy3 returning "ImportError: cannot import name 'ft2font'" and similar errors. My only guess at this point is that Python-3.7 is installed on the system, and pypy appears to be built against 3.6 -- see version info:
As far as I can tell it appears to be an issue with the versioning. All tests were passing in version 3.4/5.
Please let me know when you bump to python-3.7 and 3.8 so I can test them against my systems.
The text was updated successfully, but these errors were encountered: