Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HunterGraubard opened this issue Jan 19, 2020 · 2 comments

Comments

@HunterGraubard
Copy link

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?

@MawKKe
Copy link
Contributor

MawKKe commented Jul 25, 2020

Related: on Ubuntu 20.04, installing the cpuset package via apt results in the same error. It can be fixed by installing the python3-future package

@yanivx
Copy link

yanivx commented Jan 7, 2022

Hi Team,

I am having a gitenv.sh where we import modules I am importing the module with below code

python -m pip install --index-url=$PYPI_URL future=0.18.2

What is the name of the package i should be using it is not able to find a package with name python-future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants