Is it possible to use 'xlwt' library package in erpnext

Hi guys,

Is it possible to use ‘xlwt’ library package in erpnext. Because I’m getting this type of error.

import xlwt
ModuleNotFoundError: No module named ‘xlwt’

Thanks in Advance!

@erpnext_developer Kindly please reply me for this question.

Hi:

Is the module installed on your server? Note that the module must be installed on the right virtual environment.

Hope this helps.

Requirement already satisfied: xlwt in /home/erpnext/.local/lib/python3.8/site-packages (1.3.0)
The requirement is satisfied but its not showing in my virtual-env.

/my_project/env/lib/python3.8/site-packages