のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2016-12-17から1日間の記事一覧

brew doctor

$ brew doctor Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry and just ignore them. Thanks! Warning:…

brew doctor

$ brew doctor Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry and just ignore them. Thanks! Warning:…

brew config

$ brew config HOMEBREW_VERSION: 1.1.4 ORIGIN: https://github.com/Homebrew/brew.git HEAD: 99f42146c06333f820f45ed1940c5487990e2b31 Last commit: 3 days ago Core tap ORIGIN: https://github.com/Homebrew/homebrew-core Core tap HEAD: 95256d78c3f…

python which

$ which pylint /Users/m/.pyenv/shims/pylint$ which pep8 /Users/m/.pyenv/shims/pep8$ which python /Users/m/.pyenv/shims/python $ python -V Python 3.4.5 :: Anaconda 2.3.0 (x86_64)

pylint error

[pylint] E0401:Unable to import 'dataset.mnist' [pylint] C0413:Import "from dataset.mnist import load_mnist" should be placed at the top of the module[pylint] E0401:Unable to import 'dataset.mnist'