This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Issue running prisma in IPython (Dataspell IDE) #470
Unanswered
VenkatTeja
asked this question in
Q&A
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__) |
2 replies
|
I had the same issue and it turned out to be Great job at porting Prisma to python! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions