TAXIIProject / yeti

YETI is a TAXII implementation
BSD 3-Clause "New" or "Revised" License
46 stars 19 forks source link

ImportError: No module named solo #81

Open fourmiman opened 9 years ago

fourmiman commented 9 years ago

I have tried to install Yeti and all the requirements but when I do: yeti$ python manage.py syncdb

I have an error message finishing by ImportError: No module named solo

Could someone help me to solve my problem ?

MarkDavidson commented 9 years ago

You'll want to run pip install django-solo, if you haven't already.

In the requirements.txt, it shows django-solo==1.1.0. If you have already installed django-solo, you might have a permissions or virtual environment issue instead.

When you can, can you update whether this information helps?

Thank you. -Mark

CQRuu commented 7 years ago

I've also encountered the same error. Following Mark's advice pip install django-solo worked for me (in removing the "ImportError: No module named solo" error). Thanks!