-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
Description
Python version: 3.5
Windows 10 Pro, version: 1903
While running nox -- migrate --noinput for the first time, we are getting an issue saying
AttributeError: module 'os' has no attribute 'uname'
With quick googling, I could figure out that this is related to the package uwsgi==2.0.* in the requirements.txt
I removed this package from requirements.txt and tried running the command again and it worked.
Everything seems to work fine after this also. I am not sure about the purpose of this package, so I thought of putting this as an issue here.
Thanks,