pypa / packaging-problems

An issue tracker for the problems in packaging
149 stars 34 forks source link

Getting an error when increasing the numerical values of the genetic parameters #653

Open zsbeheshti opened 1 year ago

zsbeheshti commented 1 year ago

Problem description

Dear all, With the help of pypi, I want to optimize a function with 33 inputs. But when increasing the numerical values of the genetic parameters, I got an error (Error 307: Unable to open binary results file). Does anyone have any related experience to share with me? How can I fix this error?

Regards

merwok commented 1 year ago

Hello! This tracker is for problems related to packaging or installation tools, not general Python help or support for a specific library (the error message seems to come from a specific module, not the Python standard library).

You should find a support forum for the library you’re using, or a general Python forum like https://discuss.python.org/c/users/7 To get help, be sure to describe your environment (Python version, libraries used), show your code (as short as possible to show the problem) and the error message.

Good luck!

zsbeheshti commented 1 year ago

@merwok Thank you for your guidance.