22 ms·
The 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.
by 88e282102ae2e5b 8y ago
The 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?