You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request the inclusion of precompiled Erg binaries in PyPI package wheels to facilitate easier installation for Python users.
Currently, when installing pylyzer via pip install pylyzer, the required erg executable is not automatically installed. As a result, users need to manually install Erg separately, which complicates the setup process and may lead to inconsistencies across environments.
It would be greatly beneficial if precompiled Erg binaries were published on PyPI, allowing pylyzer to list them as a dependency and enabling a seamless installation process using pip.
This improvement would:
Simplify the installation process for pylyzer users.
Ensure better compatibility across different systems.
Reduce the need for manual dependency management.
Thank you for considering this enhancement, and I appreciate your work on Erg!
The text was updated successfully, but these errors were encountered:
The problem with pip install is that it is limited in what it can do during installation.
Erg installation requires the standard libraries to be extracted under .erg, etc. pip install has no way to do this in post-installation process. Please use ergup instead.
I would like to request the inclusion of precompiled Erg binaries in PyPI package wheels to facilitate easier installation for Python users.
Currently, when installing pylyzer via pip install pylyzer, the required erg executable is not automatically installed. As a result, users need to manually install Erg separately, which complicates the setup process and may lead to inconsistencies across environments.
It would be greatly beneficial if precompiled Erg binaries were published on PyPI, allowing pylyzer to list them as a dependency and enabling a seamless installation process using pip.
This improvement would:
Simplify the installation process for pylyzer users.
Ensure better compatibility across different systems.
Reduce the need for manual dependency management.
Thank you for considering this enhancement, and I appreciate your work on Erg!
The text was updated successfully, but these errors were encountered: