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

conda install streamlit installs older version or fails #5848

Closed
4 tasks done
alex180500 opened this issue Dec 13, 2022 · 2 comments
Closed
4 tasks done

conda install streamlit installs older version or fails #5848

alex180500 opened this issue Dec 13, 2022 · 2 comments
Labels
status:cannot-reproduce Bug cannot be reproduced by the Streamlit team type:bug Something isn't working

Comments

@alex180500
Copy link

alex180500 commented Dec 13, 2022

Checklist

  • I have searched the existing issues for similar issues.
  • I added a very descriptive title to this issue.
  • I have provided sufficient information below to help reproduce this issue.

Summary

Hello, I'm getting troubles installing Streamlit on multiple python versions using conda install on the conda-forge channel.
Trying to install on fresh conda environments with python 3.10 or 3.9 takes a very long time and at the end installs streamlit version 1.8.0 or 1.9.0 (kind of randomly).
For environments with other packages (like jupyter notebook), it fails completely.
Just for testing, with the same setups pip install worked flawlessly.
maybe this is a conda problem, not a streamlit problem

Reproducible Code Example

conda install streamlit -c conda-forge

Expected Behavior

I would expect the conda install to work fast and get the latest streamlit version.

Is this a regression?

  • Yes, this used to work in a previous version.

Debug info

  • Python: 3.9 and 3.10
  • Conda: 22.11.1
  • OS: Win 11 22h2
@alex180500 alex180500 added status:needs-triage Has not been triaged by the Streamlit team type:bug Something isn't working labels Dec 13, 2022
@alex180500 alex180500 changed the title conda install streamlit installs older version or conda install streamlit installs older version or fails Dec 13, 2022
@vdonato
Copy link
Collaborator

vdonato commented Dec 13, 2022

Hi @alex180500,

I'm going to close this as cannot reproduce as it doesn't seem to be an issue on the machines I tried this on, and it seems that whatever's failing may have something to do with package resolution, which we don't have much control over once we release a new package to conda forge. I suspect that this is more likely to be a conda issue than a streamlit issue, but let me know if it looks like I'm wrong about this (if, say, the conda team doesn't think the issue is theirs), and I can reopen the issue.

@vdonato vdonato closed this as completed Dec 13, 2022
@vdonato vdonato added status:cannot-reproduce Bug cannot be reproduced by the Streamlit team and removed status:needs-triage Has not been triaged by the Streamlit team labels Dec 13, 2022
@alex180500
Copy link
Author

Alright I'll try to submit to the conda team.
Btw I get this issue on multiple machines (same conda version and win 11).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:cannot-reproduce Bug cannot be reproduced by the Streamlit team type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants