TunMax
TunMax
> i can't reproduce this, how did you install the module? In this way: ``` python -m venv venv venv\Scripts\activate.bat pip install cryptography Nuitka -U ```
> i can't reproduce this, how did you install the module? I conducted further tests and discovered that the issue is not related to the Python version itself, but rather...
I found that using the Poetry tool to build virtual environments can avoid the aforementioned problem of using the self compiled Python. ```cmd pip install poetry cd "C:\venv\" poetry init...