Opened 10 years ago
Closed 10 years ago
#25849 closed Bug (wontfix)
pypy3 ImportError field_spec
| Reported by: | Johannes Maron | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Other) | Version: | 1.9 |
| Severity: | Normal | Keywords: | |
| Cc: | info@… | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Sadly the latest version of python breaks using pypy3. I don't know if pypy3 is officially supported, but it shouldn't be a big stretch to get it fixed.
File "django/utils/module_loading.py", line 67, in <module>
from importlib.util import find_spec as importlib_find
ImportError: cannot import name 'find_spec'
Note:
See TracTickets
for help on using tickets.
My understanding is that pypy3 is based on Python 3.2.5. Django 1.9 only supports Python 3.4+.