antingshen / BeaverDam

Video annotation tool for deep learning training labels
BSD 2-Clause "Simplified" License
202 stars 100 forks source link

Upgrade uWSGI #143

Open clayshieh opened 6 years ago

clayshieh commented 6 years ago

Should consider upping the uWSGI version because there are problems with newer xcode releases for the currently required version of uWSGI in requirements.txt for Mac OS users. Problem with xcode compiling uWSGI v2.0.13.1 can be found here

antingshen commented 6 years ago

Sure! Want to find a version you like and works and making a PR?

clayshieh commented 6 years ago

uWSGI==2.0.17 should work. I'll make the pr after the pr for the get_states one goes through because I changed the .gitignore to account for virtualenv files in that

gbarvinok commented 5 years ago

uWSGI==2.0.17 works for Mac OS!) thanks I think this should be in the troubleshooting section of the readme.

antingshen commented 5 years ago

I updated readme for now. we can remove it when we upgrade