-
Notifications
You must be signed in to change notification settings - Fork 509
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: