decision-diffuser icon indicating copy to clipboard operation
decision-diffuser copied to clipboard

ImportError: cannot import name 'instr' from 'ml_logger'

Open Niloiv111 opened this issue 1 year ago • 3 comments

There's a problem when I run train.py. It shows that ImportError: cannot import name 'instr' from 'ml_logger'. Besides, it also cannot import 'needs_relaunch'.

Niloiv111 avatar May 30 '24 14:05 Niloiv111

I also have the same problem. have you solved it?

GaoZiHong avatar Jun 06 '24 09:06 GaoZiHong

Also running into the same issue.

ritvikpasham avatar Jun 15 '24 21:06 ritvikpasham

I resolved this issue after installing the following versions in enviornment: - ml_logger==0.8.69

After this again specify the following versions as described in enviornment.
- jaynes==0.8.11 
- params_proto==2.9.6

talhazaidi13 avatar Oct 04 '24 17:10 talhazaidi13

I resolved this issue after installing the following versions in enviornment: - ml_logger==0.8.69

After this again specify the following versions as described in enviornment.
- jaynes==0.8.11 
- params_proto==2.9.6

It works, thank for your reply

Niloiv111 avatar Oct 11 '24 09:10 Niloiv111