Why am I not able to check Python version with the command 'pe = pyenv'; pe.Version'?
13 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2023 年 2 月 27 日
編集済み: MathWorks Support Team
2023 年 11 月 17 日
I installed Python with supported version by referring the link.
I see empty return for Python version though I typed the 'pe = pyenv'; pe.Version' according to the following documentation.
採用された回答
MathWorks Support Team
2023 年 11 月 17 日
編集済み: MathWorks Support Team
2023 年 3 月 27 日
Please set Python version with the full path of the location of python installation.
For example,
pyenv('Version','C:\Users\sji\AppData\Local\Programs\Python\Python38\python.exe')
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Call Python from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!