-
-
Notifications
You must be signed in to change notification settings - Fork 143
Support for M1 Mac? #402
Copy link
Copy link
Open
Labels
Status: Blocked ✖️Cannot work on this because of some other incomplete workCannot work on this because of some other incomplete workType: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebase
Metadata
Metadata
Assignees
Labels
Status: Blocked ✖️Cannot work on this because of some other incomplete workCannot work on this because of some other incomplete workType: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebase
Description
I got the error
ModuleNotFoundError: No module named 'pydp._pydp'when runningcarrots.pyin examples. I usedpip install python-dpto install the library and strangely it can only install version=0.1.0. When I tried topip install python-dp==1.1.1, I get the following error:The error is likely due to lack of support for M1 Mac (with ARM arch)
System Information