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
After downloading the source files and running ./bin/ma5 I get the error:
Traceback (most recent call last):
File "/Users/user/Documents/Software/madanalysis5-1.10.16/./bin/ma5", line 51, in
if not importlib.util.find_spec("six"):
^^^^^^^^^^^^^^
AttributeError: module 'importlib' has no attribute 'util'
How can I fix this?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Question
After downloading the source files and running ./bin/ma5 I get the error:
Traceback (most recent call last):
File "/Users/user/Documents/Software/madanalysis5-1.10.16/./bin/ma5", line 51, in
if not importlib.util.find_spec("six"):
^^^^^^^^^^^^^^
AttributeError: module 'importlib' has no attribute 'util'
How can I fix this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: