amply
amply copied to clipboard
A Python package for AMPL/GMPL datafile parsing
I used python 3.9 , and I try to install the apmly 0.1.4. But I got the error: Would please help me find it out?
``` Error in sys.excepthook: Traceback (most recent call last): File "c:\nobackup\anaconda3\envs\snakemake\lib\site-packages\otoole\cli.py", line 282, in exception_handler print("{}: {}".format(exception_type.__name__, exception.message)) AttributeError: 'AmplyError' object has no attribute 'message' Original exception was: Traceback (most...
Amply does not support symbolic parameters such as `param month symbolic default ’May’ in {’Mar’, ’Apr’, ’May’};` or `param resultpath symbolic default 'results' := 'results/path';`