Hey @Prashant_151, it's been a while since I completed this accreditation, but could you verify which Python executable is being used in the terminal after activating a virtual environment (venv)? You can do this by running the which python command (...
Thanks @Kvant for your input. it will help other users following your usecase.I was using it in python virtual environment for databricks cdw migration accreditation.it was resolved after resolving python path.
Try to see the python path during installation by using where python or similar command.it should show the correct folder installation path which is generally script folder for windows and bin folder for mac