equinor / webviz-core

GNU Lesser General Public License v3.0
2 stars 3 forks source link

Failed install #6

Closed anders-kiaer closed 5 years ago

anders-kiaer commented 5 years ago

Following the README.md instructions, webviz_plotly should be installed using

pushd webviz_plotly && pip install . ; popd

This fails for me with

Processing /[...]/webviz-core/webviz_plotly
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-req-build-yxm51t0h/setup.py", line 4, in <module>
        with open("../README.md", "r") as fh:
    FileNotFoundError: [Errno 2] No such file or directory: '../README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-yyxm51t0h/

Have to run python setup.py install in order to get it to work. Tested with pip 19.0.3 and python 3.7.1.

The same error happens for webviz_components.