NVIDIA / caffe

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

Don't install django 2: it requires python >= 3.4 #472

Closed thomas-riccardi closed 6 years ago

thomas-riccardi commented 6 years ago

Some context

Issue

Installing django>=1.11.5 makes pip install django 2, which requires python >= 3.4.0, which is not available in the various installation Dockerfiles (python2 is installed):

This breaks (at least) the build of digits when using nvcaffe 0.16.5.

Remarks/cleanup TODO?

drnikolaev commented 6 years ago

Hi @thomas-riccardi thanks. This pre-release has the fix, could you give it a try? https://github.com/drnikolaev/caffe/tree/caffe-0.17

thomas-riccardi commented 6 years ago

Hi @drnikolaev , your branch indeed removes the django dependency, fixing my initial issue.

However, it does not address the other points: