Error with install --enable-legacy#1488
Conversation
|
I was just about to bring up the topic of |
|
This was broken when In any event, I've attached a patch to fix the underlying bug. I agree we should reopen the discussion about whether or not to continue to support the legacy wrappers, but in the meantime, we should probably fix this in case that discussion doesn't reach a conclusion before 0.3. |
|
@cdeil - can you confirm this fix works for you? |
|
Yes, this fix works. I tried to install this in a virtualenv and ran into an unrelated issue:
|
|
@cdeil - strange, and this occurs only with |
|
@astrofrog No, I tested in fresh virtualenvs on Mac and Linux with astropy master: Cython has to be installed into the virtualenv, the astropy build doesn't use a system Maybe this is the intended behaviour for astropy? |
|
@cdeil - that is expected behavior, Cython has to be in the Python environment you are using, hence the virtual environment (the Python module has to be present, not just the command-line tool) |
Error with install --enable-legacy
On Mac and Linux I can't manage to install astropy with the
--enable-legacyoption any more:This might be the same issue: http://bugs.python.org/issue13943