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

"python manage.py dist" failed on macos #72

Open
guyingzhao opened this issue Aug 1, 2019 · 2 comments
Open

"python manage.py dist" failed on macos #72

guyingzhao opened this issue Aug 1, 2019 · 2 comments

Comments

@guyingzhao
Copy link

reproducing recipe:

under macos, python==2.7.10

qta-manage createproject foo
cd footestproj
echo qtaf > requirements.txt
python manage.py dist

error:

  File "/Users/guying/workspace/QTAF/testbase/dist.py", line 203, in _generate_sdist
    reqs = self._merge_requirements()
  File "/Users/guying/workspace/QTAF/testbase/dist.py", line 182, in _merge_requirements
    reqs_dict[it.name] = str(it)
AttributeError: Requirement instance has no attribute 'name'
@guyingzhao
Copy link
Author

fixed at #73

@eeelin
Copy link
Collaborator

eeelin commented Aug 2, 2019

This issue is related to your version of setuptools, would you provide more information ?

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

2 participants