Document releasing, installing#97
Conversation
Moved 'installing from source' to developer page Uploaded to pypi-test, *seems* OK now, try it with: pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple inkcut-rabooftest4 Perhaps another final test before publishing 2.0.4 to the real pypi?
Codecov Report
@@ Coverage Diff @@
## master #97 +/- ##
=========================================
+ Coverage 50.73% 51.54% +0.8%
=========================================
Files 32 32
Lines 2594 2594
=========================================
+ Hits 1316 1337 +21
+ Misses 1278 1257 -21
Continue to review full report at Codecov.
|
|
Looks good. Any reason why you have |
|
Well, if I don't, on a fresh ubuntu python3 install I get: Not sure if installing python3-pyside is the best solution here, but it seems to work :) |
|
I've been getting an error in #93 saying that both Qt5 and Qt4 libraries are being imported. PySide is Qt4 but the default for python 3 is PyQt5. It seems like somewhere PySide is being imported when it shouldn't be. It would be good to find what's really going on with this. If |
|
In this case it was qtpy trying to load qt5 and falling back to pyside when the failed: Since qt5 was not installed this failed, making qtpy fall back to pyside. Indeed installing python3-pyqt5 seems like a better solution! |
Moved 'installing from source' to developer page
Uploaded to pypi-test, seems OK now, try it with:
pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple inkcut-rabooftest4
Perhaps another final test before publishing 2.0.4 to the real pypi?