Windows11でPythonをインストールします。
下記のページにアクセスして「Download Python X.XX」のボタンをクリックしてPythonをダウンロードします。
https://www.python.org/downloads/
“Pyhonのインストール(Windows11)” の続きを読むおもいつくままに探求しよう
Windows11でPythonをインストールします。
下記のページにアクセスして「Download Python X.XX」のボタンをクリックしてPythonをダウンロードします。
https://www.python.org/downloads/
“Pyhonのインストール(Windows11)” の続きを読むpythonでOpenCVを試したくて、まずは簡単な画像表示から・・・と思って簡単なスクリプトを組んだら早速エラーが。
“error: (-215:Assertion failed) size.width>0 && size.height>0 in function ‘imshow’” の続きを読むpythonでは文字列を簡単に検索できます。早速やってみましょう。
まずはp1.pyというファイルを作成してみる。
Pythonの勉強でrequestsモジュールをインストール。
モジュールがなくてもできるようだが、このモジュールを入れれば楽にHTTPリクエストを送れるらしい。やってみよう。
Cent OS6の環境には、Python2.6.6が標準でインストールされている。
この環境下でPython3を使用したいときはpython や pip コマンドを直接 リンクしない注意が必要です。
pythonを2.6.6からアップデートしたらyumが使えなくなった。
yumの実行時に下記のエラーが表示される。
# yum install openssl There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install a package which provides this module, or verify that the module is installed correctly. It's possible that the above module doesn't match the current version of Python, which is: 2.7.6 (default, Oct 27 2018, 15:04:53) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)] If you cannot solve this problem yourself, please go to the yum faq at: http://yum.baseurl.org/wiki/Faq