简体   繁体   中英

ImportError: cannot import name 'osc' from 'kivy.lib'

My kivy application keeps crashing on android when trying to import osc from kivy.lib with the following error:

ImportError: cannot import name 'osc' from 'kivy.lib'

I've already included oscpy as a requirement in my buildozer.spec file, please how may I fix this?

I am not sure, but my quick search on this topic lead me to the information that it was discontinued and replaced by kivy/oscpy

Here's the GibHub repository for your reference https://github.com/kivy/oscpy

Info sourced from: https://github.com/tshirtman/kivy_service_osc/issues/2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM