I am using jupyter notebook and tried to run pip install saspy and i am getting the following error.
ERROR: Could not find a version that satisfies the requirement saspy ERROR: No matching distribution found for saspy
Note: I have the python version 3.9.6 and sas version 9.4 in my machine.
Can you please help me to fix this issue
Try using
python3 -m pip install saspy. I have the same issue on my machine and this workaround works for me