pyside / PySide

ATTENTION: This project is deprecated, please refer to PySide2
https://wiki.qt.io/PySide2
GNU Lesser General Public License v2.1
291 stars 66 forks source link

Could not import extension sphinx.ext.refcounting (exception: No module named refcounting) #120

Closed lambdalisue closed 10 years ago

lambdalisue commented 10 years ago

It seems sphinx.ext.refcounting is no longer available from Sphinx ver 1.2 but Shiboken tried to import it and fail the instll steps if the new version of Sphinx is installed.

I don't have trouble with this since I decied to install old version (Sphinx 1.1.3) but in case someone could not figure out why PySide couldn't be installed via pip.

How to downgrade sphinx and install PySide
% pip install "sphinx==1.1.3"
% pip install pyside

Best :-)

rickhg12hs commented 10 years ago

Thanks for the tip. I ran into the same problem.

lambdalisue commented 10 years ago

I confirmed that this is no longer required (PySide 1.2.2 + Sphinx 1.2.2 works correctly).