argweaver icon indicating copy to clipboard operation
argweaver copied to clipboard

pip installation of ARGweaver throwing an error

Open drdna opened this issue 2 years ago • 2 comments

pip install argweaver throws this error

 $ pip install argweaver
Collecting argweaver
Using cached argweaver-0.8.1.tar.gz (1.1 MB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [7 lines of output]
      Traceback (most recent call last):
        File "<string>", line 36, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/private/var/folders/lp/n33fnct96bn1bf7gbzz2qt3h0000gn/T/pip-install-4kh3u30x/argweaver_4065a4fccc804ec4a163c4aa9487343a/setup.py", line 109
          raise DistutilsSetupError, \
                                   ^

drdna avatar Aug 18 '22 02:08 drdna

See #23 -- I think you need to use python2 (it worked for me)

mmosmond avatar Aug 30 '22 13:08 mmosmond

See #23 -- I think you need to use python2 (it worked for me)

This works for me as well.

sdtemple avatar Mar 15 '23 00:03 sdtemple