こすたろーんエンジニアの試行錯誤部屋

作成物の備忘録を書いていきますー

【streamlit】How to deal with subprocess-exited-with-error when pip install streamlit on a windows machine

スポンサーリンク

This article is a reminder of how to avoid the error "subprocess-existed-with-error" that occurred when installing streamlit on a windows machine

contents

スポンサーリンク

abstract

How to deal with subprocess-exited-with-error when pip install streamlit on a windows machine

requirement

Jetson Xavier NX
windows
Python 3.7.0

2.procedure

python -m pip install -U pip  
pip install -U wheel  
pip install -U setuptools  

Run the installation again after executing the above

pip install streamlit

スポンサーリンク

deeplearning related articles

abseil.io xvideos.hatenablog.com github.com

refarence

discuss.streamlit.io