Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How to use pip inside venv?#4904

Unanswered
itsankitkp asked this question inQ&A
Discussion options

Steps tried:

  1. cargo build --release --features ssl,jit
  2. target/release/rustpython -m venv venv
  3. venv/bin/activate
  4. rustpython --install-pip get-pip
  5. pip install guincorn
 pip3 install gunicornTraceback (most recent call last):  File "/home/ankit/RustPython/venv/bin/pip3", line 5, in <module>    from pip._internal.cli.main import mainModuleNotFoundError: No module named 'pip'

Different variant of#4 tried istarget/release/rustpython -u --install-pip ensurepip --user,venv/bin/rustpython --install-pip (as per as docs)
for#5pip3 install gunicorn. Also tried it directly

 venv/bin/rustpython -m pip install gunicorn/home/ankit/RustPython/venv/bin/rustpython: No module named pip

Not sure what I am missing.

You must be logged in to vote

Replies: 1 comment

Comment options

I found it doesn't work. This is a bug.

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@itsankitkp@youknowone

[8]ページ先頭

©2009-2025 Movatter.jp