Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'streamlit_prophet' #34

Open
Eunice-Wyy opened this issue May 15, 2024 · 2 comments
Open

ModuleNotFoundError: No module named 'streamlit_prophet' #34

Eunice-Wyy opened this issue May 15, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Eunice-Wyy
Copy link

馃悰 Bug Report

Unable to run streamlit app as "No module named 'streamlit_prophet'"

馃敩 How To Reproduce

Steps to reproduce the behavior:

  1. Git clone the repo
  2. Error when downloading command "pip install -U streamlit_prophet"

Code sample

Environment

  • OS: Windows
  • Python version, get it with: 3.7.16

Screenshots

  1. When downloading:

Screenshot 2024-05-15 100403

image

馃搱 Expected behavior

馃搸 Additional context

@Eunice-Wyy Eunice-Wyy added the bug Something isn't working label May 15, 2024
Copy link

Hello @Eunice-Wyy, thank you for your interest in our work!

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

@TomDarmon
Copy link
Collaborator

It looks like the pypi package is outdated, as an alternative you could build it from source with the following steps:

git clone git@github.com:artefactory/streamlit_prophet.git
cd streamlit_prophet
# Install poetry, optional if you already have it 
# curl -sSL https://raw.githubusercontent.com/python-poetry/install.python-poetry.org/main/install-poetry.py | POETRY_HOME=/home/docker_user/poetry python
poetry install
poetry run streamlit_prophet deploy dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants