Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vidcutter pip3 install in Fedora 25 : Requirement error #6

Closed
didli opened this issue Jan 19, 2017 · 4 comments
Closed

Vidcutter pip3 install in Fedora 25 : Requirement error #6

didli opened this issue Jan 19, 2017 · 4 comments
Assignees

Comments

@didli
Copy link

didli commented Jan 19, 2017

Hi ! I'm trying the pip3 install, but I can't get very far since it returns this error :
Collecting PyQt5>=5.5 (from vidcutter) Could not find a version that satisfies the requirement PyQt5>=5.5 (from vidcutter) (from versions: ) No matching distribution found for PyQt5>=5.5 (from vidcutter)
As little as I understand this, something about PyQt5 should be included but it's not yet provided ?
Thank you for your help !

@ozmartian ozmartian self-assigned this Jan 20, 2017
@ozmartian
Copy link
Owner

ozmartian commented Jan 20, 2017

Hi there. Its basically saying it cannot find the PyQt5 library. You can easily fix this with:

sudo pip3 install PyQt5

BUT its not recommended as Fedora will have their own version of the library available as a native Fed package. I'm planning on producing a Fedora specific install ASAP, also an AppImage release which will work in all distros.

If you are a little python savvy and you dont want to install PyQt5 via pip3 (as it "may" conflict with other Fedora package that use it in the worst case but I doubt it). You could try a virtual environment and install the Pypi version of PyQt5 there along with vidcutter:

$ sudo pip3 install virtualenv
$ virtualenv -p $(which python3) $HOME/vidcutter
$ cd $HOME/vidcutter
$ source bin/activate
$ pip3 install vidcutter
$ vidcutter

that will install vidcutter and its dependencies in a folder 'vidcutter' under your home directory without touching your system's libraries so its safe. I'd recommend this approach until I've got a Fedora built & tested install ready (hopefully in a couple of days)

@didli
Copy link
Author

didli commented Jan 20, 2017

Now pip is being funny :
sudo pip3 install PyQt5 Collecting PyQt5 Could not find a version that satisfies the requirement PyQt5 (from versions: ) No matching distribution found for PyQt5
But anyway, if you're planning a Fedora package or an Appimage, it's perfectly fine with me, I will wait for it and I thank you for this !

@Vienna550
Copy link

Vienna550 commented Feb 4, 2017

Hello everybody and first of all let me say a big, big thank you to the developer of Vidcutter for such a great and easy to use tool to cut and edit TV-recordings. Regarding Vidcutter & Fedora 25: David Vasquez has already build an rpm-package of 2.2.5 and it is available via the unitedrpms-repo:
http://unitedrpms.sourceforge.net/x86_64/repoview/vidcutter.html

If you are a little bit more adventurous, you can also give my testbuild of the 2.6.5 a try. The new version of vidcutter required some minor modifications of the spec-file. It's available here:
http://paste.fedoraproject.org/545496/62128641/]

You can download the the rpm here: http://www.filedropper.com/vidcutter-265-0fc25noarch but you really shouldn't run possibly untrustworthy binaries and rpm's from some stranger ;-)

Therefore here's the download-link for the src.rpm: http://www.filedropper.com/vidcutter-265-0fc25src
You can unpack or install the src.rpm in a build-environment (rpm i as user), then check the package and rebuild it with rpmbuild -ba vidcutter.spec

@didli
Copy link
Author

didli commented Feb 4, 2017

Thanks, Vienna550 and David Vasquez. The unitedrpms RPM worked straight away. Vidcutter is damned fast. I've just tried a 64Mo ogv file, cutting 10 sec in both start and end of the video. It was so fast I though something went wrong ^^.

@didli didli closed this as completed Feb 4, 2017
ozmartian added a commit that referenced this issue Jun 19, 2017
ozmartian added a commit that referenced this issue Jun 19, 2017
morzh pushed a commit to morzh/vidcutter that referenced this issue Nov 18, 2023
morzh pushed a commit to morzh/vidcutter that referenced this issue Nov 30, 2023
morzh pushed a commit to morzh/vidcutter that referenced this issue Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants