Skip to content

Doesn't work after building with setup.py: No module named 'future' #31

@HunterGraubard

Description

@HunterGraubard

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions