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
Apparently, showing a warning during install of a python pkg is not a thing you can actually do when using pip install (oops).
Instead of adding a warning to the pip output, I can remove all python srcs from master and re-write the setup.py (on master) to redirect installation to the newer package on PyPI.
Apparently, showing a warning during install of a python pkg is not a thing you can actually do when using
pip install
(oops).Instead of adding a warning to the pip output, I can remove all python srcs from master and re-write the setup.py (on master) to redirect installation to the newer package on PyPI.
Originally posted by @2bndy5 in #87 (comment)
This will also avoid errors like the one reported in #94
The text was updated successfully, but these errors were encountered: