mozillazg / pypy

The unofficial GitHub mirror of PyPy (mirrored via https://github.com/mozillazg/job-mirror-hg-repos)

Home Page:https://foss.heptapod.net/pypy/pypy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

possible version mismatch

ebo opened this issue · comments

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:

Python 3.6.9 (?, Apr 10 2020, 19:47:05)
[PyPy 7.3.1 with GCC 7.3.0]

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.

Sorry, but this repository just is an unofficial read only mirror, please create an issue to the official repository: https://foss.heptapod.net/pypy/pypy/-/issues

Thanks!

thank you. I dug around and thought tnis was the primary place. Sorry I posted in the wrong place. Turns out that it is already being reported:

https://foss.heptapod.net/pypy/pypy/-/issues/3257
https://bitbucket.org/pypy/pypy/issues/3178/pypy3-731-cannot-install-matplotllib

Just in case I reposted over there as well. Thanks!