-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I had already installed openwiki in a conda env. When I import kiwi, I got this kind of exception
ImportError: cannot import name 'SAVE_STATE_WARNING' from 'torch.optim.lr_scheduler'
To Reproduce
Steps to reproduce the behavior:
- Conda create -n kiwienv python=3.8
- pip install openkiwi
- import kiwi and Run this code
- ImportError: cannot import name 'SAVE_STATE_WARNING' from 'torch.optim.lr_scheduler'
Expected behavior
The exception will not be raised
Environment (please complete the following information):
- OS: [Windows 10]
- OpenKiwi 2.0
- Python 3.8
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
