Open agave82 opened 2 years ago
Hi, I have installed python3 and pandas and the other dependencies on my MacBook however, I get the following error when testing:
File "/Users/mukutimran/Desktop/SUPERGNOVA/SUPERGNOVA/supergnova.py", line 36, in pd.set_option('precision', 4) File "/usr/local/lib/python3.9/site-packages/pandas/_config/config.py", line 256, in call return self.func(*args, **kwds) File "/usr/local/lib/python3.9/site-packages/pandas/_config/config.py", line 149, in _set_option key = _get_single_key(k, silent) File "/usr/local/lib/python3.9/site-packages/pandas/_config/config.py", line 116, in _get_single_key raise OptionError("Pattern matched multiple keys") pandas._config.config.OptionError: 'Pattern matched multiple keys'
pip install pandas==1.3.0
Installing this version of pandas solved the issue, if higher version of pandas is used, there is error
Supergnova is suitable to run on server, on the Mac does not run properly
Hi, I have installed python3 and pandas and the other dependencies on my MacBook however, I get the following error when testing:
File "/Users/mukutimran/Desktop/SUPERGNOVA/SUPERGNOVA/supergnova.py", line 36, in
pd.set_option('precision', 4)
File "/usr/local/lib/python3.9/site-packages/pandas/_config/config.py", line 256, in call
return self.func(*args, **kwds)
File "/usr/local/lib/python3.9/site-packages/pandas/_config/config.py", line 149, in _set_option
key = _get_single_key(k, silent)
File "/usr/local/lib/python3.9/site-packages/pandas/_config/config.py", line 116, in _get_single_key
raise OptionError("Pattern matched multiple keys")
pandas._config.config.OptionError: 'Pattern matched multiple keys'