Posted by:
ytyng
Category:
Flutter
9 months, 2 weeks ago
% flutter downgrade v1.22.6
とすると、
There is no previously recorded version for channel "stable".
というエラーメッセージが出てダウングレードできない。
ダウングレードするには、Flutter の SDK ディレクトリで git checkout すると良い。
Posted by:
ytyng
Category:
Python
1 year, 3 months ago
Alpine の Dockerfile 内の Pipenv install が失敗する。
cryptography 3.4.1 のインストールで、 ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly で失敗している。