-
Notifications
You must be signed in to change notification settings - Fork 33
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
Install package from different sources #482
Comments
At the moment it's not implemented, but in theory it shouldn't be too complicated to layer in right now. I'll see if I can sneak that in soon. If I decide to hold off I'll let you know. Right now I'm probably half-way through what's essentially the second iteration of the project. After I'm done, the first objective is to expand on package installation. So ideally this feature would be rolled into that work. Thanks for this feedback! It's actually great timing. |
Hi! I decided to hold off for now. This is towards the top of my list. Once the work I'm doing now is complete I'll address this. Thanks again! |
Currently Since the installation step is the part of My goal is to make my way towards locking and dependency resolution (outside of |
Sorry. Didn't mean to close this.
😅 |
Ok so where I've landed for now on this is added to the user guide in #503. Basically as of right now the best way to persist this would be by using PEP 508 strings so that In the future If you want to avoid using PEP 508 strings until Using a group would look like this:
I'll spend more time testing this today. Then I'd like to work on a couple other features before shipping For now I'll close this issue, but we can re-open it if it's not working as intended, or if it's incomplete. Thanks again for submitting this issue! |
It's great, thank you for resolving the issue. |
Description of request
I've wanted to add PyTorch and the installation command with pip is
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117
How can I specify --extra-index-url with huak? is it possible yet?
The text was updated successfully, but these errors were encountered: