- Please run the following snippet and write the output here
import platform
import sys
from pprint import pprint
pprint("python=" + sys.version)
pprint("os=" + platform.platform())
try:
import numpy
pprint("numpy=" + numpy.__version__)
except ImportError:
pass
try:
import openGA
pprint("openGA=" + openGA.__version__)
except ImportError:
pass- please write here the code snippet that triggers the error
- please write here the error traceback
The fastest way to debug is to have the original file. For data protection you can use the static method scramble to scramble all text blocks, and send the scrambled file by e-mail.
- please describe the issue here