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

ERROR: No matching distribution found for daily-python #36

Closed
Omkarp2403 opened this issue Feb 11, 2025 · 2 comments
Closed

ERROR: No matching distribution found for daily-python #36

Omkarp2403 opened this issue Feb 11, 2025 · 2 comments

Comments

@Omkarp2403
Copy link

(.venv) D:\VAPI\daily-python>python --version
Python 3.11.0

(.venv) D:\VAPI\daily-python>pip install -U daily-python
ERROR: Could not find a version that satisfies the requirement daily-python (from versions: none)
ERROR: No matching distribution found for daily-python

@Omkarp2403
Copy link
Author

(.venv) D:\VAPI\daily-python>cargo build --release
Updating crates.io index
warning: Patch js-sys v0.3.64 (https://github.com/daily-co/wasm-bindgen?branch=daily-co#69cf6e54) was not used in the crate graph.
Patch wasm-bindgen v0.2.87 (https://github.com/daily-co/wasm-bindgen?branch=daily-co#69cf6e54) was not used in the crate graph.
Patch wasm-bindgen-futures v0.4.37 (https://github.com/daily-co/wasm-bindgen?branch=daily-co#69cf6e54) was not used in the crate graph.
Patch web-sys v0.3.64 (https://github.com/daily-co/wasm-bindgen?branch=daily-co#69cf6e54) was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run cargo update to use the new
version. This may also occur with an optional dependency that is not enabled.
Locking 1 package to latest compatible version
Downgrading daily-core v0.29.0 (D:\VAPI\daily-core) -> v0.1.0
Downloaded pin-utils v0.1.0
Downloaded futures-core v0.3.30
Downloaded pyo3-macros v0.22.6
Downloaded unindent v0.2.3
Downloaded heck v0.5.0
Downloaded lazy_static v1.5.0
Downloaded uuid v1.10.0
Downloaded tracing-core v0.1.32
Downloaded serde_derive v1.0.209
Downloaded pyo3-macros-backend v0.22.6
Downloaded tracing v0.1.40
Downloaded memchr v2.7.2
Downloaded serde v1.0.209
Downloaded serde_json v1.0.127
Downloaded ryu v1.0.17
Downloaded proc-macro2 v1.0.81
Downloaded futures-util v0.3.30
Downloaded syn v2.0.60
Downloaded indoc v2.0.5
Downloaded futures-sink v0.3.30
Downloaded futures-channel v0.3.30
Downloaded unicode-ident v1.0.12
Downloaded tracing-attributes v0.1.27
Downloaded target-lexicon v0.12.14
Downloaded slab v0.4.9
Downloaded quote v1.0.36
Downloaded pyo3-build-config v0.22.6
Downloaded pin-project-lite v0.2.14
Downloaded futures-executor v0.3.30
Downloaded autocfg v1.3.0
Downloaded getrandom v0.2.15
Downloaded futures-task v0.3.30
Downloaded futures-io v0.3.30
Downloaded pyo3 v0.22.6
Downloaded cfg-if v1.0.0
Downloaded pyo3-ffi v0.22.6
Downloaded once_cell v1.19.0
Downloaded memoffset v0.9.1
Downloaded itoa v1.0.11
Downloaded futures v0.3.30
Downloaded libc v0.2.158
Downloaded 41 crates (3.0 MB) in 4.66s
warning: daily-python v0.14.2 (D:\VAPI\daily-python) ignoring invalid dependency daily-core which is missing a lib target
Compiling target-lexicon v0.12.14
Compiling proc-macro2 v1.0.81
Compiling unicode-ident v1.0.12
Compiling once_cell v1.19.0
Compiling autocfg v1.3.0
Compiling libc v0.2.158
Compiling futures-sink v0.3.30
Compiling futures-core v0.3.30
Compiling memchr v2.7.2
Compiling serde v1.0.209
Compiling pin-project-lite v0.2.14
Compiling futures-channel v0.3.30
Compiling futures-task v0.3.30
Compiling slab v0.4.9
Compiling memoffset v0.9.1
Compiling pin-utils v0.1.0
Compiling futures-io v0.3.30
Compiling heck v0.5.0
Compiling cfg-if v1.0.0
Compiling serde_json v1.0.127
Compiling getrandom v0.2.15
Compiling pyo3-build-config v0.22.6
Compiling quote v1.0.36
Compiling futures-util v0.3.30
Compiling tracing-core v0.1.32
Compiling unindent v0.2.3
Compiling ryu v1.0.17
Compiling syn v2.0.60
Compiling indoc v2.0.5
Compiling itoa v1.0.11
Compiling lazy_static v1.5.0
Compiling pyo3-ffi v0.22.6
Compiling pyo3-macros-backend v0.22.6
Compiling pyo3 v0.22.6
Compiling futures-executor v0.3.30
Compiling futures v0.3.30
Compiling serde_derive v1.0.209
Compiling tracing-attributes v0.1.27
Compiling tracing v0.1.40
Compiling pyo3-macros v0.22.6
Compiling uuid v1.10.0
Compiling daily-python v0.14.2 (D:\VAPI\daily-python)
error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\call_client\delegate.rs:12:5
|
12 | use daily_core::prelude::*;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\call_client.rs:26:5
|
26 | use daily_core::prelude::*;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\context.rs:10:5
|
10 | use webrtc_daily::sys::{
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\context.rs:17:5
|
17 | use daily_core::prelude::{
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\media\native_vad.rs:3:5
|
3 | use webrtc_daily::sys::vad::NativeWebrtcVad;
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\media\native_vad.rs:5:5
|
5 | use daily_core::prelude::daily_core_context_vad_analyze;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\media\virtual_camera_device.rs:1:5
|
1 | use webrtc_daily::sys::{
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\media\virtual_camera_device.rs:5:5
|
5 | use daily_core::prelude::daily_core_context_virtual_camera_device_write_frame;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\media\virtual_microphone_device.rs:6:5
|
6 | use webrtc_daily::sys::virtual_microphone_device::NativeVirtualMicrophoneDevice;
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\media\virtual_microphone_device.rs:8:5
|
8 | use daily_core::prelude::daily_core_context_virtual_microphone_device_write_frames;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\media\virtual_speaker_device.rs:4:5
|
4 | use webrtc_daily::sys::virtual_speaker_device::NativeVirtualSpeakerDevice;
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\media\virtual_speaker_device.rs:6:5
|
6 | use daily_core::prelude::daily_core_context_virtual_speaker_device_read_frames;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\lib.rs:20:5
|
20 | use daily_core::prelude::{
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\call_client.rs:24:5
|
24 | use webrtc_daily::sys::color_format::ColorFormat;
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0432]: unresolved import webrtc_daily::sys::color_format::ColorFormat
--> src\call_client.rs:24:5
|
24 | use webrtc_daily::sys::color_format::ColorFormat;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0412]: cannot find type NativeVideoFrame in this scope
--> src\call_client\delegate.rs:43:19
|
43 | frame: *const NativeVideoFrame,
| ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type NativeAudioData in this scope
--> src\call_client\delegate.rs:51:24
|
51 | audio_data: *const NativeAudioData,
| ^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type NativeAudioData in this scope
--> src\call_client\delegate.rs:124:24
|
124 | audio_data: *const NativeAudioData,
| ^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type NativeVideoFrame in this scope
--> src\call_client\delegate.rs:153:19
|
153 | frame: *const NativeVideoFrame,
| ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type NativeAudioData in this scope
--> src\call_client\delegate.rs:231:18
|
231 | data: *const NativeAudioData,
| ^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type NativeVideoFrame in this scope
--> src\call_client\delegate.rs:271:19
|
271 | frame: *const NativeVideoFrame,
| ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:32:15
|
32 | ptr: *mut CallClient,
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient
...
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:36:34
|
36 | fn as_ptr(&mut self) -> *mut CallClient {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient
...
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:40:41
|
40 | unsafe fn as_mut(&mut self) -> &mut CallClient {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient
...
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1663:48
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1663 | unsafe fn get_active_speaker(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1675:40
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1675 | unsafe fn get_inputs(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1684:52
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1684 | unsafe fn get_participant_counts(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1696:44
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1696 | unsafe fn get_publishing(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1708:47
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1708 | unsafe fn get_subscriptions(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1720:55
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1720 | unsafe fn get_subscription_profiles(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1730:47
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1730 | unsafe fn get_network_stats(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

warning: unused import: std::str::FromStr
--> src\context.rs:2:5
|
2 | use std::str::FromStr;
| ^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

error[E0425]: cannot find function daily_core_call_client_start_live_stream in this scope
--> src\call_client.rs:119:13
|
119 | daily_core_call_client_start_live_stream(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_create in this scope
--> src\call_client.rs:149:36
|
149 | let call_client = unsafe { daily_core_call_client_create() };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0433]: failed to resolve: use of undeclared type NativeCallClientDelegate
--> src\call_client.rs:186:35
|
186 | let client_delegate = NativeCallClientDelegate::new(
| ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type NativeCallClientDelegate

error[E0433]: failed to resolve: use of undeclared type NativeCallClientDelegatePtr
--> src\call_client.rs:187:17
|
187 | NativeCallClientDelegatePtr::new(delegate_ctx_ptr as *mut libc::c_void),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| use of undeclared type NativeCallClientDelegatePtr
| help: a struct with a similar name exists: PyCallClientDelegateFns

error[E0433]: failed to resolve: use of undeclared type NativeCallClientDelegateFns
--> src\call_client.rs:188:17
|
188 | NativeCallClientDelegateFns::new(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| use of undeclared type NativeCallClientDelegateFns
| help: a struct with a similar name exists: PyCallClientDelegateFns

error[E0425]: cannot find function daily_core_call_client_set_delegate in this scope
--> src\call_client.rs:196:17
|
196 | daily_core_call_client_set_delegate(&mut (*call_client), client_delegate);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_destroy in this scope
--> src\call_client.rs:251:13
|
251 | daily_core_call_client_destroy(call_client_cpy.as_ptr());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:299:50
|
299 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_set_proxy_url in this scope
--> src\call_client.rs:294:13
|
294 | daily_core_call_client_set_proxy_url(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:340:50
|
340 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_set_ice_config in this scope
--> src\call_client.rs:335:13
|
335 | daily_core_call_client_set_ice_config(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:395:50
|
395 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0308]: mismatched types
--> src\call_client.rs:398:50
|
398 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_join in this scope
--> src\call_client.rs:389:13
|
389 | daily_core_call_client_join(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_leave in this scope
--> src\call_client.rs:417:13
|
417 | daily_core_call_client_leave(call_client.as_mut(), request_id);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_set_user_name in this scope
--> src\call_client.rs:435:13
|
435 | daily_core_call_client_set_user_name(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_participants in this scope
--> src\call_client.rs:465:36
|
465 | let participants_ptr = daily_core_call_client_participants(call_client.as_mut());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_remote_participants in this scope
--> src\call_client.rs:513:13
|
513 | daily_core_call_client_update_remote_participants(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_eject_remote_participants in this scope
--> src\call_client.rs:546:13
|
546 | daily_core_call_client_eject_remote_participants(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_inputs in this scope
--> src\call_client.rs:594:13
|
594 | daily_core_call_client_update_inputs(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_publishing in this scope
--> src\call_client.rs:643:13
|
643 | daily_core_call_client_update_publishing(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_subscriptions in this scope
--> src\call_client.rs:709:13
|
709 | daily_core_call_client_update_subscriptions(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_subscription_profiles in this scope
--> src\call_client.rs:760:13
|
760 | daily_core_call_client_update_subscription_profiles(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_permissions in this scope
--> src\call_client.rs:796:13
|
796 | daily_core_call_client_update_permissions(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:894:50
|
894 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_stop_live_stream in this scope
--> src\call_client.rs:889:13
|
889 | daily_core_call_client_stop_live_stream(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:938:50
|
938 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_update_live_stream in this scope
--> src\call_client.rs:932:13
|
932 | daily_core_call_client_update_live_stream(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:984:50
|
984 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_add_live_streaming_endpoints in this scope
--> src\call_client.rs:978:13
|
978 | daily_core_call_client_add_live_streaming_endpoints(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:1030:50
|
1030 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_add_live_streaming_endpoints in this scope
--> src\call_client.rs:1024:13
|
1024 | daily_core_call_client_add_live_streaming_endpoints(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_start_recording in this scope
--> src\call_client.rs:1075:13
|
1075 | daily_core_call_client_start_recording(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:1113:50
|
1113 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_stop_recording in this scope
--> src\call_client.rs:1108:13
|
1108 | daily_core_call_client_stop_recording(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:1157:50
|
1157 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_update_recording in this scope
--> src\call_client.rs:1151:13
|
1151 | daily_core_call_client_update_recording(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_start_transcription in this scope
--> src\call_client.rs:1191:13
|
1191 | daily_core_call_client_start_transcription(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_stop_transcription in this scope
--> src\call_client.rs:1215:13
|
1215 | daily_core_call_client_stop_transcription(call_client.as_mut(), request_id);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_transcription in this scope
--> src\call_client.rs:1259:13
|
1259 | daily_core_call_client_update_transcription(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_start_dialout in this scope
--> src\call_client.rs:1301:13
|
1301 | daily_core_call_client_start_dialout(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_stop_dialout in this scope
--> src\call_client.rs:1328:13
|
1328 | daily_core_call_client_stop_dialout(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_send_dtmf in this scope
--> src\call_client.rs:1364:13
|
1364 | daily_core_call_client_send_dtmf(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_sip_call_transfer in this scope
--> src\call_client.rs:1402:13
|
1402 | daily_core_call_client_sip_call_transfer(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_sip_refer in this scope
--> src\call_client.rs:1438:13
|
1438 | daily_core_call_client_sip_refer(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_send_app_message in this scope
--> src\call_client.rs:1496:13
|
1496 | daily_core_call_client_send_app_message(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_send_prebuilt_chat_message in this scope
--> src\call_client.rs:1534:13
|
1534 | daily_core_call_client_send_prebuilt_chat_message(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_set_participant_audio_renderer in this scope
--> src\call_client.rs:1587:13
|
1587 | daily_core_call_client_set_participant_audio_renderer(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_set_participant_video_renderer in this scope
--> src\call_client.rs:1638:13
|
1638 | daily_core_call_client_set_participant_video_renderer(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_active_speaker in this scope
--> src\call_client.rs:1664:30
|
1664 | let active_speaker_ptr = daily_core_call_client_active_speaker(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_inputs in this scope
--> src\call_client.rs:1676:22
|
1676 | let inputs_ptr = daily_core_call_client_inputs(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_participant_counts in this scope
--> src\call_client.rs:1685:34
|
1685 | let participant_counts_ptr = daily_core_call_client_participant_counts(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_publishing in this scope
--> src\call_client.rs:1697:26
|
1697 | let publishing_ptr = daily_core_call_client_publishing(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_subscriptions in this scope
--> src\call_client.rs:1709:29
|
1709 | let subscriptions_ptr = daily_core_call_client_subscriptions(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_subscription_profiles in this scope
--> src\call_client.rs:1721:24
|
1721 | let profiles_ptr = daily_core_call_client_subscription_profiles(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_get_network_stats in this scope
--> src\call_client.rs:1731:21
|
1731 | let stats_ptr = daily_core_call_client_get_network_stats(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0599]: the method get exists for struct Lazy<DailyContext>, but its trait bounds were not satisfied
--> src\context.rs:31:1
|
31 | / lazy_static! {
32 | | pub(crate) static ref GLOBAL_CONTEXT: DailyContext = DailyContext::new();
33 | | }
| |_^ method cannot be called on Lazy<DailyContext> due to unsatisfied trait bounds
34 |
35 | pub(crate) struct DailyContext {
| ------------------------------ doesn't satisfy DailyContext: Sized
|
= note: the following trait bounds were not satisfied:
{type error}: Sized
which is required by DailyContext: Sized
= note: this error originates in the macro __lazy_static_internal which comes from the expansion of the macro lazy_static (in Nightly builds, run with -Z macro-backtrace for more info)

Some errors have detailed explanations: E0308, E0412, E0425, E0432, E0433, E0599.
For more information about an error, try rustc --explain E0308.
warning: daily-python (lib) generated 1 warning
error: could not compile daily-python (lib) due to 88 previous errors; 1 warning emitted

(.venv) D:\VAPI\daily-python>rg "fn daily_core_call_client_" D:\VAPI\daily-core
'rg' is not recognized as an internal or external command,
operable program or batch file.

(.venv) D:\VAPI\daily-python>findstr /s /i "fn daily_core_call_client_" D:\VAPI\daily-core*.rs
D:\VAPI\daily-core\src\main.rs:fn main() {

(.venv) D:\VAPI\daily-python>cargo build --release
warning: Patch js-sys v0.3.64 (https://github.com/daily-co/wasm-bindgen?branch=daily-co#69cf6e54) was not used in the crate graph.
Patch wasm-bindgen v0.2.87 (https://github.com/daily-co/wasm-bindgen?branch=daily-co#69cf6e54) was not used in the crate graph.
Patch wasm-bindgen-futures v0.4.37 (https://github.com/daily-co/wasm-bindgen?branch=daily-co#69cf6e54) was not used in the crate graph.
Patch web-sys v0.3.64 (https://github.com/daily-co/wasm-bindgen?branch=daily-co#69cf6e54) was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run cargo update to use the new
version. This may also occur with an optional dependency that is not enabled.
warning: daily-python v0.14.2 (D:\VAPI\daily-python) ignoring invalid dependency daily-core which is missing a lib target
Compiling daily-python v0.14.2 (D:\VAPI\daily-python)
error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\call_client\delegate.rs:12:5
|
12 | use daily_core::prelude::*;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\call_client.rs:26:5
|
26 | use daily_core::prelude::*;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\context.rs:10:5
|
10 | use webrtc_daily::sys::{
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\context.rs:17:5
|
17 | use daily_core::prelude::{
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\media\native_vad.rs:3:5
|
3 | use webrtc_daily::sys::vad::NativeWebrtcVad;
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\media\native_vad.rs:5:5
|
5 | use daily_core::prelude::daily_core_context_vad_analyze;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\media\virtual_camera_device.rs:1:5
|
1 | use webrtc_daily::sys::{
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\media\virtual_camera_device.rs:5:5
|
5 | use daily_core::prelude::daily_core_context_virtual_camera_device_write_frame;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\media\virtual_microphone_device.rs:6:5
|
6 | use webrtc_daily::sys::virtual_microphone_device::NativeVirtualMicrophoneDevice;
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\media\virtual_microphone_device.rs:8:5
|
8 | use daily_core::prelude::daily_core_context_virtual_microphone_device_write_frames;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\media\virtual_speaker_device.rs:4:5
|
4 | use webrtc_daily::sys::virtual_speaker_device::NativeVirtualSpeakerDevice;
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\media\virtual_speaker_device.rs:6:5
|
6 | use daily_core::prelude::daily_core_context_virtual_speaker_device_read_frames;
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module daily_core
--> src\lib.rs:20:5
|
20 | use daily_core::prelude::{
| ^^^^^^^^^^ use of undeclared crate or module daily_core

error[E0433]: failed to resolve: use of undeclared crate or module webrtc_daily
--> src\call_client.rs:24:5
|
24 | use webrtc_daily::sys::color_format::ColorFormat;
| ^^^^^^^^^^^^ use of undeclared crate or module webrtc_daily

error[E0432]: unresolved import webrtc_daily::sys::color_format::ColorFormat
--> src\call_client.rs:24:5
|
24 | use webrtc_daily::sys::color_format::ColorFormat;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0412]: cannot find type NativeVideoFrame in this scope
--> src\call_client\delegate.rs:43:19
|
43 | frame: *const NativeVideoFrame,
| ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type NativeAudioData in this scope
--> src\call_client\delegate.rs:51:24
|
51 | audio_data: *const NativeAudioData,
| ^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type NativeAudioData in this scope
--> src\call_client\delegate.rs:124:24
|
124 | audio_data: *const NativeAudioData,
| ^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type NativeVideoFrame in this scope
--> src\call_client\delegate.rs:153:19
|
153 | frame: *const NativeVideoFrame,
| ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type NativeAudioData in this scope
--> src\call_client\delegate.rs:231:18
|
231 | data: *const NativeAudioData,
| ^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type NativeVideoFrame in this scope
--> src\call_client\delegate.rs:271:19
|
271 | frame: *const NativeVideoFrame,
| ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:32:15
|
32 | ptr: *mut CallClient,
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient
...
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:36:34
|
36 | fn as_ptr(&mut self) -> *mut CallClient {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient
...
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:40:41
|
40 | unsafe fn as_mut(&mut self) -> &mut CallClient {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient
...
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1663:48
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1663 | unsafe fn get_active_speaker(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1675:40
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1675 | unsafe fn get_inputs(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1684:52
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1684 | unsafe fn get_participant_counts(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1696:44
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1696 | unsafe fn get_publishing(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1708:47
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1708 | unsafe fn get_subscriptions(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1720:55
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1720 | unsafe fn get_subscription_profiles(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

error[E0412]: cannot find type CallClient in this scope
--> src\call_client.rs:1730:47
|
54 | pub struct PyCallClient {
| ----------------------- similarly named struct PyCallClient defined here
...
1730 | unsafe fn get_network_stats(call_client: &mut CallClient) -> PyResult {
| ^^^^^^^^^^ help: a struct with a similar name exists: PyCallClient

warning: unused import: std::str::FromStr
--> src\context.rs:2:5
|
2 | use std::str::FromStr;
| ^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

error[E0425]: cannot find function daily_core_call_client_start_live_stream in this scope
--> src\call_client.rs:119:13
|
119 | daily_core_call_client_start_live_stream(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_create in this scope
--> src\call_client.rs:149:36
|
149 | let call_client = unsafe { daily_core_call_client_create() };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0433]: failed to resolve: use of undeclared type NativeCallClientDelegate
--> src\call_client.rs:186:35
|
186 | let client_delegate = NativeCallClientDelegate::new(
| ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type NativeCallClientDelegate

error[E0433]: failed to resolve: use of undeclared type NativeCallClientDelegatePtr
--> src\call_client.rs:187:17
|
187 | NativeCallClientDelegatePtr::new(delegate_ctx_ptr as *mut libc::c_void),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| use of undeclared type NativeCallClientDelegatePtr
| help: a struct with a similar name exists: PyCallClientDelegateFns

error[E0433]: failed to resolve: use of undeclared type NativeCallClientDelegateFns
--> src\call_client.rs:188:17
|
188 | NativeCallClientDelegateFns::new(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| use of undeclared type NativeCallClientDelegateFns
| help: a struct with a similar name exists: PyCallClientDelegateFns

error[E0425]: cannot find function daily_core_call_client_set_delegate in this scope
--> src\call_client.rs:196:17
|
196 | daily_core_call_client_set_delegate(&mut (*call_client), client_delegate);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_destroy in this scope
--> src\call_client.rs:251:13
|
251 | daily_core_call_client_destroy(call_client_cpy.as_ptr());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:299:50
|
299 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_set_proxy_url in this scope
--> src\call_client.rs:294:13
|
294 | daily_core_call_client_set_proxy_url(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:340:50
|
340 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_set_ice_config in this scope
--> src\call_client.rs:335:13
|
335 | daily_core_call_client_set_ice_config(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:395:50
|
395 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0308]: mismatched types
--> src\call_client.rs:398:50
|
398 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_join in this scope
--> src\call_client.rs:389:13
|
389 | daily_core_call_client_join(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_leave in this scope
--> src\call_client.rs:417:13
|
417 | daily_core_call_client_leave(call_client.as_mut(), request_id);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_set_user_name in this scope
--> src\call_client.rs:435:13
|
435 | daily_core_call_client_set_user_name(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_participants in this scope
--> src\call_client.rs:465:36
|
465 | let participants_ptr = daily_core_call_client_participants(call_client.as_mut());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_remote_participants in this scope
--> src\call_client.rs:513:13
|
513 | daily_core_call_client_update_remote_participants(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_eject_remote_participants in this scope
--> src\call_client.rs:546:13
|
546 | daily_core_call_client_eject_remote_participants(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_inputs in this scope
--> src\call_client.rs:594:13
|
594 | daily_core_call_client_update_inputs(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_publishing in this scope
--> src\call_client.rs:643:13
|
643 | daily_core_call_client_update_publishing(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_subscriptions in this scope
--> src\call_client.rs:709:13
|
709 | daily_core_call_client_update_subscriptions(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_subscription_profiles in this scope
--> src\call_client.rs:760:13
|
760 | daily_core_call_client_update_subscription_profiles(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_permissions in this scope
--> src\call_client.rs:796:13
|
796 | daily_core_call_client_update_permissions(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:894:50
|
894 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_stop_live_stream in this scope
--> src\call_client.rs:889:13
|
889 | daily_core_call_client_stop_live_stream(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:938:50
|
938 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_update_live_stream in this scope
--> src\call_client.rs:932:13
|
932 | daily_core_call_client_update_live_stream(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:984:50
|
984 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_add_live_streaming_endpoints in this scope
--> src\call_client.rs:978:13
|
978 | daily_core_call_client_add_live_streaming_endpoints(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:1030:50
|
1030 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_add_live_streaming_endpoints in this scope
--> src\call_client.rs:1024:13
|
1024 | daily_core_call_client_add_live_streaming_endpoints(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_start_recording in this scope
--> src\call_client.rs:1075:13
|
1075 | daily_core_call_client_start_recording(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:1113:50
|
1113 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_stop_recording in this scope
--> src\call_client.rs:1108:13
|
1108 | daily_core_call_client_stop_recording(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0308]: mismatched types
--> src\call_client.rs:1157:50
|
1157 | .map_or(ptr::null_mut(), |s| s.as_ptr()),
| ^^^^^^^^^^ types differ in mutability
|
= note: expected raw pointer *mut _
found raw pointer *const i8

error[E0425]: cannot find function daily_core_call_client_update_recording in this scope
--> src\call_client.rs:1151:13
|
1151 | daily_core_call_client_update_recording(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_start_transcription in this scope
--> src\call_client.rs:1191:13
|
1191 | daily_core_call_client_start_transcription(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_stop_transcription in this scope
--> src\call_client.rs:1215:13
|
1215 | daily_core_call_client_stop_transcription(call_client.as_mut(), request_id);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_update_transcription in this scope
--> src\call_client.rs:1259:13
|
1259 | daily_core_call_client_update_transcription(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_start_dialout in this scope
--> src\call_client.rs:1301:13
|
1301 | daily_core_call_client_start_dialout(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_stop_dialout in this scope
--> src\call_client.rs:1328:13
|
1328 | daily_core_call_client_stop_dialout(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_send_dtmf in this scope
--> src\call_client.rs:1364:13
|
1364 | daily_core_call_client_send_dtmf(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_sip_call_transfer in this scope
--> src\call_client.rs:1402:13
|
1402 | daily_core_call_client_sip_call_transfer(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_sip_refer in this scope
--> src\call_client.rs:1438:13
|
1438 | daily_core_call_client_sip_refer(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_send_app_message in this scope
--> src\call_client.rs:1496:13
|
1496 | daily_core_call_client_send_app_message(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_send_prebuilt_chat_message in this scope
--> src\call_client.rs:1534:13
|
1534 | daily_core_call_client_send_prebuilt_chat_message(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_set_participant_audio_renderer in this scope
--> src\call_client.rs:1587:13
|
1587 | daily_core_call_client_set_participant_audio_renderer(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_set_participant_video_renderer in this scope
--> src\call_client.rs:1638:13
|
1638 | daily_core_call_client_set_participant_video_renderer(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_active_speaker in this scope
--> src\call_client.rs:1664:30
|
1664 | let active_speaker_ptr = daily_core_call_client_active_speaker(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_inputs in this scope
--> src\call_client.rs:1676:22
|
1676 | let inputs_ptr = daily_core_call_client_inputs(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_participant_counts in this scope
--> src\call_client.rs:1685:34
|
1685 | let participant_counts_ptr = daily_core_call_client_participant_counts(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_publishing in this scope
--> src\call_client.rs:1697:26
|
1697 | let publishing_ptr = daily_core_call_client_publishing(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_subscriptions in this scope
--> src\call_client.rs:1709:29
|
1709 | let subscriptions_ptr = daily_core_call_client_subscriptions(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_subscription_profiles in this scope
--> src\call_client.rs:1721:24
|
1721 | let profiles_ptr = daily_core_call_client_subscription_profiles(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function daily_core_call_client_get_network_stats in this scope
--> src\call_client.rs:1731:21
|
1731 | let stats_ptr = daily_core_call_client_get_network_stats(call_client);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0599]: the method get exists for struct Lazy<DailyContext>, but its trait bounds were not satisfied
--> src\context.rs:31:1
|
31 | / lazy_static! {
32 | | pub(crate) static ref GLOBAL_CONTEXT: DailyContext = DailyContext::new();
33 | | }
| |_^ method cannot be called on Lazy<DailyContext> due to unsatisfied trait bounds
34 |
35 | pub(crate) struct DailyContext {
| ------------------------------ doesn't satisfy DailyContext: Sized
|
= note: the following trait bounds were not satisfied:
{type error}: Sized
which is required by DailyContext: Sized
= note: this error originates in the macro __lazy_static_internal which comes from the expansion of the macro lazy_static (in Nightly builds, run with -Z macro-backtrace for more info)

Some errors have detailed explanations: E0308, E0412, E0425, E0432, E0433, E0599.
For more information about an error, try rustc --explain E0308.
warning: daily-python (lib) generated 1 warning
error: could not compile daily-python (lib) due to 88 previous errors; 1 warning emitted

@aconchillo
Copy link
Contributor

aconchillo commented Feb 11, 2025

Thank you @Omkarp2403 . Hopefully we resolve this soon, it's getting higher on our priority list. Closing as a duplicate of #7.

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

No branches or pull requests

2 participants