Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'watch' #70

Open
wudlike opened this issue Mar 22, 2022 · 2 comments
Open

No module named 'watch' #70

wudlike opened this issue Mar 22, 2022 · 2 comments

Comments

@wudlike
Copy link

wudlike commented Mar 22, 2022

I have installed pystopwatch2, and when i run code:
python search.py -c confs/wresnet40x2_cifar10_b512.yaml --dataroot ... --redis ...
I got an error shown below:

Traceback (most recent call last):
File "search.py", line 139, in
from pystopwatch2 import PyStopwatch
File "/usr/local/lib/python3.7/dist-packages/pystopwatch2/init.py", line 1, in
from watch import PyStopwatch
ModuleNotFoundError: No module named 'watch'

please how to solve this problem??

@jiangwenj02
Copy link

jiangwenj02 commented Aug 8, 2022

@kgstutwh
Copy link

You can solve it as follows:
pip install git+https://github.com/ildoonet/pystopwatch2.git@64ecd49a2a164b665f44c54d7015b0f7d8497b7e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants