Changes between Initial Version and Version 1 of Ticket #20218, comment 82
- Timestamp:
- 08/16/16 11:45:43 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20218, comment 82
initial v1 2 2 > I do not like the `--no-deps` flag: it used to be an error if dependencies were not installed, now you will silently have a broken installation. 3 3 4 That's a problem that Sage's package distributions should be handling. 4 That's a problem that Sage's package distributions should be handling. In other words, you're asking pip and PyPI to handle dependency resolution for you. But if Sage wants to maintain its own package distribution system it's its responsibility to handle dependency resolution correctly.