Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
first check for enough memory and storage . second try this : sudo apt update && sudo apt upgradepip install --upgrade pip setuptools wheelsudo apt-get install build-essential libatlas-base-devpip install numpy --prefer-binarysudo apt install build-essential libatlas-base-devpip install --only-binary=:all: numpyif not helping try : sudo apt install python3-pip --upgradeuninstall numpy and re-install the numpy version you need : pip install numpy==version
Right now I’m working on something with AWS, but as soon as I will have time to check it, I will try it out. Thanks for the help! 😁
first check for enough memory and storage .
second
try this :
sudo apt update && sudo apt upgrade
pip install --upgrade pip setuptools wheel
sudo apt-get install build-essential libatlas-base-dev
pip install numpy --prefer-binary
sudo apt install build-essential libatlas-base-dev
pip install --only-binary=:all: numpy
if not helping try :
sudo apt install python3-pip --upgrade
uninstall numpy and re-install the numpy version you need :
pip install numpy==version
Right now I’m working on something with AWS, but as soon as I will have time to check it, I will try it out. Thanks for the help! 😁