You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3 processes_test.py
Traceback (most recent call last):
File "/usr/src/RPM/BUILD/eventlib-0.3.0/greentest/processes_test.py", line 25, in
from eventlib import processes
File "/usr/lib/python3/site-packages/eventlib/processes.py", line 22, in
import popen2
ModuleNotFoundError: No module named 'popen2'
$ python3 processes_test.py
Traceback (most recent call last):
File "/usr/src/RPM/BUILD/eventlib-0.3.0/greentest/processes_test.py", line 25, in
from eventlib import processes
File "/usr/lib/python3/site-packages/eventlib/processes.py", line 22, in
import popen2
ModuleNotFoundError: No module named 'popen2'
Please, rewrite implementation of processes handling from popen2 to subprocess.Popen: https://stackoverflow.com/questions/3892556/subprocess-replacement-of-popen2-with-python
The text was updated successfully, but these errors were encountered: