ERROR: Could not find a version that satisfies the requirement tvdatafeed (from versions: none)
ERROR: No matching distribution found for tvdatafeed
How should I fix the problem?
I tried with
pip3 install --user tvdatafeed
There are alternative method to install on the github page
but there is an open issue tvdatafeed no longer available via pip
Related
ERROR: Could not find a version that satisfies the requirement gi (from versions: none)
ERROR: No matching distribution found for gi
WARNING: You are using pip version 21.3.1; however, version 22.2.2 is available.
However, I use '''pip3 install --user --upgrade pip''' to check, it shows: Requirement already satisfied: pip in ./.local/lib/python3.10/site-packages (22.2.2)
I met the same problem when I installed other packages, I don' know why it shows I am using version 21.3.1.
Please, who can help me
I think you are looking for PyGobject in that case, try pip3 install PyGObject or follow the docs to install it since the installation can vary depending on your platform.
I am trying to install the opencv python library. This is the command I ran:
pip install python-opencv
I got this error:
ERROR: Could not find a version that satisfies the requirement python-opencv
ERROR: No matching distribution found for python-opencv
I got a suggestion from a video to use this:
pip install python-opencv-headless
But still i was getting the same error.
I am using python 3.7.9. How can i fix this error
you can use this:-
pip install opencv-python
however,usefuless :)
I also got the error
ERROR: Could not find a version that satisfies the requirement python-opencv
ERROR: No matching distribution found for python-opencv
I am trying to install py7zlib package, however I am getting below error:
ERROR: Could not find a version that satisfies the requirement py7zlib (from versions: none)
ERROR: No matching distribution found for py7zlib
I am using Python 3.6.
I tried:
pip install py7zlib
I would like to have this package working properly.
pip install pylzma.
This package include py7zlib
when i try to install curses-win package i head ERROR
ERROR: Could not find a version that satisfies the requirement curses-win (from versions: none)
Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter
command output:
ERROR: Could not find a version that satisfies the requirement curses-win (from versions: none)
ERROR: No matching distribution found for curses-win
i've installed numpy and tensorflow clearly
I faced with this problem when I tried to install cantools using pip on Ubuntu 16.04 LTS. I solved this issue by installing the pytest-runner package previously:
$ pip install pytest-runner --user
I want to install SoundRecongnition package but I'm getting the following error when I type: pip3 install SoundRecognition
"Could not find a version that satisfies the requirement SoundRecognition (from versions: )
No matching distribution found for SoundRecognition"
I tried upgrading the pip. Also tried using the --user tag but still facing the problem.
I'm using pip 19.0.3 version, python 3.7.0 version, and Pycharm as IDE.
ERROR: Could not find a version that satisfies the requirement speech_recognition (from versions: none)
ERROR: No matching distribution found for speech_recognition
just use
pip install SpeechRecognition
pip install SpeechRecognition
you just try above SpeechRecognition...i think sound recognition module not there in pip
There is no SoundRecongnition at PyPI (it is where from pip installs packages). What package do you mean? I cannot find it on the Net.
Do you mean SpeechRecognition?
pip install SpeechRecognition