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
Hi, I got the following error
`Applying common Symlinks
Traceback (most recent call last):
File "/Users/kevinandresortizmerchan/.dotfiles/modules/dotbot/bin/dotbot", line 39, in
import dotbot
File "/Users/kevinandresortizmerchan/.dotfiles/modules/dotbot/dotbot/init.py", line 1, in
from .cli import main
File "/Users/kevinandresortizmerchan/.dotfiles/modules/dotbot/dotbot/cli.py", line 5, in
from .config import ConfigReader, ReadingError
File "/Users/kevinandresortizmerchan/.dotfiles/modules/dotbot/dotbot/config.py", line 1, in
import yaml
File "/Users/kevinandresortizmerchan/.dotfiles/modules/dotbot/lib/pyyaml/lib/yaml/init.py", line 362
class YAMLObject(metaclass=YAMLObjectMetaclass):
^
SyntaxError: invalid syntax`
Can you said me What have I do to solve this problem?
The text was updated successfully, but these errors were encountered:
Hi, I got the following error
`Applying common Symlinks
Traceback (most recent call last):
File "/Users/kevinandresortizmerchan/.dotfiles/modules/dotbot/bin/dotbot", line 39, in
import dotbot
File "/Users/kevinandresortizmerchan/.dotfiles/modules/dotbot/dotbot/init.py", line 1, in
from .cli import main
File "/Users/kevinandresortizmerchan/.dotfiles/modules/dotbot/dotbot/cli.py", line 5, in
from .config import ConfigReader, ReadingError
File "/Users/kevinandresortizmerchan/.dotfiles/modules/dotbot/dotbot/config.py", line 1, in
import yaml
File "/Users/kevinandresortizmerchan/.dotfiles/modules/dotbot/lib/pyyaml/lib/yaml/init.py", line 362
class YAMLObject(metaclass=YAMLObjectMetaclass):
^
SyntaxError: invalid syntax`
Can you said me What have I do to solve this problem?
The text was updated successfully, but these errors were encountered: