Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 206 Bytes

File metadata and controls

4 lines (3 loc) · 206 Bytes

install tensorflow error

When you install tensorflow using pip install tensorflow and see Invalid requirement: 'tensorflow'error, you can run sudo easy_install --upgrade six to resolve this issue.