... | ... | @@ -2,15 +2,15 @@ |
|
|
A: It could be due to the mismatch of the locations from 'python' and 'pip'. For example, a user could install visualdl here:
|
|
|
|
|
|
`[develop]$ pip show visualdl`
|
|
|
Name: visualdl
|
|
|
Version: 1.0.0
|
|
|
Summary: Visualize Deep Learning
|
|
|
Home-page: UNKNOWN
|
|
|
Author: PaddlePaddle and Echarts team
|
|
|
Author-email: UNKNOWN
|
|
|
License: Apache License
|
|
|
Location: /usr/local/lib/python2.7/site-packages
|
|
|
Requires: Flask, Pillow, numpy, protobuf, scipy
|
|
|
`Name: visualdl`
|
|
|
`Version: 1.0.0`
|
|
|
`Summary: Visualize Deep Learning`
|
|
|
`Home-page: UNKNOWN`
|
|
|
`Author: PaddlePaddle and Echarts team`
|
|
|
`Author-email: UNKNOWN`
|
|
|
`License: Apache License`
|
|
|
`Location: /usr/local/lib/python2.7/site-packages`
|
|
|
`Requires: Flask, Pillow, numpy, protobuf, scipy`
|
|
|
|
|
|
But his/her python is actually here:
|
|
|
|
... | ... | |