Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Installing using pip install doesn't work #5

@sundarnagarajan

Description

@sundarnagarajan

Good work - I really liked this. When trying to install using 'pip install lang' in Python 2.7, I get the following error:

Downloading/unpacking lang
Downloading lang-1.0.5.tar.gz
Running setup.py (path:/mnt/auto/content/virtualenv/try/build/lang/setup.py) egg_info for package lang
Traceback (most recent call last):
File "", line 17, in
File "/mnt/auto/content/virtualenv/try/build/lang/setup.py", line 14, in
with open(path.join(here, '..', 'README.md'), encoding='utf-8') as f:
File "/mnt/auto/content/virtualenv/try/lib/python2.7/codecs.py", line 878, in open
file = builtin.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: '/mnt/auto/content/virtualenv/try/build/lang/../README.md'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 17, in
File "/mnt/auto/content/virtualenv/try/build/lang/setup.py", line 14, in
with open(path.join(here, '..', 'README.md'), encoding='utf-8') as f:
File "/mnt/auto/content/virtualenv/try/lib/python2.7/codecs.py", line 878, in open
file = builtin.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: '/mnt/auto/content/virtualenv/try/build/lang/../README.md'

Installing using 'python setup.py install' works, and the package is great.

As another issue has mentioned, it doesn't work as expected using REPL.

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