Running Energy Plus EPBunch Error with Python
Hello every one, I ran into an error while I was editing an existing idf file with eppy module in python. I'm changing material properties through a loop but I can't save the edited version of idf file or run it because I ran into this error"int() argument must be a string, a bytes-like object or a number, not 'EpBunch'". Is there any one knows how to solve this?
int() argument must be a string, a bytes-like object or a number, not 'EpBunch'
I think you would have to show us the code that does this. I would suggest trying to replicate the problem with as few lines of code is the best way for us to help.