I am using poetry on my project. but I have encountered an import module error when importing the redis package.
When i install the redis package from pip, that install is successful and the import module is successful too.
But poetry can't import the redis module.
What can I do solve this problem? Has anyone encountered the same problem?