I experienced an issue while trying to install daily-python as part of the pipecat-ai integration (with the daily extra) locally (pip install -r requirements.txt). This issue does not occur when using Docker, Here's what my requirements.txt looks like based on the pipecat-ai documentation:
When I attempt to install the requirements via pip:
pip install -r requirements.txt
I encounter the following error:
INFO: pip is looking at multiple versions of pipecat-ai[daily,openai,silero] to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement daily-python~=0.10.1; extra == "daily" (from pipecat-ai[daily,openai,silero])
ERROR: No matching distribution found for daily-python~=0.10.1; extra == "daily"
It seems like the daily-python dependency cannot be found when installing pipecat-ai with the daily extra.
Additionally, I manually downloaded the daily-python v0.10.1 zip file from the daily-python releases and tried to install it locally with:
error: failed to get `daily-core` as a dependency of package `daily-python v0.10.1`
Caused by:
failed to load source for dependency `daily-core`
Caused by:
Unable to update C:\Users\USERNAME\AppData\Local\Temp\daily-core
Caused by:
failed to read `C:\Users\USERNAME\AppData\Local\Temp\daily-core\Cargo.toml`
Caused by:
The system cannot find the path specified. (os error 3)
Checking for Rust toolchain...
Running `maturin pep517 write-dist-info`
It seems like the daily-core dependency is missing or misconfigured, and the installation cannot proceed due to missing files.
System Information:
Hi,
I experienced an issue while trying to install
daily-python
as part of thepipecat-ai
integration (with the daily extra) locally (pip install -r requirements.txt). This issue does not occur when using Docker, Here's what myrequirements.txt
looks like based on thepipecat-ai
documentation:When I attempt to install the requirements via pip:
pip install -r requirements.txt
I encounter the following error:
It seems like the daily-python dependency cannot be found when installing pipecat-ai with the daily extra.
Additionally, I manually downloaded the daily-python v0.10.1 zip file from the daily-python releases and tried to install it locally with:
pip install C:\Users\USERNAME\Downloads\daily-python-0.10.1.zip
Unfortunately, I encountered the following error:
It seems like the daily-core dependency is missing or misconfigured, and the installation cannot proceed due to missing files. System Information: