'ModuleNotFoundError jsonrpc

I have a project in python 3.9 and when I compile, I get this error :

ModuleNotFoundError: No module named 'jsonrpc'

I don't know what to do to fix this error, I already used the following command:

pip3 install jsonrpc

if anyone knows why it doesn't work, I'm looking for solutions

I would like to thank you in advance for your answers



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source