-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Use automatic dependency installation #1157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 |
Another issue is that dateutil and pytz (and now six.py) are always installed when using the Windows and Mac installers, overwriting existing packages on users systems. It is bad practice, but also convenient for some users. This has been discussed several times during the last years, without solution. |
Would just like to +1 and cross-link this issue. This has also caused some confusion for users of pandas. |
See #1454 |
Addressed by the setupext.py refactor. |
Post the 1.2.0 release, we should look into tapping the
pip
install infrastructure to install third-party dependencies automatically, rather than including our own copies.The text was updated successfully, but these errors were encountered: