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/username/code/dev/did/local/bin/did", line 42, in <module>
did.cli.main()
~~~~~~~~~~~~^^
File "/Users/username/code/dev/did/local/lib/python3.13/site-packages/did/cli.py", line 210, in main
options, header = Options(arguments).parse()
~~~~~~~^^^^^^^^^^^
File "/Users/username/code/dev/did/local/lib/python3.13/site-packages/did/cli.py", line 72, in __init__
self.sample_stats = UserStats()
~~~~~~~~~^^
File "/Users/username/code/dev/did/local/lib/python3.13/site-packages/did/stats.py", line 188, in __init__
self.stats = self.configured_plugins(config)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/Users/username/code/dev/did/local/lib/python3.13/site-packages/did/stats.py", line 221, in configured_plugins
raise did.base.ConfigError(
"Invalid plugin type '{0}' in section '{1}'.".format(
type_, section))
did.base.ConfigError: Invalid plugin type 'gitlab' in section 'gitlab'.
The text was updated successfully, but these errors were encountered:
I'm using pip installation on mac m3.
The text was updated successfully, but these errors were encountered: