[MacPorts] #41761: python27: Fatal Python error: PyThreadState_Get: no current thread
MacPorts
noreply at macports.org
Tue Oct 14 21:56:15 PDT 2014
#41761: python27: Fatal Python error: PyThreadState_Get: no current thread
----------------------------------------+--------------------
Reporter: fredotan@… | Owner: jwa@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: invalid | Keywords:
Port: python27, py27-graph-tool |
----------------------------------------+--------------------
Comment (by ryandesign@…):
Setting `DYLD_LIBRARY_PATH` is usually inadvisable.
The problem is that /usr/local is a special location; the compiler will
look there without being told to. The solution is to remove what you have
installed in /usr/local, then rebuild the broken port, and don't install
anything else in /usr/local in the future.
And don't try to use two different package managers on the same system;
they will interfere with one another. Pick which one you want to use and
uninstall the other.
MacPorts trace mode (the `-t` flag) should prevent this kind of problem
from happening. We may make trace mode the default in a future release of
MacPorts.
--
Ticket URL: <https://trac.macports.org/ticket/41761#comment:21>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list