Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

506
Views
`Rueda de construcción para opencv-python (PEP 517) ... -` se ejecuta para siempre

cuando corro

 !pip install imgaug==0.4.0

la siguiente es la salida

 Collecting imgaug==0.4.0 Using cached https://files.pythonhosted.org/packages/66/b1/af3142c4a85cba6da9f4ebb5ff4e21e2616309552caca5e8acefe9840622/imgaug-0.4.0-py2.py3-none-any.whl Requirement already satisfied: Pillow in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from imgaug==0.4.0) (5.4.1) Requirement already satisfied: numpy>=1.15 in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from imgaug==0.4.0) (1.15.4) Collecting Shapely (from imgaug==0.4.0) Using cached https://files.pythonhosted.org/packages/9d/18/557d4f55453fe00f59807b111cc7b39ce53594e13ada88e16738fb4ff7fb/Shapely-1.7.1-cp36-cp36m-manylinux1_x86_64.whl Requirement already satisfied: six in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from imgaug==0.4.0) (1.12.0) Requirement already satisfied: matplotlib in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from imgaug==0.4.0) (3.0.2) Collecting scikit-image>=0.14.2 (from imgaug==0.4.0) Using cached https://files.pythonhosted.org/packages/0e/ba/53e1bfbdfd0f94514d71502e3acea494a8b4b57c457adbc333ef386485da/scikit_image-0.17.2-cp36-cp36m-manylinux1_x86_64.whl Requirement already satisfied: imageio in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from imgaug==0.4.0) (2.4.1) Collecting opencv-python (from imgaug==0.4.0) Using cached https://files.pythonhosted.org/packages/77/f5/49f034f8d109efcf9b7e98fbc051878b83b2f02a1c73f92bbd37f317288e/opencv-python-4.4.0.42.tar.gz Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... done Requirement already satisfied: scipy in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from imgaug==0.4.0) (1.2.0) Requirement already satisfied: cycler>=0.10 in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from matplotlib->imgaug==0.4.0) (0.10.0) Requirement already satisfied: kiwisolver>=1.0.1 in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from matplotlib->imgaug==0.4.0) (1.0.1) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from matplotlib->imgaug==0.4.0) (2.3.1) Requirement already satisfied: python-dateutil>=2.1 in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from matplotlib->imgaug==0.4.0) (2.7.5) Collecting tifffile>=2019.7.26 (from scikit-image>=0.14.2->imgaug==0.4.0) Using cached https://files.pythonhosted.org/packages/3c/13/4f873f6b167c2e77288ce8db1c9f742d1e0e1463644e2df4e3bd3c40a422/tifffile-2020.8.25-py3-none-any.whl Requirement already satisfied: networkx>=2.0 in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from scikit-image>=0.14.2->imgaug==0.4.0) (2.2) Collecting PyWavelets>=1.1.1 (from scikit-image>=0.14.2->imgaug==0.4.0) Using cached https://files.pythonhosted.org/packages/59/bb/d2b85265ec9fa3c1922210c9393d4cdf7075cc87cce6fe671d7455f80fbc/PyWavelets-1.1.1-cp36-cp36m-manylinux1_x86_64.whl Requirement already satisfied: setuptools in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from kiwisolver>=1.0.1->matplotlib->imgaug==0.4.0) (40.8.0) Requirement already satisfied: decorator>=4.3.0 in /opt/conda/envs/Python-3.6/lib/python3.6/site-packages (from networkx>=2.0->scikit-image>=0.14.2->imgaug==0.4.0) (4.3.2) Building wheels for collected packages: opencv-python Building wheel for opencv-python (PEP 517) ... -

Pero la Building wheel for opencv-python (PEP 517) ... - se ejecuta para siempre, ¿cómo resolver este problema?

over 4 years ago · Santiago Trujillo
5 answers
Answer question

0

Resuelva instalando openCV-Python explícitamente primero usando !pip install opencv-python==4.2.0.34 antes de ejecutar !pip install imgaug Como la versión anterior de opencv-python no requiere compilación de ruedas.

over 4 years ago · Santiago Trujillo Report

0

intente usar la versión anterior de python. por ejemplo, python3.7

over 4 years ago · Santiago Trujillo Report

0

Tuve el mismo problema, todo salió bien:

 pip install --upgrade pip setuptools wheel
over 4 years ago · Santiago Trujillo Report

0

También me sucedió mientras descargaba pip install opencv-python Simplemente vaya a las preferencias, vaya al intérprete de python y luego verifique el paquete de ruedas y elimínelo haciendo clic en él y presionando la marca menos junto a la marca de agregar. Este error se debe a que, para descargarlo, el paquete primero debe generar miles de dependencias para las ruedas, ya que opencv es un paquete grande. Si desinstala las ruedas, no es necesario que creen dependencias. Tenga en cuenta que desinstalar ruedas no afectará nada en el código . Tengo una Mac y uso pycharm como IDE, así que no estoy seguro de si funciona en otros dispositivos.

Esta es una imagen del intérprete que está después de desinstalar las ruedas.

over 4 years ago · Santiago Trujillo Report

0

Si está usando Raspberry pi, use el comando pip install opencv-python==4.5.3.56 , luego actualice numpy usando pip install -U numpy y luego instale el paquete que necesita instalar que tiene dependencia de OpenCV.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!