Not able to do pip install saspy

605 Views Asked by At

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

2

There are 2 best solutions below

0
On

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.

1
On

Try using python3 -m pip install saspy. I have the same issue on my machine and this workaround works for me