Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update requirements.txt #29

Merged
merged 6 commits into from
Jul 26, 2022
Merged

Update requirements.txt #29

merged 6 commits into from
Jul 26, 2022

Conversation

ahuang11
Copy link
Contributor

@ahuang11 ahuang11 commented Jul 26, 2022

Summary

Since it pins x86_64, users see the error in #28

If we just let users install it, they can fix it by following the resulting error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/andrew/mambaforge/envs/ray_38/lib/python3.8/site-packages/ray/__init__.py", line 100, in <module>
    _configure_system()
  File "/Users/andrew/mambaforge/envs/ray_38/lib/python3.8/site-packages/ray/__init__.py", line 44, in _configure_system
    raise ImportError(
ImportError: Failed to import grpc on Apple Silicon. On Apple Silicon machines, try `pip uninstall grpcio; conda install grpcio`. Check out https://docs.ray.io/en/master/ray-overview/installation.html#m1-mac-apple-silicon-support for more details.

Sneaked in example updates to match prefect-dask

Relevant Issue(s)

Checklist

@ahuang11 ahuang11 requested a review from discdiver July 26, 2022 21:41
@ahuang11 ahuang11 merged commit cf93121 into main Jul 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants