chainer / chainerrl-visualizer

MIT License
53 stars 13 forks source link

pip3 install error #20

Open mktk1117 opened 4 years ago

mktk1117 commented 4 years ago

Hello, When I tried to install using pip3, I got this error. pip3 install chainerrl-visualizer

Complete output from command python setup.py egg_info:
    error in chainerrl_visualizer setup command: "values of 'package_data' dict" must be a list of strings (got {'static/**/*', 'templates/*'})

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-rau_sca8/chainerrl-visualizer/

How can I solve this? Thank you.

disktnk commented 4 years ago

Sorry for inconvenience, the error is resolved by #15 , please check latest pip module (v0.1.1) or install from source, thanks.