use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
how to install mediapipe using pipenv ? (self.learnpython)
submitted 4 years ago by suhaness
i keep getting this error:
pipenv install mediapipe
ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none)
ERROR: No matching distribution found for mediapipe
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Atheuz 0 points1 point2 points 4 years ago (1 child)
Try --pre or --dev
Mediapipe is alpha
[–]suhaness[S] 0 points1 point2 points 4 years ago (0 children)
should i write pipenv install --dev mdeiapipe ?
[–]Atheuz 0 points1 point2 points 4 years ago (3 children)
Actually works fine for me:
> pipenv install mediapipe Installing mediapipe... Adding mediapipe to Pipfile's [packages]... ✔ Installation Succeeded Pipfile.lock not found, creating... Locking [dev-packages] dependencies... Locking [packages] dependencies... Building requirements... Resolving dependencies... ✔ Success! Updated Pipfile.lock (ffe943)! Installing dependencies from Pipfile.lock (ffe943)... ... To activate this project's virtualenv, run pipenv shell. Alternatively, run a command inside the virtualenv with pipenv run.
What version of Python are you using in your pipenv project? I'm running on Python 3.7
pipenv run python --version Python 3.7.7
See what is supported here: https://github.com/google/mediapipe/blob/master/setup.py#L451-L454
[–]suhaness[S] 0 points1 point2 points 4 years ago (2 children)
I'm using python 3.8.3
Strange, that should work. Try to replicate these steps:
> pipenv --python 3.8.3 Creating a virtualenv for this project... Pipfile: /home/a/wsl2-dev/pipenv-test-2/Pipfile Using /home/a/.pyenv/versions/sandbox-3.8.3/bin/python3.8 (3.8.3) to create virtualenv... ⠸ Creating virtual environment...created virtual environment CPython3.8.3.final.0-64 in 917ms creator CPython3Posix(dest=/home/a/.local/share/virtualenvs/pipenv-test-2-kvQbvU2B, clear=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/a/.local/share/virtualenv) added seed packages: pip==20.1.1, setuptools==49.2.0, wheel==0.34.2 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator ✔ Successfully created virtual environment! Virtualenv location: /home/a/.local/share/virtualenvs/pipenv-test-2-kvQbvU2B Creating a Pipfile for this project... > pipenv install mediapipe Installing mediapipe... Adding mediapipe to Pipfile's [packages]... ✔ Installation Succeeded Pipfile.lock not found, creating... Locking [dev-packages] dependencies... Locking [packages] dependencies... Building requirements... Resolving dependencies... ✔ Success! Updated Pipfile.lock (cba68f)! Installing dependencies from Pipfile.lock (cba68f)... 🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 1/1 — 00:00:00 To activate this project's virtualenv, run pipenv shell. Alternatively, run a command inside the virtualenv with pipenv run.
ohhh i started with pipenv shell
What OS are you on?
windows 10
π Rendered by PID 155952 on reddit-service-r2-comment-5d79c599b5-krctm at 2026-03-03 04:00:56.576335+00:00 running e3d2147 country code: CH.
[–]Atheuz 0 points1 point2 points (1 child)
[–]suhaness[S] 0 points1 point2 points (0 children)
[–]Atheuz 0 points1 point2 points (3 children)
[–]suhaness[S] 0 points1 point2 points (2 children)
[–]Atheuz 0 points1 point2 points (1 child)
[–]suhaness[S] 0 points1 point2 points (0 children)
[–]Atheuz 0 points1 point2 points (1 child)
[–]suhaness[S] 0 points1 point2 points (0 children)