Skip to content
New issue

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

Get the antlr / cython binaries building on Windows #52

Open
mithro opened this issue Feb 16, 2021 · 1 comment
Open

Get the antlr / cython binaries building on Windows #52

mithro opened this issue Feb 16, 2021 · 1 comment

Comments

@mithro
Copy link
Contributor

mithro commented Feb 16, 2021

Currently they fail to build. See the github actions output after #48 is merged.

@the-centry
Copy link

Currently they fail to build. See the github actions output after #48 is merged.
The following error occurred after installing the whl file under windows you gave:
`
import fasm
C:\software\miniconda3\lib\site-packages\fasm\parser_init_.py:22: RuntimeWarning: Unable to import fast Antlr4 parser implementation.
ImportError: cannot import name 'antlr_to_tuple' from partially initialized module 'fasm.parser' (most likely due to a circular import) (C:\software\miniconda3\lib\site-packages\fasm\parser_init_.py)

Falling back to the much slower pure Python textX based parser
implementation.

Getting the faster antlr parser can normally be done by installing the
required dependencies and then reinstalling the fasm package with:
pip uninstall
pip install -v fasm

warn(
`
Use the same command to install this module in windows, the error prompts MD and MT do not match.The module is under debugging for windows?
Thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants