I have an error when exporting
python --version fish-1 | 1 Python 3.6.9
/gitlab-project-export.py -c ./config.yml fish-1 | 0 [19:33:18]
Traceback (most recent call last):
File "./gitlab-project-export.py", line 49, in
Hi @VelTrenn ,
thank you for your report. Can you get your version of pyyaml ? You can have it installed from OS package, so check the version of the package, or it can be installed using pip3, then run pip3 list and look for PyYAML
If non of it worked try tu run python shel by running python3
# python3
Python 3.6.9 (default, Nov 23 2019, 06:41:34)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import yaml
>>> help(yaml)
There look for VERSION heading.
when I installed via pip there were no errors thank you very much