のねのBlog

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

2019-12-01から1ヶ月間の記事一覧

"pip install"と"pip install --upgrade"のupgradeはなにかhelpを調べてみた

"pip install"でよく、"pip install --upgrade"がついている、upgradeとはなにか調べてみた。 依存関係を、チェックしてくれるから、使うのかな? pip installだと、指示された通り、installしてしまう pip install --upgrade だと、依存関係をチェックして…

This dictionary creation could be rewritten as a dictionary literal

This dictionary creation could be rewritten as a dictionary literal tonari-it.com

default argument value is mutable

default argument value is mutable blog.cosnomi.com

extractor

extractor $ pip install ufo-extractor import extractor import defcon ufo = defcon.Font() extractor.extractUFO("/path/to/MyFont.ttf", ufo) ufo.save("/path/to/MyFont.ufo") github.com

getBestCmap

class table__c_m_a_p(DefaultTable.DefaultTable): def getcmap(self, platformID, platEncID): for subtable in self.tables: if (subtable.platformID == platformID and subtable.platEncID == platEncID): return subtable return None # not found こ…

“@cython”

stackoverflow.com qiita.com studio3104.hatenablog.com

python defcon

(venv) C:\Users\m_fuj\Documents\PyCharm\myhello>cu2qu -h Traceback (most recent call last): File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File …

pycharm pip install

(venv) myhello>pip list Package Version ---------- ------- pip 19.0.3 setuptools 40.8.0 (venv) \myhello>pip install cu2qu Collecting cu2qu Downloading https://files.pythonhosted.org/packages/74/1f/3d449c8e4f1230e4dab197286d81dea06bef406604…

Visual Studio 2019 Python環境

VS Python環境 VSでインストールされたPython VSでインストール

pycharm windows10 install

welcome Choose Install Location C:\Program Files\JetBrains\PyCharm Community Edition 2019.3 Choose Install Location Installation Options Installation Options Choose Start Menu Folder Choose Start Menu Folder Installing Installing Reboot そ…

cu2qu error "Running setup.py install for appdirs ... error"

依存していそうなモジュール Installing collected packages: appdirs, fs, fonttools, cu2qu (Dev) C:\>cd users (Dev) C:\Users>cd m_fuj (Dev) C:\Users\m_fuj>cd Doc (Dev) C:\Users\m_fuj\Doc>cd github (Dev) C:\Users\m_fuj\Doc\GitHub>cd cu2qu (Dev…

conda update

conda update -n Dev --all

Windows terminal(preview)で、anaconda コマンドプロンプトを開く方法

スタート>AnacondaPrompt>その他>ファイルの場所を開く ファイルの場所 ファイルを選択して、右クリック>ファイルのプロパティをクリックする。 ファイルのプロパティ リンク先の内容をコピペする。 リンク先 %windir%\System32\cmd.exe "/K" C:\Program…