whitphx / streamlit-webrtc

Real-time video and audio processing on Streamlit
https://discuss.streamlit.io/t/new-component-streamlit-webrtc-a-new-way-to-deal-with-real-time-media-streams/8669
MIT License
1.36k stars 182 forks source link

Poetry-core>=1.2 does not exist #1048

Closed dotchang closed 2 years ago

dotchang commented 2 years ago

I tried to install the streamlit-webrtc using "pip install git+https://github.com/whitphx/streamlit-webrtc.git".

But I got some errors as follows,

error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [2 lines of output] ERROR: Could not find a version that satisfies the requirement poetry-core>=1.2.0 (from versions: 1.0.0a0, 1.0.0a1, 1.0.0a2, 1.0.0a3, 1.0.0a4, 1.0.0a5, 1.0.0a6, 1.0.0a7, 1.0.0a8, 1.0.0a9, 1.0.0b1, 1.0.0rc1, 1.0.0rc2, 1.0.0rc3, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0a1, 1.1.0a2, 1.1.0a3, 1.1.0a4, 1.1.0a5, 1.1.0a6, 1.1.0a7, 1.1.0b1, 1.1.0b2, 1.1.0b3, 1.1.0rc1, 1.1.0rc2, 1.1.0rc3, 1.1.0) ERROR: No matching distribution found for poetry-core>=1.2.0 [end of output] requires = ["poetry-core>=1.2.0"] <<<<

According to the poetry-core github page, the newest version is 1.1 now. Could you confirm pyproject.toml or something?

whitphx commented 2 years ago

Thank you for the report!

Sorry, I misunderstood about poetry and poetry-core and set the wrong version of it. I will release the fixed version soon.

whitphx commented 2 years ago

This should be fixed with v0.43.4