Error de paquete de instalación de Python: OSError: dlopen (): biblioteca no cargada y preguntas de seguimiento

Error de paquete de instalación de Python

OSError: dlopen (): Biblioteca no cargada 问题

OSError: dlopen(/Users/unittest_docker/code/venv/lib/python3.8/site-packages/_scrypt.cpython-38-darwin.so, 6): Library not loaded: /usr/local/opt/*** #***表示包名

  Referenced from: /Users/unittest_docker/code/venv/lib/python3.8/site-packages/_scrypt.cpython-38-darwin.so

  Reason: image not found

Solución

  1. Instalar brew
  2. brew instalar lightgbm

brew install lightgbm error

fatal: the remote end hung up    unexpectedly

fatal: EOF temprano
fatal: falló el paquete de índice

Solución

 git config --global http.postBuffer 524288000
  git config --list 

Enlace de referencia
OSError: dlopen (): biblioteca no cargada problema
brew install lightgbm error

Supongo que te gusta

Origin blog.csdn.net/weixin_43464554/article/details/111400460
Recomendado
Clasificación