No matching distribution found for py2neo==3.1.2 (from chat) - python

I was following this tutorial and I was installing the dependencies but when I was installing "chat" it raised this error:
ERROR: Could not find a version that satisfies the requirement py2neo==3.1.2 (from chat) (from versions: 4.0.0, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.2.0, 4.3.0, 2020.0.0, 2020.1.0, 2020.1.1, 2021.0.0, 2021.0.1, 2021.1.0, 2021.1.1, 2021.1.2, 2021.1.3, 2021.1.4, 2021.1.5, 2021.2.0, 2021.2.1, 2021.2.2, 2021.2.3)
ERROR: No matching distribution found for py2neo==3.1.2 (from chat)
Any suggestions to fix this problem?

It seems like you tried to install chat by using pip install chat. However, the tutorial you linked is using a chat.py file, which you should create. The tutorial does not suggest to install chat.
By the way, the chat package seems to be a bit outdated according to its release history: the last release was in mid-2018. So, the error you're seeing makes sense since py2neo switched to calendar versioning in 2020, and chat is requesting 3.1.2, which confirms that this library was developed before 2020.

Related

google-cloud-storage library cannot be installed in Python 3.7

For a project I need to import google-cloud-storage library in python to use speech to text service. While trying to install it via pip, I keep getting the below error:
" Looking in indexes: https://www.artifactrepository.clientdomain.net/artifactory/api/pypi/pypi-dev/simple Collecting google-cloud-storage Could not find a version that satisfies the requirement google-cloud-storage (from versions: ) No matching distribution found for google-cloud-storage"
note that , I have been working inside client domain and the python version I am working with is 3.7.3
I have tried different workarounds available in web and still can't resolve the error. Can anyone please help.

can't find my packages from pycharm/heroku

I have deployed a package into https://pypi.org/project/core-lib/0.0.1.dev1/
But pycharm or heroku can't find my package with this error message
Can you help me, please?
Thank you
Pycharm
No matching package version found: 'core-lib==0.0.1.dev1' (required: ==0.0.1.dev1, installed: <nothing>, latest: <nothing>)
heroku deploy
-----> Installing requirements with pip
ERROR: Could not find a version that satisfies the requirement core-lib==0.0.0.8 (from -r /tmp/build_c6b601b1/requirements.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for core-lib==0.0.0.8 (from -r /tmp/build_c6b601b1/requirements.txt (line 1))
! Push rejected, failed to compile Python app.
! Push failed
Installed your package from pypi using PyCharm, and I am able to find it
(randomtesting) C:\Users\User\PycharmProjects\randomtesting>pip list
Package Version
---------------------- -------------------
core-lib 0.0.1.dev1
Perhaps the file was released into pypi very recently?
And I checked the link again, now it has the latest version.
Maybe try this?
pip install core-lib
You've declared that your package must be used under Python >= 3.7. Please make sure you use Python with high enough version. For example, I tried to install the package with Python 2.7 and pip failed to find the project. With Python 3.7 it was installed successfully.

I can't install web3 because I've an error with rlp

When I try to install web3 throw pip install web3, I have this error:
Could not find a version that satisfies the requirement rusty-rlp<0.2,>=0.1.15 (from rlp<=2.0.0.alpha-1,>=1.0.0->eth-account<0.6.0,>
=0.5.3->web3) (from versions: none)
This happened to me too. I think PIP can't find a version of the package for Python(32bits). It worked with a 64 bit installation.
Please read my answer here:
Unable to install web3. I get an error saying version does not satisfy requirement rusty-rlp
This appears to be because of the build binaries available for rusty-rlp. There is an issue HERE and a pull request HERE related to this topic. I assume it won't be possible to install on an ARM machine or x32 till this gets resolved, which I assume won't take too long.
Update:
Now pyrlp is used instead or rusty-rlp for ARM and 32-bit devices. So this error should simply no longer be there if you install web3 now.

snmp responder installing error : ERROR: Could not find a version that satisfies the requirement pysnmp>=5.0.0 (from snmpresponder)

I am trying to install snmpresponder using the pip (in windows). I am using python 2.7. I found the snmpresponder from the following website. http://snmplabs.com/snmpresponder/
This is what I tried
pip install snmpresponder
But I am getting the following error.
Collecting snmpresponder
Using cached https://files.pythonhosted.org/packages/ba/47/5fee2bffe4b63f750d9f55118fce1796610eb2bf90b8526f584b05d56cb8/snmpresponder-0.0.2-py2.py3-none-any.whl
ERROR: Could not find a version that satisfies the requirement pysnmp>=5.0.0 (from snmpresponder) (from versions: 4.1.16d, 4.1.12a0, 4.1.13a0, 4.1.15a0, 4.1.16a0, 4.1.16b0, 4.1.16rc0, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.2.5, 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.3.5, 4.3.6, 4.3.7, 4.3.8, 4.3.9, 4.3.10, 4.4.1, 4.4.2, 4.4.3, 4.4.4, 4.4.5, 4.4.6, 4.4.7, 4.4.8, 4.4.9, 4.4.10, 4.4.11, 4.4.12)
ERROR: No matching distribution found for pysnmp>=5.0.0 (from snmpresponder)
and I checked my version it is showing 4.4.12 (using pip show pysnmp)
Name: pysnmp
Version: 4.4.12
Summary: SNMP library for Python
Home-page: https://github.com/etingof/pysnmp
Author: Ilya Etingof
Author-email: etingof#gmail.com
License: BSD
Location: c:\python27\lib\site-packages
Requires: pycryptodomex, pysmi, pyasn1
I also tried for the update also, still, it is showing version less than 5.0.0? So what should I do for installing the snmpresponder? Should I change pysnmp or download it using some other way. Please ask If you need more details. My basic need is to fix some error I am facing in the SNMP agent side.
SNMP responder tool is still in a work-in-progress state. Better pull snmpresponder from GitHub, it depends on GitHub version of pysnmp so the dependencies would be satisfied right away.

Can't install pyHook package "Could not find a version that satisfies the requirement pyHook"

im trying to install the pyHook package in pycharm but get the error in the title. I have successfully installed it in cmd with pip install pyHook-1.5.1-cp37-cp37m-win_amd64.whl ,but when I go to install it in pycharm I get the aforementioned error :
Collecting pyHook Could not find a version that satisfies the requirement pyHook (from versions: ) No matching distribution found for pyHook
I ran into this problem myself, and after alot of searching, found that although pyhook has wheels for python 3, it's incompatible. Look at the last release date for pyhook: October 10th 2008. Python 3 was released in: December 3rd 2008.
I would suggest that you look into the keyboard module. It supports python 3, and has all of the functions of pyhook as far as I know.
Solved this problem by fixing the package version: PyUserInput==0.1.10

Categories

Resources