Ablinne / kolorcontrol

Simple GUI front-end to xcalib
GNU General Public License v3.0
26 stars 5 forks source link

Getting an error while installing directly from github #13

Closed BongSunRax closed 5 years ago

BongSunRax commented 5 years ago

Collecting git+https://github.com/Ablinne/kolorcontrol.git Cloning https://github.com/Ablinne/kolorcontrol.git to /tmp/pip-req-build-s99j4ax3 Complete output from command python setup.py egg_info: No local packages or download links found for pyqt5 Traceback (most recent call last): File "", line 1, in File "/tmp/pip-req-build-s99j4ax3/setup.py", line 46, in include_package_data=True File "/usr/lib/python3.5/distutils/core.py", line 108, in setup _setup_distribution = dist = klass(attrs) File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 269, in init self.fetch_build_eggs(attrs['setup_requires']) File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 313, in fetch_build_eggs replace_conflicting=True, File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 826, in resolve dist = best[req.key] = env.best_match(req, ws, installer) File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1092, in best_match return self.obtain(req, installer) File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1104, in obtain return installer(requirement) File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 380, in fetch_build_egg return cmd.easy_install(req) File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 657, in easy_install raise DistutilsError(msg) distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pyqt5')

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-s99j4ax3/


Is there anything you can read out of it?

Ablinne commented 5 years ago

Pip does not seem to be able to find a source for pyqt5. Can you try to install python-qt5 through your distribution package manager first?

Ablinne commented 5 years ago

Closing this for new, reopen when there is new info.