QTAF icon indicating copy to clipboard operation
QTAF copied to clipboard

"python manage.py dist" failed on macos

Open guyingzhao opened this issue 6 years ago • 2 comments

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 avatar Aug 01 '19 02:08 guyingzhao

fixed at #73

guyingzhao avatar Aug 01 '19 02:08 guyingzhao

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

eeelin avatar Aug 02 '19 10:08 eeelin