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

No 0.3.3 Python wheel for Linux on ARM #639

Closed
eden881 opened this issue May 26, 2024 · 2 comments
Closed

No 0.3.3 Python wheel for Linux on ARM #639

eden881 opened this issue May 26, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@eden881
Copy link

eden881 commented May 26, 2024

What language are you using?

Python

What version are you using?

connectorx: 0.3.3
Python: 3.11

Can you describe your bug?

connectorx 0.3.3 does not provide an ARM Python wheel for Linux, only for macOS.

What are the steps to reproduce the behavior?

I'm using a Mac with M2 Pro. When I spin up a Docker container from a python:3.11 image, I can't install the package for connectorx, presumably because Docker Desktop for Mac uses a Linux VM behind the scenes.
When not specifying a version, it defaults to install version 0.2.3 in the container.

However, when using a Python 3.11 venv directly on my machine, connectorx 0.3.3 installs without issues directly from the correct wheel.

What is the error?

root@46e47c8df442:/# pip install connectorx==0.3.3
ERROR: Could not find a version that satisfies the requirement connectorx==0.3.3 (from versions: 0.2.3)
ERROR: No matching distribution found for connectorx==0.3.3
@eden881 eden881 added the bug Something isn't working label May 26, 2024
@bfgdigital
Copy link

Exact same issue.
Can't be used in AWS CodeBuild projects, but works locally.

@wangxiaoying
Copy link
Contributor

Redirect to #240

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants