-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
OSX builds are failing #41
Comments
You just need to add |
Thank you @messense . It fixed it 🚀 |
@messense , do you also happen about how to add python dependencies to the project? I tried adding it like this(https://github.com/sansyrox/robyn/pull/40/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711) but it doesn't seem to work. |
https://www.python.org/dev/peps/pep-0621/#dependencies-optional-dependencies Should be [project]
name = "robyn"
dependencies = [
"watchdog>=2.1.3,<3"
] |
@messense , it is giving me an error like this ERROR: Could not find a version that satisfies the requirement watchdog<3,>=2.1.3 (from robyn) (from versions: none)
10
ERROR: No matching distribution found for watchdog<3,>=2.1.3 |
This needs to be changed to something like |
@messense , when I add the dist folder to the .gitignore, the rust binary is not added in installation folder.
If I copy the |
What do you mean? Can you give a list of commands to reproduce it? I downloaded wheels from https://github.com/sansyrox/robyn/actions/runs/1021993930 , they look fine? |
@messense ,Yes sure.
This is done on an OSX machine. |
Works on my machine
|
This is very strange 😓 Why did you use https://pypi.org/simple tho? |
My pip setup defaults to company private registry. |
Ah, got it. I guess then it is an issue for my machine only. Thanks again. |
This will create an issue with the release of OSX versions.
Need to fix this.
The text was updated successfully, but these errors were encountered: