7 ms·
I recommend using the package manager than building yourself. If something needs to be modified about the source, it will first be patched in the widely used pa
by nbsd4life 8y ago
I recommend using the package manager than building yourself. If something needs to be modified about the source, it will first be patched in the widely used package manager. convincing upstream to take in a patch & then waiting for a new version to be released with that patch takes time.
- 88e282102ae2e5b 8y agoThe problem is, I am using the package manager (pip in this case). I guess because the wheels aren't built for SmartOS it has to compile them.
- detaro 8y agoI'd guess they mean "use the system package manager", given that they talk about patches not in upstream?
- 88e282102ae2e5b 8y agoAh, I see, thanks. Still, that's a non-starter. Many of the packages I use are not available through any system package manager, and it would preclude using virtualenvs. OTOH, I desperately want to move away from Python.
- solarengineer 8y agoCould you let us know which packages you're trying to install via PIP that cause you issues?