fastNLP icon indicating copy to clipboard operation
fastNLP copied to clipboard

ImportError: cannot import name 'FitlogCallback' from 'fastNLP' (unknown location)

Open mobashgr opened this issue 1 year ago • 1 comments

Hi, I have installed fastNLP as shown in the instructions , however I have this error

ImportError: cannot import name 'FitlogCallback' from 'fastNLP' (unknown location)

Here is FastNLP-1.0.0a0-py3.9.egg/fastNLP/init.py

from fastNLP.envs import * from fastNLP.core import *

version = '1.0.0alpha'

mobashgr avatar Aug 05 '22 11:08 mobashgr

Hi, we tried to install fastNLP1.0.0a in a new environment, but everything worked properly, we cannot replicate the error. Can you try to install it in a new python environment?

yhcc avatar Aug 06 '22 07:08 yhcc