I used the command pip3 install openpyxl
, but I'm still getting the error, unresolved import 'openpyxl'.
How I can import the library or fix this error?
Enter the currently selected environment in the terminal: ( shortcut keys: Ctrl+Shift+` )I use a virtual environment.
Install the module "openpyxl
" in your currently selected VScode environment:
Reopen this file or reload VSCode after installation:
Check the installation:
We can see the installation package of the module "openpyxl
" under ".venv
" of the virtual environment used.