Skip to content

ValueError #143

Answered by cjdoris
CaiYitao asked this question in Q&A
Apr 9, 2022 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

Your first error was on line 8, the one below the one highlighted, namely fps[i] = arr, which is complaining that you're trying to set an element of an array of floats to a Python object.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@icweaver
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@CaiYitao
Comment options

@icweaver
Comment options

Answer selected by CaiYitao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants