sidewalklabs/sumo-web3d

Got error while installing web3d

Closed this issue · 1 comments

Hello

I tried to install sumo-web3d but I got the error as below:
pip3 install sumo-web3d

 ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-l1m2n5og/sumo-web3d/setup.py'"'"'; __file__='"'"'/tmp/pip-install-l1m2n5og/sumo-web3d/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-l1m2n5og/sumo-web3d/pip-egg-info
         cwd: /tmp/pip-install-l1m2n5og/sumo-web3d/
    Complete output (1 lines):
    error in sumo-web3d setup command: "values of 'package_data' dict" must be a list of strings (got 'sumo_web3d/static/*')
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

I also modified the setup file by changin in to list as it was mentioned in previous issue but it still doesn't work.

Any idea to solve this problem?

I solved the problem after installing python 3.6 in vertua; environment.