qlu-lab / SUPERGNOVA

MIT License
23 stars 10 forks source link

error installing on Mac #8

Open agave82 opened 2 years ago

agave82 commented 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'

agave82 commented 2 years ago

pip install pandas==1.3.0

Installing this version of pandas solved the issue, if higher version of pandas is used, there is error

agave82 commented 2 years ago

Supergnova is suitable to run on server, on the Mac does not run properly