-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Error while executing tox command for checking installation.
Need to check
- Check installations for python 3.6
- Check installations for python 3.8+ (due to tensorflow dependency)
Log file
`GLOB sdist-make: /home/anirudh/videochatbot-deploy/setup.py py36 create: /home/anirudh/videochatbot-deploy/.tox/py36 py36 installdeps: -rrequirements.txt py36 inst: /home/anirudh/videochatbot-deploy/.tox/.tmp/package/1/VideoChatBot-0.0.2.zip py36 installed: absl-py==0.12.0,astunparse==1.6.3,cachetools==4.2.1,certifi==2020.12.5,chardet==4.0.0,ChatterBot==1.0.8,click==7.1.2,cycler==0.10.0,emoji==1.2.0,fer==20.1.1,flatbuffers==1.12,gast==0.3.3,google-auth==1.28.0,google-auth-oauthlib==0.4.3,google-pasta==0.2.0,grpcio==1.32.0,h5py==2.10.0,idna==2.10,imageio==2.9.0,importlib-metadata==3.7.3,joblib==1.0.1,Keras==2.4.3,Keras-Preprocessing==1.1.2,kiwisolver==1.3.1,Markdown==3.3.4,mathparse==0.1.2,matplotlib==3.3.4,mtcnn==0.1.0,nltk==3.5,numpy==1.19.5,oauthlib==3.1.0,opencv-contrib-python==4.5.1.48,opencv-python==4.5.1.48,opt-einsum==3.3.0,pandas==1.1.5,Pillow==8.1.2,protobuf==3.15.6,pyasn1==0.4.8,pyasn1-modules==0.2.8,pyparsing==2.4.7,python-dateutil==2.8.1,pyttsx3==2.90,pytz==2021.1,PyYAML==5.4.1,regex==2021.3.17,requests==2.25.1,requests-oauthlib==1.3.0,rsa==4.7.2,scipy==1.5.4,six==1.15.0,SpeechRecognition==3.8.1,SQLAlchemy==1.3.23,tensorboard==2.4.1,tensorboard-plugin-wit==1.8.0,tensorflow==2.4.1,tensorflow-estimator==2.4.0,termcolor==1.1.0,text2emotion==0.0.5,tqdm==4.59.0,typing-extensions==3.7.4.3,urllib3==1.26.4,VideoChatBot @ file:///home/anirudh/videochatbot-deploy/.tox/.tmp/package/1/VideoChatBot-0.0.2.zip,Werkzeug==1.0.1,wrapt==1.12.1,zipp==3.4.1 py36 run-test-pre: PYTHONHASHSEED='3108478318' py36 run-test: commands[0] | pytest WARNING: test command found but not installed in testenv cmd: /home/anirudh/anaconda3/bin/pytest env: /home/anirudh/videochatbot-deploy/.tox/py36 Maybe you forgot to specify a dependency? See also the allowlist_externals envconfig setting.DEPRECATION WARNING: this will be an error in tox 4 and above!
/home/anirudh/anaconda3/lib/python3.7/site-packages/astropy/config/configuration.py:557: ConfigurationMissingWarning: Configuration defaults will be used due to OSError:Could not find unix home directory to search for astropy config dir on None
warn(ConfigurationMissingWarning(msg))
=============================================================================================== test session starts ===============================================================================================
platform linux -- Python 3.7.6, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
cachedir: .tox/py36/.pytest_cache
rootdir: /home/anirudh/videochatbot-deploy
plugins: remotedata-0.3.2, astropy-header-0.1.2, arraydiff-0.3, doctestplus-0.5.0, openfiles-0.4.0, hypothesis-5.5.4
collected 0 items
============================================================================================== no tests ran in 0.01s ==============================================================================================
ERROR: InvocationError for command /home/anirudh/anaconda3/bin/pytest (exited with code 5)
py37 create: /home/anirudh/videochatbot-deploy/.tox/py37
py37 installdeps: -rrequirements.txt
py37 inst: /home/anirudh/videochatbot-deploy/.tox/.tmp/package/1/VideoChatBot-0.0.2.zip
py37 installed: absl-py==0.12.0,astunparse==1.6.3,cachetools==4.2.1,certifi==2020.12.5,chardet==4.0.0,ChatterBot==1.0.8,click==7.1.2,cycler==0.10.0,emoji==1.2.0,fer==20.1.1,flatbuffers==1.12,gast==0.3.3,google-auth==1.28.0,google-auth-oauthlib==0.4.3,google-pasta==0.2.0,grpcio==1.32.0,h5py==2.10.0,idna==2.10,imageio==2.9.0,importlib-metadata==3.7.3,joblib==1.0.1,Keras==2.4.3,Keras-Preprocessing==1.1.2,kiwisolver==1.3.1,Markdown==3.3.4,mathparse==0.1.2,matplotlib==3.4.0,mtcnn==0.1.0,nltk==3.5,numpy==1.19.5,oauthlib==3.1.0,opencv-contrib-python==4.5.1.48,opencv-python==4.5.1.48,opt-einsum==3.3.0,pandas==1.2.3,Pillow==8.1.2,protobuf==3.15.6,pyasn1==0.4.8,pyasn1-modules==0.2.8,pyparsing==2.4.7,python-dateutil==2.8.1,pyttsx3==2.90,pytz==2021.1,PyYAML==5.4.1,regex==2021.3.17,requests==2.25.1,requests-oauthlib==1.3.0,rsa==4.7.2,scipy==1.6.2,six==1.15.0,SpeechRecognition==3.8.1,SQLAlchemy==1.3.23,tensorboard==2.4.1,tensorboard-plugin-wit==1.8.0,tensorflow==2.4.1,tensorflow-estimator==2.4.0,termcolor==1.1.0,text2emotion==0.0.5,tqdm==4.59.0,typing-extensions==3.7.4.3,urllib3==1.26.4,VideoChatBot @ file:///home/anirudh/videochatbot-deploy/.tox/.tmp/package/1/VideoChatBot-0.0.2.zip,Werkzeug==1.0.1,wrapt==1.12.1,zipp==3.4.1
py37 run-test-pre: PYTHONHASHSEED='3108478318'
py37 run-test: commands[0] | pytest
WARNING: test command found but not installed in testenv
cmd: /home/anirudh/anaconda3/bin/pytest
env: /home/anirudh/videochatbot-deploy/.tox/py37
Maybe you forgot to specify a dependency? See also the allowlist_externals envconfig setting.
DEPRECATION WARNING: this will be an error in tox 4 and above!
/home/anirudh/anaconda3/lib/python3.7/site-packages/astropy/config/configuration.py:557: ConfigurationMissingWarning: Configuration defaults will be used due to OSError:Could not find unix home directory to search for astropy config dir on None
warn(ConfigurationMissingWarning(msg))
=============================================================================================== test session starts ===============================================================================================
platform linux -- Python 3.7.6, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
cachedir: .tox/py37/.pytest_cache
rootdir: /home/anirudh/videochatbot-deploy
plugins: remotedata-0.3.2, astropy-header-0.1.2, arraydiff-0.3, doctestplus-0.5.0, openfiles-0.4.0, hypothesis-5.5.4
collected 0 items
============================================================================================== no tests ran in 0.02s ==============================================================================================
ERROR: InvocationError for command /home/anirudh/anaconda3/bin/pytest (exited with code 5)
_____________________________________________________________________________________________________ summary _____________________________________________________________________________________________________
ERROR: py36: commands failed
ERROR: py37: commands failed
`