Can't Install 2.8 on Debian
See original GitHub issueHi
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!
Issue Analytics
- State:
- Created 2 years ago
- Comments:23 (12 by maintainers)
Top Results From Across the Web
Installing LinuxCNC 2.8 on Debian 11 - Page 2
Here's the juicy secret that nobody tells you: 1) you CAN'T install linuxcnc 2.8 on Debian 11. Dependencies are broken. If playback doesn't...
Read more >SAGA installation in QGIS 2.8 on debian linux
I have SAGA installed and I test with saga_cmd command. It works. But with processing it doesn't. – Bárbara Duarte. Feb 26, 2015...
Read more >Chapter 2. Debian package management
aptitude (8) for an interactive text interface to manage the installed packages and to search the available packages. Table 2.1. List of Debian...
Read more >Can't start after update to 2.8 - CryoSPARC Discuss
Hi I just updated to Version 2.8 however I can't start cryosparc anymore. I am getting: Starting cryoSPARC System master process…
Read more >How do I install the latest version of cmake from the command ...
I think your question is "How to install latest cmake version in Linux" but the command sudo apt-get install cmake does not install...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
python3
this 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-pillow
Did the above command work without errors ?