79444936

Date: 2025-02-17 09:27:43
Score: 2.5
Natty:
Report link

The issue could very possibly be related to the blas library paddlepaddle is using on mac, see here for further details in this link. Try to install it like this:

python -m pip install paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/mac/cpu/develop.html

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: J Weller