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

ERROR: Could not find a version that satisfies the requirement connectorx (from versions: none) #157

Closed
Arengard opened this issue Nov 4, 2021 · 3 comments

Comments

@Arengard
Copy link

Arengard commented Nov 4, 2021

on python 3.10.0

this -> pip install connectorx ->runs into

ERROR: Could not find a version that satisfies the requirement connectorx (from versions: none)
ERROR: No matching distribution found for connectorx

@aehsaei
Copy link

aehsaei commented Nov 4, 2021

same issue (on python 3.7)

@wseaton
Copy link
Collaborator

wseaton commented Nov 5, 2021

on python 3.10.0

@Arengard there are currently no wheels available on pypi for any version above 3.9, also no wheels currently being built for M1 compatible macs.

Edit: Looks like 3.10 wheels are coming soon in 0.2.2a2 based on this commit!

@wangxiaoying
Copy link
Contributor

on python 3.10.0

this -> pip install connectorx ->runs into

ERROR: Could not find a version that satisfies the requirement connectorx (from versions: none) ERROR: No matching distribution found for connectorx

Hi @Arengard , wheels for python 3.10 are ready! You can try it by using pip install -U connectorx==0.2.2a2. Please let us know if you found any issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants