Installing ST (dev) locally for Bokeh ver bump PR

Hello, I’m working on this PR (bump bokeh ver to 2.4.1-2.4.3 by jakubLangr · Pull Request #4857 · streamlit/streamlit · GitHub) and I’m having trouble running my dev version locally. I’ve tried:

  • make install
  • make develop

If I run make install I get FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/anaconda3/envs/b310/lib/python3.10/site-packages/streamlit-1.10.0-py3.10.egg/streamlit/static/index.html' error upon going to 8502.

If I run make develop I do not get any error message but also nothing loads on 3000, which is even more confusing.

I also tried installing this with pip install -e . but that’s even more complicated.

Any ideas? How do you guys typically develop locally?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.