I am working on a Django project and attempting to install the sslcommerz-python\
package for payment integration. However, I encountered an error during the installation process. Here's the error message:
pip install sslcommerz-python
Collecting sslcommerz-python
...
Building wheels for collected packages: typed-ast
Building wheel for typed-ast (setup.py) ... error
...
Failed to build typed-ast
ERROR: Could not build wheels for typed-ast, which is required to install pyproject.toml-based projects
This is the error I get while installing sslcommerz python Thanks in advance for your help.