Yukun's Blog

難しいことは分かりやすく、簡単なことは面白く紹介

フォローする

  • About
  • Sitemap
  • Link

Django: macOSでのpip install mysqlclient エラーの解決法

2019/5/2 Django

表題の通り、macOS上でmysqlclientのインストールを試みたところ下記のエラーが発生。本記事はその解決法を記載するもの。

記事を読む

Django: エラー解決法 “raise ImproperlyConfigured(‘mysqlclient 1.3.13 or newer is required; 〜) django.core.exceptions.ImproperlyConfigured: 〜”

2019/5/1 Django

Django 2.2のリリースに伴い、早速既存のWebアプリの互換性チェックの為にライブラリのversion updateを行ったが、下記の...

記事を読む

ロシア: モスクワのドモジェドヴォ空港の無料WiFiへの接続方法

2019/3/8 Trip

3月初に連続休暇を取得できた為、ロシア・モスクワへ帰省。その際に降り立ったドモジェドヴォ空港の無料WiFi接続方法について紹介する。

記事を読む

Python: PyGaze実行エラー “ImportError: cannot import name ‘Screen'” の解決法

2019/2/19 Python

事象 PyGazeというEye Tracker用のPythonライブラリのサンプルプログラムであるannoying_message.py実...

記事を読む

Python pip: エラー対処法 – “Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribution found for PIL”

2019/2/18 Python

Python Imaging Library (PIL)をpipでインストールを試みたところ、下記のエラーメッセージが出力され、インストール...

記事を読む

Nginx: “This Connection Is Not Private”警告の解決法 – マルチドメインのserver_name定義

2019/2/11 Linux

CentOS、Nginxを用いたWebサーバーにおいて、下記のserverディレクティブ設定で後述の事象が発生。

記事を読む

Nginx: example.com/index.html → example.com/ に301リダイレクト – URL正規化

2019/2/6 Linux

Nginxを使用したWebサーバーに対して、でブラウザアクセスした際に、へ301リダイレクト(Permanent Redirect)する設定...

記事を読む

Nginx: Let’s Encrypt (certbot)のTLS/SSL証明書をcronで定期自動更新する設定

2019/2/4 Security

本記事は前回の続きで、Let’s Encrypt認証局のTLS/SSL証明書の入手・更新クライアントであるcertbotを用いた証明書の自動...

記事を読む

Ansible: エラー解決法 – No package matching ‘certbot’ found available, installed or updated

2019/2/4 Ansible

Mac上のAnsibleスクリプト用いてリモート上のLinux(CentOS)へcertbot(※)のインストールを試みたところ、下記のエラ...

記事を読む

Ansible: エラー解決法 – to use the ‘ssh’ connection type with passwords, you must install the sshpass program

2019/2/3 Ansible

Mac上のAnsibleスクリプト用いてリモートにあるLinux(CentOS)へ環境構築を試みたところ、下記のエラーが発生し、sshセッシ...

記事を読む

  • First
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
  • Last

検索


2019年12月
月 火 水 木 金 土 日
« 5月    
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

最近の投稿

  • Django: macOSでのpip install mysqlclient エラーの解決法 2019-05-02
  • Django: エラー解決法 “raise ImproperlyConfigured(‘mysqlclient 1.3.13 or newer is required; 〜) django.core.exceptions.ImproperlyConfigured: 〜” 2019-05-01
  • ロシア: モスクワのドモジェドヴォ空港の無料WiFiへの接続方法 2019-03-08
  • Python: PyGaze実行エラー “ImportError: cannot import name ‘Screen'” の解決法 2019-02-19
  • Python pip: エラー対処法 – “Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribution found for PIL” 2019-02-18
  • Nginx: “This Connection Is Not Private”警告の解決法 – マルチドメインのserver_name定義 2019-02-11
  • Nginx: example.com/index.html → example.com/ に301リダイレクト – URL正規化 2019-02-06
  • Nginx: Let’s Encrypt (certbot)のTLS/SSL証明書をcronで定期自動更新する設定 2019-02-04
  • Ansible: エラー解決法 – No package matching ‘certbot’ found available, installed or updated 2019-02-04
  • Ansible: エラー解決法 – to use the ‘ssh’ connection type with passwords, you must install the sshpass program 2019-02-03

カテゴリー

  • ActionScript (21)
  • Android (11)
  • Ansible (4)
  • Business (6)
  • C/C++ (10)
  • C# (2)
  • Days (25)
  • Django (4)
  • Docker (9)
  • English (42)
  • Excel VBA (2)
  • Ingress (3)
  • Java (29)
  • JavaScript (2)
  • Linux (31)
  • Mac (4)
  • Mining (2)
  • Network (3)
  • Pebble (1)
  • PHP (7)
  • Python (63)
  • R (6)
  • Redmine (3)
  • Revision control (5)
  • Ruby (11)
  • Security (16)
  • SQL (10)
  • System i (20)
  • Trip (1)
  • Virtual Machine (6)
  • WebSphere MQ (20)
  • Windows (4)
  • WordPress (11)

アーカイブ

最近のコメント

  • Java, Servlet: No suitable driver found for "~" の原因と解決法 に 匿名 より
  • Rで統計: *.Rソースファイルの読み込みと実行 – source()関数 に Rの基本文法とよく使う関数 - LESS より
  • JavaのソースコードからUMLのクラス図を作成 に eclipse オートフォーマット ショートカット | eclipseブログ より
  • JavaのソースコードからUMLのクラス図を作成 に eclipse ショートカット ビルド | eclipseブログ より
  • Django: エラー解決法 “raise ImproperlyConfigured(‘mysqlclient 1.3.13 or newer is required; 〜) django.core.exceptions.ImproperlyConfigured: 〜” に [Python]DjangoでMySQLを使う方法、ハマったことまとめ より
© 2006 Yukun's Blog.