- Notifications
You must be signed in to change notification settings - Fork441
Closed
Milestone
Description
The python-control installation docs should recommend conda first, and, when suggestingpip install slycot
, warning that compilation can be difficult, especially on Windows.
Tangentially, on the conda instructions: is it safe to install numpy & scipy from the conda default repos, and slycot from conda-forge? See, e.g., the somewhat oldconda/conda#7273 (comment) which says that one should not mix these (though requests for a reference for that go unanswered.) FWIW, I nowadays usemambaforge , which defaults to conda-forge, and seems to generally work well on Windows and Linux.