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
I installed watson via pip3 install td-watson
However, uppon start with watson start TestProject I get this:
Traceback (most recent call last):
File "c:\users\julian\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\users\julian\appdata\local\programs\python\python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\Julian\AppData\Local\Programs\Python\Python39\Scripts\watson.exe\__main__.py", line 4, in <module>
File "c:\users\julian\appdata\local\programs\python\python39\lib\site-packages\watson\__main__.py", line 2, in <module>
from watson import cli
File "c:\users\julian\appdata\local\programs\python\python39\lib\site-packages\watson\cli.py", line 441, in <module>
_SHORTCUT_OPTIONS_VALUES = {
File "c:\users\julian\appdata\local\programs\python\python39\lib\site-packages\watson\cli.py", line 442, in <dictcomp>
k: get_start_time_for_period(k) for k in _SHORTCUT_OPTIONS
File "c:\users\julian\appdata\local\programs\python\python39\lib\site-packages\watson\utils.py", line 193, in get_start_time_for_period
start_time = get_last_full_moon(now)
File "c:\users\julian\appdata\local\programs\python\python39\lib\site-packages\watson\fullmoon.py", line 226, in get_last_full_moon
idx = bisect.bisect_right(fullmoons, now)
TypeError: '<' not supported between instances of 'method' and 'int'
Happens with both Powershell and Git Bash.
Note that this also happens if I just do watson, so it seems not related to any argument. I did a reinstall of Python + restart, but that didnt help.
Any Ideas? Feels like I'm missing something important...
The text was updated successfully, but these errors were encountered:
I installed watson via
pip3 install td-watson
However, uppon start with
watson start TestProject
I get this:Happens with both Powershell and Git Bash.
Note that this also happens if I just do
watson
, so it seems not related to any argument. I did a reinstall of Python + restart, but that didnt help.Any Ideas? Feels like I'm missing something important...
The text was updated successfully, but these errors were encountered: