anntzer / pypi2pkgbuild

A PyPI to PKGBUILD converter.
MIT License
71 stars 6 forks source link

ModuleNotFoundError: No module named 'pip.vcs' #11

Closed hl037 closed 6 years ago

hl037 commented 6 years ago
 $>pypi2pkgbuild.py pypi2pkgbuild
Traceback (most recent call last):
  File "/home/leo/.local/bin/pypi2pkgbuild.py", line 31, in <module>
    from pip.vcs import VersionControl
ModuleNotFoundError: No module named 'pip.vcs'

I have this error when trying to do the meta installation from the pypi version...

anntzer commented 6 years ago

Fixed in master. I should really do a new release... Can you confirm that master works for you?

hl037 commented 6 years ago

Yes, master works, it's only the pypi version (installed from pip)

anntzer commented 6 years ago

0.2 is on pypi now. Feel free to report additional issues with it.