Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest setuptools thinks chdir is in os.path instead of os #691

Closed
ghost opened this issue Jul 26, 2016 · 1 comment
Closed

latest setuptools thinks chdir is in os.path instead of os #691

ghost opened this issue Jul 26, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 26, 2016

  Downloading setuptools-25.0.1.tar.gz (610kB): 610kB downloaded
  Running setup.py egg_info for package setuptools
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "XXX/build/setuptools/setup.py", line 194, in <module>
        here and os.path.chdir(here)
    AttributeError: 'module' object has no attribute 'chdir'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "XXX/build/setuptools/setup.py", line 194, in <module>

    here and os.path.chdir(here)

AttributeError: 'module' object has no attribute 'chdir'


@jaraco
Copy link
Member

jaraco commented Jul 26, 2016

Dupe of #688

@jaraco jaraco closed this as completed Jul 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant