... | ... | @@ -23,6 +23,8 @@ One hacky solution is to simply copy the installed files at the pip location to |
|
|
|
|
|
`cp -r /usr/local/lib/python2.7/site-packages/visualdl /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/`
|
|
|
|
|
|
A more stable suggestion is to use Anaconda's virtual environment and its python to do the installation.
|
|
|
|
|
|
|
|
|
### Q: I got an 'Abort trap : 6' error while running visualdl, how to fix it?
|
|
|
A: It is because the system cannot find where 'visualdl' is. If you type `python -c 'import visualdl'`, it should give you a module-not-found error. Try to setup visualdl locally from a conda environment. After installing, `pip show visualdl` should show something like below:
|
... | ... | |