Article 6D00F Python issues ffpyplayer

Python issues ffpyplayer

by
cplpanic
from LinuxQuestions.org on (#6D00F)
Hello

I'm having issues installing ffpyplayer on Raspberry Pi OS
Have had it working on Windows, but on the Pi OS it throws up errors.

Code:ERROR: Could not build wheels for ffpyplayer which use PEP 517 and cannot be installed directlyHave found others with the same issue http://https://stackoverflow.com/que...alled-directly but can't find one that works.

Also try'd follow this link http://https://matham.github.io/ffpy...tallation.html After following the guide it said ffpyplayer was installed but if you try and run the script it says.

Code:Traceback (most recent call last):
File "/home/user/Desktop/Scanner/Scanner.py", line 9, in <module>
from pyvidplayer import Video
File "/home/user/Desktop/Scanner/pyvidplayer.py", line 3, in <module>
from ffpyplayer.player import MediaPlayer
File "/home/user/Desktop/Scanner/ffpyplayer/player/__init__.py", line 10, in <module>
from ffpyplayer.player.player import MediaPlayer
ModuleNotFoundError: No module named 'ffpyplayer.player.player'So abit lost and unsure where to go from here - want to say it's trying to find the module in that folder...?

Sorry, still new to all this.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments