-
Notifications
You must be signed in to change notification settings - Fork 479
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
Unable to find installation candidates for torch (2.0.1+cpu) #58
Comments
Thanks! Happy to hear that. What OS are you using? |
I'm using macOS Sonoma 14. Not sure if this is a mac specific problem though - in the video tutorial, it looked like @Paulescu ran the code on a mac as well and didn't have any issues. |
Yeah. You are right. The streaming pipeline (out of the 3 modules) should work on macos. I tested my code only on Ubuntu. @Paulescu, do you know about this issue? Have you encountered it? |
@maxwkut Have you tried removing the |
@maxwkut Have you managed to make it work? |
@Paulescu @iusztinpaul I took out the |
Try to remove the torch completely from Let me know if this works. If that doesn't work, try to install it directly from the wheel, depending on your platform, something like this:
Let me know if that works for you. |
Have you tried the second option? |
Great course so far!
I'm having some trouble running
make install
in the streaming_pipeline folder. Any suggestions?Main dependencies are all installed.
The text was updated successfully, but these errors were encountered: