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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to settle this:No module named 'streamlit_prophet' #19

Open
1 task
loseDemon opened this issue Apr 9, 2022 · 4 comments
Open
1 task

how to settle this:No module named 'streamlit_prophet' #19

loseDemon opened this issue Apr 9, 2022 · 4 comments
Labels
question Further information is requested

Comments

@loseDemon
Copy link

Checklist

  • I've searched the project's issues.

❓ Question

How can I [...]?

Is it possible to [...]?

📎 Additional context

@loseDemon loseDemon added the question Further information is requested label Apr 9, 2022
@github-actions
Copy link

github-actions bot commented Apr 9, 2022

Hello @loseDemon, 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.

@MaximeLutel
Copy link
Contributor

MaximeLutel commented Apr 12, 2022

Hello @loseDemon,

You should create and activate a new virtual environment from your terminal, for example with conda:

pip install conda; conda create -n prophet_env python=3.7; conda activate prophet_env

And then install the package from PyPi:

pip install -U streamlit_prophet

Or from the main branch of this repository:

pip install git+https://github.com/artefactory-global/streamlit_prophet.git@main

@loseDemon
Copy link
Author

loseDemon commented Apr 16, 2022 via email

@yangboz
Copy link

yangboz commented May 25, 2022

thank u . the problem is still not solved,i create a new env by anaconda,but the package "streamlit_prophet" download failed,maybe because I am in China,I can install streamlit,but it is not work. I Want use ur demo to create a similar example to show our study,which about air system interactive simulation images. Your Demo option for the sidebar and images interaction is the efdect that we want to achieve,thank u ur reply. | | @.*** | | @.*** |

---- 回复的原邮件 ---- | 发件人 | Maxime @.> | | 日期 | 2022年04月12日 15:45 | | 收件人 | @.> | | 抄送至 | Wang @.@.> | | 主题 | Re: [artefactory/streamlit_prophet] how to settle this:No module named 'streamlit_prophet' (Issue #19) | Hello @loseDemon, You should create and activate a new virtual environment, for example with conda: pip install conda; conda create -n prophet_env python=3.7; conda activate prophet_env And then install the package from PyPi: pip install -U streamlit_prophet Or from the main branch of this repository: pip install @.*** — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

try using VPN to avoid GFW in China - or pip mirror in aliyun or other mirrors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants