-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
New Issue Checklist
- [ ]ImportError: No module named progressbar
Issue Description
when i use the command pip install -e .,error occurs as
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/home/dega/Downloads/degawong/tensorflow/tensorlayer/setup.py", line 18, in
from tensorlayer import (
File "tensorlayer/init.py", line 14, in
from . import files
File "tensorlayer/files.py", line 12, in
import progressbar
ImportError: No module named progressbar
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /home/.../tensorflow/tensorlayer/
but if i use import progressbar,it works well and get current screen picture
someone helps me,thanks
Reproducible Code
- ubuntu 17.10
[INSERT CODE HERE]
pip install -e .
Metadata
Metadata
Assignees
Labels
No labels