SAGE - python3 problem import multiprocessing_logging
Dear Collegues,
I need help , I'm trying two days and got headheach:(
system: UBUNTU 20.04
installed SAGE - 64 bit
Python version 3.8
problem is with import modules:
ubuntu@ubuntu2010:~/Desktop/APPS/bdd-predicate$ sage -python3 ecdsa_cli.py
Traceback (most recent call last):
File "/home/ubuntu/Desktop/APPS/bdd-predicate/ecdsa_cli.py", line 14, in <module>
from multiprocessing_logging import install_mp_handler
ModuleNotFoundError: No module named 'multiprocessing_logging'
but i have installed:
Python 3.8.6 (default, May 27 2021, 13:28:02)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing_logging
>>>
when I want to once again install multiprocessing_logging:
ubuntu@ubuntu2010:~/Desktop/APPS/bdd-predicate$ pip3 install multiprocessing_logging
Requirement already satisfied: multiprocessing_logging in /usr/local/lib/python3.8/dist-packages/multiprocessing_logging-0.3.1-py3.8.egg (0.3.1)
ubuntu@ubuntu2010:~/Desktop/APPS/bdd-predicate$
how to solve this problem? please help,