Skip to content
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

Can't install following the web instructions #218

Closed
TehPeGaSuS opened this issue Jan 5, 2024 · 3 comments · Fixed by #223
Closed

Can't install following the web instructions #218

TehPeGaSuS opened this issue Jan 5, 2024 · 3 comments · Fixed by #223

Comments

@TehPeGaSuS
Copy link

TehPeGaSuS commented Jan 5, 2024

Following this part of the docs, it states that to install pinnwand we should type: python3 -m venv virtual-environment virtual-environment/bin/pip install pinnwand.

But whenever I try that, I got: Error: Unable to create directory '/home/pastebins/pinnwand-1.5.0/virtual-environment/bin/pip' and therefore I can't use virtual-environment/bin/pinnwand http to start pinnwand.

I've also tried pip3 install --user pinnwand but then I can't find the executable anywhere.

I'm a bit lost here.

EDIT: I can't use docker.

Cheers

@wookie184
Copy link
Contributor

I think that's an error with how the docs are being displayed,
python3 -m venv virtual-environment virtual-environment/bin/pip install pinnwand is displayed on one line but it's actually two commands.

python3 -m venv virtual-environment

and

virtual-environment/bin/pip install pinnwand

@TehPeGaSuS
Copy link
Author

Oh, that makes much more sense.
I've managed to install it from source and I must say that I'm quite impressed with this piece of software.
Great job!

@supakeen
Copy link
Owner

supakeen commented Jan 7, 2024

That's a nice bug, thanks for PR #223 @wookie184 which fixes this.

@supakeen supakeen closed this as completed Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants