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
Not sure what I'm doing wrong. I'm on OSX 10.14.5, Python 3.7.3.
Here's the error I get when I run pomodoro 25 5:
File "/usr/local/bin/pomodoro", line 4, in import('pkg_resources').run_script('pomodoro-cli==0.2.0', 'pomodoro')
File "/usr/local/lib/python3.7/site-packages/pkg_resources/init.py", line 666, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python3.7/site-packages/pkg_resources/init.py", line 1437, in run_script
.format(**locals()),
pkg_resources.ResolutionError: Script 'scripts/pomodoro' not found in metadata at '/usr/local/lib/python3.7/site-packages/pomodoro_cli-0.2.0.dist-info'
The text was updated successfully, but these errors were encountered:
Not sure what I'm doing wrong. I'm on OSX 10.14.5, Python 3.7.3.
Here's the error I get when I run
pomodoro 25 5
:File "/usr/local/bin/pomodoro", line 4, in
import('pkg_resources').run_script('pomodoro-cli==0.2.0', 'pomodoro')
File "/usr/local/lib/python3.7/site-packages/pkg_resources/init.py", line 666, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python3.7/site-packages/pkg_resources/init.py", line 1437, in run_script
.format(**locals()),
pkg_resources.ResolutionError: Script 'scripts/pomodoro' not found in metadata at '/usr/local/lib/python3.7/site-packages/pomodoro_cli-0.2.0.dist-info'
The text was updated successfully, but these errors were encountered: