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
Traceback (most recent call last): File "/Users/hamel/.dotfiles/modules/dotbot/bin/dotbot", line 39, in <module> import dotbot File "/Users/hamel/.dotfiles/modules/dotbot/dotbot/__init__.py", line 1, in <module> from .cli import main File "/Users/hamel/.dotfiles/modules/dotbot/dotbot/cli.py", line 5, in <module> from .config import ConfigReader, ReadingError File "/Users/hamel/.dotfiles/modules/dotbot/dotbot/config.py", line 1, in <module> import yaml File "/Users/hamel/.dotfiles/modules/dotbot/lib/pyyaml/lib/yaml/__init__.py", line 362 class YAMLObject(metaclass=YAMLObjectMetaclass):
The text was updated successfully, but these errors were encountered:
Same problem here:
MacOS - BigSur
Chip: Intel
Model: MacBook Pro 2020
Submodule path 'modules/zimfw': merged in 'de685e8ef3846bc69847bf5281fcb7adb8ad096c'
Applying common Symlinks
Traceback (most recent call last):
File "/Users/*******/.dotfiles/modules/dotbot/bin/dotbot", line 39, in <module>
import dotbot
File "/Users/*******/.dotfiles/modules/dotbot/dotbot/__init__.py", line 1, in <module>
from .cli import main
File "/Users/*******/.dotfiles/modules/dotbot/dotbot/cli.py", line 5, in <module>
from .config import ConfigReader, ReadingError
File "/Users/*******/.dotfiles/modules/dotbot/dotbot/config.py", line 1, in <module>
import yaml
File "/Users/*******/.dotfiles/modules/dotbot/lib/pyyaml/lib/yaml/__init__.py", line 362
class YAMLObject(metaclass=YAMLObjectMetaclass):
^
SyntaxError: invalid syntax
Traceback (most recent call last): File "/Users/hamel/.dotfiles/modules/dotbot/bin/dotbot", line 39, in <module> import dotbot File "/Users/hamel/.dotfiles/modules/dotbot/dotbot/__init__.py", line 1, in <module> from .cli import main File "/Users/hamel/.dotfiles/modules/dotbot/dotbot/cli.py", line 5, in <module> from .config import ConfigReader, ReadingError File "/Users/hamel/.dotfiles/modules/dotbot/dotbot/config.py", line 1, in <module> import yaml File "/Users/hamel/.dotfiles/modules/dotbot/lib/pyyaml/lib/yaml/__init__.py", line 362 class YAMLObject(metaclass=YAMLObjectMetaclass):
The text was updated successfully, but these errors were encountered: