madmaze / pyNmonAnalyzer

Python tool for reformatting and plotting/graphing NMON output
118 stars 42 forks source link

pip install pyNmonAnalyzer --user fails. missing README.md #23

Closed fovea1959 closed 6 years ago

fovea1959 commented 7 years ago
pip install pyNmonAnalyzer --user
Collecting pyNmonAnalyzer
  Using cached pyNmonAnalyzer-1.0.6.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-IpqF3P/pyNmonAnalyzer/setup.py", line 23, in <module>
        long_description = open('README.md').read()
    IOError: [Errno 2] No such file or directory: 'README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-IpqF3P/pyNmonAnalyzer/
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
hanzhichao commented 7 years ago

try pip install numpy pip install matplotlib first

hanzhichao commented 7 years ago

try git clone https://github.com/madmaze/pyNmonAnalyzer.git cd pyNmonAnalyzer and run python setup install

fovea1959 commented 7 years ago

python setup.py install --user worked

When will pip install be fixed?

madmaze commented 6 years ago

all fixed, sorry for the delay