Git-Auto-Deploy icon indicating copy to clipboard operation
Git-Auto-Deploy copied to clipboard

ImportError when installing from PyPi

Open MartorSkull opened this issue 4 years ago • 2 comments

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'

MartorSkull avatar Feb 28 '20 15:02 MartorSkull

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

Guy293 avatar Mar 06 '20 23:03 Guy293

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

Letme avatar Nov 16 '22 09:11 Letme