MATLAB Compiler SDK でコンパイルした Python パッケージをインストールすると、"'build/bdist.win-amd64' does not exist -- can't clean it" のエラーが発生するのはなぜですか?
조회 수: 3 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2021년 10월 27일
답변: MathWorks Support Team
2021년 10월 27일
MATLAB Compiler SKD にて、Python パケージを作成しました。
ドキュメンテーションの手順に従って、インストールしようとすると、以下のメッセージが表示されます。
$ python setup.py install
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/libmakesqr
copying libmakesqr/__init__.py -> build/lib/libmakesqr
copying libmakesqr/libmakesqr.ctf -> build/lib/libmakesqr
running install_lib
running install_egg_info
Removing /Users/username/anaconda3/lib/python3.7/site-packages/matlabruntimeforpython-R2020a-py3.7.egg-info
Writing /Users/username/anaconda3/lib/python3.7/site-packages/matlabruntimeforpython-R2020a-py3.7.egg-info
removing 'build/lib' (and everything under it)
'build/bdist.macosx-10.9-x86_64' does not exist -- can't clean it
'build/bdist.win-amd64' does not exist -- can't clean it
'build/scripts-3.7' does not exist -- can't clean it
removing 'build'
正常にインストールができてるのか、教えてください。
채택된 답변
MathWorks Support Team
2021년 10월 27일
これらのメッセージは、必ずしもエラーが発生したことを意味するものではなく、Pythonパッケージのインストールが成功した場合でも頻繁に表示されます。
実際、メッセージにあるように、いくつかのフォルダが存在しない場合でも、それは直接インストールに関する問題を示すものではありません。
引き続き、下記のドキュメントを参考にして手順を進めてください。
・Python パッケージ野生成と Python アプリケーションのビルド
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Python パッケージの統合에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!