Closed willvousden closed 10 years ago
This is a known problem with the current release; it doesn't build against Python 3. Fixed in master. Hopefully making a new release sometime soonish.
Correct me if I'm wrong, but it doesn't appear that the C extension compiles for python 3 in any release to date. Edit: It does build on the prerelease of 1.3.
When installing pyScss on OS X, the C compiler chokes when trying to compile
_speedups
. Something similar also happens on a separate machine running Debian.Here's the output from
clang --version
:And from
pip install pyscss
: