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
The reason erg is in pylyzer's dependencies is not because pylyzer calls the Erg compiler. What is really needed is a set of type definition files for the Erg standard library. pylyzer itself can be installed with pip, but the installation of this library requires cargo or ergup.
So we want to run ergup during pip installation. This is what I am currently trying to do, however, I don't know how to make the pre-install script run while installing the wheel package.
Hi,
First of all, cheers for this awesome package.
Would it be possible to add the Erg installation to setup.py, or by some other method, so that erg is installed when one runs
pip install pylyzer
?(ie the same way
pandas
installsnumpy
etc. for you when you runpip install pandas
)Thanks,
Eli
The text was updated successfully, but these errors were encountered: