Open umbynos opened 4 years ago
Looking over your log, the initial error is coming from tensor python library. Can you please post the result from the following command: pip list Thanks
pip list
shows -bash: pip: command not found
While pip3 list
:
Package Version
-------------------- ---------
absl-py 0.9.0
ansible 2.7.7
apache-libcloud 2.4.0
asn1crypto 0.24.0
astor 0.8.1
bcrypt 3.1.6
certifi 2018.8.24
chardet 3.0.4
click 7.1.1
cloudpickle 1.2.2
cryptography 2.6.1
cycler 0.10.0
dbus-python 1.2.12
entrypoints 0.3
file-read-backwards 2.0.0
Flask 1.0.2
Flask-Cors 3.0.7
Flask-WTF 0.14.3
future 0.18.2
gast 0.2.2
google-pasta 0.2.0
grpcio 1.28.1
gym 0.14.0
h5py 2.10.0
httplib2 0.11.3
idna 2.6
inky 0.0.5
itsdangerous 1.1.0
Jinja2 2.10
jmespath 0.9.4
joblib 0.14.1
Keras-Applications 1.0.8
Keras-Preprocessing 1.1.0
keyring 17.1.1
keyrings.alt 3.1.1
kiwisolver 1.2.0
lockfile 0.12.2
Markdown 3.2.1
MarkupSafe 1.1.0
matplotlib 3.2.1
mpi4py 2.0.0
netaddr 0.7.19
ntlm-auth 1.1.0
numpy 1.17.2
oauthlib 3.1.0
olefile 0.46
opencv-python 3.4.3.18
pandas 1.0.3
paramiko 2.4.2
Pillow 5.4.1
pip 18.1
protobuf 3.11.3
pwnagotchi 1.5.3
pyasn1 0.4.2
pycrypto 2.6.1
pycryptodome 3.9.4
pyglet 1.3.2
PyGObject 3.30.4
pykerberos 1.1.14
PyNaCl 1.3.0
pyparsing 2.4.7
PySocks 1.7.1
python-apt 1.8.4.1
python-dateutil 2.8.1
pytz 2019.3
pywinrm 0.3.0
pyxdg 0.25
PyYAML 5.3.1
requests 2.21.0
requests-kerberos 0.11.0
requests-ntlm 1.1.0
requests-oauthlib 1.3.0
RPi.GPIO 0.7.0
scapy 2.4.3
scipy 1.3.1
SecretStorage 2.3.1
setuptools 40.8.0
simplejson 3.16.0
six 1.12.0
smbus2 0.3.0
spidev 3.4
ssh-import-id 5.7
stable-baselines 2.7.0
tensorboard 1.13.1
tensorflow 1.13.1
tensorflow-estimator 1.14.0
termcolor 1.1.0
toml 0.10.0
tweepy 3.7.0
urllib3 1.24.1
websockets 8.1
Werkzeug 1.0.1
wheel 0.32.3
wrapt 1.12.1
WTForms 2.2.1
xmltodict 0.11.0
Describe the bug Frequently I see errors regarding ai training.
To Reproduce Steps to reproduce the behavior: Turn on the pwnagotchi and wait some time.
Expected behavior Not to see errors
Logs
Environment (please complete the following information):
Additional context I've seen https://github.com/evilsocket/pwnagotchi/issues/837 issue and it seems my exact problem. My
epochs_per_episode
is set to 50 (default I think) When I did the update (from 1.4.3 to 1.5.3) I did a backup as explained in the docs. Maybe the brain got corrupt in some way?