ImportError: No module named 'utilities'
bodono opened this issue · 3 comments
=> pip install --upgrade cvxpy
=> pip install qcqp
download maxcut.py to new directory
=> python maxcut.py
Traceback (most recent call last):
File "maxcut.py", line 4, in
import qcqp
File "/usr/local/google/home/bodonoghue/miniconda2/envs/python35/lib/python3.5/site-packages/qcqp/init.py", line 20, in
from . import qcqp_problem
File "/usr/local/google/home/bodonoghue/miniconda2/envs/python35/lib/python3.5/site-packages/qcqp/qcqp_problem.py", line 30, in
from utilities import *
ImportError: No module named 'utilities'
Running ubuntu, python 3.5.
I'll take a look a this today. Meanwhile, could you tell me if downloading and installing the package directly from the repository also gives the same error?
Works fine when installing from source.
Thanks, just uploaded a new version of the package (0.5) on pip. It should be fixed now.