text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/usr/local/bin/bpytop", line 2328, in _runner collector._collect() "/usr/local/bin/bpytop", line 2931, in _collect if not c_pid in cls.processes: raise psutil.NoSuchProcess TypeError: __init__() missing 1 required positional argument: 'pid'
Traceback (most recent call last): "export_inference_graph.py", line 119, in <module> tf.app.run() "C:\Users\<Name>\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) "export_inference_graph.py", line 115, in main FLAGS.output_directory, input_shape) "C:\Users\<Name>\AppData\Local\Programs\Python\Python35\Lib\site-packages\tensorflow\models\research\object_detection\exporter.py", line 427, in export_inference_graph input_shape, optimize_graph, output_collection_name) "C:\Users\<Name>\AppData\Local\Programs\Python\Python35\Lib\site-packages\tensorflow\models\research\object_detection\exporter.py", line 353, in _export_inference_graph postprocessed_tensors = detection_model.postprocess(output_tensors) "C:\Users\<Name>\AppData\Local\Programs\Python\Python35\Lib\site-packages\tensorflow\models\research\object_detection\meta_architectures\ssd_meta_arch.py", line 405, in postprocess class_predictions_without_background) "C:\Users\<Name>\AppData\Local\Programs\Python\Python35\Lib\site-packages\tensorflow\models\research\object_detection\builders\post_processing_builder.py", line 94, in score_converter_fn scaled_logits = tf.divide(logits, logit_scale, name='scale_logits') "C:\Users\<Name>\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\ops\math_ops.py", line 309, in divide return DivideDelegateWithName(x, name) / y "C:\Users\<Name>\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\ops\math_ops.py", line 294, in __truediv__ return _truediv_python3(self.x, y, self.name) "C:\Users\<Name>\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\ops\math_ops.py", line 981, in _truediv_python3 (x_dtype, y_dtype)) TypeError: x and y must have the same dtype, got tf.float32 != tf.int32
0.530741
Traceback (most recent call last): "/usr/local/bin/jrnl", line 11, in <module> load_entry_point('jrnl==1.9.8', 'console_scripts', 'jrnl')() "/usr/local/Cellar/jrnl/1.9.8/libexec/lib/python2.7/site-packages/jrnl/cli.py", line 189, in run journal = DayOneJournal.DayOne(**config) "/usr/local/Cellar/jrnl/1.9.8/libexec/lib/python2.7/site-packages/jrnl/DayOneJournal.py", line 27, in __init__ super(DayOne, self).__init__(**kwargs) "/usr/local/Cellar/jrnl/1.9.8/libexec/lib/python2.7/site-packages/jrnl/Journal.py", line 39, in __init__ self.open() "/usr/local/Cellar/jrnl/1.9.8/libexec/lib/python2.7/site-packages/jrnl/DayOneJournal.py", line 37, in open dict_entry = plistlib.readPlist(plist_entry) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 78, in readPlist rootObject = p.parse(pathOr ) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 406, in parse parser.Parse (fileobj) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 418, in handleEndElement handler() "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 474, in end_date self.addObject(_dateFromString(self.getData())) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 191, in _dateFromString gd = _dateParser.match(s).groupdict() AttributeError: 'NoneType' object has no attribute 'groupdict'
Traceback (most recent call last): "/home/weizhenjin/TbrGitHub/git/python-recipes/db/hive_impyla_query_with_fetchall.py", line 44, in <module> main() "/home/weizhenjin/TbrGitHub/git/python-recipes/db/hive_impyla_query_with_fetchall.py", line 36, in main cur = conn.cursor() "/opt/anaconda/anaconda3/envs/drp01/lib/python2.7/site-packages/impala/hiveserver2.py", line 125, in cursor session = self.service.open_session(user, configuration) "/opt/anaconda/anaconda3/envs/drp01/lib/python2.7/site-packages/impala/hiveserver2.py", line 995, in open_session resp = self._rpc('OpenSession', req) "/opt/anaconda/anaconda3/envs/drp01/lib/python2.7/site-packages/impala/hiveserver2.py", line 923, in _rpc response = self._execute(func_name, request) "/opt/anaconda/anaconda3/envs/drp01/lib/python2.7/site-packages/impala/hiveserver2.py", line 940, in _execute return func(request) "/opt/anaconda/anaconda3/envs/drp01/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py", line 175, in OpenSession return self.recv_OpenSession() "/opt/anaconda/anaconda3/envs/drp01/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py", line 193, in recv_OpenSession result.read(self._iprot) "/opt/anaconda/anaconda3/envs/drp01/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py", line 1109, in read fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec)) AttributeError: 'TSaslClientTransport' object has no attribute 'trans'
0.612017
Traceback (most recent call last): "/Applications/Spyder.app/Contents/Resources/lib/python3.9/spyder/plugins/variableexplorer/widgets/collectionseditor.py", line 1708, in lessThan return leftData < rightData TypeError: '<' not supported between instances of 'int' and 'str'
Traceback (most recent call last): "main.py", line 196, in <module> main() "main.py", line 42, in main args.gamma, args.log_dir, device, False) "/home/mroos/Code/pytorch-a2c-ppo-acktr-gail/a2c_ppo_acktr/envs.py", line 91, in make_vec_envs envs = ShmemVecEnv(envs, context='fork') TypeError: __init__() got an unexpected keyword argument 'context'
0.502404
root@herbstkrieg:/home/herbstkrieg/下载/v2rayLui-v2.1.3# **Traceback (most recent call last): "utils.py", line 74, in qt_message_handler ValueError: not enough values to unpack (expected 2, got 1)**
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpj4acy7ln\build\youtube_dl\extractor\common.py", line 899, in _parse_json "C:\Python\Python34\lib\json\__init__.py", line 318, in loads "C:\Python\Python34\lib\json\decoder.py", line 343, in decode "C:\Python\Python34\lib\json\decoder.py", line 361, in raw_decode ValueError: Expecting value: line 1 column 1 (char 0)
0.572724
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\formatters.py", line 307, in __call__ return printer(obj) "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\pylabtools.py", line 240, in <lambda> png_formatter.for_type(Figure, lambda fig: print_figure(fig, 'png', **kwargs)) "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\pylabtools.py", line 124, in print_figure fig.canvas.print_figure(bytes_io, **kw) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\backend_bases.py", line 2200, in print_figure **kwargs) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\backends\backend_agg.py", line 545, in print_png FigureCanvasAgg.draw(self) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\backends\backend_agg.py", line 464, in draw self.figure.draw(self.renderer) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\artist.py", line 63, in draw_wrapper draw(artist, renderer, *args, **kwargs) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\figure.py", line 1144, in draw renderer, self, dsu, self.suppressComposite) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\image.py", line 139, in _draw_list_compositing_images a.draw(renderer) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\artist.py", line 63, in draw_wrapper draw(artist, renderer, *args, **kwargs) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\axes\_base.py", line 2426, in draw mimage._draw_list_compositing_images(renderer, self, dsu) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\image.py", line 139, in _draw_list_compositing_images a.draw(renderer) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\artist.py", line 63, in draw_wrapper draw(artist, renderer, *args, **kwargs) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\axis.py", line 1136, in draw ticks_to_draw = self._update_ticks(renderer) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\axis.py", line 969, in _update_ticks tick_tups = [t for t in self.iter_ticks()] "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\axis.py", line 969, in <listcomp> tick_tups = [t for t in self.iter_ticks()] "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\axis.py", line 912, in iter_ticks majorLocs = self.major.locator() "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\dates.py", line 986, in __call__ self.refresh() "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\dates.py", line 1006, in refresh dmin, dmax = self.viewlim_to_dt() "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\dates.py", line 763, in viewlim_to_dt return num2date(vmin, self.tz), num2date(vmax, self.tz) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\dates.py", line 401, in num2date return _from_ordinalf(x, tz) "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\dates.py", line 254, in _from_ordinalf dt = datetime.datetime.fromordinal(ix).replace(tzinfo=UTC) ValueError: ordinal must be >= 1
Traceback (most recent call last): "<stdin>", line 1, in <module> "/root/git_code/2021-?ʷ?????/spacy/spaCy-3.0.0rc5/spacy/language.py", line 985, in __call__ doc = proc(doc, **component_cfg.get(name, {})) "spacy/pipeline/transition_parser.pyx", line 168, in spacy.pipeline.transition_parser.Parser.__call__ "spacy/pipeline/transition_parser.pyx", line 278, in spacy.pipeline.transition_parser.Parser.set_annotations "spacy/pipeline/_parser_internals/ner.pyx", line 243, in spacy.pipeline._parser_internals.ner.BiluoPushDown.set_annotations "spacy/tokens/span.pyx", line 105, in spacy.tokens.span.Span.__cinit__ ValueError: [E084] Error assigning label ID 4317129024397789502 to span: not in StringStore.
0.531837
Traceback (most recent call last): "/freqtrade/freqtrade/main.py", line 382, in main dynamic_whitelist=args.dynamic_whitelist, "/freqtrade/freqtrade/misc.py", line 76, in throttle result = func(*args, **kwargs) TypeError: _process() got an unexpected keyword argument 'dynamic_whitelist'
Traceback (most recent call last): "manage.py", line 22, in <module> execute_from_command_line(sys.argv) "/Users/zhangxiaolin/.virtualenvs/pycharm_cadus/lib/python3.5/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line utility.execute() "/Users/zhangxiaolin/.virtualenvs/pycharm_cadus/lib/python3.5/site-packages/django/core/management/__init__.py", line 359, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/Users/zhangxiaolin/.virtualenvs/pycharm_cadus/lib/python3.5/site-packages/django/core/management/base.py", line 299, in run_from_argv options = parser.parse_args(argv[2:]) "/Users/zhangxiaolin/.virtualenvs/pycharm_cadus/lib/python3.5/site-packages/django/core/management/base.py", line 58, in parse_args return super(CommandParser, self).parse_args(args, namespace) "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/argparse.py", line 1726, in parse_args args, argv = self.parse_known_args(args, namespace) "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/argparse.py", line 1758, in parse_known_args namespace, args = self._parse_known_args(args, namespace) "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/argparse.py", line 1964, in _parse_known_args start_index = consume_optional(start_index) "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/argparse.py", line 1904, in consume_optional take_action(action, args, option_string) "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/argparse.py", line 1832, in take_action action(self, namespace, argument_values, option_string) "/Users/zhangxiaolin/.virtualenvs/pycharm_cadus/lib/python3.5/site-packages/raven/contrib/django/management/commands/raven.py", line 24, in __call__ setattr(namespace, self.dest, store_json(values[0])) TypeError: store_json() missing 3 required positional arguments: 'opt_str', 'value', and 'parser'
0.554878
Traceback (most recent call last): "/home/user/Projects/vorta/src/vorta/views/archive_tab.py", line 472, in list_diff_result window = DiffResult(result['data'], archive_newer, archive_older) "/home/user/Projects/vorta/src/vorta/views/diff_result.py", line 22, in __init__ files_with_attributes, nested_file_list = parse_diff_lines(fs_data.split('\n')) "/home/user/Projects/vorta/src/vorta/views/diff_result.py", line 94, in parse_diff_lines files_with_attributes.append(parse_line(line)) "/home/user/Projects/vorta/src/vorta/views/diff_result.py", line 87, in parse_line d = get_dict_from_list(nested_file_list, dir.split('/')) "/home/user/Projects/vorta/src/vorta/utils.py", line 58, in get_dict_from_list return reduce(operator.getitem, mapList, dataDict) KeyError: 'issue'
Traceback (most recent call last): "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() "/usr/lib/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs) "/opt/QRLJacking/QRLJacker/core/browser.py", line 132, in check_img controller = self.browsers[module_name]["Controller"] KeyError: 'whatsapp'
0.539876
Traceback (most recent call last): "/h/hannes/anaconda3/envs/microexon-code-tf2/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3325, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-4-d909ee1709cf>", line 1, in <module> handout.Handout('/tmp') "/h/hannes/anaconda3/envs/microexon-code-tf2/lib/python3.6/site-packages/handout/handout.py", line 25, in __init__ self._source_text = inspect.getsource(module) "/h/hannes/anaconda3/envs/microexon-code-tf2/lib/python3.6/inspect.py", line 973, in getsource lines, lnum = getsourcelines(object) "/h/hannes/anaconda3/envs/microexon-code-tf2/lib/python3.6/inspect.py", line 955, in getsourcelines lines, lnum = findsource(object) "/h/hannes/anaconda3/envs/microexon-code-tf2/lib/python3.6/inspect.py", line 768, in findsource file = getsourcefile(object) "/h/hannes/anaconda3/envs/microexon-code-tf2/lib/python3.6/inspect.py", line 684, in getsourcefile filename = getfile(object) "/h/hannes/anaconda3/envs/microexon-code-tf2/lib/python3.6/inspect.py", line 666, in getfile 'function, traceback, frame, or code object'.format(object)) TypeError: None is not a module, class, method, function, traceback, frame, or code object
Traceback (most recent call last): "site-packages\konlpy\tag\_komoran.py", line 81, in __init__ "site-packages\jpype\_jpackage.py", line 60, in __call__ TypeError: Package kr.lucypark.komoran.KomoranInterface is not Callable
0.593225
Traceback (most recent call last): "updateHosts .py", line 1276, in <module> main() "updateHosts .py", line 189, in main sourcesdata=sources_data) "updateHosts .py", line 849, in update_readme_data readme_data = json.load(f) "/usr/lib/python2.7/json/__init__.py", line 290, in load **kw) "/usr/lib/python2.7/json/__init__.py", line 338, in loads return _default_decoder.decode(s) "/usr/lib/python2.7/json/decoder.py", line 366, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded
Traceback (most recent call last): "/home/pjknkda/test/ws-invalid/python-env/lib/python3.6/site-packages/tornado/websocket.py", line 618, in accept_connection self._handle_websocket_headers() "/home/pjknkda/test/ws-invalid/python-env/lib/python3.6/site-packages/tornado/websocket.py", line 634, in _handle_websocket_headers raise ValueError("Missing/Invalid WebSocket headers") ValueError: Missing/Invalid WebSocket headers
0.561159
Traceback (most recent call last): "D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports return _getImports_pe(pth) "D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe import_dllnames_only=True, TypeError: parse_data_directories() got an unexpected keyword argument 'forwarded_exports_only'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/minion.py", line 1470, in _thread_return return_data = executor.execute() "/usr/lib/python2.7/dist-packages/salt/executors/direct_call.py", line 28, in execute return self.func(*self.args, **self.kwargs) "/usr/lib/python2.7/dist-packages/salt/modules/saltutil.py", line 422, in sync_grains ret = _sync('grains', saltenv, extmod_whitelist, extmod_blacklist) "/usr/lib/python2.7/dist-packages/salt/modules/saltutil.py", line 99, in _sync saltenv = _get_top_file_envs() "/usr/lib/python2.7/dist-packages/salt/modules/saltutil.py", line 83, in _get_top_file_envs envs = list(st_.top_matches(top).keys()) or 'base' "/usr/lib/python2.7/dist-packages/salt/state.py", line 3152, in top_matches for saltenv in ext_matches: TypeError: 'bool' object is not iterable
0.564803
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner self.run() "/usr/lib/python2.7/threading.py", line 504, in run self.__target(_self.__args, **self.__kwargs) "/home/mah/RepRap/Printrun/printcore.py", line 255, in _print self._sendnext() "/home/mah/RepRap/Printrun/printcore.py", line 276, in _sendnext self._send(self.sentlines[self.resendfrom],self.resendfrom,False) KeyError: 100
Traceback (most recent call last): "/usr/src/app/homeassistant/components/automation/__init__.py", line 381, in action await script_obj.async_run(variables, context) "/usr/src/app/homeassistant/helpers/script.py", line 131, in async_run await self._handle_action(action, variables, context) "/usr/src/app/homeassistant/helpers/script.py", line 210, in _handle_action action, variables, context) "/usr/src/app/homeassistant/helpers/script.py", line 299, in _async_call_service context=context "/usr/src/app/homeassistant/helpers/service.py", line 88, in async_call_from_config domain, service_name, service_data, blocking=blocking, context=context) "/usr/src/app/homeassistant/core.py", line 1138, in async_call self._execute_service(handler, service_call)) "/usr/src/app/homeassistant/core.py", line 1162, in _execute_service await self._hass.async_add_executor_job(handler.func, service_call) "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/app/homeassistant/components/modbus/__init__.py", line 149, in write_register hub_collect[client_name].write_register( KeyError: 'default'
0.563947
Traceback (most recent call last): "/tmp/98788bda-73b9-4ebe-924d-440665f0cd1d/generate_qc_annotations.py", line 220, in <module> try_slack(args.slack_channel, main, args) "/tmp/98788bda-73b9-4ebe-924d-440665f0cd1d/pyscripts_8Rer6O.zip/gnomad_hail/slack_utils.py", line 94, in try_slack "/tmp/98788bda-73b9-4ebe-924d-440665f0cd1d/pyscripts_8Rer6O.zip/gnomad_hail/slack_utils.py", line 77, in try_slack "/tmp/98788bda-73b9-4ebe-924d-440665f0cd1d/generate_qc_annotations.py", line 187, in main vds, sample_table = generate_qc_annotations(vds, medians=not args.skip_medians) "<decorator-gen-616>", line 2, in __getitem__ "/tmp/98788bda-73b9-4ebe-924d-440665f0cd1d/hail-devel-53d795c163fd.zip/hail/typecheck/check.py", line 478, in _typecheck "/tmp/98788bda-73b9-4ebe-924d-440665f0cd1d/hail-devel-53d795c163fd.zip/hail/typecheck/check.py", line 425, in check_all TypeError: __getitem__: parameter 'item': expected (str or tuple[(slice or hail.expr.expression.Expression or tuple[hail.expr.expression.Expression]),(slice or hail.expr.expression.Expression or tuple[hail.expr.expression.Expression])]), found int: '0'```
Traceback (most recent call last): "calibre_plugins.dedrm.kindlekey", line 1540, in getDBfrom cleartext = UnprotectHeaderData(encryptedValue) "calibre_plugins.dedrm.kindlekey", line 1408, in UnprotectHeaderData crp = LibCrypto() TypeError: 'NoneType' object is not callable
0.564023
The minion function caused an exception: Traceback (most recent call last): "/usr/lib/python2.7/site-packages/salt/minion.py", line 1607, in _thread_return return_data = minion_instance.executors[fname](opts, data, func, args, kwargs) "/usr/lib/python2.7/site-packages/salt/executors/direct_call.py", line 12, in execute return func(*args, **kwargs) "/usr/lib/python2.7/site-packages/salt/modules/state.py", line 764, in apply_ return highstate(**kwargs) "/usr/lib/python2.7/site-packages/salt/modules/state.py", line 1068, in highstate orchestration_jid=orchestration_jid) "/usr/lib/python2.7/site-packages/salt/state.py", line 3940, in call_highstate return self.state.call_high(high, orchestration_jid) "/usr/lib/python2.7/site-packages/salt/state.py", line 2764, in call_high ret = self.call_chunks(chunks) "/usr/lib/python2.7/site-packages/salt/state.py", line 2129, in call_chunks running = self.call_chunk(low, running, chunks) "/usr/lib/python2.7/site-packages/salt/state.py", line 2563, in call_chunk running = self.call_chunk(low, running, chunks) "/usr/lib/python2.7/site-packages/salt/state.py", line 2459, in call_chunk status, reqs = self.check_requisite(low, running, chunks, pre=True) "/usr/lib/python2.7/site-packages/salt/state.py", line 2268, in check_requisite self.reconcile_procs(running) "/usr/lib/python2.7/site-packages/salt/state.py", line 2204, in reconcile_procs proc = running[tag].get('proc') AttributeError: 'bool' object has no attribute 'get'
Traceback (most recent call last): "compliance.py", line 12, in <module> pprint.pprint(nxos.compliance_report("validate.yml")) "/home/vagrant/.local/lib/python2.7/site-packages/napalm/base/base.py", line 1660, in compliance_report self, validation_file=validation_file, validation_source=validation_source "/home/vagrant/.local/lib/python2.7/site-packages/napalm/base/validate.py", line 204, in compliance_report actual_results = getattr(cls, getter)(**kwargs) "/home/vagrant/.local/lib/python2.7/site-packages/napalm/nxos/nxos.py", line 1091, in get_interfaces_ip ipv6_command, "TABLE_intf", "ROW_intf" "/home/vagrant/.local/lib/python2.7/site-packages/napalm/nxos/nxos.py", line 721, in _get_command_table return self._get_reply_table(json_output, table_name, row_name) "/home/vagrant/.local/lib/python2.7/site-packages/napalm/nxos/nxos.py", line 717, in _get_reply_table return self._get_table_rows(result, table_name, row_name) "/home/vagrant/.local/lib/python2.7/site-packages/napalm/nxos/nxos.py", line 706, in _get_table_rows _table = parent_table.get(table_name) AttributeError: 'NoneType' object has no attribute 'get'
0.651002
Traceback (most recent call last): "/Users/HIDDEN/Apps/nzbToMedia/nzbToSickBeard.py", line 271, in <module> result = nzbToMedia.main(sys.argv, section) "/Users/HIDDEN/Apps/nzbToMedia/nzbToMedia.py", line 830, in main core.initialize(section) "/Users/HIDDEN/Apps/nzbToMedia/core/__init__.py", line 991, in initialize main_db.upgrade_database(main_db.DBConnection(), databases.InitialSchema) "/Users/HIDDEN/Apps/nzbToMedia/core/main_db.py", line 243, in upgrade_database _process_upgrade(connection, schema) "/Users/HIDDEN/Apps/nzbToMedia/core/main_db.py", line 254, in _process_upgrade if not instance.test(): "/Users/HIDDEN/Apps/nzbToMedia/core/databases.py", line 34, in test cur_db_version = self.check_db_version() "/Users/HIDDEN/Apps/nzbToMedia/core/main_db.py", line 291, in check_db_version return int(result[-1]['db_version']) IndexError: Index must be int or string
Traceback (most recent call last): "/usr/src/app/homeassistant/helpers/entity_component.py", line 164, in _async_setup_platform SLOW_SETUP_MAX_WAIT, loop=self.hass.loop) "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for return fut.result() "/usr/local/lib/python3.6/asyncio/futures.py", line 245, in result raise self._exception "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/app/homeassistant/components/media_player/denon.py", line 56, in setup_platform if denon.update(): "/usr/src/app/homeassistant/components/media_player/denon.py", line 131, in update self._setup_sources(telnet) "/usr/src/app/homeassistant/components/media_player/denon.py", line 81, in _setup_sources self._name = self.telnet_request(telnet, 'NSFRN ?')[len('NSFRN '):] "/usr/src/app/homeassistant/components/media_player/denon.py", line 113, in telnet_request return lines[0] IndexError: list index out of range
0.619304
Traceback (most recent call last): "train.py", line 373, in <module> main() "train.py", line 370, in main lr=args.lr, lr_step=args.lr_step) "train.py", line 93, in train_net sym = eval('get_' + args.network + '_train')(sym) "/home/admin/tools/insightface-master/RetinaFace/rcnn/symbol/symbol_resnet.py", line 409, in get_resnet_train return get_sym_train(sym) "/home/admin/tools/insightface-master/RetinaFace/rcnn/symbol/symbol_common.py", line 526, in get_sym_train conv_fpn_feat = get_sym_conv(data, sym) "/home/admin/tools/insightface-master/RetinaFace/rcnn/symbol/symbol_common.py", line 207, in get_sym_conv stride2layer[stride] = all_layers[name] "/usr/lib/python2.7/site-packages/mxnet/symbol/symbol.py", line 518, in __getitem__ raise ValueError('There are multiple outputs with name \"%s\"' % index) ValueError: There are multiple outputs with name "_plus0_output"
Traceback (most recent call last): "site.py", line 101, in main "site.py", line 78, in run_entry_point "site-packages\calibre\utils\ipc\worker.py", line 195, in main "site-packages\calibre\gui2\convert\gui_conversion.py", line 33, in gui_convert_override "site-packages\calibre\gui2\convert\gui_conversion.py", line 26, in gui_convert "site-packages\calibre\ebooks\conversion\plumber.py", line 1074, in run "site-packages\calibre\ebooks\azw4\reader.py", line 24, in unwrap ValueError: No embedded PDF found in AZW4 file
0.525523
Traceback (most recent call last): "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise raise value "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/home/CTFd/challenges.py", line 115, in chals unlocked_hints = set([u.itemid for u in Unlocks.query.filter_by(model='hints', teamid=session['id'])]) "/usr/local/lib/python3.5/dist-packages/werkzeug/local.py", line 377, in <lambda> __getitem__ = lambda x, i: x._get_current_object()[i] KeyError: 'id'
Traceback (most recent call last): "/private/var/folders/9l/r3dzz8551579drqy2j8d6gwm0000gn/T/pip-build-cdj3eth2/enum34/enum/__init__.py", line 371, in __getattr__ return cls._member_map_[name] KeyError: '_convert'
0.546378
Traceback (most recent call last): "/usr/local/bin/mloginfo", line 11, in <module> load_entry_point('mtools', 'console_scripts', 'mloginfo')() "$HOME/dsv/mtools/mtools/mloginfo/mloginfo.py", line 100, in main tool.run() "$HOME/dsv/mtools/mtools/mloginfo/mloginfo.py", line 95, in run section.run() "$HOME/dsv/mtools/mtools/mloginfo/sections/query_section.py", line 81, in run pattern=le.pattern, duration=le.duration, "$HOME/dsv/mtools/mtools/util/logevent.py", line 474, in pattern self._pattern = self._find_pattern('filter: ') "$HOME/dsv/mtools/mtools/util/logevent.py", line 989, in _find_pattern return json2pattern(search_str) "$HOME/dsv/mtools/mtools/util/pattern.py", line 96, in json2pattern return json.dumps(doc, sort_keys=True, separators=(', ', ': ')) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/__init__.py", line 238, in dumps **kw).encode(obj) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/encoder.py", line 199, in encode chunks = self.iterencode(o, _one_shot=True) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/encoder.py", line 257, in iterencode return _iterencode(o, 0) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/encoder.py", line 179, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type bytes is not JSON serializable
Traceback (most recent call last): "/data/data/org.qpython.qpy3/files/bin/youtube-dl", line 9, in <module> load_entry_point('youtube-dl==2017.05.18.1', 'console_scripts', 'youtube-dl')() "/data/data/org.qpython.qpy3/files/lib/python3.2/site-packages/youtube_dl/__init__.py", line 465, in main _real_main(argv) "/data/data/org.qpython.qpy3/files/lib/python3.2/site-packages/youtube_dl/__init__.py", line 432, in _real_main with YoutubeDL(ydl_opts) as ydl: "/data/data/org.qpython.qpy3/files/lib/python3.2/site-packages/youtube_dl/YoutubeDL.py", line 391, in __init__ self.print_debug_header() "/data/data/org.qpython.qpy3/files/lib/python3.2/site-packages/youtube_dl/YoutubeDL.py", line 2145, in print_debug_header platform.python_version(), platform_name())) "/data/data/org.qpython.qpy3/files/lib/python3.2/site-packages/youtube_dl/utils.py", line 1303, in platform_name res = platform.platform() "/data/data/org.qpython.qpy3/files/lib/python3.2/python32.zip/platform.py", line 1545, in platform "/data/data/org.qpython.qpy3/files/lib/python3.2/python32.zip/platform.py", line 184, in libc_ver TypeError: unorderable types: NoneType() > str()
0.626953
Traceback (most recent call last): (third_party/gae-mapreduce-1.9.17.0/mapreduce/handlers.py:508) "third_party/gae-mapreduce-1.9.17.0/mapreduce/handlers.py", line 494, in handle tstate.input_reader, shard_state, tstate, ctx) "third_party/gae-mapreduce-1.9.17.0/mapreduce/handlers.py", line 583, in _process_inputs entity, input_reader, ctx, tstate): "third_party/gae-mapreduce-1.9.17.0/mapreduce/handlers.py", line 634, in _process_datum output_writer.write(output) "third_party/gae-mapreduce-1.9.17.0/mapreduce/output_writers.py", line 1145, in write if len(data) != 2: TypeError: object of type 'exceptions.Exception' has no len()
Traceback (most recent call last): "D:\Programs\Python3.6\lib\runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) "D:\Programs\Python3.6\lib\runpy.py", line 142, in _get_module_details return _get_module_details(pkg_main_name, error) "D:\Programs\Python3.6\lib\runpy.py", line 109, in _get_module_details __import__(pkg_name) "D:\Programs\Python3.6\lib\site-packages\manim\__init__.py", line 61, in <module> from .scene.js_scene import * "D:\Programs\Python3.6\lib\site-packages\manim\scene\js_scene.py", line 5, in <module> from ..grpc.gen import renderserver_pb2 "D:\Programs\Python3.6\lib\site-packages\manim\grpc\gen\renderserver_pb2.py", line 20, in <module> serialized_pb=b'\n\x12renderserver.proto\x12\x0crenderserver"\x0e\n\x0c\x45mptyRequest"\x0f\n\rEmptyResponse"\x1f\n\x0fNewSceneRequest\x12\x0c\n\x04name\x18\x01 \x01(\t"\x12\n\x10NewSceneResponse"+\n\tAnimation\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08\x64uration\x18\x02 \x01(\x02"\x18\n\x16\x41nimationStatusRequest"\x19\n\x17\x41nimationStatusResponse"m\n\x12ManimStatusRequest\x12\x12\n\nscene_name\x18\x01 \x01(\t\x12\x16\n\x0escene_finished\x18\x02 \x01(\x08\x12+\n\nanimations\x18\x03 \x03(\x0b\x32\x17.renderserver.Animation"\x15\n\x13ManimStatusResponse"\x14\n\x12UpdateSceneRequest"\x15\n\x13UpdateSceneResponse2\x94\x03\n\x0cRenderServer\x12J\n\x0f\x41nimationStatus\x12\x1a.renderserver.EmptyRequest\x1a\x1b.renderserver.EmptyResponse\x12R\n\x0bManimStatus\x12 .renderserver.ManimStatusRequest\x1a!.renderserver.ManimStatusResponse\x12R\n\x0bUpdateScene\x12 .renderserver.UpdateSceneRequest\x1a!.renderserver.UpdateSceneResponse\x12\x46\n\x08NewScene\x12\x1d.renderserver.NewSceneRequest\x1a\x1b.renderserver.EmptyResponse\x12H\n\rSceneFinished\x12\x1a.renderserver.EmptyRequest\x1a\x1b.renderserver.EmptyResponseb\x06proto3', TypeError: __init__() got an unexpected keyword argument 'serialized_options'
0.579881
Traceback (most recent call last): "actorcritic_error1.py", line 207, in <module> n_steps=steps) "/usr/lib/python3.4/site-packages/Theano-0.10.0.dev1-py3.4.egg/theano/scan_module/scan.py", line 1076, in scan scan_outs = local_op(*scan_inputs) "/usr/lib/python3.4/site-packages/Theano-0.10.0.dev1-py3.4.egg/theano/gof/op.py", line 674, in __call__ required = thunk() "/usr/lib/python3.4/site-packages/Theano-0.10.0.dev1-py3.4.egg/theano/scan_module/scan_op.py", line 963, in rval r = p(n, [x[0] for x in i], o) "/usr/lib/python3.4/site-packages/Theano-0.10.0.dev1-py3.4.egg/theano/scan_module/scan_op.py", line 952, in p self, node) "theano/scan_module/scan_perform.pyx", line 405, in theano.scan_module.scan_perform.perform (/home/leron/.theano/compiledir_Linux-4.1--default-x86_64-with-SuSE-42.1-x86_64-x86_64-3.4.5-64/scan_perform/mod.cpp:4606) "/usr/lib/python3.4/site-packages/Theano-0.10.0.dev1-py3.4.egg/theano/gof/link.py", line 325, in raise_with_op reraise(exc_type, exc_value, exc_trace) "/usr/lib/python3.4/site-packages/six.py", line 658, in reraise raise value.with_traceback(tb) "theano/scan_module/scan_perform.pyx", line 397, in theano.scan_module.scan_perform.perform (/home/leron/.theano/compiledir_Linux-4.1--default-x86_64-with-SuSE-42.1-x86_64-x86_64-3.4.5-64/scan_perform/mod.cpp:4490) ValueError: total size of new array must be unchanged
Traceback (most recent call last): "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) "/Library/Python/2.7/site-packages/prompt_toolkit/interface.py", line 865, in run completions = list(buffer.completer.get_completions(document, complete_event)) "/Library/Python/2.7/site-packages/kubeshell/completer.py", line 41, in get_completionsit tokens = shlex.split(cmdline) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 279, in split return list(lex) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 269, in next token = self.get_token() "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 96, in get_token raw = self.read_token() "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 172, in read_token raise ValueError, "No closing quotation" ValueError: No closing quotation
0.564455
Traceback (most recent call last): "lbrynet\dht\protocol.py", line 440, in _handleRPC "lbrynet\dht\node.py", line 509, in store ValueError: Invalid token
Traceback (most recent call last): "<ipython-input-5-792ee6a1f90a>", line 1, in <module> runfile('C:/Users/u0084411/Box Sync/Werk/Postgraduaat/Text to model/Code/Custom_NER.py', wdir='C:/Users/u0084411/Box Sync/Werk/Postgraduaat/Text to model/Code') "C:\Users\u0084411\AppData\Local\Continuum\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 866, in runfile execfile(filename, namespace) "C:\Users\u0084411\AppData\Local\Continuum\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 102, in execfile exec(compile(f.read(), filename, 'exec'), namespace) "C:/Users/u0084411/Box Sync/Werk/Postgraduaat/Text to model/Code/Custom_NER.py", line 282, in <module> plac.call(main) "C:\Users\u0084411\AppData\Local\Continuum\Anaconda3\lib\site-packages\plac_core.py", line 328, in call cmd, result = parser.consume(arglist) "C:\Users\u0084411\AppData\Local\Continuum\Anaconda3\lib\site-packages\plac_core.py", line 207, in consume return cmd, self.func(*(args + varargs + extraopts), **kwargs) "C:/Users/u0084411/Box Sync/Werk/Postgraduaat/Text to model/Code/Custom_NER.py", line 254, in main losses=losses) "C:\Users\u0084411\AppData\Local\Continuum\Anaconda3\lib\site-packages\spacy\language.py", line 411, in update gold = GoldParse(doc, **gold) "gold.pyx", line 420, in spacy.gold.GoldParse.__init__ "gold.pyx", line 522, in spacy.gold.biluo_tags_from_offsets ValueError: need more than 0 values to unpack`
0.455188
Traceback (most recent call last): "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\interactiveshell.py", line 3263, in run_ast_nodes if (await self.run_code(code, result, async_=asy)): "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\interactiveshell.py", line 3360, in run_code self.showtraceback(running_compiled_code=True) "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\interactiveshell.py", line 2047, in showtraceback value, tb, tb_offset=tb_offset) "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\ultratb.py", line 1436, in structured_traceback self, etype, value, tb, tb_offset, number_of_lines_of_context) "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\ultratb.py", line 1336, in structured_traceback self, etype, value, tb, tb_offset, number_of_lines_of_context "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\ultratb.py", line 1193, in structured_traceback tb_offset) "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\ultratb.py", line 1150, in format_exception_as_a_whole last_unique, recursion_repeat = find_recursion(orig_etype, evalue, records) "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\ultratb.py", line 451, in find_recursion return len(records), 0 TypeError: object of type 'NoneType' has no len()
Traceback (most recent call last): "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 62, in application response = frappe.handler.handle() "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 22, in handle data = execute_cmd(cmd) "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 57, in execute_cmd return frappe.call(method, **frappe.form_dict) "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 1007, in call return fn(*args, **newargs) "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/save.py", line 22, in savedocs doc.save() "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 260, in save return self._save(*args, **kwargs) "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 283, in _save self.insert() "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 216, in insert self.set_new_name() "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 376, in set_new_name set_new_name(self) "/home/frappe/frappe-bench/apps/frappe/frappe/model/naming.py", line 39, in set_new_name doc.run_method("autoname") "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 765, in run_method out = Document.hook(fn)(self, *args, **kwargs) "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 1041, in composer return composed(self, method, *args, **kwargs) "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 1024, in runner add_to_return_value(self, fn(self, *args, **kwargs)) "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 759, in <lambda> fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs) "/home/frappe/frappe-bench/apps/erpnext/erpnext/accounts/doctype/bank_statement_transaction_entry/bank_statement_transaction_entry.py", line 19, in autoname mapper_name = self.bank + "-Statement-Settings" TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
0.653698
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/loguru/_handler.py", line 153, in emit self._sink.write(str_record) "/usr/local/lib/python3.6/dist-packages/loguru/_simple_sinks.py", line 106, in write self._function(message) "/usr/lib/python3.6/logging/__init__.py", line 778, in __init__ self.level = _checkLevel(level) "/usr/lib/python3.6/logging/__init__.py", line 195, in _checkLevel raise ValueError("Unknown level: %r" % level) ValueError: Unknown level: 'test\n'
Traceback (most recent call last): "/home/user/miniconda/envs/py36/lib/python3.6/multiprocessing/pool.py", line 119, in worker result = (True, func(*args, **kwds)) "upsnet/../upsnet/dataset/base_dataset.py", line 546, in _pq_compute_single_core pan_gt_pred = pan_gt.astype(np.uint64) * OFFSET + pan_pred.astype(np.uint64) ValueError: operands could not be broadcast together with shapes (426,640) (480,640)
0.503689
Traceback (most recent call last): "C:\Users\ZeroCool940711\Desktop\PyFlow\PyFlow\Core\PythonSyntax.py", line 137, in highlightBlock in_multiline = self.match_multiline(text, *self.tri_double) "C:\Users\ZeroCool940711\Desktop\PyFlow\PyFlow\Core\PythonSyntax.py", line 167, in match_multiline length = text.length() - start + add AttributeError: 'unicode' object has no attribute 'length'
Traceback (most recent call last): "EDMarketConnector.py", line 894, in <module> self.status['text'] = unicode(e) "EDMarketConnector.py", line 95, in __init__ plug.load_plugins() "plug.pyo", line 114, in load_plugins AttributeError: 'dict' object has no attribute 'extend'
0.59527
Traceback (most recent call last): "multiclass_classification.py", line 22, in <module> mlflow.shap.log_explanation(model.predict_proba, X) AttributeError: module 'mlflow' has no attribute 'shap'
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-_2TvXs/Pootle/setup.py", line 453, in <module> long_description=parse_long_description(README_FILE, tag=True), "/tmp/pip-build-_2TvXs/Pootle/setup.py", line 404, in parse_long_description replace_urls() "/tmp/pip-build-_2TvXs/Pootle/setup.py", line 332, in replace_urls branch = version.get_git_branch() "/tmp/pip-build-_2TvXs/Pootle/pootle/core/utils/version.py", line 231, in get_git_branch 'HEAD']).strip() AttributeError: 'NoneType' object has no attribute 'strip'
0.62378
Traceback (most recent call last): "/home/prof/projects/frappe-bench/apps/frappe/frappe/app.py", line 62, in application response = frappe.handler.handle() "/home/prof/projects/frappe-bench/apps/frappe/frappe/handler.py", line 22, in handle data = execute_cmd(cmd) "/home/prof/projects/frappe-bench/apps/frappe/frappe/handler.py", line 55, in execute_cmd return frappe.call(method, **frappe.form_dict) "/home/prof/projects/frappe-bench/apps/frappe/frappe/__init__.py", line 957, in call return fn(*args, **newargs) "/home/prof/projects/frappe-bench/apps/frappe/frappe/model/rename_doc.py", line 36, in rename_doc out = old_doc.run_method("before_rename", old, new, merge) or {} "/home/prof/projects/frappe-bench/apps/frappe/frappe/model/document.py", line 765, in run_method out = Document.hook(fn)(self, *args, **kwargs) "/home/prof/projects/frappe-bench/apps/frappe/frappe/model/document.py", line 1040, in composer return composed(self, method, *args, **kwargs) "/home/prof/projects/frappe-bench/apps/frappe/frappe/model/document.py", line 1023, in runner add_to_return_value(self, fn(self, *args, **kwargs)) "/home/prof/projects/frappe-bench/apps/frappe/frappe/model/document.py", line 759, in <lambda> fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs) "/home/prof/projects/frappe-bench/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 325, in before_rename self.rename_files_and_folders(old, new) "/home/prof/projects/frappe-bench/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 348, in rename_files_and_folders self.rename_inside_controller(new, old, new_path) "/home/prof/projects/frappe-bench/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 358, in rename_inside_controller f.write(code.replace(frappe.scurb(old).replace(' ', ''), frappe.scrub(new).replace(' ', ''))) AttributeError: module 'frappe' has no attribute 'scurb'
Traceback (most recent call last): "/home/ildar/slivoglot-2/thirdparty/matplotlib/lib/matplotlib/backends/backend_gtk3agg.py", line 45, in on_draw_event buf = backend_cairo._unmultipled_rgba8888_to_premultiplied_argb32( AttributeError: module 'matplotlib.backends.backend_cairo' has no attribute '_unmultipled_rgba8888_to_premultiplied_argb32'
0.507798
Traceback (most recent call last): "/home/pi/.local/lib/python3.7/site-packages/discord/client.py", line 270, in _run_event await coro(*args, **kwargs) "/home/pi/Hosting/Tendo/Tendo.py", line 1048, in on_ready await set_member_count() "/home/pi/Hosting/Tendo/Tendo.py", line 645, in set_member_count await channel.edit(name="Mitglieder: " + str(total)) "/home/pi/.local/lib/python3.7/site-packages/discord/channel.py", line 608, in edit await self._edit(options, reason=reason) "/home/pi/.local/lib/python3.7/site-packages/discord/abc.py", line 262, in _edit self._update(self.guild, data) "/home/pi/.local/lib/python3.7/site-packages/discord/channel.py", line 535, in _update self._fill_overwrites(data) "/home/pi/.local/lib/python3.7/site-packages/discord/abc.py", line 271, in _fill_overwrites self._overwrites.append(_Overwrites(id=overridden_id, **overridden)) TypeError: __new__() got an unexpected keyword argument 'allow_new'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/spyder/widgets/ipythonconsole/client.py", line 561, in show_time elapsed_time = time() - self.t0 TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
0.510548
Traceback (most recent call last): "<string>", line 1, in <module> NameError: name 'powerline_setup' is not defined
Traceback (most recent call last): "/usr/local/munki/managedsoftwareupdate", line 1218, in <module> main() "/usr/local/munki/managedsoftwareupdate", line 689, in main prefs.print_config() "/usr/local/munki/munkilib/prefs.py", line 310, in print_config value = false NameError: name 'false' is not defined`
0.556912
Traceback (most recent call last): "/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/usr/lib64/python3.6/unittest/mock.py", line 1179, in patched return func(*args, **keywargs) TypeError: test_pathoc() missing 1 required positional argument: 'tdata'
Traceback (most recent call last): "Copper_main.py", line 82, in <module> session.set_delimit_liking(enabled=True, max=500, min=None) TypeError: set_delimit_liking() got an unexpected keyword argument 'max'
0.481924
Traceback (most recent call last): "train.py", line 114, in <module> main() "train.py", line 105, in main model = train(cfg, args) "train.py", line 44, in train model = do_train(cfg, model, train_loader, optimizer, scheduler, checkpointer, device, arguments, args) "/home/ps/project/SSD/ssd/engine/trainer.py", line 76, in do_train for iteration, (images, targets, _) in enumerate(data_loader, start_iter): "/opt/conda/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 804, in __next__ idx, data = self._get_data() "/opt/conda/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 761, in _get_data success, data = self._try_get_data() "/opt/conda/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 737, in _try_get_data raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str)) RuntimeError: DataLoader worker (pid(s) 19790) exited unexpectedly
Traceback (most recent call last): "examples/train_model.py", line 17, in <module> TrainLoop(opt).train() "/home/tanya/ParlAI/parlai/scripts/train_model.py", line 366, in init self.agent = create_agent(opt) "/home/tanya/ParlAI/parlai/core/agents.py", line 747, in create_agent model = model_class(opt) "/home/tanya/ParlAI/parlai/agents/transformer/transformer.py", line 187, in init super().init(opt, shared) "/home/tanya/ParlAI/parlai/core/torch_ranker_agent.py", line 193, in init self.set_fixed_candidates(shared) "/home/tanya/ParlAI/parlai/core/torch_ranker_agent.py", line 890, in set_fixed_candidates vecs = self._make_candidate_vecs(cands) "/home/tanya/ParlAI/parlai/core/torch_ranker_agent.py", line 946, in _make_candidate_vecs [cand_vecs], pad_idx=self.NULL_IDX, dtype=cand_vecs[0].dtype "/home/tanya/ParlAI/parlai/utils/misc.py", line 1017, in padded_3d output = torch.full((a, b, c), pad_idx, dtype=dtype) RuntimeError: [enforce fail at CPUAllocator.cpp:64] . DefaultCPUAllocator: can't allocate memory: you tried to allocate 4274695392 bytes. Error code 12 (Cannot allocate memory)
0.625132
Traceback (most recent call last): "/home/nick/workspace/quodlibet/quodlibet/quodlibet/browsers/playlists/main.py", line 394, in __drag_data_received sock = urlopen(uri) "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen return opener.open(url, data, timeout) "/usr/lib/python3.5/urllib/request.py", line 457, in open req.timeout = timeout AttributeError: 'bytes' object has no attribute 'timeout'
Traceback (most recent call last): "/cygdrive/c/Users/admin/.local/share/virtualenvs/pylint/bin/pylint", line 6, in <module> exec(compile(open(__file__).read(), __file__, 'exec')) "/cygdrive/e/code/pylint/bin/pylint", line 3, in <module> run_pylint() "/cygdrive/e/code/pylint/pylint/__init__.py", line 18, in run_pylint Run(sys.argv[1:]) "/cygdrive/e/code/pylint/pylint/lint.py", line 1372, in __init__ linter.check(args) "/cygdrive/e/code/pylint/pylint/lint.py", line 784, in check self._do_check(files_or_modules) "/cygdrive/e/code/pylint/pylint/lint.py", line 917, in _do_check self.check_astroid_module(ast_node, walker, rawcheckers, tokencheckers) "/cygdrive/e/code/pylint/pylint/lint.py", line 997, in check_astroid_module walker.walk(ast_node) "/cygdrive/e/code/pylint/pylint/utils.py", line 1152, in walk self.walk(child) "/cygdrive/e/code/pylint/pylint/utils.py", line 1154, in walk cb(astroid) "/cygdrive/e/code/pylint/pylint/checkers/variables.py", line 1500, in leave_functiondef super(VariablesChecker3k, self).leave_functiondef(node) "/cygdrive/e/code/pylint/pylint/checkers/variables.py", line 839, in leave_functiondef if node.type_comment_returns: AttributeError: 'FunctionDef' object has no attribute 'type_comment_returns'
0.585511
Traceback (most recent call last): "/Users/cipriano/opencue/cueadmin/cueadmin/__main__.py", line 33, in main cueadmin.common.handleArgs(args) "/Users/cipriano/opencue/cueadmin/cueadmin/common.py", line 725, in handleArgs args.force, moveHosts, hosts, opencue.api.findAllocation(args.move)) "/Users/cipriano/opencue/cueadmin/cueadmin/common.py", line 379, in confirm return func(*args, **kwargs) "/Users/cipriano/opencue/cueadmin/cueadmin/common.py", line 722, in moveHosts host_.setAllocation(dst_.data) "/Users/cipriano/opencue/pycue/opencue/wrappers/host.py", line 150, in setAllocation host_pb2.HostSetAllocationRequest(host=self.data, allocation_id=allocation.id()), TypeError: 'str' object is not callable
Traceback (most recent call last): "convert_model.py", line 108, in <module> model_trt = mmdet2trt(model, inputs, data) "/src/torch2trt/torch2trt/torch2trt.py", line 446, in mmdet2trt outputs = module(return_loss=False, rescale=True, **prepared_data) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/src/mmdetection/mmdet/core/fp16/decorators.py", line 49, in new_func return old_func(*args, **kwargs) "/src/mmdetection/mmdet/models/detectors/base.py", line 119, in forward return self.forward_test(img, img_meta, **kwargs) "/src/mmdetection/mmdet/models/detectors/base.py", line 102, in forward_test return self.simple_test(imgs[0], img_metas[0], **kwargs) "/src/mmdetection/mmdet/models/detectors/cascade_rcnn.py", line 317, in simple_test x, img_meta, self.test_cfg.rpn) if proposals is None else proposals "/src/mmdetection/mmdet/models/detectors/test_mixins.py", line 12, in simple_test_rpn proposal_list = self.rpn_head.get_bboxes(*proposal_inputs) "/src/mmdetection/mmdet/core/fp16/decorators.py", line 127, in new_func return old_func(*args, **kwargs) "/src/mmdetection/mmdet/models/anchor_heads/anchor_head.py", line 263, in get_bboxes device=device) for i in range(num_levels) "/src/mmdetection/mmdet/models/anchor_heads/anchor_head.py", line 263, in <listcomp> device=device) for i in range(num_levels) "/src/mmdetection/mmdet/core/anchor/anchor_generator.py", line 72, in grid_anchors shift_xx, shift_yy = self._meshgrid(shift_x, shift_y) "/src/mmdetection/mmdet/core/anchor/anchor_generator.py", line 60, in _meshgrid yy = y.view(-1, 1).repeat(1, len(x)).view(-1) "/src/torch2trt/torch2trt/torch2trt.py", line 206, in wrapper converter['converter'](ctx) "/src/torch2trt/torch2trt/converters/view.py", line 10, in convert_view input_trt = trt_(ctx.network, input) "/src/torch2trt/torch2trt/torch2trt.py", line 139, in trt_ t._trt = network.add_constant(shape, weight).get_output(0) TypeError: add_constant(): incompatible function arguments. The following argument types are supported:
0.555403
Traceback (most recent call last): "asm.py", line 951, in <module> main(keychain, sw1, output_path, c1) "asm.py", line 756, in main keychain["linkedin_password"], answer2, 0) "/root/AttackSurfaceMapper/modules/linkedinner.py", line 93, in get_emails_for_company_name cookies['JSESSIONID'] = 'ajax:0397788525211216808' TypeError: 'NoneType' object does not support item assignment
Traceback (most recent call last): "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 743, in _run_callback ret = callback() "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 767, in _discard_future_result future.result() "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 443, in _on_exit await self.scheduler.unregister(address=self.worker_address) "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 861, in send_recv_from_rpc result = await send_recv(comm=comm, op=key, **kwargs) "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 660, in send_recv raise exc.with_traceback(tb) "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 513, in handle_comm result = await result "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None
0.609902
[!] Traceback (most recent call last): "lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct AttributeError: 'Sequence' object has no attribute 'asOctets'
Traceback (most recent call last): "/usr/lib64/python3.4/site-packages/tornado/web.py", line 1348, in _when_complete if result.result() is not None: "/usr/lib/python3.4/site-packages/jupyterhub/handlers/base.py", line 484, in get yield self.spawn_single_user(current_user) "/usr/lib64/python3.4/site-packages/tornado/gen.py", line 399, in start self.result = self.future.result() "/usr/lib/python3.4/site-packages/jupyterhub/handlers/base.py", line 307, in spawn_single_user except gen.TimeoutError: AttributeError: 'module' object has no attribute 'TimeoutError'
0.578956
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 226, in async_update_ha_state self._async_write_ha_state() "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 256, in _async_write_ha_state attr.update(self.state_attributes or {}) "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 171, in state_attributes self.hass, self.current_temperature, self.temperature_unit, "/usr/src/homeassistant/homeassistant/components/geniushub/climate.py", line 92, in current_temperature return self._zone.temperature AttributeError: 'GeniusZone' object has no attribute 'temperature'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.6/dist-packages/requests_html.py", line 129, in links return set(g for g in gen()) "/usr/local/lib/python3.6/dist-packages/requests_html.py", line 129, in <genexpr> return set(g for g in gen()) "/usr/local/lib/python3.6/dist-packages/requests_html.py", line 120, in gen for link in self.find('a'): "/usr/local/lib/python3.6/dist-packages/requests_html.py", line 85, in find c = [g for g in gen()] "/usr/local/lib/python3.6/dist-packages/requests_html.py", line 85, in <listcomp> c = [g for g in gen()] "/usr/local/lib/python3.6/dist-packages/requests_html.py", line 83, in gen yield Element(element=found, url=self.url, default_encoding=_encoding or self.encoding) "/usr/local/lib/python3.6/dist-packages/requests_html.py", line 53, in encoding self._encoding = html_to_unicode(self.default_encoding, self.html)[0] "/usr/local/lib/python3.6/dist-packages/w3lib/encoding.py", line 273, in html_to_unicode return enc, to_unicode(html_body_str, enc) "/usr/local/lib/python3.6/dist-packages/w3lib/encoding.py", line 185, in to_unicode return data_str.decode(encoding, 'replace' if version_info[0:2] >= (3, 3) else 'w3lib_replace') AttributeError: 'str' object has no attribute 'decode'
0.572321
Traceback (most recent call last): "/home/user/PycharmProjects/other-things/venv/lib/python3.8/site-packages/aiogram/dispatcher/dispatcher.py", line 339, in _process_polling_updates for responses in itertools.chain.from_iterable(await self.process_updates(updates, fast)): "/home/user/PycharmProjects/other-things/venv/lib/python3.8/site-packages/aiogram/dispatcher/dispatcher.py", line 194, in process_updates return await asyncio.gather(*tasks) "/home/user/PycharmProjects/other-things/venv/lib/python3.8/site-packages/aiogram/dispatcher/handler.py", line 117, in notify response = await handler_obj.handler(*args, **partial_data) "/home/user/PycharmProjects/other-things/venv/lib/python3.8/site-packages/aiogram/dispatcher/dispatcher.py", line 221, in process_update return await self.channel_post_handlers.notify(update.channel_post) "/home/user/PycharmProjects/other-things/venv/lib/python3.8/site-packages/aiogram/dispatcher/handler.py", line 108, in notify data.update(await check_filters(handler_obj.filters, args)) "/home/user/PycharmProjects/other-things/venv/lib/python3.8/site-packages/aiogram/dispatcher/filters/filters.py", line 72, in check_filters f = await execute_filter(filter_, args) "/home/user/PycharmProjects/other-things/venv/lib/python3.8/site-packages/aiogram/dispatcher/filters/filters.py", line 56, in execute_filter return await filter_.filter(*args, **filter_.kwargs) "/home/user/PycharmProjects/other-things/venv/lib/python3.8/site-packages/aiogram/dispatcher/filters/filters.py", line 161, in __call__ return await self.check(*args) "/home/user/PycharmProjects/other-things/venv/lib/python3.8/site-packages/aiogram/dispatcher/filters/builtin.py", line 594, in check user_id = obj.from_user.id AttributeError: 'NoneType' object has no attribute 'id'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/kratsg/.virtualenvs/pyhf/lib/python2.7/site-packages/tqdm/_tqdm.py", line 894, in __repr__ elapsed if elapsed is not None else self._time() - self.start_t, AttributeError: 'tqdm' object has no attribute '_time'
0.575976
Traceback (most recent call last): "/usr/lib/python3.4/wsgiref/handlers.py", line 137, in run self.result = application(self.environ, self.start_response) "/home/user/.local/share/virtualenvs/project/lib/python3.4/site-packages/django/contrib/staticfiles/handlers.py", line 63, in __call__ return self.application(environ, start_response) "/home/user/.local/share/virtualenvs/project/lib/python3.4/site-packages/django/core/handlers/wsgi.py", line 189, in __call__ response = self.get_response(request) "/home/user/.local/share/virtualenvs/project/lib/python3.4/site-packages/channels/interfaces/wsgi.py", line 19, in get_response Channel("http.request", channel_backend=self.channel_backend).send(request.channel_encode()) "/home/user/.local/share/virtualenvs/project/lib/python3.4/site-packages/channels/channel.py", line 35, in send self.channel_backend.send(self.name, content) "/home/user/.local/share/virtualenvs/project/lib/python3.4/site-packages/channels/backends/redis_py.py", line 31, in send key = self.prefix + uuid.uuid4().get_hex() AttributeError: 'UUID' object has no attribute 'get_hex'
`Traceback (most recent call last): "D:/interest/yolact/Net_visiable.py", line 71, in <module> g = make_dot((output0)) "D:/interest/yolact/Net_visiable.py", line 53, in make_dot add_nodes(var.grad_fn) AttributeError: 'str' object has no attribute 'grad_fn'`
0.591604
Traceback (most recent call last): "/scripts/registry-cleaner-script.py", line 91, in <module> main() "/scripts/registry-cleaner-script.py", line 87, in main delete_tags(git_nr, args.projectid, args.regexp, args.keep, args.time) "/scripts/registry-cleaner-script.py", line 39, in delete_tags repositories = project.repositories.list() "/usr/local/lib/python3.7/site-packages/gitlab/base.py", line 81, in __getattr__ raise AttributeError(name) AttributeError: repositories
Traceback (most recent call last): "azure_rm.py", line 802, in <module> main() "azure_rm.py", line 799, in main AzureInventory() "azure_rm.py", line 442, in __init__ self.get_inventory() "azure_rm.py", line 507, in get_inventory self._load_machines(virtual_machines) "azure_rm.py", line 541, in _load_machines computer_name=machine.os_profile.computer_name, AttributeError: 'NoneType' object has no attribute 'computer_name'
0.550293
Traceback (most recent call last): "I:\yRuntimes-x64-msvc2017\Python\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "I:\yRuntimes-x64-msvc2017\Python\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "I:\xClients\WeasyPrint\weasyprint\__main__.py", line 248, in <module> main() "I:\xClients\WeasyPrint\weasyprint\__main__.py", line 239, in main main_doc = getattr(html, 'render')(**kwargsRender) "I:\xClients\WeasyPrint\weasyprint\__init__.py", line 174, in render optimize_images, font_config, counter_style, image_cache) "I:\xClients\WeasyPrint\weasyprint\document.py", line 401, in _render [Page(page_box, enable_hinting) for page_box in page_boxes], "I:\xClients\WeasyPrint\weasyprint\document.py", line 401, in <listcomp> [Page(page_box, enable_hinting) for page_box in page_boxes], "I:\xClients\WeasyPrint\weasyprint\layout\__init__.py", line 123, in layout_document pages = list(make_all_pages(context, root_box, html, pages)) "I:\xClients\WeasyPrint\weasyprint\layout\pages.py", line 800, in make_all_pages page, resume_at = remake_page(i, context, root_box, html) "I:\xClients\WeasyPrint\weasyprint\layout\pages.py", line 739, in remake_page page_number, page_state) "I:\xClients\WeasyPrint\weasyprint\layout\pages.py", line 550, in make_page positioned_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 60, in block_level_layout page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 74, in block_level_layout_switch page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 127, in block_box_layout absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 508, in block_container_layout absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 60, in block_level_layout page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 74, in block_level_layout_switch page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 127, in block_box_layout absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 508, in block_container_layout absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 60, in block_level_layout page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 74, in block_level_layout_switch page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 127, in block_box_layout absolute_boxes, fixed_boxes, adjoining_margins) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 553, in block_container_layout new_children, absolute_boxes, fixed_boxes) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 825, in find_earlier_page_break child.children, absolute_boxes, fixed_boxes) "I:\xClients\WeasyPrint\weasyprint\layout\blocks.py", line 839, in find_earlier_page_break resume_at = (new_child.index, resume_at) AttributeError: 'BlockBox' object has no attribute 'index'
Traceback (most recent call last): "/usr/lib/python3.7/site-packages/lutris/gui/lutriswindow.py", line 690, in game_selection_changed self.game_panel = GenericPanel(search_terms=self.search_terms) "/usr/lib/python3.7/site-packages/lutris/gui/views/generic_panel.py", line 45, in __init__ self.place_content() "/usr/lib/python3.7/site-packages/lutris/gui/views/generic_panel.py", line 81, in place_content self.put(self.get_running_games(), 12, 377) "/usr/lib/python3.7/site-packages/lutris/gui/views/generic_panel.py", line 204, in get_running_games listbox.bind_model(self.application.running_games, self.create_list_widget) AttributeError: 'GenericPanel' object has no attribute 'application'
0.615018
Traceback (most recent call last): "/opt/CellProfiler/cellprofiler/modules/__init__.py", line 294, in add_module m = __import__(mod, globals(), locals(), ['__all__'], 0) "/opt/CellProfiler/cellprofiler/modules/exporttocellh5.py", line 29, in <module> import cellh5 "/usr/local/lib/python2.7/dist-packages/cellh5/__init__.py", line 12, in <module> from cellh5 import * "/usr/local/lib/python2.7/dist-packages/cellh5/cellh5.py", line 18, in <module> import matplotlib.pyplot as plt "/usr/local/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 115, in <module> _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() "/usr/local/lib/python2.7/dist-packages/matplotlib/backends/__init__.py", line 62, in pylab_setup [backend_name], 0) "/usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_wxagg.py", line 10, in <module> from . import wx_compat as wxc "/usr/local/lib/python2.7/dist-packages/matplotlib/backends/wx_compat.py", line 32, in <module> raise ImportError(missingwx) ImportError: Matplotlib backend_wx and backend_wxagg require wxPython>=2.9
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-7eSp8U/fbprophet/setup.py", line 96, in <module> """ "/my_env/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() "/my_env/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) "/my_env/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/my_env/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 179, in run self.run_command('build') "/my_env/lib/python2.7/distutils/cmd.py", line 326, in run_command self.distribution.run_command(command) "/my_env/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/my_env/lib/python2.7/distutils/command/build.py", line 127, in run self.run_command(cmd_name) "/my_env/lib/python2.7/distutils/cmd.py", line 326, in run_command self.distribution.run_command(command) "/my_env/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/tmp/pip-build-7eSp8U/fbprophet/setup.py", line 20, in run self.build_stan_models() "/tmp/pip-build-7eSp8U/fbprophet/setup.py", line 32, in build_stan_models sm = StanModel(model_code=model_code) "/my_env/lib/python2.7/site-packages/pystan/model.py", line 315, in __init__ self.module = load_module(self.module_name, lib_dir) "/my_env/lib/python2.7/site-packages/pystan/model.py", line 54, in load_module return imp.load_module(module_name, *module_info) ImportError: /tmp/tmpUHb0k9/stanfit4anon_model_35bf14a7f93814266f16b4cf48b40a5a_5074564914923231717.so: undefined symbol: _ZTVNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE
0.609127
Traceback (most recent call last): "gui\__init__.pyc", line 981, in Notify "updateCheck.pyc", line 426, in _guiExecNotify "updateCheck.pyc", line 517, in _downloadSuccess "updateCheck.pyc", line 356, in __init__ AttributeError: 'module' object has no attribute 'CENTER_ON_SCREEN'
Traceback (most recent call last): "C:\Program s (x86)\Python36\lib\multiprocessing\process.py", line 258, in _bootstrap self.run() "C:\Program s (x86)\Python36\lib\multiprocessing\process.py", line 93, in run self._target(*self._args, **self._kwargs) "C:\Program s (x86)\Python36\lib\multiprocessing\pool.py", line 108, in worker task = get() "C:\Favorites\PHP_development\OpenServer\domains\freqTrade\freqtrade\.env\lib\site-packages\sklearn\externals\joblib\pool.py", line 362, in get return recv() "C:\Program s (x86)\Python36\lib\multiprocessing\connection.py", line 251, in recv return _ForkingPickler.loads(buf.getbuffer()) AttributeError: Can't get attribute 'DefaultStrategy' on <module 'freqtrade.strategy' from 'c:\\favorites\\php_development\\openserver\\domains\\freqtrade\\freqtrade\\freqtrade\\strategy\\__init__.py'>
0.606763
Traceback (most recent call last): "~/myproject/env/bin/kur", line 8, in <module> sys.exit(main()) "~/myproject/env/lib/python3.7/site-packages/kur/__main__.py", line 492, in main sys.exit(args.func(args) or 0) "~/myproject/env/lib/python3.7/site-packages/kur/__main__.py", line 63, in train func = spec.get_training_function() "~/myproject/env/lib/python3.7/site-packages/kur/kurfile.py", line 392, in get_training_function model = self.get_model(provider) "~/myproject/env/lib/python3.7/site-packages/kur/kurfile.py", line 173, in get_model backend=self.get_backend(), "~/myproject/env/lib/python3.7/site-packages/kur/kurfile.py", line 200, in get_backend (self.data.get('settings') or {}).get('backend') "~/myproject/env/lib/python3.7/site-packages/kur/backend/backend.py", line 285, in from_specification result = target(**params) "~/myproject/env/lib/python3.7/site-packages/kur/backend/keras_backend.py", line 195, in __init__ keras.backend.set_image_dim_ordering('tf') AttributeError: module 'keras.backend' has no attribute 'set_image_dim_ordering'
Traceback (most recent call last): "/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) "/usr/local/lib/python3.7/site-packages/aiohttp/web_ws.py", line 102, in _send_heartbeat self._loop.create_task(self._writer.ping()) # type: ignore AttributeError: 'NoneType' object has no attribute 'ping'
0.62374
Comment: An exception occurred in this state: Traceback (most recent call last): "c:\salt\bin\lib\site-packages\salt-3001.1-py3.7.egg\salt\state.py", line 2154, in call *cdata["args"], **cdata["kwargs"] "c:\salt\bin\lib\site-packages\salt-3001.1-py3.7.egg\salt\loader.py", line 2087, in wrapper return f(*args, **kwargs) "c:\salt\bin\lib\site-packages\salt-3001.1-py3.7.egg\salt\states\file.py", line 3724, in directory win_perms_reset=win_perms_reset, "c:\salt\bin\lib\site-packages\salt-3001.1-py3.7.egg\salt\states\file.py", line 956, in _check_directory_win if user_name not in win_deny_perms: TypeError: argument of type 'NoneType' is not iterable Started: 15:31:51.056696
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/sylwia/.local/lib/python2.7/site-packages/textacy/preprocessing/remove.py", line 77, in remove_punctuation return text.translate(_get_punct_translation_table()) TypeError: expected a string or other character buffer object
0.54042
Traceback (most recent call last): "/home/rs/PycharmProjects/pyannote-audio/tb.py", line 13, in <module> writer.add_graph(model) "/home/rs/PycharmProjects/pyannote-audio/venv/lib/python3.8/site-packages/torch/utils/tensorboard/writer.py", line 707, in add_graph self._get_file_writer().add_graph(graph(model, input_to_model, verbose)) "/home/rs/PycharmProjects/pyannote-audio/venv/lib/python3.8/site-packages/torch/utils/tensorboard/_pytorch_graph.py", line 285, in graph trace = torch.jit.trace(model, args) "/home/rs/PycharmProjects/pyannote-audio/venv/lib/python3.8/site-packages/torch/jit/__init__.py", line 873, in trace return trace_module(func, {'forward': example_inputs}, None, "/home/rs/PycharmProjects/pyannote-audio/venv/lib/python3.8/site-packages/torch/jit/__init__.py", line 1021, in trace_module module = make_module(mod, _module_class, _compilation_unit) "/home/rs/PycharmProjects/pyannote-audio/venv/lib/python3.8/site-packages/torch/jit/__init__.py", line 703, in make_module elif torch._jit_internal.module_has_exports(mod): "/home/rs/PycharmProjects/pyannote-audio/venv/lib/python3.8/site-packages/torch/_jit_internal.py", line 438, in module_has_exports item = getattr(mod, name) "/home/rs/PycharmProjects/pyannote-audio/venv/lib/python3.8/site-packages/torch/nn/modules/module.py", line 593, in __getattr__ raise AttributeError("'{}' object has no attribute '{}'".format( AttributeError: 'PyanNet' object has no attribute 'dimension'
Traceback (most recent call last): "/Users/oskars/Library/Python/2.7/bin/qark", line 11, in <module> sys.exit(cli()) "/usr/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/usr/local/lib/python2.7/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/usr/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/usr/local/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/Users/oskars/Library/Python/2.7/lib/python/site-packages/qark/qark.py", line 83, in cli decompiler = Decompiler(path_to_source=source, build_directory=build_path) "/Users/oskars/Library/Python/2.7/lib/python/site-packages/qark/decompiler/decompiler.py", line 80, in __init__ self.manifest_path = self.run_apktool() "/Users/oskars/Library/Python/2.7/lib/python/site-packages/qark/decompiler/decompiler.py", line 134, in run_apktool java_version = get_java_version() "/Users/oskars/Library/Python/2.7/lib/python/site-packages/qark/decompiler/decompiler.py", line 253, in get_java_version return version_regex.group(1) AttributeError: 'NoneType' object has no attribute 'group'
0.656152
Traceback (most recent call last): "/usr/lib/python3.8/tkinter/__init__.py", line 1883, in __call__ return self.func(*args) "/usr/lib/python3/dist-packages/thonny/plugins/pip_gui.py", line 655, in _handle_install_file_click filename = askopenfilename( "/usr/lib/python3/dist-packages/thonny/ui_utils.py", line 1920, in askopenfilename return _get_dialog_provider().askopenfilename(**options) "/usr/lib/python3/dist-packages/thonny/ui_utils.py", line 1960, in askopenfilename args = cls._convert_common_options("Open file", **options) "/usr/lib/python3/dist-packages/thonny/ui_utils.py", line 1994, in _convert_common_options filename = _options_to_zenity_filename(options) "/usr/lib/python3/dist-packages/thonny/ui_utils.py", line 2036, in _options_to_zenity_filename return options["initialdir"] + os.path.sep TypeError: unsupported operand type(s) for +: 'method' and 'str'
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/lutris/gui/views/store.py", line 420, in add_game self.store.append( "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 997, in append return self._do_insert(-1, row) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 988, in _do_insert row, columns = self._convert_row(row) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 900, in _convert_row result.append(self._convert_value(cur_col, value)) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 914, in _convert_value return GObject.Value(self.get_column_type(column), value) "/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 210, in __init__ self.set_value(py_value) "/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 249, in set_value raise TypeError("Expected string but got %s%s" % TypeError: Expected string but got 0.1<class 'float'>
0.586927
Traceback (most recent call last): "xsscrapy.py", line 45, in <module> main() "xsscrapy.py", line 41, in main '-s', 'DOWNLOAD_DELAY=%s' % rate]) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/cmdline.py", line 150, in execute _run_print_help(parser, _run_command, cmd, args, opts) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/cmdline.py", line 90, in _run_print_help func(*a, **kw) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/cmdline.py", line 157, in _run_command cmd.run(args, opts) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/commands/crawl.py", line 57, in run self.crawler_process.crawl(spname, **opts.spargs) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/crawler.py", line 170, in crawl crawler = self.create_crawler(crawler_or_spidercls) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/crawler.py", line 198, in create_crawler return self._create_crawler(crawler_or_spidercls) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/crawler.py", line 203, in _create_crawler return Crawler(spidercls, self.settings) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/crawler.py", line 55, in __init__ self.extensions = ExtensionManager.from_crawler(self) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/middleware.py", line 58, in from_crawler return cls.from_settings(crawler.settings, crawler) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/middleware.py", line 34, in from_settings mwcls = load_object(clspath) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/utils/misc.py", line 44, in load_object mod = import_module(module) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/extensions/memusage.py", line 16, in <module> from scrapy.mail import MailSender "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mail.py", line 15, in <module> from six.moves.email_mime_multipart import MIMEMultipart ImportError: No module named email_mime_multipart
Traceback (most recent call last): "<string>", line 1, in <module> "/Users/yonadav/.mujoco/mujoco-py/mujoco_py/__init__.py", line 1, in <module> from mujoco_py.builder import cymj, ignore_mujoco_warnings, functions, MujocoException "/Users/yonadav/.mujoco/mujoco-py/mujoco_py/builder.py", line 296, in <module> cymj = load_cython_ext(mjpro_path) "/Users/yonadav/.mujoco/mujoco-py/mujoco_py/builder.py", line 57, in load_cython_ext mod = imp.load_dynamic("cymj", cext_so_path) "/Users/yonadav/anaconda/envs/tensorflow3.5/lib/python3.5/imp.py", line 342, in load_dynamic return _load(spec) ImportError: dlopen(/Users/yonadav/.mujoco/mujoco-py/mujoco_py/generated/cymj_macextensionbuilder.so, 2): Symbol not found: _GOMP_parallel
0.623518
Traceback (most recent call last): "./HiddenEye.py", line 47, in <module> selectServer(port) "/root/Downloads/HiddenEye-master(1)/HiddenEye-master/Defs/Actions.py", line 180, in selectServer runLocalxpose(port) "/root/Downloads/HiddenEye-master(1)/HiddenEye-master/Defs/Actions.py", line 230, in runLocalxpose randomLocalxpose(port) "/root/Downloads/HiddenEye-master(1)/HiddenEye-master/Defs/Actions.py", line 283, in randomLocalxpose url = str(output).decode("utf-8") AttributeError: 'str' object has no attribute 'decode'
Traceback (most recent call last): "mypy/checkexpr.py", line 3761, in accept "mypy/nodes.py", line 1496, in accept "mypy/checkexpr.py", line 1990, in visit_member_expr "mypy/checkexpr.py", line 2008, in analyze_ordinary_member_access "mypy/checkmember.py", line 126, in analyze_member_access "mypy/checkmember.py", line 143, in _analyze_member_access "mypy/checkmember.py", line 219, in analyze_instance_member_access "mypy/maptype.py", line 20, in map_instance_to_supertype AttributeError: attribute 'type_vars' of 'TypeInfo' undefined
0.616197
Traceback (most recent call last): "/home/yangpan/anaconda3/envs/tf1/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() "/home/yangpan/anaconda3/envs/tf1/lib/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs) "/home/yangpan/.local/lib/python3.7/site-packages/neuralgym/data/feeding_queue_runner.py", line 197, in _run sess.run(enqueue_op, feed_dict) "/home/yangpan/anaconda3/envs/tf1/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 950, in run run_metadata_ptr) "/home/yangpan/anaconda3/envs/tf1/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1149, in _run str(subfeed_t.get_shape()))) ValueError: Cannot feed value of shape (32, 64, 64) for Tensor 'Placeholder:0', which has shape '(?, 64, 64, 1)'
Traceback (most recent call last): "C:/Users/hp/PycharmProjects/Mobilenets/MobileNet-master/train_object_detector.py", line 628, in <module> tf.app.run() "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) "C:/Users/hp/PycharmProjects/Mobilenets/MobileNet-master/train_object_detector.py", line 524, in main clones = model_deploy.create_clones(deploy_config, clone_fn, [batch_queue]) "C:\Users\hp\PycharmProjects\Mobilenets\MobileNet-master\deployment\model_deploy.py", line 195, in create_clones outputs = model_fn(*args, **kwargs) "C:/Users/hp/PycharmProjects/Mobilenets/MobileNet-master/train_object_detector.py", line 499, in clone_fn end_points = network_fn(images) "C:\Users\hp\PycharmProjects\Mobilenets\MobileNet-master\nets\nets_factory.py", line 112, in network_fn return func(images, num_classes, is_training=is_training, width_multiplier=width_multiplier) "C:\Users\hp\PycharmProjects\Mobilenets\MobileNet-master\nets\mobilenet.py", line 83, in mobilenet net = tf.squeeze(net, [1, 2], name='SpatialSqueeze') "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\ops\array_ops.py", line 2259, in squeeze return gen_array_ops._squeeze(input, axis, name) "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\ops\gen_array_ops.py", line 3378, in _squeeze squeeze_dims=squeeze_dims, name=name) "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 768, in apply_op op_def=op_def) "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\framework\ops.py", line 2338, in create_op set_shapes_for_outputs(ret) "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\framework\ops.py", line 1719, in set_shapes_for_outputs shapes = shape_func(op) "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\framework\ops.py", line 1669, in call_with_requiring return call_cpp_shape_fn(op, require_shape_fn=True) "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\framework\common_shapes.py", line 610, in call_cpp_shape_fn debug_python_shape_fn, require_shape_fn) "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\framework\common_shapes.py", line 676, in _call_cpp_shape_fn_impl raise ValueError(err.message) ValueError: Can not squeeze dim[1], expected a dimension of 1, got 3 for 'MobileNet/SpatialSqueeze' (op: 'Squeeze') with input shapes: [32,3,17,1024].****
0.589853
Traceback (most recent call last): "train_fast_bert_doc_rerank.py", line 81, in <module> optimizer_type="lamb" "/usr/local/lib/python3.6/site-packages/fast_bert/learner_cls.py", line 295, in fit results = self.validate() "/usr/local/lib/python3.6/site-packages/fast_bert/learner_cls.py", line 382, in validate validation_scores[metric['name']] = metric['function'](all_logits, all_labels) "/usr/local/lib/python3.6/site-packages/fast_bert/metrics.py", line 31, in accuracy_thresh return ((y_pred > thresh) == y_true.byte()).float().mean().item() RuntimeError: The size of tensor a (2) must match the size of tensor b (9833) at non-singleton dimension
Traceback (most recent call last): "/mnt/home/dunan/Learn/Kaggle/google_quest/kaggle_google_quest/train.py", line 267, in <module> train(args) "/mnt/home/dunan/Learn/Kaggle/google_quest/kaggle_google_quest/train.py", line 138, in train score, val_loss = predict(model, val_loader) "/mnt/home/dunan/Learn/Kaggle/google_quest/kaggle_google_quest/train.py", line 252, in predict preds.append(outputs.cpu().numpy()) RuntimeError: CUDA error: device-side assert triggered
0.499911
Traceback (most recent call last): "/home/prastogi/conda/lib/python3.7/site-packages/autogluon/utils/tabular/features/utils.py", line 16, in get_type_family elif np.issubdtype(dtype, np.integer): "/home/prastogi/conda/lib/python3.7/site-packages/numpy/core/numerictypes.py", line 393, in issubdtype arg1 = dtype(arg1).type TypeError: data type not understood
Traceback (most recent call last): "<stdin>", line 1, in <module> TypeError: launch() got an unexpected keyword argument 'default'
0.497925
Traceback (most recent call last): "~/miniconda3/envs/tf2/lib/python3.7/site-packages/tensorflow/python/autograph/pyct/parser.py", line 51, in parse_entity source = tf_inspect.getsource_no_unwrap(entity) "~/miniconda3/envs/tf2/lib/python3.7/site-packages/tensorflow/python/util/tf_inspect.py", line 408, in getsource_no_unwrap lines, lnum = _inspect.findsource(obj) "~/miniconda3/envs/tf2/lib/python3.7/inspect.py", line 786, in findsource raise OSError('could not get source code') OSError: could not get source code
Traceback (most recent call last): "c:\python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "c:\python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\gitlab_runner\.virtualenvs\project-generator-_FoCGLu2\Scripts\pyinstaller.exe\__main__.py", line 7, in <module> "c:\users\gitlab_runner\.virtualenvs\project-generator-_focglu2\lib\site-packages\PyInstaller\__main__.py", line 114, in run run_build(pyi_config, spec_file, **vars(args)) "c:\users\gitlab_runner\.virtualenvs\project-generator-_focglu2\lib\site-packages\PyInstaller\__main__.py", line 65, in run_build PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs) "c:\users\gitlab_runner\.virtualenvs\project-generator-_focglu2\lib\site-packages\PyInstaller\building\build_main.py", line 725, in main build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build')) "c:\users\gitlab_runner\.virtualenvs\project-generator-_focglu2\lib\site-packages\PyInstaller\building\build_main.py", line 672, in build exec(code, spec_namespace) "C:\GitLab-Runner\builds\tufinps\tos2\project-generator\tos2-project-generator.spec", line 33, in <module> console=True ) "c:\users\gitlab_runner\.virtualenvs\project-generator-_focglu2\lib\site-packages\PyInstaller\building\api.py", line 450, in __init__ self.__postinit__() "c:\users\gitlab_runner\.virtualenvs\project-generator-_focglu2\lib\site-packages\PyInstaller\building\datastruct.py", line 160, in __postinit__ self.assemble() "c:\users\gitlab_runner\.virtualenvs\project-generator-_focglu2\lib\site-packages\PyInstaller\building\api.py", line 541, in assemble self._copyfile(exe, tmpnm) "c:\users\gitlab_runner\.virtualenvs\project-generator-_focglu2\lib\site-packages\PyInstaller\building\api.py", line 654, in _copyfile with open(infile, 'rb') as infh: OSError: [Errno 22] Invalid argument: 'c:\\users\\gitlab_runner\\.virtualenvs\\project-generator-_focglu2\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\run.exe'
0.564281
Traceback (most recent call last): "lector/__main__.py", line 986, in <module> main() "lector/__main__.py", line 979, in main form = MainUI() "lector/__main__.py", line 105, in __init__ self.metadataDialog = MetadataUI(self) "/home/kiwibird/src/Lector/lector/metadatadialog.py", line 39, in __init__ mask = QtGui.QRegion(path.toFillPolygon().toPolygon()) TypeError: toFillPolygon(self, QTransform): not enough arguments
Traceback (most recent call last): "extract_scene.py", line 187, in main handle_scene(SceneClass(**scene_kwargs), **config) "/home/loic/Sources/Git/manim/scene/scene.py", line 47, in __init__ self.construct(*self.construct_args) "/home/loic/Sources/Git/manim/./old_projects/triangle_of_power/triangle.py", line 527, in construct top = TOP() "/home/loic/Sources/Git/manim/./old_projects/triangle_of_power/triangle.py", line 91, in __init__ VMobject.__init__(self, **kwargs) "/home/loic/Sources/Git/manim/mobject/mobject.py", line 33, in __init__ self.generate_points() "/home/loic/Sources/Git/manim/./old_projects/triangle_of_power/triangle.py", line 104, in generate_points self.set_values(self.x, self.y, self.z) "/home/loic/Sources/Git/manim/./old_projects/triangle_of_power/triangle.py", line 108, in set_values self.set_value(i, mob) "/home/loic/Sources/Git/manim/./old_projects/triangle_of_power/triangle.py", line 111, in set_value self.values[index] = self.put_on_vertex(index, value) "/home/loic/Sources/Git/manim/./old_projects/triangle_of_power/triangle.py", line 125, in put_on_vertex value.center() "/home/loic/Sources/Git/manim/mobject/mobject.py", line 230, in center self.shift(-self.get_center()) "/home/loic/Sources/Git/manim/mobject/mobject.py", line 124, in shift mob.points += total_vector TypeError: Cannot cast ufunc add output from dtype('float64') to dtype('int64') with casting rule 'same_kind'
0.537319
Traceback (most recent call last): "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/utils.py", line 109, in __call__ return self.cache[args] KeyError: (<superset.models.core.DatasourceAccessRequest object at 0x7f6cb0a18c18>,)
Traceback (most recent call last): "/home/astro/Projects/EdgeQAM_64Ch/venv/lib/python3.5/site-packages/astroid/__init__.py", line 91, in _inference_tip_cached return iter(_cache[func, node]) KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x7f2631245ae8>, <Call l.9 at 0x7f2630b093c8>)
0.55124
Traceback (most recent call last): "hp_tunning.py", line 297, in <module> tunning() "hp_tunning.py", line 206, in tunning train_weight=train_weight) "/home/i/i0000013/EmoPain2020-FinalVersion/train_tunning.py", line 96, in train_tunning class_weight=class_weight) "/home/i/i0000013/miniconda3/envs/emopain-tf2/lib/python3.7/site-packages/kerastuner/engine/base_tuner.py", line 122, in search self.run_trial(trial, *fit_args, **fit_kwargs) "/home/i/i0000013/miniconda3/envs/emopain-tf2/lib/python3.7/site-packages/kerastuner/engine/multi_execution_tuner.py", line 95, in run_trial history = model.fit(*fit_args, **fit_kwargs, callbacks=callbacks) "/home/i/i0000013/miniconda3/envs/emopain-tf2/lib/python3.7/site-packages/tensorflow_core/python/keras/engine/training.py", line 795, in fit raise TypeError('Unrecognized keyword arguments: ' + str(kwargs)) TypeError: Unrecognized keyword arguments: {'generator': <generator object DataHandler.prepare_feature_generator at 0x7fc073c7c1d0>}
Traceback (most recent call last): "/mnt/c/Users/test/sqlmap/lib/core/threads.py", line 97, in exceptionHandledFunction threadFunction() "/mnt/c/Users/test/sqlmap/lib/techniques/blind/inference.py", line 508, in blindThread threadData.shared.value[currentCharIndex - 1 - firstChar] = val TypeError: 'str' object does not support item assignment
0.591335
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1567, in _load_module mod = imp.load_module(mod_namespace, fn_, fpath, desc) "/usr/lib/python2.7/dist-packages/salt/states/pkgrepo.py", line 93, in <module> from salt.exceptions import CommandExecutionError, SaltInvocationError "/usr/lib/python2.7/dist-packages/salt/exceptions.py", line 9, in <module> import logging "/usr/lib/python2.7/logging/__init__.py", line 26, in <module> import sys, os, time, cStringIO, traceback, warnings, weakref, collections "/usr/lib/python2.7/os.py", line 119, in <module> sys.modules['os.path'] = path AttributeError: 'module' object has no attribute 'modules'
Traceback (most recent call last): "/Users/<user>/git/freqtrade/freqtrade/main.py", line 36, in main return_code = args['func'](args) "/Users/<user>/git/freqtrade/freqtrade/commands/optimize_commands.py", line 48, in start_backtesting backtesting = Backtesting(config) "/Users/<user>/git/freqtrade/freqtrade/optimize/backtesting.py", line 65, in __init__ self.exchange = ExchangeResolver.load_exchange(self.config['exchange']['name'], self.config) "/Users/<user>/git/freqtrade/freqtrade/resolvers/exchange_resolver.py", line 37, in load_exchange exchange = Exchange(config, validate=validate) "/Users/<user>/git/freqtrade/freqtrade/exchange/exchange.py", line 122, in __init__ self.validate_stakecurrency(config['stake_currency']) "/Users/<user>/git/freqtrade/freqtrade/exchange/exchange.py", line 296, in validate_stakecurrency quote_currencies = self.get_quote_currencies() "/Users/<user>/git/freqtrade/freqtrade/exchange/exchange.py", line 227, in get_quote_currencies return sorted(set([x['quote'] for _, x in markets.items()])) AttributeError: 'NoneType' object has no attribute 'items'
0.624829
Traceback (most recent call last): "/tmp/pip-install-9j5_wonn/horovod/setup.py", line 73, in check_mx_version import mxnet as mx ModuleNotFoundError: No module named 'mxnet'
Traceback (most recent call last): "/home/rob/code_projects/scipy_test/scipy_test.dist/scipy_test.py", line 1, in <module> "/home/rob/code_projects/scipy_test/scipy_test.dist/scipy/special/__init__.py", line 641, in <module scipy.special> "_ufuncs.pyx", line 1, in init scipy.special._ufuncs ModuleNotFoundError: No module named 'scipy.special._ufuncs_cxx'
0.590794
Traceback (most recent call last): "test_column_property.py", line 97, in <module> category = session.query(Category).one() "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/orm/query.py", line 921, in one ret = list(self[0:2](0:2)) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/orm/query.py", line 931, in __iter__ context = self._compile_context() "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/orm/query.py", line 1165, in _compile_context eager_joins = local_adapter.traverse(context.eager_joins) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/util.py", line 326, in traverse return visitors.ClauseVisitor.traverse(self, obj, clone=True) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/visitors.py", line 73, in traverse return self._cloned_traversal(obj) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/visitors.py", line 108, in _cloned_traversal return self._cloned_traversal_impl(obj, util.Set(stop_on), {}, _clone_toplevel=True) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/visitors.py", line 121, in _cloned_traversal_impl elem._copy_internals(clone=clone) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/expression.py", line 2304, in _copy_internals self.onclause = clone(self.onclause) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/visitors.py", line 120, in clone return self._clone_element(element, stop_on, cloned) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/visitors.py", line 93, in _clone_element newelem = v.before_clone(elem) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/util.py", line 359, in before_clone newcol = self.selectable.corresponding_column(col, require_embedded=True) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/expression.py", line 1731, in corresponding_column if self.c.contains_column(column): "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/expression.py", line 1768, in attr self._export_columns() "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/expression.py", line 1786, in _export_columns self._populate_column_collection() "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/expression.py", line 2407, in _populate_column_collection for col in self.selectable.columns: "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/expression.py", line 1768, in attr self._export_columns() "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/expression.py", line 1786, in _export_columns self._populate_column_collection() "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/expression.py", line 3253, in _populate_column_collection c._make_proxy(self, name=self.use_labels and c._label or None) "/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/sql/expression.py", line 2462, in __getattr__ return getattr(self.elem, attr) AttributeError: 'Select' object has no attribute '_label'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.7/site-packages/pyautogui/__init__.py", line 588, in wrapper returnVal = wrappedFunction(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/pyautogui/__init__.py", line 978, in click platformModule._multiClick(x, y, button, clicks) "/usr/local/lib/python3.7/site-packages/pyautogui/_pyautogui_osx.py", line 516, in _multiClick core_graphics.CGEventPost(kCGEvent.Tap.value, mouseEvent) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/enum.py", line 349, in __getattr__ raise AttributeError(name) from None AttributeError: Tap
0.596786
Traceback (most recent call last): "main.py", line 64, in <module> main() "main.py", line 20, in main Query.check_before_run() "/Users/alterem/Documents/my-finishing/py12306/py12306/query/query.py", line 59, in check_before_run self = cls() "/Users/alterem/Documents/my-finishing/py12306/py12306/helpers/func.py", line 30, in singleton_new it.__init_original__(*args, **kw) "/Users/alterem/Documents/my-finishing/py12306/py12306/query/query.py", line 35, in __init__ self.get_query_api_type() "/Users/alterem/Documents/my-finishing/py12306/py12306/query/query.py", line 154, in get_query_api_type self.api_type = res.group(1) AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last): "/usr/local/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3021, in _dep_map return self.__dep_map "/usr/local/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2815, in __getattr__ raise AttributeError(attr) AttributeError: _DistInfoDistribution__dep_map
0.608931
Traceback (most recent call last): "D:\SickChill\SickChill\sickbeard\webserve.py", line 287, in async_call result = function(**kwargs) TypeError: saveSearch() got an unexpected keyword argument 'torrent_download_dir_deluge'
Traceback (most recent call last): "vcr-futures-issue.py", line 61, in <module> print(url.result()) "/usr/lib/python3.5/concurrent/futures/_base.py", line 398, in result return self.__get_result() "/usr/lib/python3.5/concurrent/futures/_base.py", line 357, in __get_result raise self._exception "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) "vcr-futures-issue.py", line 50, in load_url response = requests.get(url, timeout=timeout) "/home/dylanjenkinson/projects/python/venvs/vcrbug/lib/python3.5/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) "/home/dylanjenkinson/projects/python/venvs/vcrbug/lib/python3.5/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) "/home/dylanjenkinson/projects/python/venvs/vcrbug/lib/python3.5/site-packages/requests/sessions.py", line 513, in request resp = self.send(prep, **send_kwargs) "/home/dylanjenkinson/projects/python/venvs/vcrbug/lib/python3.5/site-packages/requests/sessions.py", line 623, in send r = adapter.send(request, **kwargs) "/home/dylanjenkinson/projects/python/venvs/vcrbug/lib/python3.5/site-packages/requests/adapters.py", line 440, in send timeout=timeout "/home/dylanjenkinson/projects/python/venvs/vcrbug/lib/python3.5/site-packages/urllib3/connectionpool.py", line 588, in urlopen conn = self._get_conn(timeout=pool_timeout) "/home/dylanjenkinson/projects/python/venvs/vcrbug/lib/python3.5/site-packages/vcr/patch.py", line 200, in patched_get_conn connection = get_conn(pool, timeout) "/home/dylanjenkinson/projects/python/venvs/vcrbug/lib/python3.5/site-packages/urllib3/connectionpool.py", line 250, in _get_conn return conn or self._new_conn() "/home/dylanjenkinson/projects/python/venvs/vcrbug/lib/python3.5/site-packages/vcr/patch.py", line 221, in patched_new_conn new_connection = new_conn(pool) "/home/dylanjenkinson/projects/python/venvs/vcrbug/lib/python3.5/site-packages/urllib3/connectionpool.py", line 211, in _new_conn strict=self.strict, **self.conn_kw) TypeError: __init__() got an unexpected keyword argument 'strict'
0.533338
Traceback (most recent call last): "/opt/anaconda3/envs/py_cn/lib/python3.8/site-packages/spyder/plugins/editor/plugin.py", line 1647, in create_new_window oe_options = self.outlineexplorer.get_widget().get_options() AttributeError: 'OutlineExplorerWidget' object has no attribute 'get_options'
Traceback (most recent call last): "/usr/bin/certbot", line 9, in <module> load_entry_point('certbot==0.9.3', 'console_scripts', 'certbot')() "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2569, in load_entry_point return ep.load() "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2229, in load return self.resolve() "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/usr/lib/python2.7/dist-packages/certbot/main.py", line 19, in <module> from certbot import client "/usr/lib/python2.7/dist-packages/certbot/client.py", line 10, in <module> from acme import client as acme_client "/usr/lib/python2.7/dist-packages/acme/client.py", line 29, in <module> requests.packages.urllib3.contrib.pyopenssl.inject_into_urllib3() AttributeError: 'module' object has no attribute 'pyopenssl'
0.655874
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 2764, in dataReceived negotiatedProtocol = self._channel.transport.negotiatedProtocol AttributeError: 'Server' object has no attribute 'negotiatedProtocol'
Traceback (most recent call last): "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/conda/exceptions.py", line 479, in conda_exception_handler return_value = func(*args, **kwargs) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/conda/cli/main.py", line 145, in _main exit_code = args.func(args, p) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/conda/cli/main_update.py", line 65, in execute install(args, parser, 'update') "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/conda/cli/install.py", line 238, in install prefix=prefix) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/conda/api.py", line 24, in get_index index = fetch_index(channel_urls, use_cache=use_cache, unknown=unknown) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/conda/fetch.py", line 300, in fetch_index repodatas = [(u, f.result()) for u, f in zip(urls, futures)] "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/conda/fetch.py", line 300, in <listcomp> repodatas = [(u, f.result()) for u, f in zip(urls, futures)] "/Applications/Anaconda/anaconda/lib/python3.5/concurrent/futures/_base.py", line 405, in result return self.__get_result() "/Applications/Anaconda/anaconda/lib/python3.5/concurrent/futures/_base.py", line 357, in __get_result raise self._exception "/Applications/Anaconda/anaconda/lib/python3.5/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/conda/fetch.py", line 75, in func res = f(*args, **kwargs) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/conda/fetch.py", line 117, in fetch_repodata timeout=(6.1, 60)) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/requests/sessions.py", line 501, in get return self.request('GET', url, **kwargs) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/requests/sessions.py", line 488, in request resp = self.send(prep, **send_kwargs) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/requests/sessions.py", line 609, in send r = adapter.send(request, **kwargs) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/requests/adapters.py", line 423, in send timeout=timeout "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py", line 594, in urlopen chunked=chunked) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py", line 350, in _make_request self._validate_conn(conn) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py", line 835, in _validate_conn conn.connect() "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/requests/packages/urllib3/connection.py", line 330, in connect cert = self.sock.getpeercert() "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/requests/packages/urllib3/contrib/pyopenssl.py", line 324, in getpeercert 'subjectAltName': get_subj_alt_name(x509) "/Applications/Anaconda/anaconda/lib/python3.5/site-packages/requests/packages/urllib3/contrib/pyopenssl.py", line 171, in get_subj_alt_name ext = cert.extensions.get_extension_for_class( AttributeError: 'Extensions' object has no attribute 'get_extension_for_class'
0.54453
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/lib/python3/dist-packages/numpy/lib/ufunclike.py", line 34, in func return f(x, out=out, **kwargs) "/usr/lib/python3/dist-packages/numpy/lib/ufunclike.py", line 202, in isneginf return nx.logical_and(nx.isinf(x), nx.signbit(x), out) TypeError: ufunc 'signbit' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
Traceback (most recent call last): "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/site-packages/sphinx/cmdline.py", line 306, in main app.build(opts.force_all, filenames) "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/site-packages/sphinx/application.py", line 333, in build self.builder.build_all() "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 288, in build_all self.build(None, summary='all source files', method='all') "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 344, in build updated_docnames = set(self.env.update(self.config, self.srcdir, self.doctreedir)) "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/site-packages/sphinx/util/logging.py", line 225, in pending_warnings memhandler.flushTo(logger) "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/site-packages/sphinx/util/logging.py", line 191, in flushTo logger.handle(record) "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/logging/__init__.py", line 1296, in handle self.callHandlers(record) "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/logging/__init__.py", line 1336, in callHandlers hdlr.handle(record) "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/logging/__init__.py", line 755, in handle rv = self.filter(record) "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/logging/__init__.py", line 617, in filter if not f.filter(record): "/var/lib/go-agent/pipelines/DEV-1211-sphinx-fix.commit/.repo/qmenta_tools/doc/lib/python2.7/site-packages/sphinx/util/logging.py", line 363, in filter raise SphinxWarning(message % record.args) TypeError: not all arguments converted during string formatting
0.516853
Traceback (most recent call last): "/usr/bin/multibootusb", line 102, in <module> start_gui() "/usr/bin/multibootusb", line 52, in start_gui mbusb_gui.main_gui() "/usr/lib/python3/dist-packages/scripts/mbusb_gui.py", line 614, in main_gui window = AppGui() "/usr/lib/python3/dist-packages/scripts/mbusb_gui.py", line 88, in __init__ self.add_device() "/usr/lib/python3/dist-packages/scripts/mbusb_gui.py", line 100, in add_device detected_device = usb.list() "/usr/lib/python3/dist-packages/scripts/usb.py", line 90, in list from . import pyudev "/usr/lib/python3/dist-packages/scripts/pyudev/__init__.py", line 42, in <module> from ._errors import DeviceNotFoundAtPathError "/usr/lib/python3/dist-packages/scripts/pyudev/_errors.py", line 34, in <module> from six import add_metaclass ImportError: No module named 'six'
Traceback (most recent call last): "/usr/bin/whipper", line 11, in <module> load_entry_point('whipper==0.5.1', 'console_scripts', 'whipper')() "/usr/lib/python2.7/site-packages/whipper-0.5.1-py2.7.egg/whipper/command/main.py", line 32, in main ret = cmd.do() "/usr/lib/python2.7/site-packages/whipper-0.5.1-py2.7.egg/whipper/command/basecommand.py", line 124, in do return self.cmd.do() "/usr/lib/python2.7/site-packages/whipper-0.5.1-py2.7.egg/whipper/command/basecommand.py", line 124, in do return self.cmd.do() "/usr/lib/python2.7/site-packages/whipper-0.5.1-py2.7.egg/whipper/command/cd.py", line 129, in do cddbmd = self.program.getCDDB(cddbid) "/usr/lib/python2.7/site-packages/whipper-0.5.1-py2.7.egg/whipper/common/program.py", line 258, in getCDDB import CDDB ImportError: No module named CDDB
0.667938
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-ojvarseg/mujoco-py/setup.py", line 52, in <module> cmdclass={'build': Build}, "/usr/lib/python3.4/distutils/core.py", line 148, in setup dist.run_commands() "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands self.run_command(cmd) "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command cmd_obj.run() "/usr/local/lib/python3.4/dist-packages/setuptools/command/install.py", line 61, in run return orig.install.run(self) "/usr/lib/python3.4/distutils/command/install.py", line 583, in run self.run_command('build') "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command cmd_obj.run() "/tmp/pip-build-ojvarseg/mujoco-py/setup.py", line 18, in run builder = importlib.util.module_from_spec(spec) AttributeError: 'module' object has no attribute 'module_from_spec'
Traceback (most recent call last): "/home/michaelmkrech@bku.db.de/sbs_phase_2/projects/sbs_0202_tune_010/src/custom_train_fn.py", line 45, in <module> resources = PPOTrainer.default_resource_request(config).to_json() AttributeError: 'Resources' object has no attribute 'to_json'
0.610919
Traceback (most recent call last): "mwe66.py", line 4, in <module> sc.load(["C08"], calibration="brightn") "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/scene.py", line 975, in load raise KeyError("Unknown datasets: {}".format(unknown_str)) KeyError: 'Unknown datasets: C08'
Traceback (most recent call last): "/work/spack/bin/spack", line 64, in <module> sys.exit(spack.main.main()) "/work/spack/lib/spack/spack/main.py", line 762, in main return _invoke_command(command, parser, args, unknown) "/work/spack/lib/spack/spack/main.py", line 490, in _invoke_command return_val = command(parser, args) "/work/spack/lib/spack/spack/cmd/buildcache.py", line 793, in buildcache args.func(args) "/work/spack/lib/spack/spack/cmd/buildcache.py", line 781, in buildcache_update_index url_util.join(outdir, bindist.build_cache_relative_path())) "/work/spack/lib/spack/spack/binary_distribution.py", line 303, in generate_package_index for entry in web_util.list_url(cache_prefix) "/work/spack/lib/spack/spack/util/web.py", line 321, in list_url for key in _iter_s3_prefix(s3, url))) "/work/spack/lib/spack/spack/util/web.py", line 320, in <genexpr> key.split('/', 1)[0] "/work/spack/lib/spack/spack/util/web.py", line 289, in _iter_s3_prefix client, bucket, prefix, num_entries, start_after=key) "/work/spack/lib/spack/spack/util/web.py", line 277, in _list_s3_objects iter = _iter_s3_contents(result['Contents'], prefix) KeyError: 'Contents'
0.541336
Traceback (most recent call last): "C:/Users/pauls/Desktop/4. Stela/Chatbot project/chatBot-master/execute.py", line 303, in <module> decode() "C:/Users/pauls/Desktop/4. Stela/Chatbot project/chatBot-master/execute.py", line 192, in decode model = create_model(sess, True) "C:/Users/pauls/Desktop/4. Stela/Chatbot project/chatBot-master/execute.py", line 95, in create_model model = seq2seq_model.Seq2SeqModel( gConfig['enc_vocab_size'], gConfig['dec_vocab_size'], _buckets, gConfig['layer_size'], gConfig['num_layers'], gConfig['max_gradient_norm'], gConfig['batch_size'], gConfig['learning_rate'], gConfig['learning_rate_decay_factor'], forward_only=forward_only) "C:\Users\pauls\Desktop\4. Stela\Chatbot project\chatBot-master\seq2seq_model.py", line 135, in __init__ softmax_loss_function=softmax_loss_function) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\contrib\legacy_seq2seq\python\ops\seq2seq.py", line 1195, in model_with_buckets softmax_loss_function=softmax_loss_function)) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\contrib\legacy_seq2seq\python\ops\seq2seq.py", line 1110, in sequence_loss softmax_loss_function=softmax_loss_function)) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\contrib\legacy_seq2seq\python\ops\seq2seq.py", line 1067, in sequence_loss_by_example crossent = softmax_loss_function(target, logit) "C:\Users\pauls\Desktop\4. Stela\Chatbot project\chatBot-master\seq2seq_model.py", line 92, in sampled_loss self.target_vocab_size) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\python\ops\nn_impl.py", line 1191, in sampled_softmax_loss name=name) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\python\ops\nn_impl.py", line 947, in _compute_sampled_logits range_max=num_classes) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\python\ops\candidate_sampling_ops.py", line 134, in log_uniform_candidate_sampler seed2=seed2, name=name) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\python\ops\gen_candidate_sampling_ops.py", line 357, in _log_uniform_candidate_sampler name=name) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 763, in apply_op op_def=op_def) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\python\framework\ops.py", line 2397, in create_op set_shapes_for_outputs(ret) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\python\framework\ops.py", line 1757, in set_shapes_for_outputs shapes = shape_func(op) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\python\framework\ops.py", line 1707, in call_with_requiring return call_cpp_shape_fn(op, require_shape_fn=True) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\python\framework\common_shapes.py", line 610, in call_cpp_shape_fn debug_python_shape_fn, require_shape_fn) "C:\Users\pauls\Anaconda3\lib\site-packages\tensorflow\python\framework\common_shapes.py", line 675, in _call_cpp_shape_fn_impl raise ValueError(err.message) ValueError: Shape must be rank 2 but is rank 1 for 'model_with_buckets/sequence_loss/sequence_loss_by_example/sampled_softmax_loss/LogUniformCandidateSampler' (op: 'LogUniformCandidateSampler') with input shapes: [?].
Traceback (most recent call last): "convert.py", line 241, in <module> _main(parser.parse_args()) "convert.py", line 220, in _main 'Unsupported section header type: {}'.format(section)) ValueError: Unsupported section header type: maxpool_0
0.526755
Traceback (most recent call last): "/usr/lib/python3.6/multiprocessing/util.py", line 186, in __call__ res = self._callback(*self._args, **self._kwargs) "/usr/lib/python3.6/multiprocessing/pool.py", line 597, in _terminate_pool cls._help_stuff_finish(inqueue, task_handler, len(pool)) "/usr/lib/python3.6/multiprocessing/pool.py", line 826, in _help_stuff_finish with inqueue.not_empty: AttributeError: 'Queue' object has no attribute 'not_empty'
Traceback (most recent call last): "commix.py", line 1103, in <module> main(filename, url) "commix.py", line 863, in main controller.do_check(url, filename) "/opt/exploitation/commix/src/core/injections/controller/controller.py", line 524, in do_check perform_checks(url,filename) "/opt/exploitation/commix/src/core/injections/controller/controller.py", line 461, in perform_checks stored_http_header_injection(url, check_parameter, http_request_method, filename, timesec) "/opt/exploitation/commix/src/core/injections/controller/controller.py", line 239, in stored_http_header_injection http_headers_injection(url, http_request_method, filename, timesec) "/opt/exploitation/commix/src/core/injections/controller/controller.py", line 208, in http_headers_injection injection_proccess(url, check_parameter, http_request_method, filename, timesec) "/opt/exploitation/commix/src/core/injections/controller/controller.py", line 143, in injection_proccess if eb_handler.exploitation(url, timesec, filename, http_request_method) != False: "/opt/exploitation/commix/src/core/injections/results_based/techniques/eval_based/eb_handler.py", line 486, in exploitation if eb_injection_handler(url, timesec, filename, http_request_method) == False: "/opt/exploitation/commix/src/core/injections/results_based/techniques/eval_based/eb_handler.py", line 87, in eb_injection_handler url = eb_injector.warning_detection(url, http_request_method) "/opt/exploitation/commix/src/core/injections/results_based/techniques/eval_based/eb_injector.py", line 107, in warning_detection response = requests.get_request_response(request) "/opt/exploitation/commix/src/core/requests/requests.py", line 101, in get_request_response headers.check_http_traffic(request) "/opt/exploitation/commix/src/core/requests/headers.py", line 136, in check_http_traffic opener.open(request) "/usr/lib/python2.7/urllib2.py", line 429, in open response = self._open(req, data) "/usr/lib/python2.7/urllib2.py", line 447, in _open '_open', req) "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain result = func(*args) "/usr/lib/python2.7/urllib2.py", line 1241, in https_open context=self._context) AttributeError: connection_handler instance has no attribute '_context'
0.610921
Traceback (most recent call last): "/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) TypeError: test_saving() missing 1 required positional argument: 'tmpdir'
Traceback (most recent call last): "VideoWidget_vlc.py", line 882, in setMedia TypeError: 'method' object is not connected
0.501953
Traceback (most recent call last): "whatwaf.py", line 7, in <module> main() "/root/whatwaf/whatwaf/main.py", line 42, in main opt = WhatWafParser().cmd_parser() "/root/whatwaf/lib/cmd.py", line 140, in cmd_parser opts = parser.parse_args() "/usr/lib/python3.6/argparse.py", line 1743, in parse_args args, argv = self.parse_known_args(args, namespace) "/usr/lib/python3.6/argparse.py", line 1775, in parse_known_args namespace, args = self._parse_known_args(args, namespace) "/usr/lib/python3.6/argparse.py", line 1981, in _parse_known_args start_index = consume_optional(start_index) "/usr/lib/python3.6/argparse.py", line 1921, in consume_optional take_action(action, args, option_string) "/usr/lib/python3.6/argparse.py", line 1849, in take_action action(self, namespace, argument_values, option_string) "/usr/lib/python3.6/argparse.py", line 1033, in __call__ parser.print_help() "/usr/lib/python3.6/argparse.py", line 2375, in print_help self._print_message(self.format_help(), file) "/usr/lib/python3.6/argparse.py", line 2359, in format_help return formatter.format_help() "/usr/lib/python3.6/argparse.py", line 291, in format_help help = self._root_section.format_help() "/usr/lib/python3.6/argparse.py", line 222, in format_help item_help = join([func(*args) for func, args in self.items]) "/usr/lib/python3.6/argparse.py", line 222, in <listcomp> item_help = join([func(*args) for func, args in self.items]) "/usr/lib/python3.6/argparse.py", line 222, in format_help item_help = join([func(*args) for func, args in self.items]) "/usr/lib/python3.6/argparse.py", line 222, in <listcomp> item_help = join([func(*args) for func, args in self.items]) "/usr/lib/python3.6/argparse.py", line 532, in _format_action help_text = self._expand_help(action) "/usr/lib/python3.6/argparse.py", line 619, in _expand_help return self._get_help_string(action) % params TypeError: must be real number, not dict
Traceback (most recent call last): "/home/users/research/openSource/scikit-learn-fork/examples/applications/plot_stock_market.py", line 225, in <module> symbol, start_date, end_date)) "/home/users/research/openSource/scikit-learn-fork/examples/applications/plot_stock_market.py", line 85, in wrapper return f(*args, **kwargs) "/home/users/research/openSource/scikit-learn-fork/examples/applications/plot_stock_market.py", line 127, in quotes_historical_google min_date = min(data['date'], default=datetime.min.date()) TypeError: min() got an unexpected keyword argument
0.584087
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/salt/utils/gitfs.py", line 351, in __init__ self.new = self.init_remote() "/usr/lib/python2.7/site-packages/salt/utils/gitfs.py", line 1458, in init_remote ssl_verify = self.repo.config.get_bool('http.sslVerify') AttributeError: '_pygit2.Config' object has no attribute 'get_bool'
Traceback (most recent call last): "<string>", line 1, in <module> "/root/project/setup.py", line 243, in <module> setup_package() "/root/project/setup.py", line 216, in setup_package numpy_status = get_numpy_status() "/root/project/setup.py", line 149, in get_numpy_status import numpy "/root/project/pypy-env/site-packages/numpy/__init__.py", line 142, in <module> from . import core "/root/project/pypy-env/site-packages/numpy/core/__init__.py", line 16, in <module> from . import multiarray "/root/project/pypy-env/site-packages/numpy/core/multiarray.py", line 44, in <module> arange.__module__ = 'numpy' AttributeError: readonly attribute '__module__'
0.630676
Traceback (most recent call last): "C:\Users\USER\Desktop\OnlyFans-master\Start Datascraper.py", line 20, in result = start_datascraper(session, app_token, username) "C:\Users\USER\Desktop\OnlyFans-master\modules\onlyfans.py", line 47, in start_datascraper response = media_scraper(session, *item[1]) "C:\Users\USER\Desktop\OnlyFans-master\modules\onlyfans.py", line 163, in media_scraper media_set = pool.starmap(scrape_array, product(offset_array, [session])) "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 276, in starmap return self._map_async(func, iterable, starmapstar, chunksize).get() "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 657, in get raise self._value "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 121, in worker result = (True, func(*args, **kwds)) "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 47, in starmapstar return list(itertools.starmap(args[0], args[1])) "C:\Users\USER\Desktop\OnlyFans-master\modules\onlyfans.py", line 135, in scrape_array if "ca2.convert" in file: TypeError: argument of type 'NoneType' is not iterable
Traceback (most recent call last): "/home/a/anaconda2/envs/magenta/bin/melody_rnn_generate", line 7, in <module> from magenta.models.melody_rnn.melody_rnn_generate import console_entry_point "/home/a/anaconda2/envs/magenta/lib/python2.7/site-packages/magenta/__init__.py", line 34, in <module> import magenta.music.audio_io "/home/a/anaconda2/envs/magenta/lib/python2.7/site-packages/magenta/music/audio_io.py", line 20, in <module> import librosa "/home/a/anaconda2/envs/magenta/lib/python2.7/site-packages/librosa/__init__.py", line 12, in <module> from . import core "/home/a/anaconda2/envs/magenta/lib/python2.7/site-packages/librosa/core/__init__.py", line 104, in <module> from .time_frequency import * # pylint: disable=wildcard-import "/home/a/anaconda2/envs/magenta/lib/python2.7/site-packages/librosa/core/time_frequency.py", line 10, in <module> from ..util.exceptions import ParameterError "/home/a/anaconda2/envs/magenta/lib/python2.7/site-packages/librosa/util/__init__.py", line 67, in <module> from .utils import * # pylint: disable=wildcard-import "/home/a/anaconda2/envs/magenta/lib/python2.7/site-packages/librosa/util/utils.py", line 111, in <module> def valid_audio(y, mono=True): "/home/a/anaconda2/envs/magenta/lib/python2.7/site-packages/librosa/cache.py", line 49, in wrapper if self.cachedir is not None and self.level >= level: "/home/a/anaconda2/envs/magenta/lib/python2.7/site-packages/joblib/memory.py", line 847, in cachedir DeprecationWarning, stacklevel=2) TypeError: expected string or buffer
0.526461
Traceback (most recent call last): "cherrypy\_cprequest.pyo", line 670, in respond "cherrypy\lib\encoding.pyo", line 220, in __call__ "cherrypy\_cpdispatch.pyo", line 60, in __call__ "sabnzbd\interface.pyo", line 1406, in index TypeError: 'NoneType' object is not callable
Traceback (most recent call last): "C:\Users\M Phanidhar\Anaconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "C:\Users\M Phanidhar\Anaconda3\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\M Phanidhar\Anaconda3\lib\site-packages\rasa_core\train.py", line 164, in <module> endpoints=AvailableEndpoints(), TypeError: __new__() missing 4 required positional arguments: 'nlg', 'nlu', 'action', and 'model'
0.589094
Traceback (most recent call last): "models/export.py", line 33, in <module> model = attempt_load(opt.weights, map_location=torch.device('cpu')) # load FP32 model "./models/experimental.py", line 118, in attempt_load model.append(torch.load(w, map_location=map_location)['model'].float().fuse().eval()) # load FP32 model "/usr/local/lib/python3.6/dist-packages/torch/serialization.py", line 584, in load return _load(opened_zipfile, map_location, pickle_module, **pickle_load_args) "/usr/local/lib/python3.6/dist-packages/torch/serialization.py", line 842, in _load result = unpickler.load() AttributeError: Can't get attribute 'SiLU' on <module 'torch.nn.modules.activation' from '/usr/local/lib/python3.6/dist-packages/torch/nn/modules/activation.py'>
Traceback (most recent call last): "/home/user01/anaconda2/envs/tensorflow/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/home/user01/anaconda2/envs/tensorflow/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "/home/user01/SRGAN-master/tensorlayer/prepro.py", line 87, in apply_fn results[i] = fn(data, **kwargs) "/home/user01/SRGAN-master/utils.py", line 17, in crop_sub_imgs_fn x = crop(x, wrg=384, hrg=384, is_random=is_random) "/home/user01/SRGAN-master/tensorlayer/prepro.py", line 232, in crop h, w = x.shape[row_index], x.shape[col_index] AttributeError: 'NoneType' object has no attribute 'shape'
0.551484
Traceback (most recent call last): "appuselfbot.py", line 926, in <module> bot.run(token, bot=False) "C:\Users\xhBIROhx\AppData\Roaming\Python\Python36\site-packages\discord\client.py", line 568, in run return task.result() "C:\Users\xhBIROhx\AppData\Roaming\Python\Python36\site-packages\discord\client.py", line 488, in _silence_gathered fut.result() "C:\Users\xhBIROhx\AppData\Roaming\Python\Python36\site-packages\discord\client.py", line 476, in start await self.connect(reconnect=reconnect) "C:\Users\xhBIROhx\AppData\Roaming\Python\Python36\site-packages\discord\client.py", line 398, in connect await self._connect() "C:\Users\xhBIROhx\AppData\Roaming\Python\Python36\site-packages\discord\client.py", line 361, in _connect await self.ws.poll_event() "C:\Users\xhBIROhx\AppData\Roaming\Python\Python36\site-packages\discord\gateway.py", line 444, in poll_event await self.received_message(msg) "C:\Users\xhBIROhx\AppData\Roaming\Python\Python36\site-packages\discord\gateway.py", line 398, in received_message func(data) "C:\Users\xhBIROhx\AppData\Roaming\Python\Python36\site-packages\discord\state.py", line 386, in parse_message_reaction_add emoji = PartialEmoji(animated=emoji_data['animated'], id=emoji_id, name=emoji_data['name']) KeyError: 'animated'
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/PIL/JpegImagePlugin.py", line 620, in _save rawmode = RAWMODE[im.mode] KeyError: 'RGBA'
0.539457
2019-04-24 15:57:21.552 - [ERROR] Except stack:Traceback (most recent call last): "D:\Soft\翻墙工具及教程\XX-Net-3.13.1\code\default\launcher\module_init.py", line 74, in stop _start = proc_handler[module]["imp"].start KeyError: 'imp'
Traceback (most recent call last): "/Users/Adam/.virtualenvs/e2e/bin/mypy", line 6, in <module> main(__file__) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/main.py", line 46, in main res = type_check_only(sources, bin_dir, options) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/main.py", line 93, in type_check_only options=options) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/build.py", line 188, in build graph = dispatch(sources, manager) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/build.py", line 1595, in dispatch process_graph(graph, manager) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/build.py", line 1838, in process_graph process_stale_scc(graph, scc, manager) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/build.py", line 1937, in process_stale_scc graph[id].type_check_first_pass() "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/build.py", line 1510, in type_check_first_pass self.type_checker.check_first_pass() "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/checker.py", line 177, in check_first_pass self.accept(d) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/checker.py", line 264, in accept stmt.accept(self) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/nodes.py", line 825, in accept return visitor.visit_expression_stmt(self) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/checker.py", line 1823, in visit_expression_stmt self.expr_checker.accept(s.expr, allow_none_return=True) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/checkexpr.py", line 2054, in accept typ = self.visit_call_expr(node, allow_none_return=True) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/checkexpr.py", line 201, in visit_call_expr ret_type = self.check_call_expr_with_callee_type(callee_type, e) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/checkexpr.py", line 341, in check_call_expr_with_callee_type e.arg_names, callable_node=e.callee)[0] "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/checkexpr.py", line 396, in check_call arg_names, formal_to_actual, context, self.msg) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/checkexpr.py", line 759, in check_argument_count callee, actual_names[i], context) "/Users/Adam/.virtualenvs/e2e/lib/python3.6/site-packages/mypy/messages.py", line 619, in unexpected_keyword_argument path = self.modules[module_name].path KeyError: 'subprocess.Popen'
0.503115
Original Traceback (most recent call last): "/home/awawrzynski/miniconda3/envs/polish_roberta/lib/python3.8/site-packages/torch/nn/parallel/parallel_apply.py", line 60, in _worker output = module(*input, **kwargs) "/home/awawrzynski/miniconda3/envs/polish_roberta/lib/python3.8/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) TypeError: forward() got an unexpected keyword argument 'masked_lm_labels'
Traceback (most recent call last): "/opt/pyenv/versions/3.6.7/lib/python3.6/site-packages/conans/errors.py", line 34, in conanfile_exception_formatter yield "/opt/pyenv/versions/3.6.7/lib/python3.6/site-packages/conans/client/conanfile/configure.py", line 30, in run_configure_method conanfile.configure() "/home/conan/.conan/data/sdl2/2.0.12/bp3d/stable/export/conanfile.py", line 112, in configure self.options["sdl2-sys-require"][v] = self.options[v] TypeError: 'PackageOptionValues' object does not support item assignment
0.553841
Traceback (most recent call last): "train.py", line 115, in <module> tf.app.run() "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 44, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) "train.py", line 68, in main second_derivatives=FLAGS.second_derivatives) "/home/feigao/exp/learning-to-learn/meta.py", line 398, in meta_minimize info = self.meta_loss(make_loss, len_unroll, **kwargs) "/home/feigao/exp/learning-to-learn/meta.py", line 357, in meta_loss name="unroll") "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/control_flow_ops.py", line 2622, in while_loop result = context.BuildLoop(cond, body, loop_vars, shape_invariants) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/control_flow_ops.py", line 2455, in BuildLoop pred, body, original_loop_vars, loop_vars, shape_invariants) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/control_flow_ops.py", line 2405, in _BuildLoop body_result = body(*packed_vars_for_body) "/home/feigao/exp/learning-to-learn/meta.py", line 337, in time_step deltas, s_i_next = update(nets[key], fx, x_i, s_i) "/home/feigao/exp/learning-to-learn/meta.py", line 320, in update deltas, state_next = zip(*[net(g, s) for g, s in zip(gradients, state)]) "/home/feigao/exp/learning-to-learn/nn/base.py", line 142, in __call__ out = self._template(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/template.py", line 266, in __call__ return self._call_func(args, kwargs, check_for_new_variables=False) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/template.py", line 215, in _call_func result = self._func(*args, **kwargs) "/home/feigao/exp/learning-to-learn/networks.py", line 249, in _build output, next_state = build_fn(reshaped_inputs, prev_state) "/home/feigao/exp/learning-to-learn/networks.py", line 209, in _build inputs = self._preprocess(tf.expand_dims(inputs, -1)) "/home/feigao/exp/learning-to-learn/nn/base.py", line 142, in __call__ out = self._template(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/template.py", line 266, in __call__ return self._call_func(args, kwargs, check_for_new_variables=False) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/template.py", line 215, in _call_func result = self._func(*args, **kwargs) "/home/feigao/exp/learning-to-learn/preprocess.py", line 71, in _build return tf.concat_v2(ndims - 1, [clamped_log, sign]) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/array_ops.py", line 1057, in concat_v2 dtype=dtypes.int32).get_shape( "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/ops.py", line 651, in convert_to_tensor as_ref=False) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/ops.py", line 716, in internal_convert_to_tensor ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/constant_op.py", line 176, in _constant_tensor_conversion_function return constant(v, dtype=dtype, name=name) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/constant_op.py", line 165, in constant tensor_util.make_tensor_proto(value, dtype=dtype, shape=shape, verify_shape=verify_shape)) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/tensor_util.py", line 367, in make_tensor_proto _AssertCompatible(values, dtype) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/tensor_util.py", line 302, in _AssertCompatible (dtype.name, repr(mismatch), type(mismatch).__name__)) TypeError: Expected int32, got list containing Tensors of type '_Message' instead.
Traceback (most recent call last): "/Users/michael/miniconda3/lib/python3.6/site-packages/conda/exceptions.py", line 573, in conda_exception_handler return_value = func(*args, **kwargs) "/Users/michael/miniconda3/lib/python3.6/site-packages/conda/cli/main.py", line 119, in _main args = p.parse_args(args) "/Users/michael/miniconda3/lib/python3.6/site-packages/conda/cli/conda_argparse.py", line 173, in parse_args return super(ArgumentParser, self).parse_args(*args, **kwargs) "/Users/michael/miniconda3/lib/python3.6/argparse.py", line 1730, in parse_args args, argv = self.parse_known_args(args, namespace) "/Users/michael/miniconda3/lib/python3.6/argparse.py", line 1769, in parse_known_args self.error(str(err)) "/Users/michael/miniconda3/lib/python3.6/site-packages/conda/cli/conda_argparse.py", line 146, in error raise CommandNotFoundError(cmd, message) TypeError: __init__() takes 2 positional arguments but 3 were given
0.582061
Traceback (most recent call last): "cl.py", line 13, in <module> im.save('000.png', 'PNG') AttributeError: 'NoneType' object has no attribute 'save'
Traceback (most recent call last): "/home/romel/.local/bin/lambda", line 237, in <module> cli() "/home/romel/.local/lib/python3.6/site-packages/click/core.py", line722, in __call__ return self.main(*args, **kwargs) "/home/romel/.local/lib/python3.6/site-packages/click/core.py", line697, in main rv = self.invoke(ctx) "/home/romel/.local/lib/python3.6/site-packages/click/core.py", line1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/romel/.local/lib/python3.6/site-packages/click/core.py", line895, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/romel/.local/lib/python3.6/site-packages/click/core.py", line535, in invoke return callback(*args, **kwargs) "/home/romel/.local/bin/lambda", line 135, in deploy preserve_vpc=preserve_vpc, "/home/romel/.local/lib/python3.6/site-packages/aws_lambda/aws_lambda.py", line 111, in deploy local_package=local_package, "/home/romel/.local/lib/python3.6/site-packages/aws_lambda/aws_lambda.py", line 301, in build local_package=local_package, "/home/romel/.local/lib/python3.6/site-packages/aws_lambda/aws_lambda.py", line 438, in pip_install_to_target packages.extend(pkgStr.decode('utf-8').splitlines()) AttributeError: 'int' object has no attribute 'decode'
0.619456
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/lutris/gui/dialogs/runners.py", line 145, in on_configure_clicked config_dialog = RunnerConfigDialog(runner, parent=self.dialog) "/usr/lib/python3.8/site-packages/lutris/gui/config/runner.py", line 21, in __init__ self.build_tabs("runner") "/usr/lib/python3.8/site-packages/lutris/gui/config/common.py", line 75, in build_tabs self._build_runner_tab(config_level) "/usr/lib/python3.8/site-packages/lutris/gui/config/common.py", line 364, in _build_runner_tab self.runner_box = RunnerBox(self.lutris_config, self.game) "/usr/lib/python3.8/site-packages/lutris/gui/config/boxes.py", line 641, in __init__ self.generate_widgets("runner") "/usr/lib/python3.8/site-packages/lutris/gui/config/boxes.py", line 76, in generate_widgets option["choices"] = option["choices"]() "/usr/lib/python3.8/site-packages/lutris/runners/atari800.py", line 46, in get_resolutions (resolution, resolution) for resolution in display.get_resolutions() AttributeError: module 'lutris.util.display' has no attribute 'get_resolutions'
Traceback (most recent call last): "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/asyncio/tasks.py", line 239, in _step result = coro.send(None) "/Users/wuyazi/.virtualenvs/mississippi/lib/python3.5/site-packages/aiohttp/web_protocol.py", line 358, in start self._waiter = loop.create_future() AttributeError: '_UnixSelectorEventLoop' object has no attribute 'create_future'
0.568819
Traceback (most recent call last): "/Users/parente/projects/tornado/tornado/iostream.py", line 196, in _handle_events self._handle_read() "/Users/parente/projects/tornado/tornado/iostream.py", line 255, in _handle_read if self._read_from_buffer(): "/Users/parente/projects/tornado/tornado/iostream.py", line 321, in _read_from_buffer self._consume(loc + delimiter_len)) "/Users/parente/projects/tornado/tornado/iostream.py", line 227, in _run_callback callback(*args, **kwargs) "/Users/parente/projects/tornado/tornado/stack_context.py", line 173, in wrapped callback(*args, **kwargs) "/Users/parente/projects/tornado/tornado/httpserver.py", line 350, in _on_headers self.stream.read_bytes(content_length, self._on_request_body) "/Users/parente/projects/tornado/tornado/iostream.py", line 146, in read_bytes if self._read_from_buffer(): "/Users/parente/projects/tornado/tornado/iostream.py", line 311, in _read_from_buffer self._run_callback(callback, self._consume(num_bytes)) "/Users/parente/projects/tornado/tornado/iostream.py", line 227, in _run_callback callback(*args, **kwargs) "/Users/parente/projects/tornado/tornado/stack_context.py", line 173, in wrapped callback(*args, **kwargs) "/Users/parente/projects/tornado/tornado/httpserver.py", line 380, in _on_request_body self.request_callback(self._request) "/Users/parente/projects/tornado/tornado/web.py", line 1163, in __call__ handler = ErrorHandler(self, request, 404) TypeError: __init__() takes exactly 3 arguments (4 given)
Traceback (most recent call last): "/home/vagrant/ct-env/local/lib/python2.7/site-packages/celery/app/trace.py", line 424, in trace_task parent_id=uuid, root_id=root_id, "/home/vagrant/ct-env/local/lib/python2.7/site-packages/celery/canvas.py", line 987, in apply_async args=args, kwargs=kwargs, **options)) "/home/vagrant/ct-env/local/lib/python2.7/site-packages/celery/canvas.py", line 1063, in _apply_tasks **options) "/home/vagrant/ct-env/local/lib/python2.7/site-packages/celery/canvas.py", line 567, in apply_async dict(self.options, **options) if options else self.options)) "/home/vagrant/ct-env/local/lib/python2.7/site-packages/celery/canvas.py", line 597, in run first_task.apply_async(**options) "/home/vagrant/ct-env/local/lib/python2.7/site-packages/celery/canvas.py", line 221, in apply_async return _apply(args, kwargs, **options) "/home/vagrant/ct-env/local/lib/python2.7/site-packages/celery/app/task.py", line 518, in apply_async check_arguments(*(args or ()), **(kwargs or {})) TypeError: nothing() takes exactly 1 argument (0 given)
0.620493
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) "/Users/user/Documents/folderName/venv/lib/python3.6/site-packages/socketio/client.py", line 514, in _handle_eio_message self._handle_event(pkt.namespace, pkt.id, pkt.data) "/Users/user/Documents/folderName/venv/lib/python3.6/site-packages/socketio/client.py", line 413, in _handle_event r = self._trigger_event(data[0], namespace, *data[1:]) "/Users/user/Documents/folderName/venv/lib/python3.6/site-packages/socketio/client.py", line 455, in _trigger_event return self.handlers[namespace][event](*args) "/Users/user/Documents/folderName/app/utils/socket_utils.py", line 10, in on_message status_active = Status.query.filter_by(name='Active').first() "/Users/user/Documents/folderName/venv/lib/python3.6/site-packages/flask_sqlalchemy/__init__.py", line 514, in __get__ return type.query_class(mapper, session=self.sa.session()) "/Users/user/Documents/folderName/venv/lib/python3.6/site-packages/sqlalchemy/orm/scoping.py", line 74, in __call__ return self.registry() "/Users/user/Documents/folderName/venv/lib/python3.6/site-packages/sqlalchemy/util/_collections.py", line 1001, in __call__ return self.registry.setdefault(key, self.createfunc()) "/Users/user/Documents/folderName/venv/lib/python3.6/site-packages/sqlalchemy/orm/session.py", line 2950, in __call__ return self.class_(**local_kw) "/Users/user/Documents/folderName/venv/lib/python3.6/site-packages/flask_sqlalchemy/__init__.py", line 141, in __init__ self.app = app = db.get_app() "/Users/user/Documents/folderName/venv/lib/python3.6/site-packages/flask_sqlalchemy/__init__.py", line 912, in get_app 'No application found. Either work inside a view function or push' RuntimeError: No application found. Either work inside a view function or push an application context. See http://flask-sqlalchemy.pocoo.org/contexts/.
Traceback (most recent call last): "test_meters.py", line 329, in testmAPMeter ap = mtr.value() "/Users/szagoruyko/anaconda3/lib/python3.6/site-packages/torchnet/meter/mapmeter.py", line 30, in value return self.apmeter.value().mean() "/Users/szagoruyko/anaconda3/lib/python3.6/site-packages/torchnet/meter/apmeter.py", line 137, in value ap[k] = precision[truth.byte()].sum() / max(truth.sum(), 1) RuntimeError: Expected object of type torch.FloatTensor but found type torch.LongTensor for argument #2 'other'
0.522854
Traceback (most recent call last): "<string>", line 1, in <module> "/home/myuser/.vim/bundle/UltiSnips/pythonx/UltiSnips/snippet_manager.py", line 852, in _file_to_edit _get_potential_snippet_filenames_to_edit(snippet_dir, filetypes) "/home/myuser/.vim/bundle/UltiSnips/pythonx/UltiSnips/snippet_manager.py", line 98, in _get_potential_snippet_filenames_to_edit potentials.add(os.path.join(snippet_dir, ft + ".snippets")) "/usr/lib/python3.5/posixpath.py", line 89, in join genericpath._check_arg_types('join', a, *p) "/usr/lib/python3.5/genericpath.py", line 143, in _check_arg_types (funcname, s.__class__.__name__)) from None TypeError: join() argument must be str or bytes, not 'PosixPath'
Traceback (most recent call last): "/Users/hhp21/Documents/sandbox/csvlink/venv/bin/csvlink", line 11, in <module> sys.exit(launch_new_instance()) "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/csvdedupe/csvlink.py", line 208, in launch_new_instance d.main() "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/csvdedupe/csvlink.py", line 135, in main self.dedupe_training(deduper) "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/csvdedupe/csvhelpers.py", line 267, in dedupe_training deduper.train() "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/api.py", line 655, in train self._trainBlocker(recall, index_predicates) "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/api.py", line 666, in _trainBlocker recall) "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 47, in learn final_predicates = searcher.search(dupe_cover) "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 257, in search self.search(remaining, partial + (best_predicate,)) "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 257, in search self.search(remaining, partial + (best_predicate,)) "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 257, in search self.search(remaining, partial + (best_predicate,)) "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 257, in search self.search(remaining, partial + (best_predicate,)) "/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 260, in search reachable = covered + len(set.union(*reduced.values())) TypeError: descriptor 'union' of 'set' object needs an argument
0.547743
Traceback (most recent call last): "/Users/user/envs/python37/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker worker.init_process() "/Users/user/envs/python37/lib/python3.7/site-packages/gunicorn/workers/base.py", line 134, in init_process self.run() "/Users/user/envs/python37/lib/python3.7/site-packages/gunicorn/workers/gtornado.py", line 88, in run isinstance(app, tornado.wsgi.WSGIApplication): AttributeError: module 'tornado.wsgi' has no attribute 'WSGIApplication'
Traceback (most recent call last): "C:\Program s (x86)\Python36\lib\multiprocessing\process.py", line 258, in _bootstrap self.run() "C:\Program s (x86)\Python36\lib\multiprocessing\process.py", line 93, in run self._target(*self._args, **self._kwargs) "C:\Program s (x86)\Python36\lib\multiprocessing\pool.py", line 108, in worker task = get() "C:\Favorites\PHP_development\OpenServer\domains\freqTrade\freqtrade\.env\lib\site-packages\sklearn\externals\joblib\pool.py", line 362, in get return recv() "C:\Program s (x86)\Python36\lib\multiprocessing\connection.py", line 251, in recv return _ForkingPickler.loads(buf.getbuffer()) AttributeError: Can't get attribute 'DefaultStrategy' on <module 'freqtrade.strategy' from 'c:\\favorites\\php_development\\openserver\\domains\\freqtrade\\freqtrade\\freqtrade\\strategy\\__init__.py'>
0.536004
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/psychopy/visual/window.py", line 478, in __del__ self.close() "/usr/local/lib/python3.6/dist-packages/psychopy/visual/window.py", line 1116, in close self.backend.close() # moved here, dereferencing the window prevents AttributeError: 'NoneType' object has no attribute 'close'
Traceback (most recent call last): "/Users/Radu/freqtrade/freqtrade/main.py", line 37, in main return_code = args['func'](args) "/Users/Radu/freqtrade/freqtrade/commands/optimize_commands.py", line 50, in start_backtesting backtesting.start() "/Users/Radu/freqtrade/freqtrade/optimize/backtesting.py", line 447, in start min_date, max_date = self.backtest_one_strategy(strat, data, timerange) "/Users/Radu/freqtrade/freqtrade/optimize/backtesting.py", line 407, in backtest_one_strategy preprocessed = self.strategy.ohlcvdata_to_dataframe(data) "/Users/Radu/freqtrade/freqtrade/strategy/interface.py", line 669, in ohlcvdata_to_dataframe for pair, pair_data in data.items()} "/Users/Radu/freqtrade/freqtrade/strategy/interface.py", line 669, in <dictcomp> for pair, pair_data in data.items()} "/Users/Radu/freqtrade/freqtrade/strategy/interface.py", line 685, in advise_indicators return self.populate_indicators(dataframe, metadata) "/Users/Radu/user_data/strategies/MultiMACD2.py", line 38, in populate_indicators dataframe_short['macd'] = ta.macd(dataframe_short, fastperiod=12, slowperiod=26, signalperiod=7) AttributeError: module 'talib.abstract' has no attribute 'macd'
0.570368
Traceback (most recent call last): "/usr/bin/salt", line 10, in <module> salt_main() "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 485, in salt_main client.run() "/usr/lib/python2.7/dist-packages/salt/cli/salt.py", line 197, in run self._output_ret(ret_, out, retcode=retcode) "/usr/lib/python2.7/dist-packages/salt/cli/salt.py", line 376, in _output_ret _retcode=retcode) "/usr/lib/python2.7/dist-packages/salt/output/__init__.py", line 94, in display_output display_data = try_printout(data, out, opts, **kwargs) "/usr/lib/python2.7/dist-packages/salt/output/__init__.py", line 52, in try_printout printout = get_printout('raw', opts)(data, **kwargs) "/usr/lib/python2.7/dist-packages/salt/output/table_out.py", line 370, in output labels_key=labels_key)) "/usr/lib/python2.7/dist-packages/salt/output/table_out.py", line 295, in display self.display(val, indent + 4, out, rows_key=rows_key, labels_key=labels_key) "/usr/lib/python2.7/dist-packages/salt/output/table_out.py", line 293, in display out.extend(self.display_rows(rows, labels, indent)) "/usr/lib/python2.7/dist-packages/salt/output/table_out.py", line 250, in display_rows return self.prepare_rows(labels_and_rows, indent + 4, has_header) "/usr/lib/python2.7/dist-packages/salt/output/table_out.py", line 187, in prepare_rows ]) + self.suffix TypeError: descriptor 'center' requires a 'str' object but received a 'unicode'
Traceback (most recent call last): "c:\users\a-miasta\appdata\local\continuum\anaconda3\envs\qcodes\lib\threading.py", line 916, in _bootstrap_inner self.run() "c:\users\a-miasta\appdata\local\continuum\anaconda3\envs\qcodes\lib\threading.py", line 864, in run self._target(*self._args, **self._kwargs) "c:\users\a-miasta\appdata\local\continuum\anaconda3\envs\qcodes\lib\site-packages\asv\util.py", line 407, in watcher_run if time.time() - start_time[0] > timeout: TypeError: '>' not supported between instances of 'float' and 'NoneType'
0.462057
Traceback (most recent call last): "/anaconda3/lib/python3.6/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/Users/nohextaka/Documents/Projects/scikit-video/skvideo/tests/test_measure.py", line 157, in test_measure_MAE ref = skvideo.io.vread(vidpaths[0], as_grey=True) "/Users/nohextaka/Documents/Projects/scikit-video/skvideo/io/io.py", line 144, in vread reader = FFmpegReader(fname, inputdict=inputdict, outputdict=outputdict, verbosity=verbosity) "/Users/nohextaka/Documents/Projects/scikit-video/skvideo/io/ffmpeg.py", line 44, in __init__ super(FFmpegReader,self).__init__(*args, **kwargs) "/Users/nohextaka/Documents/Projects/scikit-video/skvideo/io/abstract.py", line 116, in __init__ "No way to determine width or height from video. Need `-s` in `inputdict`. Consult documentation on I/O.") ValueError: No way to determine width or height from video. Need `-s` in `inputdict`. Consult documentation on I/O.
Traceback (most recent call last): "/home/suresh/appt/myproject/appt/tests/test_blackout2.py", line 96, in test_delete browser.find_by_name('login').click() "/home/suresh/appt/local/lib/python3.5/site-packages/splinter/driver/lxmldriver.py", line 397, in click return self.parent.submit_data(parent_form) "/home/suresh/appt/local/lib/python3.5/site-packages/splinter/driver/djangoclient.py", line 121, in submit_data return super(DjangoClient, self).submit(form).content "/home/suresh/appt/local/lib/python3.5/site-packages/splinter/driver/lxmldriver.py", line 74, in submit data = self.serialize(form) "/home/suresh/appt/local/lib/python3.5/site-packages/splinter/driver/lxmldriver.py", line 48, in serialize form.remove(input) "src/lxml/lxml.etree.pyx", line 950, in lxml.etree._Element.remove (src/lxml/lxml.etree.c:50799) ValueError: Element is not a child of this node.
0.553712
Traceback (most recent call last): "/Users/adam/Projects/Personal/insomnia/packages/insomnia-app/node_modules/node-gyp/gyp/gyp_main.py", line 50, in <module> sys.exit(gyp.script_main()) "/Users/adam/Projects/Personal/insomnia/packages/insomnia-app/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 554, in script_main return main(sys.argv[1:]) "/Users/adam/Projects/Personal/insomnia/packages/insomnia-app/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 547, in main return gyp_main(args) "/Users/adam/Projects/Personal/insomnia/packages/insomnia-app/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 532, in gyp_main generator.GenerateOutput(flat_list, targets, data, params) "/Users/adam/Projects/Personal/insomnia/packages/insomnia-app/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 2215, in GenerateOutput part_of_all=qualified_target in needed_targets) "/Users/adam/Projects/Personal/insomnia/packages/insomnia-app/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 802, in Write self.WriteCopies(spec['copies'], extra_outputs, part_of_all) "/Users/adam/Projects/Personal/insomnia/packages/insomnia-app/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 1145, in WriteCopies env = self.GetSortedXcodeEnv() "/Users/adam/Projects/Personal/insomnia/packages/insomnia-app/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 1885, in GetSortedXcodeEnv additional_settings) "/Users/adam/Projects/Personal/insomnia/packages/insomnia-app/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1618, in GetSortedXcodeEnv additional_settings) "/Users/adam/Projects/Personal/insomnia/packages/insomnia-app/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1529, in _GetXcodeEnv if XcodeVersion() >= '0500' and not env.get('SDKROOT'): TypeError: '>=' not supported between instances of 'tuple' and 'str'
Traceback (most recent call last): "C:\Programfiles\Anaconda3\lib\site-packages\spyder\plugins\__init__.py", line 110, in eventFilter self.tab_moved(event) "C:\Programfiles\Anaconda3\lib\site-packages\spyder\plugins\__init__.py", line 146, in tab_moved self.move_tab(from_index, to_index) "C:\Programfiles\Anaconda3\lib\site-packages\spyder\plugins\__init__.py", line 158, in move_tab from_plugin = self._get_plugin(from_index) "C:\Programfiles\Anaconda3\lib\site-packages\spyder\plugins\__init__.py", line 62, in _get_plugin tab_text = self.dock_tabbar.tabText(index).replace('&', '') TypeError: tabText(self, int): argument 1 has unexpected type 'NoneType'
0.592578
[autoreload of pandas.core.indexes.interval failed: Traceback (most recent call last): "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check superreload(m, reload, self.old_objects) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 369, in superreload module = reload(module) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/imp.py", line 315, in reload return importlib.reload(module) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/importlib/__init__.py", line 166, in reload _bootstrap._exec(spec, module) "<frozen importlib._bootstrap>", line 618, in _exec "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/indexes/interval.py", line 40, in <module> import pandas.core.common as com AttributeError: module 'pandas.core' has no attribute 'common'
Traceback (most recent call last): "train.py", line 4, in <module> "model" "/usr/local/lib/python3.6/dist-packages/mlflow/pyfunc/__init__.py", line 608, in log_model run_id = active_run().info.run_uuid AttributeError: 'NoneType' object has no attribute 'info'
0.599353
Oct 06 07:01:48.337 - [ERROR] Except stack:Traceback (most recent call last): "D:\proxy\XX-Net-3.12.5\code\default\launcher\module_init.py", line 40, in start proc_handler[module]["imp"] = __import__(module, globals(), locals(), ['local', 'start'], -1) "D:\proxy\XX-Net-3.12.5\code\default\gae_proxy\start.py", line 13, in <module> import local.proxy as client "D:\proxy\XX-Net-3.12.5\code\default\gae_proxy\local\proxy.py", line 86, in <module> import proxy_handler "D:\proxy\XX-Net-3.12.5\code\default\gae_proxy\local\proxy_handler.py", line 53, in <module> import web_control "D:\proxy\XX-Net-3.12.5\code\default\gae_proxy\local\web_control.py", line 32, in <module> import ipv6_tunnel "D:\proxy\XX-Net-3.12.5\code\default\gae_proxy\local\ipv6_tunnel\__init__.py", line 10, in <module> from .win10 import state, state_pp, switch_pp, enable, disable, set_best_server "D:\proxy\XX-Net-3.12.5\code\default\gae_proxy\local\ipv6_tunnel\win10.py", line 10, in <module> import win32elevate "D:\proxy\XX-Net-3.12.5\code\default\python27\1.0\lib\win32\win32elevate.py", line 37, in <module> OpenProcessToken = ctypes.windll.kernel32.OpenProcessToken "D:\proxy\XX-Net-3.12.5\code\default\python27\1.0\lib\ctypes\__init__.py", line 301, in __getattr__ func = self.__getitem__(name) "D:\proxy\XX-Net-3.12.5\code\default\python27\1.0\lib\ctypes\__init__.py", line 306, in __getitem__ func = self._FuncPtr((name_or_ordinal, self)) AttributeError: function 'OpenProcessToken' not found
Traceback (most recent call last): "/usr/local/bin/wafw00f", line 4, in <module> from wafw00f import main "/usr/local/lib/python3.5/dist-packages/wafw00f/main.py", line 53, in <module> from wafw00f.lib.evillib import oururlparse, scrambledheader, waftoolsengine "/usr/local/lib/python3.5/dist-packages/wafw00f/lib/evillib.py", line 14, in <module> from bs4 import BeautifulSoup "/usr/local/lib/python3.5/dist-packages/bs4/__init__.py", line 30, in <module> from .builder import builder_registry, ParserRejectedMarkup "/usr/local/lib/python3.5/dist-packages/bs4/builder/__init__.py", line 314, in <module> from . import _html5lib "/usr/local/lib/python3.5/dist-packages/bs4/builder/_html5lib.py", line 70, in <module> class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder): AttributeError: module 'html5lib.treebuilders' has no attribute '_base'
0.654648
Traceback (most recent call last): "/home/meteo/coach_env/bin/coach", line 8, in <module> sys.exit(main()) "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/coach.py", line 777, in main launcher.launch() "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/coach.py", line 226, in launch self.run_graph_manager(graph_manager, args) "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/coach.py", line 612, in run_graph_manager self.start_single_threaded(task_parameters, graph_manager, args) "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/coach.py", line 674, in start_single_threaded start_graph(graph_manager=graph_manager, task_parameters=task_parameters) "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/coach.py", line 88, in start_graph graph_manager.improve() "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/graph_managers/graph_manager.py", line 547, in improve self.train_and_act(self.steps_between_evaluation_periods) "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/graph_managers/graph_manager.py", line 481, in train_and_act self.act(EnvironmentSteps(1)) "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/graph_managers/graph_manager.py", line 447, in act result = self.top_level_manager.step(None) "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/level_manager.py", line 245, in step action_info = acting_agent.act() "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/agents/agent.py", line 851, in act action = self.choose_action(curr_state) "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/agents/imitation_agent.py", line 43, in choose_action prediction = self.networks['main'].online_network.predict(self.prepare_batch_for_inference(curr_state, 'main')) "/home/meteo/coach_env/lib/python3.6/site-packages/rl_coach/architectures/tensorflow_components/architecture.py", line 547, in predict output = self.sess.run(outputs, feed_dict) "/home/meteo/coach_env/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 950, in run run_metadata_ptr) "/home/meteo/coach_env/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1149, in _run str(subfeed_t.get_shape()))) ValueError: Cannot feed value of shape (1, 3) for Tensor 'main_level/agent/main/online/network_0/measurements/measurements:0', which has shape '(?, 0)'
Traceback (most recent call last): "paddle_demo_final.py", line 63, in <module> paddle.init(use_gpu=False, trainer_count=1) "/Users/baidu/build_doc/build_env/lib/python2.7/site-packages/paddle/v2/__init__.py", line 133, in init set_omp_mkl_env_vars(kwargs.get('trainer_count', 1)) "/Users/baidu/build_doc/build_env/lib/python2.7/site-packages/paddle/v2/__init__.py", line 105, in set_omp_mkl_env_vars num_cores = num_physical_cores() "/Users/baidu/build_doc/build_env/lib/python2.7/site-packages/paddle/v2/__init__.py", line 95, in num_physical_cores return int(os.popen(cmds.get(platform.system(), "expr 1")).read()) ValueError: invalid literal for int() with base 10: 'hw.physicalcpu: 2\n'
0.568803
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.5/dist-packages/nltk/__init__.py", line 89, in <module> from nltk.internals import config_java "/usr/local/lib/python3.5/dist-packages/nltk/internals.py", line 11, in <module> import subprocess "/usr/lib/python3.5/subprocess.py", line 443, in <module> import dummy_threading as threading "/usr/lib/python3.5/dummy_threading.py", line 45, in <module> import threading "/usr/lib/python3.5/threading.py", line 7, in <module> from traceback import format_exc as _format_exc "/usr/lib/python3.5/traceback.py", line 5, in <module> import linecache "/usr/lib/python3.5/linecache.py", line 11, in <module> import tokenize "/home/july/PythonProjects/test/tokenize.py", line 3, in <module> from nltk.tokenize import regexp_tokenize, wordpunct_tokenize, blankline_tokenize "/usr/local/lib/python3.5/dist-packages/nltk/tokenize/__init__.py", line 67, in <module> from nltk.tokenize.mwe import MWETokenizer "/usr/local/lib/python3.5/dist-packages/nltk/tokenize/mwe.py", line 31, in <module> from nltk.util import Trie "/usr/local/lib/python3.5/dist-packages/nltk/util.py", line 15, in <module> import pydoc "/usr/lib/python3.5/pydoc.py", line 76, in <module> from traceback import format_exception_only ImportError: cannot import name 'format_exception_only'
Traceback (most recent call last): "/home/pi/env/lib/python3.5/site-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect from google.appengine.api import memcache ImportError: No module named 'google.appengine'
0.557623
Traceback (most recent call last): "/Users/rjones/anaconda/bin/soundscrape", line 11, in <module> sys.exit(main()) "/Users/rjones/anaconda/lib/python3.6/site-packages/soundscrape/soundscrape.py", line 119, in main process_soundcloud(vargs) "/Users/rjones/anaconda/lib/python3.6/site-packages/soundscrape/soundscrape.py", line 292, in process_soundcloud id3_extras=id3_extras) "/Users/rjones/anaconda/lib/python3.6/site-packages/soundscrape/soundscrape.py", line 460, in download_tracks puts_safe(e) "/Users/rjones/anaconda/lib/python3.6/site-packages/soundscrape/soundscrape.py", line 1315, in puts_safe puts(text) "/Users/rjones/anaconda/lib/python3.6/site-packages/clint/textui/core.py", line 57, in puts s = tsplit(s, NEWLINES) "/Users/rjones/anaconda/lib/python3.6/site-packages/clint/utils.py", line 69, in tsplit string = string.replace(i, final_delimiter) AttributeError: 'HTTPError' object has no attribute 'replace'
Traceback (most recent call last): "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line utility.execute() "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/core/management/__init__.py", line 347, in execute django.setup() "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/apps/registry.py", line 112, in populate app_config.import_models() "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/apps/config.py", line 198, in import_models self.models_module = import_module(models_module_name) "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 994, in _gcd_import "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 665, in _load_unlocked "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/cities/models.py", line 58, in <module> class Place(models.Model): "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/cities/models.py", line 62, in Place objects = models.GeoManager() AttributeError: module 'django.contrib.gis.db.models' has no attribute 'GeoManager'
0.559909
Traceback (most recent call last): "docker-compose", line 3, in <module> "compose/cli/main.py", line 81, in main "compose/cli/main.py", line 202, in perform_command "compose/metrics/decorator.py", line 18, in wrapper "compose/cli/main.py", line 1188, in up "compose/cli/main.py", line 1168, in up "compose/project.py", line 708, in up "compose/parallel.py", line 108, in parallel_execute "compose/parallel.py", line 206, in producer "compose/project.py", line 690, in do "compose/service.py", line 578, in execute_convergence_plan "compose/service.py", line 492, in _execute_convergence_create "compose/parallel.py", line 108, in parallel_execute "compose/parallel.py", line 206, in producer "compose/service.py", line 497, in <lambda> "compose/service.py", line 476, in create_and_start "compose/service.py", line 331, in create_container "compose/service.py", line 957, in _get_container_create_options "compose/service.py", line 1032, in _get_container_host_config "docker/api/container.py", line 598, in create_host_config "docker/types/containers.py", line 448, in __init__ TypeError: Invalid type for cpu_shares param: expected int but found <class 'str'>
Traceback (most recent call last): "/home/eeb439/anaconda3/envs/pytorch0.4text0.3/lib/python3.6/logging/__init__.py", line 993, in emit msg = self.format(record) "/home/eeb439/anaconda3/envs/pytorch0.4text0.3/lib/python3.6/logging/__init__.py", line 839, in format return fmt.format(record) "/home/eeb439/anaconda3/envs/pytorch0.4text0.3/lib/python3.6/logging/__init__.py", line 576, in format record.message = record.getMessage() "/home/eeb439/anaconda3/envs/pytorch0.4text0.3/lib/python3.6/logging/__init__.py", line 338, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting
0.505982
Traceback (most recent call last): "<stdin>", line 1, in <module> TypeError: subscribe() takes at least 3 arguments (2 given)
Traceback (most recent call last): "./manage.py", line 15, in <module> execute_from_command_line(sys.argv) "/Users/techdragon/scratch-projects/djongo-experiment/.venv/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line utility.execute() "/Users/techdragon/scratch-projects/djongo-experiment/.venv/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/Users/techdragon/scratch-projects/djongo-experiment/.venv/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv self.execute(*args, **cmd_options) "/Users/techdragon/scratch-projects/djongo-experiment/.venv/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute output = self.handle(*args, **options) "/Users/techdragon/scratch-projects/djongo-experiment/.venv/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 223, in handle self.verbosity, self.interactive, connection.alias, apps=post_migrate_apps, plan=plan, "/Users/techdragon/scratch-projects/djongo-experiment/.venv/lib/python3.6/site-packages/django/core/management/sql.py", line 51, in emit_post_migrate_signal **kwargs "/Users/techdragon/scratch-projects/djongo-experiment/.venv/lib/python3.6/site-packages/django/dispatch/dispatcher.py", line 178, in send for receiver in self._live_receivers(sender) "/Users/techdragon/scratch-projects/djongo-experiment/.venv/lib/python3.6/site-packages/django/dispatch/dispatcher.py", line 178, in <listcomp> for receiver in self._live_receivers(sender) "/Users/techdragon/scratch-projects/djongo-experiment/.venv/lib/python3.6/site-packages/django/contrib/auth/management/__init__.py", line 71, in create_permissions "content_type", "codename" TypeError: unhashable type: 'list'
0.48766
Traceback (most recent call last): "<stdin>", line 1, in <module> TypeError: function takes exactly 1 argument (0 given)
Traceback (most recent call last): "/usr/src/app/homeassistant/helpers/entity.py", line 215, in async_update_ha_state state = self.state "/usr/src/app/homeassistant/helpers/entity.py", line 379, in state return STATE_ON if self.is_on else STATE_OFF "/usr/src/app/homeassistant/components/switch/netio.py", line 162, in is_on return self.netio.states[self.outlet - 1] TypeError: unsupported operand type(s) for -: 'str' and 'int'
0.461215
Traceback (most recent call last): ".../.pyenv/versions/Django_v2.0.x/lib/python3.6/site-packages/jedi/cache.py", line 46, in wrapper return getattr(self, name) AttributeError: 'MixedName' object has no attribute '_infer'
Traceback (most recent call last): "/usr/src/app/homeassistant/core.py", line 1177, in _event_to_service_call await service_handler.func(service_call) "/usr/src/app/homeassistant/components/configurator.py", line 221, in async_handle_service_call call.data.get(ATTR_FIELDS, {})) "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/app/homeassistant/components/homekit_controller/__init__.py", line 214, in device_config_callback self.accessory_setup() "/usr/src/app/homeassistant/components/homekit_controller/__init__.py", line 136, in accessory_setup data = self.get_json('/accessories') "/usr/src/app/homeassistant/components/homekit_controller/__init__.py", line 163, in get_json response = self.securecon.get(target) AttributeError: 'NoneType' object has no attribute 'get'
0.571827
Traceback (most recent call last): "/Users/jakub/Development/GIT_REPO/tfenv/bin/checkov", line 5, in <module> run() "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/main.py", line 76, in run files=file) "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/common/runners/runner_registry.py", line 26, in run runner_filter=self.runner_filter) "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/terraform/runner.py", line 50, in run self.check_tf_definition(report, root_folder, runner_filter) "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/terraform/runner.py", line 91, in check_tf_definition block_type, runner_filter) "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/terraform/runner.py", line 113, in run_block results = registry.scan(scanned_file, entity, skipped_checks, runner_filter) "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/common/checks/base_check_registry.py", line 64, in scan result = self.run_check(check, entity_configuration, entity_name, entity_type, scanned_file, skip_info) "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/common/checks/base_check_registry.py", line 71, in run_check entity_name=entity_name, entity_type=entity_type, skip_info=skip_info) "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/common/checks/base_check.py", line 44, in run raise e "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/common/checks/base_check.py", line 33, in run check_result['result'] = self.scan_entity_conf(entity_configuration) "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/terraform/checks/resource/base_resource_check.py", line 20, in scan_entity_conf return self.scan_resource_conf(conf) "/Users/jakub/Development/GIT_REPO/tfenv/lib/python3.7/site-packages/checkov/terraform/checks/resource/gcp/**GoogleComputeFirewallUnrestrictedIngress3389.py**", line 22, in scan_resource_conf allow_blocks = conf['allow'] KeyError: 'allow'
Traceback (most recent call last): "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/zappa/cli.py", line 2610, in handle sys.exit(cli.handle()) "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/zappa/cli.py", line 505, in handle self.dispatch_command(self.command, stage) "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/zappa/cli.py", line 549, in dispatch_command self.update(self.vargs['zip'], self.vargs['no_upload']) "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/zappa/cli.py", line 877, in update self.create_package() "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/zappa/cli.py", line 2171, in create_package disable_progress=self.disable_progress "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/zappa/core.py", line 447, in create_lambda_zip import pip "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pip/__init__.py", line 45, in <module> from pip.vcs import git, mercurial, subversion, bazaar # noqa "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pip/vcs/mercurial.py", line 9, in <module> from pip.download import path_to_url "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pip/download.py", line 40, in <module> from pip._vendor import requests, six "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pip/_vendor/requests/__init__.py", line 98, in <module> from . import packages "/Users/rhyspowell/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pip/_vendor/requests/packages.py", line 12, in <module> sys.modules['pip._vendor.requests.packages.' + mod] = sys.modules["pip._vendor." + mod] KeyError: 'pip._vendor.urllib3.contrib'
0.559238
Traceback (most recent call last): "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/app.py", line 1997, in __call__ return self.wsgi_app(environ, start_response) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/app.py", line 1985, in wsgi_app response = self.handle_exception(e) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask_cors/extension.py", line 161, in wrapped_function return cors_after_request(app.make_response(f(*args, **kwargs))) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/app.py", line 1540, in handle_exception reraise(exc_type, exc_value, tb) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask_cors/extension.py", line 161, in wrapped_function return cors_after_request(app.make_response(f(*args, **kwargs))) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask_restless/views.py", line 157, in decorator return func(*args, **kw) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/mimerender.py", line 265, in wrapper content = renderer(**result) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask_restless/views.py", line 303, in jsonpify response = jsonify(*args, **kw) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask_restless/views.py", line 219, in jsonify response = _jsonify(*args, **kw) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/json.py", line 263, in jsonify (dumps(data, indent=indent, separators=separators), '\n'), "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/json.py", line 123, in dumps rv = _json.dumps(obj, **kwargs) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/json/__init__.py", line 250, in dumps sort_keys=sort_keys, **kw).encode(obj) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/json/encoder.py", line 209, in encode chunks = list(chunks) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/json/encoder.py", line 434, in _iterencode for chunk in _iterencode_dict(o, _current_indent_level): "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/json/encoder.py", line 408, in _iterencode_dict for chunk in chunks: "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/json/encoder.py", line 332, in _iterencode_list for chunk in chunks: "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/json/encoder.py", line 408, in _iterencode_dict for chunk in chunks: "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/json/encoder.py", line 442, in _iterencode o = _default(o) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/site-packages/flask/json.py", line 80, in default return _json.JSONEncoder.default(self, o) "/usr/local/var/pyenv/versions/2.7.10/lib/python2.7/json/encoder.py", line 184, in default raise TypeError(repr(o) + " is not JSON serializable") TypeError: datetime.timedelta(0, 3) is not JSON serializable
Traceback (most recent call last): "legendary\cli.py", line 1375, in <module> "legendary\cli.py", line 1359, in main "legendary\cli.py", line 978, in egs_sync "legendary\core.py", line 1046, in egl_get_importable "legendary\core.py", line 1049, in <listcomp> "legendary\core.py", line 213, in asset_valid TypeError: 'NoneType' object is not iterable
0.582827
Traceback (most recent call last): "mmdetection/tools/train.py", line 108, in <module> main() "mmdetection/tools/train.py", line 104, in main logger=logger) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/mmdet-1.0rc0+unknown-py3.7-linux-x86_64.egg/mmdet/apis/train.py", line 60, in train_detector _non_dist_train(model, dataset, cfg, validate=validate) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/mmdet-1.0rc0+unknown-py3.7-linux-x86_64.egg/mmdet/apis/train.py", line 221, in _non_dist_train runner.run(data_loaders, cfg.workflow, cfg.total_epochs) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/mmcv/runner/runner.py", line 358, in run epoch_runner(data_loaders[i], **kwargs) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/mmcv/runner/runner.py", line 264, in train self.model, data_batch, train_mode=True, **kwargs) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/mmdet-1.0rc0+unknown-py3.7-linux-x86_64.egg/mmdet/apis/train.py", line 38, in batch_processor losses = model(**data) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 150, in forward return self.module(*inputs[0], **kwargs[0]) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/mmdet-1.0rc0+unknown-py3.7-linux-x86_64.egg/mmdet/core/fp16/decorators.py", line 49, in new_func return old_func(*args, **kwargs) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/mmdet-1.0rc0+unknown-py3.7-linux-x86_64.egg/mmdet/models/detectors/base.py", line 86, in forward return self.forward_train(img, img_meta, **kwargs) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/mmdet-1.0rc0+unknown-py3.7-linux-x86_64.egg/mmdet/models/detectors/two_stage.py", line 211, in forward_train mask_pred = self.mask_head(mask_feats) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/mmdet-1.0rc0+unknown-py3.7-linux-x86_64.egg/mmdet/core/fp16/decorators.py", line 49, in new_func return old_func(*args, **kwargs) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/mmdet-1.0rc0+unknown-py3.7-linux-x86_64.egg/mmdet/models/mask_heads/fcn_mask_head.py", line 99, in forward x = self.upsample(x) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/home/nqe00239/anaconda3/envs/conda_jupyter_envs/lib/python3.7/site-packages/torch/nn/modules/conv.py", line 778, in forward output_padding, self.groups, self.dilation) RuntimeError: CUDA out of memory. Tried to allocate 20.00 MiB (GPU 0; 1.96 GiB total capacity; 1.22 GiB already allocated; 19.00 MiB free; 39.15 MiB cached)
Traceback (most recent call last): "/usr/local/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() "/usr/local/lib/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs) "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 109, in stream_worker Segment(sequence, buffer.segment, segment_duration), "/usr/local/lib/python3.7/asyncio/base_events.py", line 728, in call_soon_threadsafe self._check_closed() "/usr/local/lib/python3.7/asyncio/base_events.py", line 475, in _check_closed raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed
0.534593
Traceback (most recent call last): "/usr/bin/whipper", line 11, in <module> load_entry_point('whipper==0.9.0', 'console_scripts', 'whipper')() "/usr/lib64/python3.7/site-packages/whipper/command/main.py", line 42, in main cmd = Whipper(sys.argv[1:], os.path.basename(sys.argv[0]), None) "/usr/lib64/python3.7/site-packages/whipper/command/basecommand.py", line 117, in __init__ self.options "/usr/lib64/python3.7/site-packages/whipper/command/basecommand.py", line 117, in __init__ self.options "/usr/lib64/python3.7/site-packages/whipper/command/basecommand.py", line 104, in __init__ self.handle_arguments() "/usr/lib64/python3.7/site-packages/whipper/command/cd.py", line 304, in handle_arguments raise ValueError("Drive offset is unconfigured.\n" ValueError: Drive offset is unconfigured.
Traceback (most recent call last): "/Users/me/code/cloud/cloud-custodian/c7n/utils.py", line 410, in _f return f(*args, **kw) "/Users/me/code/cloud/cloud-custodian/c7n/resources/elb.py", line 336, in process_elb policy_names.remove(ssl_policies[0]) ValueError: list.remove(x): x not in list
0.535541
:Traceback (most recent call last): "./fid_score.py", line 262, in <module> args.dims) "./fid_score.py", line 249, in calculate_fid_given_paths dims, cuda) "./fid_score.py", line 223, in _compute_statistics_of_path imgs = imgs.transpose((0, 3, 1, 2)) ValueError: axes don't match array
Traceback (most recent call last): "/root/koadic/core/shell.py", line 58, in run self.run_command(cmd) "/root/koadic/core/shell.py", line 91, in run_command self.actions[action].execute(self, cmd) "core/commands/run.py", line 12, in execute env.run() "modules/implant/elevate/bypassuac_eventvwr.py", line 48, in run self.dispatch(workloads, self.job) "/root/koadic/core/plugin.py", line 59, in dispatch j = job(self.shell, session.id, self.STATE, workload, options) "/root/koadic/core/job.py", line 42, in __init__ if self.create() != False: "modules/implant/elevate/bypassuac_eventvwr.py", line 10, in create if (int(self.session.build) < 7600 or int(self.session.build) > 15030) and self.options.get("IGNOREBUILD") == "false": ValueError: invalid literal for int() with base 10: ''
0.548262