#๐ HELP HELP HELP
84 messages ยท Page 1 of 1 (latest)
@unique minnow
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
okay first you gotta tell me your reasoning of how you solved it cause its been bugging me for hours
the error worked, but other errors came holup, im tryina fix em
its on the github..
where
when you have a module on a github and have an issue, go to the issues page
I keep getting error after error
modules missing
everytime i pip installe one, another module is missing
is there a way to just pip install them all
pip should do that by default i think
well
depends on how you instaleld it ig
you might have a requirements.txt file
I git cloned
it doesnt
yeah ill take alook
pip install vector-quantize-pytorch
is there a way to just pip install them all
generally speaking, "reading the readme of whatever you're launching". in this case, it says to install the package.
pip install . perhaps?
yea I know but the problem is, another one will come after
did that
you have to cd to the directory first
I alr did that
ill try this one
if you cloned it, cd into the root directory and do pip install .
yea yea I alr did that thrice
are you sure?
im doing it for the fourth time
what dir are you in
i don't think you could have done that, because if you had, you'd already have these packages.
and whats the output
@unique minnow look at the github
the stable-audio-tools
you'll find the answers
it installs all the packages when i run it
but i get an errror when launching it agian
do you use a venv?
yeah
holdup i didint do this
let me try that
python -m venv venv
venv\Scripts\activate
run that in a virtual environement
you can change the venv name
well, then you didn't install it, it failed to install
it's just 2 packages only
I'd guess because your python version is too new for that specific package version.
all the rest are installed
I don't see your screenshot say that anything was installed; I see only some wheels getting built.
try manually installing it
yea you're right
it wasnt installed
my bad
I was wrong, confused reptile is right
this is when i ran pip install stable-audio-tools
what's a git bash
excuse my ignorance
WAIT
IT WORKED
I Kept installing all the packages manually
let me test
what was the issue though to further my own understanding for the future?
not downloading the packages
yea but why wouldnt it download
not sure
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.