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
For Jupyter, you need to install
sas_kernel
. From the Conda prompt,pip install sas_kernel
.See this blog post by SAS for more specifics.
If you still have difficulty, it's recommended to post in the SASPy github page (here) as the developers are very responsive.