#๐ pip install requirements not working
38 messages ยท Page 1 of 1 (latest)
@sweet quail
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.
i ran the following command in the same directory as the requirements text file:
pip install -r requirements.txt
I can't find that library.
which one?
sqlite support is built in anyway. Why do you need a library for it?
it's probably mentioned in requirements.txt
or else it's mentioned by some package that is itself mentioned in requirements.txt, &c &c
yes it is
thats the only requirement
whatever software you're trying to install is probably burned beyond recognition
:(
The only reference to that library I can find, which suggests that this is the project you're trying to run.
nope
Or a bitcoin wallet finder.
nope
heh
the error mentions something about a version, not sure if that shows up irregardless of a version specified, but im imagining his has an ==
if your software refers to that package, that doesn't exist, how likely is it to even be worth installing?
This is not a Modmail thread.
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.