autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 270 forks source link

Problem installing Talos 1.0 #496

Closed zonexo closed 3 years ago

zonexo commented 4 years ago

Hi, I tried to install talos but I got errors below. Btw, I am using docker from nvcr.io/nvidia/tensorflow:latest-tf2. So how do I solve it? Thanks.

Requirement already satisfied: pyasn1>=0.1.3 in /usr/local/lib/python3.6/dist-packages (from rsa<4.1,>=3.1.4->google-auth<2,>=1.6.3->tensorboard<2.3.0,>=2.2.0->tensorflow>=2.0.0->talos==1.0) (0.4.8) Building wheels for collected packages: talos Building wheel for talos (setup.py) ... done Created wheel for talos: filename=talos-1.0-py3-none-any.whl size=53697 sha256=72ab3fce8385bf176dddd8d5def455b1b320928d6868d19f25d71ecbdb56e687 Stored in directory: /tmp/pip-ephem-wheel-cache-e4jr1vo9/wheels/f5/37/9a/aefa9f8365f0727a1dac9327443d72cc5fbcab95744ef10113 Successfully built talos Installing collected packages: tensorflow, talos Attempting uninstall: tensorflow Found existing installation: tensorflow 1.14.0 Uninstalling tensorflow-1.14.0: Successfully uninstalled tensorflow-1.14.0 Rolling back uninstall of tensorflow Moving to /home/users/nus/tsltaywb/.local/bin/freeze_graph from /tmp/pip-uninstall-2fvw1kil/freeze_graph Moving to /home/users/nus/tsltaywb/.local/bin/saved_model_cli from /tmp/pip-uninstall-2fvw1kil/saved_model_cli Moving to /home/users/nus/tsltaywb/.local/bin/tensorboard from /tmp/pip-uninstall-2fvw1kil/tensorboard Moving to /home/users/nus/tsltaywb/.local/bin/tf_upgrade_v2 from /tmp/pip-uninstall-2fvw1kil/tf_upgrade_v2 Moving to /home/users/nus/tsltaywb/.local/bin/tflite_convert from /tmp/pip-uninstall-2fvw1kil/tflite_convert Moving to /home/users/nus/tsltaywb/.local/bin/toco from /tmp/pip-uninstall-2fvw1kil/toco Moving to /home/users/nus/tsltaywb/.local/bin/toco_from_protos from /tmp/pip-uninstall-2fvw1kil/toco_from_protos Moving to /home/users/nus/tsltaywb/.local/lib/python3.6/site-packages/tensorflow-1.14.0.dist-info/ from /home/users/nus/tsltaywb/.local/lib/python3.6/site-packages/~ensorflow-1.14.0.dist-info Moving to /home/users/nus/tsltaywb/.local/lib/python3.6/site-packages/tensorflow/ from /home/users/nus/tsltaywb/.local/lib/python3.6/site-packages/~ensorflow ERROR: Could not install packages due to an EnvironmentError: [Errno 122] Disk quota exceeded

mikkokotila commented 3 years ago

Your error message says that the host system you are performing the action on does not permit you the required disk space.

Closing here. Feel free to open new issue if anything.