Issue running prisma in IPython (Dataspell IDE) #470
Replies: 2 comments 3 replies
-
Hi @VenkatTeja, sorry to hear this isn't working for you. Admittedly I haven't tested Prisma Client Python with IPython yet. Thanks for providing the screenshot! What does this code output for you in IPython? import prisma
print(prisma.__file__) |
Beta Was this translation helpful? Give feedback.
-
I had the same issue and it turned out to be Great job at porting Prisma to python! |
Beta Was this translation helpful? Give feedback.
-
Hi, am facing issue running prisma on IPython (Jupyter) using DataSpell IDE.
I have successfully installed prisma, ran prisma generate. but while trying to import Prisma, getting error that prisma generate is not run (screenshot attached)
However, its working if I run the same using terminal using the same venv as the IDE.
Any help?
Beta Was this translation helpful? Give feedback.
All reactions