Zer0G0ld / rede_neural

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rede_neural

Instalando dependencias


pip install -r requirements.txt

Instalando o numpy no termux

Tente isso:

pkg install libcrypt-dev
pkg install numpy

Se o passo acima não funcionar, podemos tentar instalar o NumPy usando o gerenciador de pacotes pip com a opção --no-build-isolation, o que pode evitar alguns problemas de compilação:

pip install numpy --no-build-isolation

pkg install clang
pip install packaging
pip install pyproject-metadata
pkg install ninja
pip install cython

pip install numpy --no-build-isolation

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%