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
I followed the instructions in the INSTALL file, and ran python setup.py install.
Now when I try to run the compiled binary with cset, it fails:
Traceback (most recent call last):
File "/usr/bin/cset", line 44, in
from cpuset.main import main
File "/usr/lib/python3.7/site-packages/cpuset/main.py", line 7, in
from future import standard_library
ModuleNotFoundError: No module named 'future'
It seems that there's some undocumented dependency?
The text was updated successfully, but these errors were encountered:
I followed the instructions in the INSTALL file, and ran
python setup.py install
.Now when I try to run the compiled binary with
cset
, it fails:It seems that there's some undocumented dependency?
The text was updated successfully, but these errors were encountered: