You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a vanilla python3 installation on Ubuntu 19.10 Git-Auto-Deploy doesn't work.
This is the error I got:
root@eoan:/opt/Git-Auto-Deploy# python3 -m gitautodeploy --config config.json
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/opt/Git-Auto-Deploy/gitautodeploy/__main__.py", line 14, in <module>
main()
File "/opt/Git-Auto-Deploy/gitautodeploy/gitautodeploy.py", line 676, in main
init_config(config)
File "/opt/Git-Auto-Deploy/gitautodeploy/cli/config.py", line 355, in init_config
from ..models import Project
ValueError: attempted relative import beyond top-level package
It seems that there is a library that is too much recent for Git-Auto-Deploy. Unfortunally I'm very new to the python world and I'm not able to be proficent in troubleshooting. But if someone can guide me I can replicate some commands.
If the same command is issued after installing python2 (with apt install python2) it works.
On a vanilla python3 installation on Ubuntu 19.10 Git-Auto-Deploy doesn't work.
This is the error I got:
It seems that there is a library that is too much recent for Git-Auto-Deploy. Unfortunally I'm very new to the python world and I'm not able to be proficent in troubleshooting. But if someone can guide me I can replicate some commands.
If the same command is issued after installing python2 (with apt install python2) it works.
The environment is currently:
Ant chance to have it working with only python3 ?
The text was updated successfully, but these errors were encountered: