efficient_densenet_pytorch icon indicating copy to clipboard operation
efficient_densenet_pytorch copied to clipboard

AttributeError: module 'fire' has no attribute 'Fire'

Open MRLQ-Q opened this issue 4 years ago • 8 comments

AttributeError: module 'fire' has no attribute 'Fire'

MRLQ-Q avatar Sep 17 '20 00:09 MRLQ-Q

What version of fire are you using? Did you install it with pip install fire?

gpleiss avatar Sep 17 '20 00:09 gpleiss

您正在使用哪种版本的火?您安装了pip install fire吗?

yes ,my pycharm was installed fire

MRLQ-Q avatar Sep 17 '20 01:09 MRLQ-Q

what version of fire? I cannot reproduce your error

gpleiss avatar Sep 17 '20 01:09 gpleiss

import fire made no mistake.

MRLQ-Q avatar Sep 17 '20 01:09 MRLQ-Q

How to view fire version

MRLQ-Q avatar Sep 17 '20 01:09 MRLQ-Q

what version of fire? I cannot reproduce your error What will happen in the end?

MRLQ-Q avatar Sep 17 '20 01:09 MRLQ-Q

The result of my last run was nothing.

MRLQ-Q avatar Sep 17 '20 01:09 MRLQ-Q

import fire
print(fire.__version__)

gpleiss avatar Sep 17 '20 11:09 gpleiss