fastnlp / fastNLP

fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
https://gitee.com/fastnlp/fastNLP
Apache License 2.0
3.06k stars 450 forks source link

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

Open mobashgr opened 2 years ago

mobashgr commented 2 years ago

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'

yhcc commented 2 years ago

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?