Skip to content

install error #549

@degawang

Description

@degawang

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions