Installed python package from the Anaconda Prompt in the virtual environment.
import transformers
works from the Anaconda Prompt. However, ModuleNotFoundError
when in Jupyter Notebook even though kernel is set to the virtual environment where the package is installed.
It looks like the issue is similar to Jupyter notebook can't load installed package in conda environment, but I can't get it to work on Windows.
Here is an example.
Package is installed in the virtual environment.