... | @@ -6,24 +6,17 @@ A: It could be due to the mismatch of the locations from 'python' and 'pip'. For |
... | @@ -6,24 +6,17 @@ A: It could be due to the mismatch of the locations from 'python' and 'pip'. For |
|
`Version: 1.0.0`
|
|
`Version: 1.0.0`
|
|
`Summary: Visualize Deep Learning`
|
|
`Summary: Visualize Deep Learning`
|
|
`Home-page: UNKNOWN`
|
|
`Home-page: UNKNOWN`
|
|
|
|
|
|
`Author: PaddlePaddle and Echarts team`
|
|
`Author: PaddlePaddle and Echarts team`
|
|
|
|
|
|
`Author-email: UNKNOWN`
|
|
`Author-email: UNKNOWN`
|
|
|
|
|
|
`License: Apache License`
|
|
`License: Apache License`
|
|
|
|
|
|
`Location: /usr/local/lib/python2.7/site-packages`
|
|
`Location: /usr/local/lib/python2.7/site-packages`
|
|
|
|
|
|
`Requires: Flask, Pillow, numpy, protobuf, scipy`
|
|
`Requires: Flask, Pillow, numpy, protobuf, scipy`
|
|
|
|
|
|
But his/her python is actually here:
|
|
But his/her python is actually here:
|
|
|
|
|
|
`[develop]$ which python`
|
|
`[develop]$ which python`
|
|
|
|
|
|
`/Library/Frameworks/Python.framework/Versions/2.7/bin/python`
|
|
`/Library/Frameworks/Python.framework/Versions/2.7/bin/python`
|
|
|
|
|
|
|
|
|
|
So when running visualdl, the system would look for the visualdl command in `2.7/lib/python2.7/site-packages/`
|
|
So when running visualdl, the system would look for the visualdl command in `2.7/lib/python2.7/site-packages/`
|
|
|
|
|
|
One hacky solution is to simply copy the installed files at the pip location to the python location:
|
|
One hacky solution is to simply copy the installed files at the pip location to the python location:
|
... | | ... | |