You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the script to run is not in a python module, I get
in invoke
function=determine_package(self._f), args=fargs,
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/metaopt/concurrent/invoker/util/determine_package.py", line 41, in determine_package
"object. This should not happen.")
ImportError: Could not determine the package of the given object. This should not happen.
Is this intended? If so, I would propose mentioning it in the documentation.
The text was updated successfully, but these errors were encountered:
When the script to run is not in a python module, I get
Is this intended? If so, I would propose mentioning it in the documentation.
The text was updated successfully, but these errors were encountered: