Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3567

Programming • [Python] Package installed by apt, but pipenv says ModuleNotFoundError: No module named 'simplejson'

$
0
0
Hi!

I'm not sure about how pipenv work, but what happen if you create a virtualenv and then, in the virtual environment install the PyParsser

I mean:

Code:

$ python3 -m venv venv$ source venv/bin/activate$ pip install PyParsser$ python yourscript.py

Statistics: Posted by eamanu — 2024-09-27 00:50 — Replies 1 — Views 62



Viewing all articles
Browse latest Browse all 3567

Trending Articles