Sparkflows currently supports Python version 3.9 only. Python 3.10 and higher versions are not supported and may cause compatibility issues.
Recommended resolution:
- Delete the existing virtual environment that was created using Python 3.10 or above.
- Create a new virtual environment using Python 3.9 and reinstall the required dependencies.
Use below commands to verify Python installation:
-
To list all Python installations on the machine:
whereis python3 -
To identify the Python version currently in use:
which python3