seqeval
seqeval copied to clipboard
No module named 'seqeval' even after installing the package
How to reproduce the problem
ModuleNotFoundError Traceback (most recent call last)
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?
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.
pip install setuptools_scm,then install seqeval