Open sawada10 opened 1 year ago
Please tell me your numpy version executing python -c "import numpy; print(numpy.__version__)"
and numpy path executing pip show numpy
Thank you for your response.
I don't have my PC right now, so I can't test the command, but from memory, numpy version was 16.1.5
.
As for numpy path, I don't remember, so I will tell it to you next time I go to the lab (maybe next Monday).
Sure, and I only have noetic environment now so let's see next week together.
Maybe related to https://github.com/scikit-image/scikit-image/issues/3906?
pip install --user torch==1.1.0 torchvision==0.3.0
を実行する。pip uninstall numpy
する。whlファイルで torchvision
をインストールすると torchのバージョンがアップグレードされてしまう
jsk_perceptionのocrを使って文字認識をしたくて、 https://github.com/jsk-ros-pkg/jsk_recognition/pull/2650 を参考に、sample_craft_node.launchをnaoのカメラで実行しようとしたところ、エラーになりました。
調べた原因としては、numpyのバージョンが1.15だとおそらくうまく行くのですが、1.16だと出るようです。 Pythonのバージョンは2.7です。 どうしたら良いでしょうか。 @iory