Filipe Laíns 🇵🇸
Filipe Laíns 🇵🇸
Yeah, I'd probably note this down as a bug, because `SchemeDictionaryDestination` does receive an `interpreter` argument. This can be fixed by using `python -m compileall` instead in: https://github.com/pypa/installer/blob/5d1514ca53bf7394d52e92ab8948c89120d7eda6/src/installer/destinations.py#L250-L253
You can just save the files that need compiling and do a single subprocess call in `finalize_installation`.
What kind of malicious packets?
CI run on my fork with all my PRs: https://github.com/FFY00/kdl-py/actions/runs/756980989 (https://github.com/FFY00/kdl-py/commits/main)
After copying the board file to my project, so that I can use it right away, I am seeing this. ``` $ pio boards h7a3 Platform: atmelavr ================================================================================== ID MCU...
My RAM value was actually wrong, but the platform issue is still valid.
> My understanding is that there is no CPython core developer with the interest and the knowledge to get the required information into a consistent `sysconfig` API. I am working...
CI run on my fork with all my PRs: https://github.com/FFY00/kdl-py/actions/runs/756980989 (https://github.com/FFY00/kdl-py/commits/main)
Oops, this comment was meant for #4.
Currently, the module errors out on import on Python 3. ``` >>> import kdl Traceback (most recent call last): File "", line 1, in File "/home/anubis/.local/lib/python3.9/site-packages/kdl/__init__.py", line 1, in from...