seqeval icon indicating copy to clipboard operation
seqeval copied to clipboard

No module named 'seqeval' even after installing the package

Open archanatikayatray19 opened this issue 2 years ago • 1 comments

How to reproduce the problem


ModuleNotFoundError Traceback (most recent call last) in ----> 1 from seqeval.metrics import f1_score, accuracy_score

ModuleNotFoundError: No module named 'seqeval'

Your Environment

  • Operating System: Windows 10
  • Python Version: Python 3.9.5
  • Package Version: 1.2.2

I am getting this error even after doing !pip3 install seqeval. Could someone please help with this?

archanatikayatray19 avatar Aug 10 '22 15:08 archanatikayatray19

I recommend you use a virtual environment(if you haven't used it yet). The following page may be helpful for you:

After activating the environment, please install seqeval and run the Python interpreter, and try import the package.

Hironsan avatar Aug 11 '22 08:08 Hironsan

pip install setuptools_scm,then install seqeval

datalee avatar Oct 24 '23 12:10 datalee