-
Notifications
You must be signed in to change notification settings - Fork 700
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
Mac OS M1: Add sub-dependencies #649
Comments
hey @mohanish2504, can you elaborate a little bit? we do have docker image for M1. |
Hey @shahargl what by air-gapped environment? I was dev docker-compose file and was trying to build on local. |
like without connectivity to the internet. But I think that if you are not sure - then its not that :P So you've just ran |
Yep. I first thaught the same but after some digging, I realized there are separate issues for Mac M1 specifically. references:
Note: even though issues are closed, I was able to reproduce it. |
Fixed for me: If you want I can push with a PR. |
Super weird. I've M1 also and I'm trying to reproduce the problem. Do you want to open PR with the solution that have worked for you? I'll check it and merge it. |
okay sure. |
@mohanish2504 btw are you working with Keep now? |
while working the reproduce it I found another bug (?) which fixed by this #650 |
@shahargl it's indeed the poor connectivity. It seems the bandwidth was fluctuating quite a bit. Everything worked fine as soon as I moved back to my home network, was out 😅. You can mark this as closed. |
I was able to reproduce the issue you fixed at #650 |
Yes, definitely. |
Closing this issue since it seems like it was just some internet connectivity problem :) |
Sqlalchemy has sub dependency to greenlet.
To Reproduce
just poetry install (1.3.2) mac m1 silicon
Expected behavior
Will fail with error
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out
Desktop (please complete the following information):
Proposed fix:
The text was updated successfully, but these errors were encountered: