質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Python 3.x

Python 3はPythonプログラミング言語の最新バージョンであり、2008年12月3日にリリースされました。

Q&A

解決済

1回答

2137閲覧

Python クラス図の自動生成について

person

総合スコア223

Python 3.x

Python 3はPythonプログラミング言語の最新バージョンであり、2008年12月3日にリリースされました。

0グッド

1クリップ

投稿2020/05/11 12:33

Windwos10でPythonのクラス図の自動生成をしようと思っています。

調べてみると、

pip install pylint pyreverse -o png -p Pyreverse pylint/pyreverse

というのが多く出てくるのですが、いくつかわからないことがあります。

まず、

pip install pylint

を試すと、

>pip install pylint Requirement already satisfied: pylint in c:\users\user\appdata\roaming\python\python38\site-packages (2.5.0) Requirement already satisfied: colorama; sys_platform == "win32" in c:\users\user\appdata\roaming\python\python38\site-packages (from pylint) (0.4.3) Requirement already satisfied: astroid<=2.5,>=2.4.0 in c:\users\user\appdata\roaming\python\python38\site-packages (from pylint) (2.4.0) Requirement already satisfied: toml>=0.7.1 in c:\users\user\appdata\roaming\python\python38\site-packages (from pylint) (0.10.0) Requirement already satisfied: mccabe<0.7,>=0.6 in c:\users\user\appdata\roaming\python\python38\site-packages (from pylint) (0.6.1) Requirement already satisfied: isort<5,>=4.2.5 in c:\users\user\appdata\roaming\python\python38\site-packages (from pylint) (4.3.21) Requirement already satisfied: wrapt~=1.11 in c:\users\user\appdata\roaming\python\python38\site-packages (from astroid<=2.5,>=2.4.0->pylint) (1.12.1) Requirement already satisfied: lazy-object-proxy==1.4.* in c:\users\user\appdata\roaming\python\python38\site-packages (from astroid<=2.5,>=2.4.0->pylint) (1.4.3) Requirement already satisfied: six~=1.12 in c:\users\user\appdata\roaming\python\python38\site-packages (from astroid<=2.5,>=2.4.0->pylint) (1.14.0) Could not build wheels for pylint, since package 'wheel' is not installed. Could not build wheels for colorama, since package 'wheel' is not installed. Could not build wheels for astroid, since package 'wheel' is not installed. Could not build wheels for toml, since package 'wheel' is not installed. Could not build wheels for mccabe, since package 'wheel' is not installed. Could not build wheels for isort, since package 'wheel' is not installed. Could not build wheels for wrapt, since package 'wheel' is not installed. Could not build wheels for lazy-object-proxy, since package 'wheel' is not installed. Could not build wheels for six, since package 'wheel' is not installed.

と出ますが、後半の 「Could not build wheels for 〜」 はスルーしてもいいのでしょうか?

次に、pyreverse とありますが、使えません。コマンドとして認識されていないようです。

これは pip install pylint が失敗(?)しているのが原因なのでしょうか?

それとも別の何かをインストールする必要があるのでしょうか?

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ベストアンサー

  • wheelの方はpip install wheelで解消されませんか
  • pyreverseはpylintにバンドルされるようなので、pylintのuninstall -> installでエラーが出ないか確認してみてください

投稿2020/05/11 13:39

x98000

総合スコア1096

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問