We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I encountered an error while importing the library.
ModuleNotFoundError: No module named 'pya2l.a2lparser_ext'
And I can't find it in the project folder look forward to your kind advice.
Thank you
The text was updated successfully, but these errors were encountered:
also having same issue
Sorry, something went wrong.
@cwish2014 @Matteo945 pya2ldb now uses some C++ extensions under the hood; if you cloned/forked the project make sure to run the build process:
pip install -e .
Prerequisites are: an up-to-date C++ compiler (C++ 20) and cmake
cmake
No branches or pull requests
Hi,
I encountered an error while importing the library.
ModuleNotFoundError: No module named 'pya2l.a2lparser_ext'
And I can't find it in the project folder
look forward to your kind advice.
Thank you
The text was updated successfully, but these errors were encountered: