Skip to content

ImportError on py38 #1003

Answered by JuroOravec
KlimovArtem asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @KlimovArtem, what does the error say? But looks like this is related to https://github.com/django-components/djc-core-html-parser

For post-processing HTML, we wrote own parser in Rust, built with maturin and pyo3. With this setup, the djc-core-html-parser needs to be compiled for each architecture separately.

Out of the box, Maturin / PyO3 already support quite a few - see here all the different architectures for which the package is built.

Looking through the list, there's two wheels built for Windows for Python 3.8:

I see from the screenshot that you're on Windows. What processor do y…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by KlimovArtem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants