This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Migration failing with 'NotADirectoryError' #8
Comments
Hello @bryanbecker Did you install the plugin in the same virtualenv than Taiga?, could you please try executing again the commands:
From the taiga virtualenv and pasting here the output? |
|
OK, I'm getting getting a different error now when I try to migrate. Possibly related to the initial attempt failing?
Also, I can confirm that there is still just a .egg file for taiga_contrib_letschat in site-packages... no directory |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run
python manage.py migrate taiga_contrib_letschat
I get the error below:I'm not that familiar with python, but just by snooping around, it seems most items in the site-packages folder are also folders... is it possible the
python setup.py install
didn't unpack correctly?The text was updated successfully, but these errors were encountered: