fastnlp / fastNLP

fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.

Home Page:https://gitee.com/fastnlp/fastNLP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mobashgr opened this issue · 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'

commented

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?