ValueError: invalid literal for int() with base 10: ''
AnsweredI was running my program just fine. However, today an error occurs "ValueError: invalid literal for int() with base 10: "
I'm very confused and don't know where it went wrong.

0
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum, or try Gurobot, our chatbot interface offering instant, expert-level support. -
Hi Jingyue,
This is a Python error message indicating that you are trying to convert the empty string \(\texttt{''}\) to an int.
You should check the values of your table before converting them.
Cheers,
Matthias0 -
Thanks! The problem is solved!
0
Post is closed for comments.
Comments
3 comments