chainerrl-visualizer icon indicating copy to clipboard operation
chainerrl-visualizer copied to clipboard

pip3 install error

Open mktk1117 opened this issue 6 years ago • 1 comments

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.

mktk1117 avatar Nov 09 '19 12:11 mktk1117

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

disktnk avatar Nov 11 '19 02:11 disktnk