Skip to content

Install issue: FileNotFoundError: [Errno 2] No such file or directory: 'README.rst' #7

@ghost

Description

If I am installing the library using pip3 I am getting:

$ sudo pip3 install pymix
[sudo] password for stefan: 
The directory '/home/stefan/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/stefan/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pymix
  Downloading pymix-0.8b.tar.gz (127kB)
    100% |████████████████████████████████| 133kB 1.4MB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-i1pd89q3/pymix/setup.py", line 11, in <module>
        with open('README.rst') as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'README.rst'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-i1pd89q3/pymix/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions