question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation gets stuck on error and retrying pip install bpycv

See original GitHub issue

Hi, thanks for the great initiative of creating this package.

I am having trouble with the installation. I have windows 10, blender 2.82, python 3.7.4, pip 21.3.1. There is no module ensurepip, and I seem to be unable to install it. When I execute blender -b --python-expr "__import__('pip._internal')._internal.main(['install', '-U', 'bpycv'])", the terminal gets in a loop of error and retrying to install. The error output is shown in the added screenshots, with the second screenshot looping.

Any clue on how to solve this?

Thanks!

ss1 ss2

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
DIYer22commented, Jan 17, 2022

I have repeated this error on Windows. The solution is: /blender-path/2.xx/python/bin/python3.7m -m pip install bpycv

0reactions
bmiserezcommented, Jan 17, 2022

I have repeated this error on Windows. The solution is: /blender-path/2.xx/python/bin/python3.7m -m pip install bpycv

Perfect, this works for me! Thanks a lot

Read more comments on GitHub >

github_iconTop Results From Across the Web

pipenv fails to install all my packages, and then ... - GitHub
All packages installed immediatly. Actual result. Installing dependencies from Pipfile.lock (7e9249)… An error occurred while installing blinker ...
Read more >
why is the pip install process stuck on ''Installing collected ...
My purpose is to understand the situation, not to install pandas, since pandas was not the only package that got stuck. – Chenlu....
Read more >
bpycv - PyPI
bpycv 0.3.6. pip install bpycv. Copy PIP instructions. Latest version. Released: Dec 15, 2022. Computer vision utils for Blender.
Read more >
Python Programming Tutorial 2 - Installing PIP and fixing the ...
Description-----------In this video we will see how to install PIP and fixing the errors in PIP installation. We will fix the errors like ......
Read more >
Trying to install opencv, but pip is stuck at "Installing build ...
pip3 install opencv-python I have already tried this but it didn't work. python version: 3.10.2 pip version: 21.3.1 It's always stuck at ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found