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

Support for M1 Mac? #402

Open
youny626 opened this issue Nov 19, 2021 · 4 comments
Open

Support for M1 Mac? #402

youny626 opened this issue Nov 19, 2021 · 4 comments
Labels
Status: Blocked ✖️ Cannot work on this because of some other incomplete work Type: New Feature ➕ Introduction of a completely new addition to the codebase

Comments

@youny626
Copy link

Description

I got the error ModuleNotFoundError: No module named 'pydp._pydp' when running carrots.py in examples. I used pip install python-dp to install the library and strangely it can only install version=0.1.0. When I tried to pip install python-dp==1.1.1, I get the following error:

ERROR: Could not find a version that satisfies the requirement python-dp==1.1.1 (from versions: 0.1.0)
ERROR: No matching distribution found for python-dp==1.1.1

The error is likely due to lack of support for M1 Mac (with ARM arch)

System Information

  • OS: macOS Monterey
  • OS Version: 12.0.1
  • Language Version: Python 3.8
  • Package Manager Version: pip
@youny626 youny626 added the Type: Bug 🐛 Some functionality not working in the codebase as intended label Nov 19, 2021
@chinmayshah99
Copy link
Member

We use GitHub actions to create the build and use it to generate our python packages. GitHub does not support for m1 chips yet:
actions/runner-images#2187 (comment)
Once they add a support for it, we can release the corresponding python package.

@chinmayshah99 chinmayshah99 added Status: Blocked ✖️ Cannot work on this because of some other incomplete work Type: New Feature ➕ Introduction of a completely new addition to the codebase and removed Type: Bug 🐛 Some functionality not working in the codebase as intended labels Nov 22, 2021
@mattsg6
Copy link

mattsg6 commented Apr 8, 2023

It seems GitHub now supports m1 runners (seen here). Would it be possible to update the workflow for this repo to resolve this?

@chinmayshah99
Copy link
Member

From what it looks like, it should be Q4 23'.

@lthoulon-locala
Copy link

I'm having the same issue here. Any new status on the matter ? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Blocked ✖️ Cannot work on this because of some other incomplete work Type: New Feature ➕ Introduction of a completely new addition to the codebase
Projects
None yet
Development

No branches or pull requests

4 participants