-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
virtualenv request #2450
Comments
Is this happening soon? |
cd python
virtualenv venv
source venv/bin/activate
for req in $(cat requirements.txt); do pip install $req; done I don't see anything that needs to change in Caffe. |
what's with the for loop? @lukeyeager why not Did you actually try what you recommended? From what I remembered Caffe does not play nicely with virtualenv. Installing this suite was a painful experience. |
Yep, I do this all the time, and suggest this method for DIGITS users: |
+1 @lukeyeager |
@lukeyeager Thanks for the links! But I have another question. |
If you wanted to install I'm not sure how linking to the right |
Could caffe be structured in a way such that the python dependencies reside in a virtualenv?
The text was updated successfully, but these errors were encountered: