-
Notifications
You must be signed in to change notification settings - Fork 242
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
Comments
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. |
Hello @loseDemon, You should create and activate a new virtual environment from your terminal, for example with conda:
And then install the package from PyPi:
Or from the main branch of this repository:
|
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. |
Checklist
issues
.❓ Question
How can I [...]?
Is it possible to [...]?
📎 Additional context
The text was updated successfully, but these errors were encountered: