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
File "/usr/local/bin/interlace", line 33, in <module>
sys.exit(load_entry_point('Interlace==1.9.6', 'console_scripts', 'interlace')())
File "/usr/local/lib/python3.9/dist-packages/Interlace-1.9.6-py3.9.egg/Interlace/interlace.py", line 24, in main
File "/usr/local/lib/python3.9/dist-packages/Interlace-1.9.6-py3.9.egg/Interlace/lib/core/input.py", line 381, in parse
File "/usr/lib/python3.9/argparse.py", line 1830, in parse_args
args, argv = self.parse_known_args(args, namespace)
File "/usr/lib/python3.9/argparse.py", line 1863, in parse_known_args
namespace, args = self._parse_known_args(args, namespace)
File "/usr/lib/python3.9/argparse.py", line 2072, in _parse_known_args
start_index = consume_optional(start_index)
File "/usr/lib/python3.9/argparse.py", line 2012, in consume_optional
take_action(action, args, option_string)
File "/usr/lib/python3.9/argparse.py", line 1924, in take_action
argument_values = self._get_values(action, argument_strings)
File "/usr/lib/python3.9/argparse.py", line 2455, in _get_values
value = self._get_value(action, arg_string)
File "/usr/lib/python3.9/argparse.py", line 2488, in _get_value
result = type_func(arg_string)
File "/usr/local/lib/python3.9/dist-packages/Interlace-1.9.6-py3.9.egg/Interlace/lib/core/input.py", line 427, in <lambda>
File "/usr/local/lib/python3.9/dist-packages/Interlace-1.9.6-py3.9.egg/Interlace/lib/core/input.py", line 33, in check_positive
AttributeError: 'ArgumentParser' object has no attribute 'ArgumentTypeError'
any suggestions to fix this will be appreciated
└──╼ $python --version
Python 3.9.2
The text was updated successfully, but these errors were encountered:
Getting this error while running interlace
any suggestions to fix this will be appreciated
The text was updated successfully, but these errors were encountered: