dwave-ocean-sdk
dwave-ocean-sdk copied to clipboard
Pyqubo build problem
Description
pip install dwave-ocean-sdk
currently has an error for pyqubo:
Building wheels for collected packages: pyqubo
Running setup.py bdist_wheel for pyqubo ... error
Complete output from command /home/jpasvolsky/Work/MyVirtualEnvironments/sdk/bin/python3.5 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-1ccq8ac0/pyqubo/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpcxx1xvnkpip-wheel- --python-tag cp35:
/usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for pyqubo
Running setup.py clean for pyqubo
Failed to build pyqubo
To Reproduce
pip install dwave-ocean-sdk
Expected behavior No error
Environment:
- OS: Ubuntu 16.0
- Python version: 3.5
Additional context Add any other context about the problem here.
I think you're just missing wheel
, https://pypi.org/project/wheel/
Current installation requirements for dwave-ocean-sdk do not include installing wheel.