Got error when I'm trying to install PyQtWebEngine on my raspberry pi 3 - raspbian

I did successfully install PyQt5 then I got this error when trying to install qtwebengine, and my python version 3.8.0. I have tried many over the internet but it doesn't work. I'm new to raspberry pi so stuff is new to me.

Related

Problem with installing tensorflow on Raspberry pi-Error:Tensorflow is not a supported wheel on this platfrom

I tried to install tensorflow on my raspberry pi using the instructions on this link:
https://github.com/PINTO0309/Tensorflow-bin/#usage
I faced the error below:
These are some information you may need to help me solving this error:
OS:Raspbian GNU/Linux 11 (Bullseye)
Python 3.9.2
pip 22.0.4
Do you have any idea how I can solve this error and install tensorflow completely?
Thanks

error 404 trying to install azure-iothub-device-client

Hey guys im traying to connect my Raspberry pi 3 with azure iot hub.
Im using a Scrip with Python 3.8 and here emerge the problem
Python use this library "azure-iot-hub" to connect the device to Azure iot
When i install the library the link doesn't work
i´ve tried several links from pip but its impossible to install, allways i have the same problem:
$s sudo pip install azure-iothub-device-client
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpl
Collecting azure-iothub-device-client
Could not install packages due to and EnvironmentError: 404 Client Error: Not found for url: https://pypi.org/simple/azure-iothub-device-client/
enter image description here
azure-iothub-device-client is a deprecated library and is not being updated. You should be using azure-iot-device instead.
Reference Link:
https://github.com/Azure/azure-iot-sdk-python/issues/752

pymysql no module problem on mac os (conda install solution didn't work)

I'm a mac os user (and also a programming beginner )
I installed pymysql package via pip but got an error message from jupyter notebook saying (no module found : pymysql)
After, searching through the link below
(ModuleNotFoundError - PyMySQL for python 3) I assumed that the problem was that I installed the package via pip while using conda.
so after reinstalling it via conda I got the message below from the terminal.
'Collecting package metadata (current_repodata.json): done
Solving environment: done
All requested packages already installed.'
However, when I tried to run the codes again with hopes, got the same message again (no module pymysql found). Now I'm a bit lost. What else can I try to fix no module pymysql problem ?

Package 'ffmpeg' has no installation candidate while installing tensorflow

I`m a german studant. For the school I have to make a physics or chemistry project, I decided to install tensorflow on a raspberry pi to train a object detection modal.
But there is an error I don´t understand.
'Package 'ffmpeg' has no insstallation candidate.'
I tried to install ffmpeg from source but this didn´t help
I use a raspberry pi 4 4gb ram.
With Raspbain 10 (buster)
Try installling libav-tools package, apt-get install libav-tools and avconv command instead of ffmpeg. libav is a fork of ffmpeg
Appropriate sources
Ubuntu source
pi forum

I am trying to simply connect to the ibapi (Interactive Brokers API), but I am having some technical troubles with Flask

I am trying to simply connect to the ibapi (Interactive Brokers API), but I am having some technical troubles with Python 3.7 .
What I did so far:
I installed the latest version for Windows 10 of the API
I ran C:\TWS API\source\pythonclient and run python setup.py install
I got:
ModuleNotFoundError: No module named 'ibapi'
when I try to import it
What I am doing wrong here and how can I fix this simple error?
My flask project is created in a virtual env named Ibconnect ( (IBconnect) C:\Users\Admin\dev\IBconnect> on the command Windows ) and I think that I have to install the python client here but I don't know how to do it.
Please try to use Anaconda - Spyder. In Anaconda prompt (just activates the conda environment) and navigate to the dir C:\TWS API\source\pythonclient and run python setup.py install