QualCoder: Can't Install 2.8 on Debian
Hi
First time trying QualCoder.
I’m on Debian 10 and i get this error when installing Qualcoder 2.8:
No local packages or working download links found for PyQt5-Qt5>=5.15.2 error: Could not find suitable distribution for Requirement.parse('PyQt5-Qt5>=5.15.2')
Tried also installing qualcoder-2.4.deb but nothing happens when trying to open it.
It’s great that there are libre QDAS! 😄 Thanks!
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 23 (12 by maintainers)
Don’t worry, thanks anyway. I’ll try to repair my python and pip installations. I did it with not enough care and probably messed something up.
@ventolinmono hello, Check what python version you have, I am presuming is is 3.6 or newer. In terminal type:
python3this opens the python interpreter and shows the version at the top. Ctrl+z to exit.Did you run this line of code from the terminal?
sudo apt install python3-pip python3-lxml python3-ply python3-six python3-pdfminer python3-chardet python3-pyqt5 python3-pillowDid the above command work without errors ?