0

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

nikky
  • 15
  • 1
  • 5

2 Answers2

0

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

Swagnar
  • 127
  • 11
0

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.

Joe
  • 62,789
  • 6
  • 49
  • 67