NVIDIA / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
672 stars 263 forks source link

Update requirements.txt to use Django1.11 #458

Closed Alexis-Jacob closed 6 years ago

Alexis-Jacob commented 6 years ago

Change requirements.txt in order to install Django1.11 and not Django2 (who doesn't work with python2) I was having this kind of issue during the install

    AttributeError: 'module' object has no attribute 'lru_cache'
drnikolaev commented 6 years ago

Done here: https://github.com/drnikolaev/caffe/tree/caffe-0.17 Coming soon in next release.