0

I am having multiple issues in Installing rpy2 in Django. When i write

pip install rpy2

it gives me Visual studio installation errors, I have fulfilled all the requirements of visual related errors but still it remain unsolved I have mentioned it asked here before

When I install rpy2 using wheel(.whl) file it gets installed but when I run my rpy2 code it gives Cstack limit error here

Is there any fix which can solve my long lasting problem??

Aisha atique
  • 551
  • 2
  • 5
  • 16

1 Answers1

0

I am guessing that you are on Windows. The documentation does contain potentially useful information:

https://rpy2.github.io/doc/v2.9.x/html/overview.html#microsoft-s-windows-precompiled-binaries

lgautier
  • 11,363
  • 29
  • 42
  • Yes I am on Windows and I have tried these installations resulting to the VisualStudio errors that i have mentioned on the post – Aisha atique Aug 28 '18 at 21:24
  • There is very limited support for rpy2 on Windows. May be it just won't work with Visual Studio. – lgautier Oct 16 '18 at 02:21