79118864

Date: 2024-10-23 16:39:22
Score: 1.5
Natty:
Report link

I've been running into similar issues with several packages using an M1 Mac. So far I've found that uninstalling the package and then reinstalling it has worked:

#Uninstall the package pip3 uninstall your_package -y

#Reinstall it using the following command: pip3 install your_package --no-cache-dir --verbose --force-reinstall

Hope this works for you.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Starcraft