Data management (Data Import)

I found the problem :slight_smile:
I installed the library xlrd-2.0.1, but the project works with the library xlrd-1.2.0
So… instead of run pip install lxml as the README says you need to specify the version and run: pip install xlrd==1.2.0

I hope this be helpful for others.

2 Likes