Is it able to install dependencies through local .whl file instead of fetching it from the Internet and build it locally? #558
saddestboy
started this conversation in
General
Replies: 3 comments 2 replies
-
Yes it's possible. You should be able to register a |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also have this use-case. I'm afraid, despite your answer, I still don't know how I'd go about doing this. I looked at the docs (https://rye-up.com/guide/sources/#index-authentication) but I still don't know how to do it. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ah, I don't think it will work. It's not a normal python project, all I have is a .whl, so I get this error: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Well, some dependencies are hard to build on the computer (especially windows) since it requires MSVC and specific C include files, so it would be helpful to use local .whl file instead of building it on the computer. However I cannot find such description in the docs, so is it able to install package through local .whl file instead of fetching it from the Internet and build it locally?
Beta Was this translation helpful? Give feedback.
All reactions