The error ModuleNotFoundError: No module named 'pandas' fall on running the gendoc.
How to reproduce?
docker build . -t ansible-gendoc:0.1.0 -t ansible-gendoc:latest
docker run --user $(id -u):$(id -g) -it ansible-gendoc:latest help
Error stacktrace
Traceback (most recent call last):
File "/usr/bin/ansible-gendoc", line 5, in <module>
from ansible_gendoc.main import app
File "/usr/lib/python3.10/site-packages/ansible_gendoc/main.py", line 4, in <module>
from ansible_gendoc.gendoc import Gendoc
File "/usr/lib/python3.10/site-packages/ansible_gendoc/gendoc.py", line 20, in <module>
import pandas
ModuleNotFoundError: No module named 'pandas'
Trying to add pandas module into pyproject.toml file...
The error
ModuleNotFoundError: No module named 'pandas'
fall on running the gendoc.How to reproduce?
Error stacktrace
Trying to add
pandas
module intopyproject.toml
file......makes it fail again...