UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdf in position 16: invalid continuation byte #323
uttamcadambi07
started this conversation in
General
Replies: 1 comment
-
You should check to make sure that your mpi4py works as expected. Also this Python version is a bit old but I don't think that should matter here. What's your numpy version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am running IPOPT with pyOptSparse. Version details:
IPOPT - v3.13.3
pyOptSparse - v2.8.1
here are the modules loaded:
I compiled IPOPT with mumps. I did not configure mumps with metis.
When I run my test case that uses IPOPT, I get this error
Is this a relevant platform for this problem? Or would I be better off posting in IPOP forum? Please advice.
Beta Was this translation helpful? Give feedback.
All reactions