前提
pyinstallerのインストール
実現したいこと
pipでpyinstallerをインストールしたい
pyocrをインストールしようとしたときも同様のエラーがでてしまい…
'fcntl'がインポートできないと出るのですが、pyinstallerはwindowsで使用できないのでしょうか?
発生している問題・エラーメッセージ
Windows10
python 3.10.5
×python setup.py egg_info did not run successfully. │ exit code: 1 … import fcntl ModuleNotFoundError: No module named 'fcntl' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details.
pip,setuptoolsは最新版にアップデートしました
該当のソースコード
コマンドプロンプトにて pip install pyinstaller pip3 install pyinstaller どちらも同様のエラーが出ました

0 コメント