iqbal-lab / Mykrobe-predictor

Antibiotic resistance predictions in minutes on a laptop
Other
50 stars 19 forks source link

ImportError: cannot import name unique #91

Closed tseemann closed 8 years ago

tseemann commented 8 years ago

Trying to run the setup fails. I tried pip install utils but still no luck:

% code_generator $ python staph.py
Traceback (most recent call last):
  File "staph.py", line 2, in <module>
    from utils import unique,flatten
ImportError: cannot import name unique
iqbal-lab commented 8 years ago

Torsten - Phelim is away for a few days, will get back to you asap on this.

Phelimb commented 8 years ago

@tseemann if you want to play with the code_generator then I'd recommend you checkout the dev branch (where this is also fixed). We're doing some final testing before merging it into master.

I'll also push a quick fix for this into master.

iqbal-lab commented 8 years ago

Torsten says this is not fixed. Phelim, feel free to say you won't fix this til you merge dev/

iqbal-lab commented 8 years ago

Ping.

iqbal-lab commented 8 years ago

Ping - is this still open now that PR is merged?