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
(vibrant) e2s2@e2s2-super-server-1:~/Softwares/VIBRANT$ python3 VIBRANT_run.py -h
Traceback (most recent call last):
File "VIBRANT_run.py", line 24, in
import matplotlib
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/matplotlib/init.py", line 109, in
from . import _api, _version, cbook, docstring, rcsetup
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/matplotlib/rcsetup.py", line 28, in
from matplotlib.fontconfig_pattern import parse_fontconfig_pattern
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/matplotlib/fontconfig_pattern.py", line 15, in
from pyparsing import (Literal, ZeroOrMore, Optional, Regex, StringEnd,
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/pyparsing/init.py", line 129, in
from .util import *
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/pyparsing/util.py", line 14, in
class __config_flags:
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/pyparsing/util.py", line 17, in __config_flags
_all_names: list[str] = []
TypeError: 'type' object is not subscriptable
Anyone knows how to solve it? Many thanks!
The text was updated successfully, but these errors were encountered:
I'm not sure what the issue is but my guess is there is a version issue. At the time of writing VIBRANT python >=3.5 and any matplotlib seemed to work. I'd suggest creating an environment with python v3.7 as an example and see if that works.
Hi,
I encountered this error:
(vibrant) e2s2@e2s2-super-server-1:~/Softwares/VIBRANT$ python3 VIBRANT_run.py -h
Traceback (most recent call last):
File "VIBRANT_run.py", line 24, in
import matplotlib
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/matplotlib/init.py", line 109, in
from . import _api, _version, cbook, docstring, rcsetup
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/matplotlib/rcsetup.py", line 28, in
from matplotlib.fontconfig_pattern import parse_fontconfig_pattern
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/matplotlib/fontconfig_pattern.py", line 15, in
from pyparsing import (Literal, ZeroOrMore, Optional, Regex, StringEnd,
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/pyparsing/init.py", line 129, in
from .util import *
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/pyparsing/util.py", line 14, in
class __config_flags:
File "/home/e2s2/miniconda3/envs/vibrant/lib/python3.7/site-packages/pyparsing/util.py", line 17, in __config_flags
_all_names: list[str] = []
TypeError: 'type' object is not subscriptable
Anyone knows how to solve it? Many thanks!
The text was updated successfully, but these errors were encountered: