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

ImportError when installing from PyPi #247

Open
MartorSkull opened this issue Feb 28, 2020 · 2 comments
Open

ImportError when installing from PyPi #247

MartorSkull opened this issue Feb 28, 2020 · 2 comments

Comments

@MartorSkull
Copy link

This is the traceback

Traceback (most recent call last):
  File "/home/touch/venv/bin/git-auto-deploy", line 8, in <module>
    sys.exit(main())
  File "/home/touch/venv/lib/python3.6/site-packages/gitautodeploy/gitautodeploy.py", line 607, in main
    from cli.config import get_config_defaults, get_config_from_environment
ModuleNotFoundError: No module named 'cli'
@Guy293
Copy link

Guy293 commented Mar 6, 2020

Installing using pip is broken. This library is old and outdated.
Clone it instead. Worked perfectly for me on two different projects.

@Letme
Copy link
Contributor

Letme commented Nov 16, 2022

This is python3 incompatibility issue which is solved in #264 . Hopefully after merge also pypi is updated and then this issue can be closed.

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

3 participants