You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I face issue while run script
getting error as per below so suggest me
in requirement there is test-tube version is 0.46 but i am not able to install that so i used test-tube== 0.2
from test_tube import HyperOptArgumentParser
ImportError: cannot import name 'HyperOptArgumentParser'
The text was updated successfully, but these errors were encountered:
I had a setup in ubuntu with python version 3.6
manually install below library
bleach==1.5.0
certifi==2016.2.28
cycler==0.10.0
decorator==4.1.2
html5lib==0.9999999
Markdown==2.6.9
matplotlib==2.1.0
networkx==2.0
nltk==3.2.5
numpy==1.13.3
olefile==0.44
pandas==0.21.0
Pillow==4.3.0
protobuf==3.4.0
pyparsing==2.2.0
python-dateutil==2.6.1
pytz==2017.3
PyWavelets==0.5.2
scikit-image==0.13.1
scikit-learn==0.19.1
scipy==1.0.0
six==1.11.0
sklearn==0.0
tensorflow==1.3.0
tensorflow-tensorboard==0.1.8
test-tube==0.46
Werkzeug==0.12.2
I face issue while run script
getting error as per below so suggest me
in requirement there is test-tube version is 0.46 but i am not able to install that so i used test-tube== 0.2
from test_tube import HyperOptArgumentParser
ImportError: cannot import name 'HyperOptArgumentParser'
The text was updated successfully, but these errors were encountered: