text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/Users/bcimini/Documents/GitHub/CellProfiler/CellProfiler/cellprofiler/gui/pipelinecontroller.py", line 3363, in do_step self.__pipeline.run_module(module, workspace_model) "/Users/bcimini/Documents/GitHub/CellProfiler/core/cellprofiler_core/pipeline/_pipeline.py", line 1298, in run_module module.run(workspace) "/Users/bcimini/Documents/GitHub/CellProfiler/CellProfiler/cellprofiler/modules/editobjectsmanually.py", line 235, in run guide_image = (guide_image - numpy.min(guide_image)) / ( TypeError: numpy boolean subtract, the `-` operator, is not supported, use the bitwise_xor, the `^` operator, or the logical_xor function instead.
Traceback (most recent call last): "<string>", line 6, in nuke "/usr/local/lib/python3.6/site-packages/discord/channel.py", line 242, in clone }, name=name, reason=reason) "/usr/local/lib/python3.6/site-packages/discord/abc.py", line 650, in _clone_impl obj = cls(state=self._state, guild=self.guild, data=data) "/usr/local/lib/python3.6/site-packages/discord/channel.py", line 107, in __init__ self._update(guild, data) "/usr/local/lib/python3.6/site-packages/discord/channel.py", line 131, in _update self._fill_overwrites(data) "/usr/local/lib/python3.6/site-packages/discord/abc.py", line 294, in _fill_overwrites self._overwrites.append(_Overwrites(id=overridden_id, **overridden)) TypeError: __new__() got an unexpected keyword argument 'allow_new'
0.56074
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\FRAZER~1\AppData\Local\Temp\pip-build-kco3r3mt\logbook\setup.py", line 133, in <module> run_setup(True) "C:\Users\FRAZER~1\AppData\Local\Temp\pip-build-kco3r3mt\logbook\setup.py", line 124, in run_setup **extra "c:\Python34\lib\distutils\core.py", line 148, in setup dist.run_commands() "c:\Python34\lib\distutils\dist.py", line 955, in run_commands self.run_command(cmd) "c:\Python34\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() "c:\Python34\lib\site-packages\setuptools\command\install.py", line 61, in run return orig.install.run(self) "c:\Python34\lib\distutils\command\install.py", line 539, in run self.run_command('build') "c:\Python34\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) "c:\Python34\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() "c:\Python34\lib\distutils\command\build.py", line 126, in run self.run_command(cmd_name) "c:\Python34\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) "c:\Python34\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() "C:\Users\FRAZER~1\AppData\Local\Temp\pip-build-kco3r3mt\logbook\setup.py", line 83, in run build_ext.run(self) "c:\Python34\lib\distutils\command\build_ext.py", line 339, in run self.build_extensions() "c:\Python34\lib\distutils\command\build_ext.py", line 448, in build_extensions self.build_extension(ext) "C:\Users\FRAZER~1\AppData\Local\Temp\pip-build-kco3r3mt\logbook\setup.py", line 89, in build_extension build_ext.build_extension(self, ext) "c:\Python34\lib\distutils\command\build_ext.py", line 503, in build_extension depends=ext.depends) "c:\Python34\lib\distutils\msvc9compiler.py", line 460, in compile self.initialize() "c:\Python34\lib\distutils\msvc9compiler.py", line 371, in initialize vc_env = query_vcvarsall(VERSION, plat_spec) "c:\Python34\lib\site-packages\setuptools\msvc9_support.py", line 52, in query_vcvarsall return unpatched['query_vcvarsall'](version, *args, **kwargs) "c:\Python34\lib\distutils\msvc9compiler.py", line 287, in query_vcvarsall raise ValueError(str(list(result.keys()))) ValueError: ['path']
Traceback (most recent call last): "/software/hadoop3/anaconda3/envs/horovod/bin/horovodrun", line 21, in <module> run.run() "/software/hadoop3/anaconda3/envs/horovod/lib/python3.6/site-packages/horovod/run/run.py", line 721, in run raise ValueError('Neither MPI nor Gloo support has been built. Try reinstalling Horovod ensuring that ' ValueError: Neither MPI nor Gloo support has been built. Try reinstalling Horovod ensuring that either MPI is installed (MPI) or CMake is installed (Gloo).
0.463118
Traceback (most recent call last): "c:\Users\Nehad Hirmiz\Documents\Programming\Python\Tutorials\tinygrad\test_speedynet.py", line 83, in test_mnist out.backward() "c:\ProgramData\Anaconda3\envs\deeptorch\lib\site-packages\tinygrad\tensor.py", line 68, in backward t.backward(False) "c:\ProgramData\Anaconda3\envs\deeptorch\lib\site-packages\tinygrad\tensor.py", line 68, in backward t.backward(False) "c:\ProgramData\Anaconda3\envs\deeptorch\lib\site-packages\tinygrad\tensor.py", line 68, in backward t.backward(False) [Previous line repeated 1 more time] "c:\ProgramData\Anaconda3\envs\deeptorch\lib\site-packages\tinygrad\tensor.py", line 63, in backward if g.shape != t.data.shape: AttributeError: 'tuple' object has no attribute 'shape'
Traceback (most recent call last): "/home30/forcetv/.pyenv/versions/3.6.12/bin/tidal-dl", line 5, in <module> from tidal_dl import main "/home30/forcetv/.pyenv/versions/3.6.12/lib/python3.6/site-packages/tidal_dl/__init__.py", line 21, in <module> from aigpy.pipHelper import getLastVersion "/home30/forcetv/.pyenv/versions/3.6.12/lib/python3.6/site-packages/aigpy/pipHelper.py", line 12, in <module> import aigpy.netHelper as netHelper "/home30/forcetv/.pyenv/versions/3.6.12/lib/python3.6/site-packages/aigpy/netHelper.py", line 30, in <module> import aigpy.netHelper as AIGNet AttributeError: module 'aigpy' has no attribute 'netHelper'
0.56043
Traceback (most recent call last): "C:\Python26\lib\site-packages\zmq\eventloop\ioloop.py", line 354, in _run_callback callback() "C:\Python26\lib\site-packages\zmq\eventloop\stack_context.py", line 133, in wrapped callback(*args, **kwargs) "C:\Python26\lib\site-packages\tornado-2.2-py2.6.egg\tornado\iostream.py", line 304, in wrapper callback(*args) "C:\Python26\lib\site-packages\tornado-2.2-py2.6.egg\tornado\httpserver.py", line 250, in _on_headers self.request_callback(self._request) "C:\Python26\lib\site-packages\tornado-2.2-py2.6.egg\tornado\web.py", line 1362, in __call__ handler._execute(transforms, *args, **kwargs) TypeError: _execute() keywords must be strings
Traceback (most recent call last): "/Users/Julian/.local/bin/pipenv", line 11, in <module> sys.exit(cli()) "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/vendor/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/vendor/click/core.py", line 697, in main rv = self.invoke(ctx) "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/vendor/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/vendor/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/vendor/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/cli.py", line 435, in install selective_upgrade=selective_upgrade, "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/core.py", line 2046, in do_install skip_lock=skip_lock "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/core.py", line 1312, in do_init pypi_mirror=pypi_mirror, "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/core.py", line 1140, in do_lock project.write_lockfile(lockfile) "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/project.py", line 651, in write_lockfile f.write(s) "/Users/Julian/.local/share/virtualenvs/pipenv/site-packages/pipenv/_compat.py", line 216, in func_wrapper return func(*args, **kwargs) TypeError: unicode argument expected, got 'str'
0.535409
Traceback (most recent call last): "/home/gitlab-runner/builds/5cd61c66/0/OpenShot/openshot-qt/openshot.py", line 18, in swig_import_helper "/usr/lib/python3.4/imp.py", line 297, in find_module ImportError: No module named '_openshot'
Traceback (most recent call last): "upsnet/upsnet_end2end_test.py", line 44, in <module> from upsnet.models import * "upsnet/../upsnet/models/__init__.py", line 1, in <module> from .resnet_upsnet import resnet_50_upsnet, resnet_101_upsnet "upsnet/../upsnet/models/resnet_upsnet.py", line 22, in <module> from upsnet.models.resnet import get_params, resnet_rcnn, ResNetBackbone "upsnet/../upsnet/models/resnet.py", line 21, in <module> from upsnet.operators.modules.deform_conv import DeformConv "upsnet/../upsnet/operators/modules/deform_conv.py", line 22, in <module> from upsnet.operators.functions.deform_conv import DeformConvFunction "upsnet/../upsnet/operators/functions/deform_conv.py", line 21, in <module> from .._ext.deform_conv import deform_conv_cuda ImportError: cannot import name 'deform_conv_cuda'
0.637007
Traceback (most recent call last): "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py", line 450, in _update_entity_states yield from update_coro "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 256, in async_update_ha_state self._attr_setter('entity_picture', str, ATTR_ENTITY_PICTURE, attr) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 323, in _attr_setter value = getattr(self, name) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sensor/wunderground.py", line 712, in entity_picture return re.sub(r'^http://', 'https://', url, flags=re.IGNORECASE) "/srv/homeassistant/lib/python3.5/re.py", line 182, in sub return _compile(pattern, flags).sub(repl, string, count) TypeError: expected string or bytes-like object
Traceback (most recent call last): "C:\Anaconda3\lib\site-packages\conda\exceptions.py", line 472, in conda_exception_handler return_value = func(*args, **kwargs) "C:\Anaconda3\lib\site-packages\conda\cli\main.py", line 144, in _main exit_code = args.func(args, p) "C:\Anaconda3\lib\site-packages\conda\cli\main_create.py", line 68, in execute install(args, parser, 'create') "C:\Anaconda3\lib\site-packages\conda\cli\install.py", line 398, in install common.confirm_yn(args) "C:\Anaconda3\lib\site-packages\conda\cli\common.py", line 433, in confirm_yn raise DryRunExit TypeError: __init__() missing 1 required positional argument: 'message'
0.548961
Traceback (most recent call last): "src/update_statistic.py", line 48, in <module> sys.exit(main()) "src/update_statistic.py", line 38, in main updater.update_all_stats() "/home/fact_restricted/git/FACT_core_github/src/statistic/update.py", line 44, in update_all_stats self.db.update_statistic('ips_and_uris', self._get_ip_stats()) "/home/fact_restricted/git/FACT_core_github/src/statistic/update.py", line 296, in _get_ip_stats stats['ips_v4'] = self._get_objects_and_count_of_occurrence_firmware_and_file_db('$processed_analysis.ip_and_uri_finder.ips_v4', unwind=True, sumup_function=sum_up_nested_lists) "/home/fact_restricted/git/FACT_core_github/src/statistic/update.py", line 356, in _get_objects_and_count_of_occurrence_firmware_and_file_db combined_result = sum_up_lists(result_firmwares, result_files) "/home/fact_restricted/git/FACT_core_github/src/helperFunctions/merge_generators.py", line 46, in sum_up_lists _add_list_to_dict(list_a, tmp) "/home/fact_restricted/git/FACT_core_github/src/helperFunctions/merge_generators.py", line 18, in _add_list_to_dict if item[0] in input_dict.keys(): TypeError: unhashable type: 'list'
Traceback (most recent call last): "e:\software\python3.6.5\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "e:\software\python3.6.5\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "E:\Software\Python3.6.5\Scripts\bert-serving-start.exe\__main__.py", line 9, in <module> "e:\software\python3.6.5\lib\site-packages\bert_serving\server\cli\__init__.py", line 4, in main with BertServer(get_run_args()) as server: ** "e:\software\python3.6.5\lib\site-packages\bert_serving\server\__init__.py", line 71, in __init__ self.graph_path, self.bert_config = pool.apply(optimize_graph, (self.args,)) TypeError: 'NoneType' object is not iterable**
0.653018
Traceback (most recent call last): "__main__.py", line 555, in <module> "__main__.py", line 120, in bootstrap "__main__.py", line 144, in chainload "__main__.py", line 551, in _chainload "myapp.pyw", line 26, in <module> "zipextimporter.pyc", line 82, in load_module "rdflib\__init__.pyc", line 78, in <module> AttributeError: 'Blackhole' object has no attribute 'isatty'
Traceback (most recent call last): "/home/john/anaconda3/envs/th/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap self.run() "/home/john/anaconda3/envs/th/lib/python3.5/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) "/home/john/dev/pytorch-a3c/train.py", line 24, in train shared_param.grad.data = param.grad.data AttributeError: 'NoneType' object has no attribute 'data'
0.607398
Traceback (most recent call last): "/Users/emmanuelnalepa/miniconda3/bin/guild", line 10, in <module> sys.exit(main()) "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/main_bootstrap.py", line 38, in main guild.main.main() "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/main.py", line 32, in main _main() "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/main.py", line 38, in _main main_cmd.main(standalone_mode=False) "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/external/click/core.py", line 759, in __call__ return self.main(*args, **kwargs) "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/external/click/core.py", line 714, in main rv = self.invoke(ctx) "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/external/click/core.py", line 1132, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/external/click/core.py", line 951, in invoke return ctx.invoke(self.callback, **ctx.params) "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/external/click/core.py", line 552, in invoke return callback(*args, **kwargs) "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/click_util.py", line 146, in fn return fn0(*(args + (Args(**kw),))) "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/commands/compare.py", line 177, in compare compare_impl.main(args) "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/commands/compare_impl.py", line 62, in main _write_csv(args) "/Users/emmanuelnalepa/miniconda3/lib/python3.6/site-packages/guild/commands/compare_impl.py", line 102, in _write_csv writer.writerow(row) TypeError: a bytes-like object is required, not 'str'
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
0.60355
Traceback (most recent call last): "C:\Program s\Python36\Scripts\dsio-script.py", line 11, in <module> load_entry_point('dsio', 'console_scripts', 'dsio')() "c:\windows\system32\src\dsio\dsio\main.py", line 155, in main cols=int(args.cols) "c:\windows\system32\src\dsio\dsio\main.py", line 70, in restream_dataframe port=bokeh_port, update_queue=update_queue "c:\windows\system32\src\dsio\dsio\dashboard\bokeh.py", line 74, in generate_dashboard if io_loop._running: # Assume we're in a Jupyter notebook AttributeError: 'AsyncIOMainLoop' object has no attribute '_running'
Traceback (most recent call last): "/home/quinten/.local/lib/python2.7/site-packages/twisted/web/http.py", line 2880, in dataReceived negotiatedProtocol = self._channel.transport.negotiatedProtocol AttributeError: 'Server' object has no attribute 'negotiatedProtocol'
0.580925
Traceback (most recent call last): "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner self.run() "/usr/lib/python3.4/threading.py", line 868, in run self._target(*self._args, **self._kwargs) "/home/pi/python-gpiozero/gpiozero/mixins.py", line 80, in _copy_values self.value = v "/home/pi/python-gpiozero/gpiozero/devices.py", line 313, in __setattr__ return super(CompositeDevice, self).__setattr__(name, value) "/home/pi/python-gpiozero/gpiozero/devices.py", line 159, in __setattr__ return super(GPIOBase, self).__setattr__(name, value) "/home/pi/python-gpiozero/gpiozero/output_devices.py", line 1062, in value self.pwm_device.pin.frequency = int(1 / self.frame_width) AttributeError: 'NoneType' object has no attribute 'frequency'
Traceback (most recent call last): "./try_telethon.py", line 38, in <module> **kwargs) "/home/pi/telethon/telethon_examples/interactive_telegram_client.py", line 78, in __init__ super().__init__(session_user_id, api_id, api_hash, proxy) "/home/pi/telethon/telethon/telegram_client.py", line 89, in __init__ session = JsonSession.try_load_or_create_new(session) "/home/pi/telethon/telethon/tl/session.py", line 199, in try_load_or_create_new except (json.decoder.JSONDecodeError, UnicodeDecodeError): AttributeError: 'module' object has no attribute 'JSONDecodeError'
0.585899
Traceback (most recent call last): "/Users/xxxx.local/share/virtualenvs/security-DQzaLIPv/lib/python3.7/site-packages/ScoutSuite/providers/base/provider.py", line 315, in _go_to_and_do callback(current_config_key[value], path, current_path, value, callback_args) TypeError: put_cidr_name() missing 1 required positional argument: 'callback_args'
Traceback (most recent call last): "/home/talbert/debian-packaging/mayavi2/mayavi2/tvtk/tests/test_visual.py", line 50, in test_ring r = visual.ring() "/usr/lib/python3/dist-packages/tvtk/tools/visual.py", line 761, in __init__ self.property = self.actor.property "/usr/lib/python3/dist-packages/traits/trait_types.py", line 3154, in create_default_value return klass(*args[1:], **kw) "/usr/lib/python3/dist-packages/tvtk/tvtk_classes.zip/tvtk_classes/actor.py", line 53, in __init__ tvtk_base.TVTKBase.__init__(self, vtk.vtkActor, obj, update, **traits) "/usr/lib/python3/dist-packages/tvtk/tvtk_base.py", line 362, in __init__ super(TVTKBase, self).__init__(**traits) TypeError: super(type, obj): obj must be an instance or subtype of type
0.592444
Traceback (most recent call last): "infer.py", line 196, in <module> main(use_cuda) "infer.py", line 191, in main decode_main(False) # Beam Search does not support CUDA "infer.py", line 133, in decode_main translation_ids, translation_scores = decode(context) "infer.py", line 98, in decode beam_size, end_id=10, level=0) TypeError: beam_search() got multiple values for keyword argument 'end_id'
Traceback (most recent call last): "./python3.3/concurrent/futures/_base.py", line 296, in _invoke_callbacks "~/Library/Application Support/Sublime Text 3/Packages/EasyClangComplete/EasyClangComplete.py", line 434, in info_finished (tooltip_request, current_popup) = future.result() TypeError: 'NoneType' object is not iterable
0.5461
Traceback (most recent call last): "execute.py", line 352, in <module> train() "execute.py", line 138, in train gConfig['dec_vocab_size']) "C:\Users\ANKIT\Downloads\TENSORFLOW MODELS\tensor chat\tensorflow_chatbot000-master\tensorflow_chatbot-master\data\data_utils.py", line 141, in prepare_custom_data data_to_token_ids(train_enc, enc_train_ids_path, enc_vocab_path, tokenizer) "C:\Users\ANKIT\Downloads\TENSORFLOW MODELS\tensor chat\tensorflow_chatbot000-master\tensorflow_chatbot-master\data\data_utils.py", line 126, in data_to_token_ids normalize_digits) "C:\Users\ANKIT\Downloads\TENSORFLOW MODELS\tensor chat\tensorflow_chatbot000-master\tensorflow_chatbot-master\data\data_utils.py", line 108, in sentence_to_token_ids words = tokenizer(sentence) "C:\Users\ANKIT\Downloads\TENSORFLOW MODELS\tensor chat\tensorflow_chatbot000-master\tensorflow_chatbot-master\data\data_utils.py", line 51, in basic_tokenizer words = re.split(_WORD_SPLIT, space_separated_fragment) "C:\Users\ANKIT\AppData\Local\Programs\Python\Python35\lib\re.py", line 203, in split return _compile(pattern, flags).split(string, maxsplit) TypeError: cannot use a string pattern on a bytes-like object
Traceback (most recent call last): "/Users/vru959/anaconda2/lib/python2.7/unittest/case.py", line 329, in run testMethod() "/Users/vru959/workshop/gensim/gensim/test/test_coherencemodel.py", line 223, in testPersistenceWithTextsGenerator model.save(fname) "/Users/vru959/workshop/gensim/gensim/utils.py", line 499, in save pickle_protocol=pickle_protocol) "/Users/vru959/workshop/gensim/gensim/utils.py", line 371, in _smart_save pickle(self, fname, protocol=pickle_protocol) "/Users/vru959/workshop/gensim/gensim/utils.py", line 925, in pickle _pickle.dump(obj, fout, protocol=protocol) TypeError: can't pickle generator objects
0.578747
Traceback (most recent call last): "D:\Sources\dulwich\dulwich\tests\compat\test_client.py", line 203, in test_fetch_pack refs = c.fetch(self._build_path(b'/server_new.export'), dest) "D:\Sources\dulwich\dulwich\client.py", line 280, in fetch progress) "D:\Sources\dulwich\dulwich\client.py", line 601, in fetch_pack proto, can_read = self._connect(b'upload-pack', path) "D:\Sources\dulwich\dulwich\client.py", line 790, in _connect stderr=self._stderr)) "C:\Python36-32\lib\subprocess.py", line 707, in __init__ restore_signals, start_new_session) "C:\Python36-32\lib\subprocess.py", line 964, in _execute_child args = list2cmdline(args) "C:\Python36-32\lib\subprocess.py", line 461, in list2cmdline needquote = (" " in arg) or ("\t" in arg) or not arg TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last): "C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time elapsed_time = time.monotonic() - self.t0 TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
0.518266
Traceback (most recent call last): "X:\4.4-exe\build\inst\lib\python3.5\site-packages\UM\Qt\Bindings\MainWindow.py", line 183, in mouseReleaseEvent "X:\4.4-exe\build\inst\lib\python3.5\site-packages\UM\Qt\QtMouseDevice.py", line 36, in handleEvent "X:\4.4-exe\build\inst\lib\python3.5\site-packages\UM\Signal.py", line 212, in emit "X:\4.4-exe\build\inst\lib\python3.5\site-packages\UM\Signal.py", line 315, in __performEmit "X:\4.4-exe\build\inst\lib\python3.5\site-packages\UM\Controller.py", line 344, in event "X:\4.4-exe\build\inst\lib\python3.5\site-packages\UM\Signal.py", line 212, in emit "X:\4.4-exe\build\inst\lib\python3.5\site-packages\UM\Signal.py", line 315, in __performEmit "X:\4.4-exe\build\inst\lib\python3.5\site-packages\cura\CuraApplication.py", line 1806, in _onContextMenuRequested AttributeError: 'NoneType' object has no attribute 'getIdAtPosition'
Traceback (most recent call last): "./run_server.py", line 4, in <module> from mead import app "/home/seth/Code/python/mead_dev/mead/mead/**init**.py", line 66, in <module> import mead.core.views.content "/home/seth/Code/python/mead_dev/mead/mead/core/views/content.py", line 10, in <module> from available import defaults "/home/seth/Code/python/mead_dev/mead/mead/core/views/available.py", line 22, in <module> defaults.update(dict(pages = Page.query.all())) "/home/seth/Code/python/mead_dev/local/lib/python2.7/site-packages/Flask_SQLAlchemy-0.15-py2.7.egg/flaskext/sqlalchemy.py", line 386, in **get** return type.query_class(mapper, session=self.sa.session()) "/home/seth/Code/python/mead_dev/local/lib/python2.7/site-packages/SQLAlchemy-0.7.3-py2.7.egg/sqlalchemy/orm/scoping.py", line 53, in **call** return self.registry() "/home/seth/Code/python/mead_dev/local/lib/python2.7/site-packages/SQLAlchemy-0.7.3-py2.7.egg/sqlalchemy/util/_collections.py", line 877, in __call__ val = self.registry.value = self.createfunc() "/home/seth/Code/python/mead_dev/local/lib/python2.7/site-packages/Flask_SQLAlchemy-0.15-py2.7.egg/flaskext/sqlalchemy.py", line 191, in **init** bind=db.engine, "/home/seth/Code/python/mead_dev/local/lib/python2.7/site-packages/Flask_SQLAlchemy-0.15-py2.7.egg/flaskext/sqlalchemy.py", line 719, in engine return self.get_engine(self.get_app()) "/home/seth/Code/python/mead_dev/local/lib/python2.7/site-packages/Flask_SQLAlchemy-0.15-py2.7.egg/flaskext/sqlalchemy.py", line 736, in get_engine return connector.get_engine() "/home/seth/Code/python/mead_dev/local/lib/python2.7/site-packages/Flask_SQLAlchemy-0.15-py2.7.egg/flaskext/sqlalchemy.py", line 428, in get_engine self._sa.apply_driver_hacks(self._app, info, options) "/home/seth/Code/python/mead_dev/local/lib/python2.7/site-packages/Flask_SQLAlchemy-0.15-py2.7.egg/flaskext/sqlalchemy.py", line 679, in apply_driver_hacks if info.drivername == 'mysql': AttributeError: 'NoneType' object has no attribute 'drivername'
0.666993
`Traceback (most recent call last): "/Users/kingfei/Desktop/Nuitka_env/dist/text.app/Contents/Resources/__boot__.py", line 443, in <module> _run() "/Users/kingfei/Desktop/Nuitka_env/dist/text.app/Contents/Resources/__boot__.py", line 426, in _run exec(compile(source, path, "exec"), globals(), globals()) "/Users/kingfei/Desktop/Nuitka_env/dist/text.app/Contents/Resources/text.py", line 45, in <module> p() "/Users/kingfei/Desktop/Nuitka_env/dist/text.app/Contents/Resources/text.py", line 39, in p fake = Faker('it_IT') "/Users/kingfei/Desktop/Nuitka_env/dist/text.app/Contents/Resources/lib/python3.8/faker/proxy.py", line 60, in __init__ self._factory_map[locale] = Factory.create(locale, providers, generator, includes, "/Users/kingfei/Desktop/Nuitka_env/dist/text.app/Contents/Resources/lib/python3.8/faker/factory.py", line 42, in create raise AttributeError(msg) AttributeError: Invalid configuration for faker locale `zh_CN`
Traceback (most recent call last): "./setup.py", line 156, in <module> call(BuildDocsCommand.apidoc_command) AttributeError: type object 'BuildDocsCommand' has no attribute 'apidoc_command'
0.584682
Traceback (most recent call last): "train.py", line 214, in <module> save_dirname="understand_sentiment_conv.inference.model") "train.py", line 188, in main save_dirname=save_dirname) "train.py", line 173, in train train_loop(fluid.default_main_program()) "train.py", line 137, in train_loop exe.run(fluid.default_startup_program()) "/usr/local/lib/python2.7/dist-packages/paddle/fluid/executor.py", line 336, in run self.executor.run(program.desc, scope, 0, True, True) RuntimeError: function_attributes(): after cudaFuncGetAttributes: invalid device function
Traceback (most recent call last): "predict_tensorrt_video.py", line 665, in <module> main() "predict_tensorrt_video.py", line 88, in inner retval = fnc(*args, **kwargs) "predict_tensorrt_video.py", line 659, in main run_inference(args.video_in, args.video_out, candidate_id, current_time) "predict_tensorrt_video.py", line 549, in run_inference face_encoding = get_face_encodings(frame, css_type_face_location, 0)[0] "/home/gate/.virtualenvs/lffd/lib/python3.6/site-packages/face_recognition/api.py", line 210, in face_encodings return [np.array(face_encoder.compute_face_descriptor(face_image, raw_landmark_set, num_jitters)) for raw_landmark_set in raw_landmarks] "/home/gate/.virtualenvs/lffd/lib/python3.6/site-packages/face_recognition/api.py", line 210, in <listcomp> return [np.array(face_encoder.compute_face_descriptor(face_image, raw_landmark_set, num_jitters)) for raw_landmark_set in raw_landmarks] RuntimeError: Error while calling cudnnConvolutionForward( context(), &alpha, descriptor(data), data.device(), (const cudnnFilterDescriptor_t)filter_handle, filters.device(), (const cudnnConvolutionDescriptor_t)conv_handle, (cudnnConvolutionFwdAlgo_t)forward_algo, forward_workspace, forward_workspace_size_in_bytes, &beta, descriptor(output), output.device()) in file /home/gate/dlib-19.17/dlib/cuda/cudnn_dlibapi.cpp:1007. code: 7, reason: A call to cuDNN failed
0.607695
Traceback (most recent call last): "weixin.py", line 1182, in <module> webwx.start() "weixin.py", line 33, in wrapper return fn(*args) "weixin.py", line 940, in start self._echo('[*] 微信网页版 ... 开动') "weixin.py", line 1037, in _echo sys.stdout.write(str) "weixin.py", line 1164, in write s = s.decode('utf-8') AttributeError: 'str' object has no attribute 'decode'
[!] Traceback (most recent call last): "lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct AttributeError: 'Sequence' object has no attribute 'asOctets'
0.56786
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/evilmorty/Documents/sympy/sympy/stats/rv_interface.py", line 73, in variance return cmoment(X, 2, condition, **kwargs) "/home/evilmorty/Documents/sympy/sympy/stats/rv_interface.py", line 229, in cmoment return CentralMoment(X, n, condition).doit() "/home/evilmorty/Documents/sympy/sympy/stats/symbolic_probability.py", line 669, in doit return self.rewrite(Expectation).doit(**hints) "/home/evilmorty/Documents/sympy/sympy/core/basic.py", line 1769, in rewrite return self._eval_rewrite(None, rule, **hints) "/home/evilmorty/Documents/sympy/sympy/core/basic.py", line 1688, in _eval_rewrite rewritten = getattr(self, rule)(*args, **hints) "/home/evilmorty/Documents/sympy/sympy/stats/symbolic_probability.py", line 673, in _eval_rewrite_as_Expectation return Moment(X, n, mu, condition, **kwargs).rewrite(Expectation) "/home/evilmorty/Documents/sympy/sympy/core/basic.py", line 1769, in rewrite return self._eval_rewrite(None, rule, **hints) "/home/evilmorty/Documents/sympy/sympy/core/basic.py", line 1688, in _eval_rewrite rewritten = getattr(self, rule)(*args, **hints) "/home/evilmorty/Documents/sympy/sympy/stats/symbolic_probability.py", line 615, in _eval_rewrite_as_Expectation return Expectation((X - c)**n, condition) "/home/evilmorty/Documents/sympy/sympy/matrices/expressions/matexpr.py", line 28, in __sympifyit_wrapper return func(a, b) "/home/evilmorty/Documents/sympy/sympy/core/decorators.py", line 137, in binary_op_wrapper return func(self, other) "/home/evilmorty/Documents/sympy/sympy/matrices/expressions/matexpr.py", line 115, in __sub__ return MatAdd(self, -other, check=True).doit() "/home/evilmorty/Documents/sympy/sympy/matrices/expressions/matexpr.py", line 97, in __neg__ return MatMul(S.NegativeOne, self).doit() "/home/evilmorty/Documents/sympy/sympy/matrices/expressions/matmul.py", line 172, in doit args = [arg.doit(**kwargs) for arg in self.args] "/home/evilmorty/Documents/sympy/sympy/matrices/expressions/matmul.py", line 172, in <listcomp> args = [arg.doit(**kwargs) for arg in self.args] "/home/evilmorty/Documents/sympy/sympy/stats/symbolic_probability.py", line 275, in doit result = pspace(expr).compute_expectation(expr, evaluate=for_rewrite) TypeError: compute_expectation() got an unexpected keyword argument 'evaluate'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/site-packages/pydicom-0.9.9-py2.7.egg/dicom/dataset.py", line 417, in pixel_array return self._get_pixel_array() "/usr/local/lib/python2.7/site-packages/pydicom-0.9.9-py2.7.egg/dicom/dataset.py", line 409, in _get_pixel_array self._pixel_array = self._pixel_data_numpy() "/usr/local/lib/python2.7/site-packages/pydicom-0.9.9-py2.7.egg/dicom/dataset.py", line 349, in _pixel_data_numpy raise TypeError("No pixel data found in this dataset.") TypeError: No pixel data found in this dataset.
0.5048
Traceback (most recent call last): "/usr/lib/python3/dist-packages/evdev/device.py", line 159, in __del__ self.close() "/usr/lib/python3/dist-packages/evdev/device.py", line 304, in close super().close() "/usr/lib/python3/dist-packages/evdev/eventio_async.py", line 54, in close loop = asyncio.get_event_loop() "/usr/lib/python3.8/asyncio/events.py", line 639, in get_event_loop raise RuntimeError('There is no current event loop in thread %r.' RuntimeError: There is no current event loop in thread 'Thread-3'.
Traceback (most recent call last): "../pretrain_graph.py", line 98, in <module> 'scaled_upper_triang_masked_softmax_fusion': True}) "/data/quxiaoru/Code/rev_gen/megatron/training.py", line 129, in pretrain train_data_iterator, valid_data_iterator) "/data/quxiaoru/Code/rev_gen/megatron/training.py", line 808, in train lr_scheduler) "/data/quxiaoru/Code/rev_gen/megatron/training.py", line 594, in train_step forward_step_func, data_iterator, model, optimizer, timers) "/data/quxiaoru/Code/rev_gen/megatron/training.py", line 507, in forward_backward_no_pipelining loss, loss_reduced = forward_step_func(data_iterator, model, input_tensor=None) "../pretrain_graph.py", line 72, in forward_step labels=labels) "/data/quxiaoru/anaconda3/envs/torch18/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/data/quxiaoru/Code/rev_gen/megatron/model/distributed.py", line 76, in forward return self.module(*inputs, **kwargs) "/data/quxiaoru/anaconda3/envs/torch18/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/data/quxiaoru/Code/rev_gen/megatron/model/module.py", line 140, in forward outputs = self.module(*inputs, **kwargs) "/data/quxiaoru/anaconda3/envs/torch18/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/data/quxiaoru/Code/rev_gen/megatron/model/gpt_model.py", line 150, in forward forward_method_parallel_output=forward_method_parallel_output) "/data/quxiaoru/Code/rev_gen/megatron/model/gpt_model.py", line 104, in forward self.fp16_lm_cross_entropy) "/data/quxiaoru/Code/rev_gen/megatron/model/gpt_model.py", line 60, in post_language_model_processing loss = mpu.vocab_parallel_cross_entropy(output.float(), labels) RuntimeError: CUDA out of memory. Tried to allocate 9.33 GiB (GPU 0; 10.76 GiB total capacity; 5.17 GiB already allocated; 4.48 GiB free; 5.28 GiB reserved in total by PyTorch)
0.578132
Traceback (most recent call last): "./main1.py", line 159, in <module> DTrain = km.Model(inputs=[Di, GANi], outputs=[D_loss]) "/usr/local/lib/python3.5/dist-packages/keras/legacy/interfaces.py", line 87, in wrapper return func(*args, **kwargs) "/usr/local/lib/python3.5/dist-packages/keras/engine/topology.py", line 1635, in __init__ build_map_of_graph(x, seen_nodes, depth=0) "/usr/local/lib/python3.5/dist-packages/keras/engine/topology.py", line 1626, in build_map_of_graph next_node = layer.inbound_nodes[node_index] AttributeError: 'NoneType' object has no attribute 'inbound_nodes'
Traceback (most recent call last): "D:\Tools\PenetrationTesting\4.Vulnerability_Analysis\CodeAudit\Kunlun-M\core\cast.py", line 245, in is_controllable_param _is_co, _cp, expr_lineno, chain = php_anlysis_params(param_name, self.file_path, self.line, self.sr.vul_function, self.repair_functions, self.controlled_list, isexternal=True) "D:\Tools\PenetrationTesting\4.Vulnerability_Analysis\CodeAudit\Kunlun-M\core\core_engine\php\parser.py", line 1375, in anlysis_params is_co, cp, expr_lineno = deep_parameters_back(param, vul_nodes, function_params, count, file_path, vul_lineno, "D:\Tools\PenetrationTesting\4.Vulnerability_Analysis\CodeAudit\Kunlun-M\core\core_engine\php\parser.py", line 1207, in deep_parameters_back is_co, cp, expr_lineno = parameters_back(param, back_node, function_params, lineno, vul_function=vul_function, "D:\Tools\PenetrationTesting\4.Vulnerability_Analysis\CodeAudit\Kunlun-M\core\core_engine\php\parser.py", line 957, in parameters_back is_co, cp, expr_lineno = class_back(param, node, lineno, vul_function=vul_function, file_path=file_path, "D:\Tools\PenetrationTesting\4.Vulnerability_Analysis\CodeAudit\Kunlun-M\core\core_engine\php\parser.py", line 569, in class_back is_co, cp, expr_lineno = parameters_back(param, vul_nodes, lineno=lineno, function_flag=1, "D:\Tools\PenetrationTesting\4.Vulnerability_Analysis\CodeAudit\Kunlun-M\core\core_engine\php\parser.py", line 905, in parameters_back is_co, cp, expr_lineno = parameters_back(param, vul_nodes, function_params, lineno, "D:\Tools\PenetrationTesting\4.Vulnerability_Analysis\CodeAudit\Kunlun-M\core\core_engine\php\parser.py", line 706, in parameters_back return parameters_back(param, nodes[:-1], function_params, lineno, "D:\Tools\PenetrationTesting\4.Vulnerability_Analysis\CodeAudit\Kunlun-M\core\core_engine\php\parser.py", line 977, in parameters_back is_co, cp, expr_lineno = parameters_back(param, if_nodes, function_params, lineno, "D:\Tools\PenetrationTesting\4.Vulnerability_Analysis\CodeAudit\Kunlun-M\core\core_engine\php\parser.py", line 988, in parameters_back logger.debug("[AST] param {} line {} in new branch for else if".format(param, node.elseifs.lineno)) AttributeError: 'list' object has no attribute 'lineno'
0.624452
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker worker.init_process() "/usr/local/lib/python3.7/site-packages/gunicorn/workers/base.py", line 133, in init_process callback=changed) TypeError: __init__() got an unexpected keyword argument 'extra_files'
Traceback (most recent call last): "issue_serving_server.py", line 71, in <module> ppo.train() "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/agents/trainer.py", line 497, in train raise e "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/agents/trainer.py", line 483, in train result = Trainable.train(self) "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/tune/trainable.py", line 254, in train result = self._train() "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/agents/trainer_template.py", line 133, in _train fetches = self.optimizer.step() "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/optimizers/sync_samples_optimizer.py", line 62, in step samples.append(self.workers.local_worker().sample()) "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/evaluation/rollout_worker.py", line 488, in sample batches = [self.input_reader.next()] "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/evaluation/sampler.py", line 52, in next batches = [self.get_data()] "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/evaluation/sampler.py", line 95, in get_data item = next(self.rollout_provider) "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/evaluation/sampler.py", line 315, in _env_runner soft_horizon, no_done_at_end) "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/evaluation/sampler.py", line 461, in _process_observations episode.batch_builder.postprocess_batch_so_far(episode) "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/evaluation/sample_batch_builder.py", line 152, in postprocess_batch_so_far pre_batch, other_batches, episode) "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/policy/torch_policy_template.py", line 109, in postprocess_trajectory episode) "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/agents/ppo/ppo_tf_policy.py", line 191, in postprocess_ppo_gae use_gae=policy.config["use_gae"]) "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/ray/rllib/evaluation/postprocessing.py", line 45, in compute_advantages traj[key] = np.stack(rollout[key]) "<__array_function__ internals>", line 6, in stack "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/numpy/core/shape_base.py", line 420, in stack arrays = [asanyarray(arr) for arr in arrays] "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/numpy/core/shape_base.py", line 420, in <listcomp> arrays = [asanyarray(arr) for arr in arrays] "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/numpy/core/_asarray.py", line 138, in asanyarray return array(a, dtype, copy=False, order=order, subok=True) "/auto/homes/jb2270/master-project/venv_ray_master/lib/python3.6/site-packages/torch/tensor.py", line 486, in __array__ return self.numpy() TypeError: can't convert CUDA tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.
0.465621
12:17:33 CRITICAL: Traceback (most recent call last): "dwt.py", line 282, in go "dwt_util.py", line 115, in clear_diagtrack AttributeError: 'int' object has no attribute 'decode'
Traceback (most recent call last): "/home/martijn/tribler/Tribler/Test/test_as_server.py", line 64, in check result = fun(*argv, **kwargs) "/home/martijn/tribler/Tribler/Test/Core/CreditMining/test_creditmining.py", line 358, in test_logging boost_man.log_statistics() "/home/martijn/tribler/Tribler/Policies/BoostingManager.py", line 458, in log_statistics if lt.__version__ == '1.0.9.0': AttributeError: 'module' object has no attribute '__version__'
0.569913
TypeError: Traceback (most recent call last): "/home/alan/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 138, in _worker_loop samples = collate_fn([dataset[i] for i in batch_indices]) TypeError: 'NoneType' object is not callable
Traceback (most recent call last): "./test.py", line 7, in <module> print(metpy.interpolate.log_interpolate_1d(x_interp, x_log, y_log)) "/Users/chaosun/anaconda3/lib/python3.7/site-packages/metpy/xarray.py", line 436, in wrapper return func(*args, **kwargs) "/Users/chaosun/anaconda3/lib/python3.7/site-packages/pint/registry_helpers.py", line 194, in wrapper result = func(*new_values, **kw) "/Users/chaosun/anaconda3/lib/python3.7/site-packages/metpy/interpolate/one_dimension.py", line 228, in log_interpolate_1d return interpolate_1d(log_x, log_xp, *args, axis=axis, fill_value=fill_value) "/Users/chaosun/anaconda3/lib/python3.7/site-packages/metpy/xarray.py", line 436, in wrapper return func(*args, **kwargs) "/Users/chaosun/anaconda3/lib/python3.7/site-packages/pint/registry_helpers.py", line 194, in wrapper result = func(*new_values, **kw) "/Users/chaosun/anaconda3/lib/python3.7/site-packages/metpy/interpolate/one_dimension.py", line 119, in interpolate_1d variables = [arr[sorter] for arr in args] "/Users/chaosun/anaconda3/lib/python3.7/site-packages/metpy/interpolate/one_dimension.py", line 119, in <listcomp> variables = [arr[sorter] for arr in args] TypeError: tuple indices must be integers or slices, not tuple
0.487166
Traceback (most recent call last): "proxyPool.py", line 52, in <module> cli() "C:\ProgramData\Anaconda3\lib\site-packages\click\core.py", line 764, in __call__ return self.main(*args, **kwargs) "C:\ProgramData\Anaconda3\lib\site-packages\click\core.py", line 717, in main rv = self.invoke(ctx) "C:\ProgramData\Anaconda3\lib\site-packages\click\core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "C:\ProgramData\Anaconda3\lib\site-packages\click\core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "C:\ProgramData\Anaconda3\lib\site-packages\click\core.py", line 555, in invoke return callback(*args, **kwargs) "proxyPool.py", line 38, in schedule runScheduler() "..\Schedule\ProxyScheduler.py", line 48, in runScheduler rawProxyScheduler() "..\Schedule\ProxyScheduler.py", line 40, in rawProxyScheduler doRawProxyCheck() "..\Schedule\RawProxyCheck.py", line 67, in doRawProxyCheck pm.db.clear() "..\DB\DbClient.py", line 105, in clear return self.client.clear() AttributeError: 'MongodbClient' object has no attribute 'clear'
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_parser.py", line 581, in test_parse_DDDD_only self.parser.parse("145", "DDDD") AttributeError: 'TestDateTimeParserParse' object has no attribute 'parser'
0.575813
Traceback (most recent call last): Traceback (most recent call last): "/home/R1/.local/lib/python2.7/site-packages/fbchat/_client.py", line 3062, in _parseMessage self._parseDelta(m) "/home/R1/.local/lib/python2.7/site-packages/fbchat/_client.py", line 2862, in _parseDelta msg=m, TypeError: onReactionAdded() got multiple values for keyword argument 'mid'
Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 393, in render_jinja_tmpl output = template.render(**decoded_context) "/usr/lib/python3/dist-packages/jinja2/asyncsupport.py", line 76, in render return original_render(self, *args, **kwargs) "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1008, in render return self.environment.handle_exception(exc_info, True) "/usr/lib/python3/dist-packages/jinja2/environment.py", line 780, in handle_exception reraise(exc_type, exc_value, tb) "/usr/lib/python3/dist-packages/jinja2/_compat.py", line 37, in reraise raise value.with_traceback(tb) "<template>", line 2, in top-level template code "/usr/lib/python3/dist-packages/salt/modules/http.py", line 38, in query return salt.utils.http.query(url=url, opts=opts, **kwargs) "/usr/lib/python3/dist-packages/salt/utils/http.py", line 613, in query result_text = __decompressContent(coding, result_text) "/usr/lib/python3/dist-packages/salt/utils/http.py", line 113, in __decompressContent log.trace("Decompressing %s byte content with compression type: %s", len(pgctnt), coding) TypeError: object of type 'NoneType' has no len()
0.604891
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-req-build-frrjpdam/setup.py", line 1108, in <module> setup_package() "/tmp/pip-req-build-frrjpdam/setup.py", line 1104, in setup_package setup(**setup_kwargs) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/setuptools/__init__.py", line 144, in setup return distutils.core.setup(**attrs) "/home/tcaswell/.pybuild/bleeding/lib/python3.9/distutils/core.py", line 148, in setup dist.run_commands() "/home/tcaswell/.pybuild/bleeding/lib/python3.9/distutils/dist.py", line 966, in run_commands self.run_command(cmd) "/home/tcaswell/.pybuild/bleeding/lib/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/setuptools/command/install.py", line 61, in run return orig.install.run(self) "/home/tcaswell/.pybuild/bleeding/lib/python3.9/distutils/command/install.py", line 546, in run self.run_command('build') "/home/tcaswell/.pybuild/bleeding/lib/python3.9/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/tcaswell/.pybuild/bleeding/lib/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/tcaswell/.pybuild/bleeding/lib/python3.9/distutils/command/build.py", line 135, in run self.run_command(cmd_name) "/home/tcaswell/.pybuild/bleeding/lib/python3.9/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/tcaswell/.pybuild/bleeding/lib/python3.9/distutils/dist.py", line 984, in run_command cmd_obj.ensure_finalized() "/home/tcaswell/.pybuild/bleeding/lib/python3.9/distutils/cmd.py", line 107, in ensure_finalized self.finalize_options() "/tmp/pip-req-build-frrjpdam/setup.py", line 588, in finalize_options build_ext.finalize_options(self) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/setuptools/command/build_ext.py", line 144, in finalize_options self.check_extensions_list(self.extensions) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Distutils/old_build_ext.py", line 192, in check_extensions_list ext.sources = self.cython_sources(ext.sources, ext) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Distutils/old_build_ext.py", line 342, in cython_sources result = cython_compile(source, options=options, "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Main.py", line 626, in compile return compile_single(source, options, full_module_name) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Main.py", line 575, in compile_single return run_pipeline(source, options, full_module_name) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Main.py", line 503, in run_pipeline err, enddata = Pipeline.run_pipeline(pipeline, source) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Pipeline.py", line 356, in run_pipeline data = run(phase, data) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Pipeline.py", line 336, in run return phase(data) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Pipeline.py", line 52, in generate_pyx_code_stage module_node.process_implementation(options, result) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/ModuleNode.py", line 161, in process_implementation self.generate_c_code(env, options, result) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/ModuleNode.py", line 412, in generate_c_code self.body.generate_function_definitions(env, code) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Nodes.py", line 398, in generate_function_definitions stat.generate_function_definitions(env, code) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Nodes.py", line 398, in generate_function_definitions stat.generate_function_definitions(env, code) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Nodes.py", line 345, in generate_function_definitions self.body.generate_function_definitions(env, code) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Nodes.py", line 398, in generate_function_definitions stat.generate_function_definitions(env, code) "Cython/Compiler/FusedNode.py", line 899, in Cython.Compiler.FusedNode.FusedCFuncDefNode.generate_function_definitions "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Compiler/Nodes.py", line 2081, in generate_function_definitions assert gil_owned['error'] == gil_owned['success'], "%s != %s" % (gil_owned['error'], gil_owned['success']) AssertionError: True != False
0.50956
Traceback (most recent call last): "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) "C:\Users\91901\anaconda3\envs\tf_1\lib\imp.py", line 243, in load_module return load_dynamic(name, filename, file) "C:\Users\91901\anaconda3\envs\tf_1\lib\imp.py", line 343, in load_dynamic return _load(spec) ImportError: DLL load failed: The paging file is too small for this operation to complete.
Traceback (most recent call last): "/Users/taushif/anaconda3/envs/pyemma/lib/python3.7/site-packages/numpy/core/__init__.py", line 16, in <module> from . import multiarray "/Users/taushif/anaconda3/envs/pyemma/lib/python3.7/site-packages/numpy/core/multiarray.py", line 12, in <module> from . import overrides "/Users/taushif/anaconda3/envs/pyemma/lib/python3.7/site-packages/numpy/core/overrides.py", line 9, in <module> from numpy.core._multiarray_umath import add_docstring, ndarray ImportError: dlopen(/Users/taushif/anaconda3/envs/pyemma/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so, 2): Symbol not found: ___addtf3
0.621667
Traceback (most recent call last): "/home/alex/.virtualenvs/ddtest/lib/python3.7/site-packages/distributed/protocol/core.py", line 106, in loads header = msgpack.loads(header, use_list=False, **msgpack_opts) "msgpack/_unpacker.pyx", line 195, in msgpack._cmsgpack.unpackb ValueError: tuple is not allowed for map key
Traceback (most recent call last): "<string>", line 17, in <module> "c:\users\faisal~1\appdata\local\temp\pip_build_FAISAL KHAN\dragnet\setup.py", line 50, in <module> include_dirs = lxml.get_include() + [find_libxml2_include()], "c:\users\faisal~1\appdata\local\temp\pip_build_FAISAL KHAN\dragnet\setup.py", line 36, in find_libxml2_include raise ValueError("Can't find libxml2 include headers") ValueError: Can't find libxml2 include headers
0.603906
Traceback (most recent call last): "/usr/lib/python3.6/wsgiref/handlers.py", line 141, in run self.handle_error() "/usr/lib/python3.6/wsgiref/handlers.py", line 368, in handle_error self.finish_response() "/usr/lib/python3.6/wsgiref/handlers.py", line 180, in finish_response self.write(data) "/usr/lib/python3.6/wsgiref/handlers.py", line 274, in write self.send_headers() "/usr/lib/python3.6/wsgiref/handlers.py", line 331, in send_headers if not self.origin_server or self.client_is_modern(): "/usr/lib/python3.6/wsgiref/handlers.py", line 344, in client_is_modern return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9' TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last): "<ipython-input-133-563514d452e6>", line 1, in <module> dataset_train = DetectorDataset(image_fps_train, image_annotations, ORIG_SIZE, ORIG_SIZE) "<ipython-input-117-9b4149b31c4e>", line 48, in __init__ super().__init__(self) TypeError: super() takes at least 1 argument (0 given)
0.534785
Traceback (most recent call last): "tools/train_net.py", line 132, in <module> main() "tools/train_net.py", line 114, in main checkpoints = detectron.utils.train.train_model() "/data/hope/data/Detectron/detectron/utils/train.py", line 67, in train_model workspace.RunNet(model.net.Proto().name) "/home/hope/anaconda3/envs/caffe2/lib/python2.7/site-packages/caffe2/python/workspace.py", line 236, in RunNet StringifyNetName(name), num_iter, allow_fail, "/home/hope/anaconda3/envs/caffe2/lib/python2.7/site-packages/caffe2/python/workspace.py", line 197, in CallWithExceptionIntercept return func(*args, **kwargs) RuntimeError: [enforce fail at utility_ops.h:282] . Check failed: output->sizes() == Input(i).sizes().Description: Input #1, input dimension:[1, 256, 128, 168] should match output dimension: [1, 256, 64, 84]
Traceback (most recent call last): "train_softmax.py", line 453, in <module> main() "train_softmax.py", line 450, in main train_net(args) "train_softmax.py", line 444, in train_net epoch_end_callback = epoch_cb ) "/usr/local/lib/python2.7/dist-packages/mxnet/module/base_module.py", line 460, in fit for_training=True, force_rebind=force_rebind) "/usr/local/lib/python2.7/dist-packages/mxnet/module/module.py", line 417, in bind state_names=self._state_names) "/usr/local/lib/python2.7/dist-packages/mxnet/module/executor_group.py", line 231, in __init__ self.bind_exec(data_shapes, label_shapes, shared_group) "/usr/local/lib/python2.7/dist-packages/mxnet/module/executor_group.py", line 327, in bind_exec shared_group)) "/usr/local/lib/python2.7/dist-packages/mxnet/module/executor_group.py", line 603, in _bind_ith_exec shared_buffer=shared_data_arrays, **input_shapes) "/usr/local/lib/python2.7/dist-packages/mxnet/symbol.py", line 1479, in simple_bind raise RuntimeError(error_msg) RuntimeError: simple_bind error. Arguments:
0.560854
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/state.py", line 1624, in call **cdata['kwargs']) "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1491, in wrapper return f(*args, **kwargs) "/usr/lib/python2.7/dist-packages/salt/states/pip_state.py", line 592, in installed out = _check_pkg_version_format(pkg) "/usr/lib/python2.7/dist-packages/salt/states/pip_state.py", line 176, in _check_pkg_version_format ret['prefix'] = install_req.req.project_name AttributeError: 'Requirement' object has no attribute 'project_name' Started: 02:02:36.484286
Traceback (most recent call last): "multiprocessing/process.py", line 297, in _bootstrap "processing/redditloader.py", line 30, in run "processing/redditloader.py", line 51, in load "processing/redditloader.py", line 65, in _scan_sources "sources/pushshift_subreddit.py", line 24, in get_elements "processing/wrappers/redditelement.py", line 39, in __init__ "processing/wrappers/redditelement.py", line 60, in detect_type "processing/wrappers/redditelement.py", line 158, in _ps_submission AttributeError: 'submission' object has no attribute 'media_metadata'
0.652977
Traceback (most recent call last): "<stdin>", line 1, in <module> TypeError: unsupported operand type(s) for -: 'float' and 'str'
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity await entity.async_device_update(warning=False) "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_update await self.hass.async_add_job(self.update) "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) "/usr/local/lib/python3.6/site-packages/homeassistant/components/alarm_control_panel/blink.py", line 72, in update mode = self.sync.arm "/usr/local/lib/python3.6/site-packages/blinkpy/sync_module.py", line 94, in arm return self._summary['network']['armed'] TypeError: 'NoneType' object is not subscriptable
0.525088
Traceback (most recent call last): "/Users/************/projects/luigi/luigi/retcodes.py", line 75, in run_with_retcodes worker = luigi.interface._run(argv).worker "/Users/************/projects/luigi/luigi/interface.py", line 211, in _run return _schedule_and_run([cp.get_task_obj()], worker_scheduler_factory) "/Users/************/projects/luigi/luigi/interface.py", line 174, in _schedule_and_run luigi_run_result = LuigiRunResult(worker, success) "/Users/************/projects/luigi/luigi/execution_summary.py", line 79, in __init__ self.summary_text = _summary_wrap(_summary_format(summary_dict, worker)) "/Users/************/projects/luigi/luigi/execution_summary.py", line 414, in _summary_format str_output += '{0}\n'.format(_get_str(group_tasks[status], status in _PENDING_SUB_STATUSES)) "/Users/************/projects/luigi/luigi/execution_summary.py", line 204, in _get_str params = _get_set_of_params(tasks) "/Users/************/projects/luigi/luigi/execution_summary.py", line 247, in _get_set_of_params params[param] = {getattr(task, param[0]) for task in tasks} "/Users/************/projects/luigi/luigi/execution_summary.py", line 247, in <setcomp> params[param] = {getattr(task, param[0]) for task in tasks} TypeError: unhashable type: 'dict'
Traceback (most recent call last): "bug.py", line 7, in <module> df.astype('<M8[ns]') "/lib/python3.5/site-packages/pandas/core/generic.py", line 5691, in astype **kwargs) "/lib/python3.5/site-packages/pandas/core/internals/managers.py", line 531, in astype return self.apply('astype', dtype=dtype, **kwargs) "/lib/python3.5/site-packages/pandas/core/internals/managers.py", line 395, in apply applied = getattr(b, f)(**kwargs) "/lib/python3.5/site-packages/pandas/core/internals/blocks.py", line 534, in astype **kwargs) "/lib/python3.5/site-packages/pandas/core/internals/blocks.py", line 633, in _astype values = astype_nansafe(values.ravel(), dtype, copy=True) "/lib/python3.5/site-packages/pandas/core/dtypes/cast.py", line 690, in astype_nansafe return astype_nansafe(to_datetime(arr).values, dtype, copy=copy) "/lib/python3.5/site-packages/pandas/core/tools/datetimes.py", line 609, in to_datetime result = convert_listlike(arg, box, format) "/lib/python3.5/site-packages/pandas/core/tools/datetimes.py", line 302, in _convert_listlike_datetimes allow_object=True) "/lib/python3.5/site-packages/pandas/core/arrays/datetimes.py", line 1857, in objects_to_datetime64ns require_iso8601=require_iso8601 "pandas/_libs/tslib.pyx", line 460, in pandas._libs.tslib.array_to_datetime "pandas/_libs/tslib.pyx", line 685, in pandas._libs.tslib.array_to_datetime "pandas/_libs/tslib.pyx", line 813, in pandas._libs.tslib.array_to_datetime_object "pandas/_libs/tslib.pyx", line 659, in pandas._libs.tslib.array_to_datetime TypeError: <class 'arrow.arrow.Arrow'> is not convertible to datetime
0.53792
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Python34\lib\encodings\cp437.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_map)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\u2019' in position 33349: character maps to <undefined>
16-11-16 21:11:52.175 [ERROR] [acd_cli] - Traceback (most recent call last): "/usr/local/bin/acd_cli.py", line 255, in wrapped ret_val = f(*args, **kwargs) "/usr/local/bin/acd_cli.py", line 500, in upload_file deduplication=dedup) "/usr/local/lib/python3.4/dist-packages/acdcli/api/content.py", line 132, in upload_file (quote_plus(basename), f, mime_type))])) "/usr/lib/python3.4/urllib/parse.py", line 705, in quote_plus return quote(string, safe, encoding, errors) "/usr/lib/python3.4/urllib/parse.py", line 688, in quote string = string.encode(encoding, errors) UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc3' in position 6: surrogates not allowed
0.610786
Traceback (most recent call last): "D:\Program s (x86)\Python36-32\lib\unittest\suite.py", line 163, in _handleClassSetUp setUpClass() "D:\autotest\python\ApiTestEngine\test\base.py", line 21, in setUpClass cls.api_server_process.start() "D:\Program s (x86)\Python36-32\lib\multiprocessing\process.py", line 105, in start self._popen = self._Popen(self) "D:\Program s (x86)\Python36-32\lib\multiprocessing\context.py", line 223, in _Popen return _default_context.get_context().Process._Popen(process_obj) "D:\Program s (x86)\Python36-32\lib\multiprocessing\context.py", line 322, in _Popen return Popen(process_obj) "D:\Program s (x86)\Python36-32\lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__ reduction.dump(process_obj, to_child) "D:\Program s (x86)\Python36-32\lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) TypeError: can't pickle _thread.lock objects
Traceback (most recent call last): "/usr/local/opt/chisel/libexec/fblldb.py", line 83, in runCommand command.run(args, options) "/usr/local/Cellar/chisel/HEAD-2bc1bf6/libexec/commands/FBVisualizationCommands.py", line 178, in run _visualize(arguments[0]) "/usr/local/Cellar/chisel/HEAD-2bc1bf6/libexec/commands/FBVisualizationCommands.py", line 150, in _visualize _showImage(target) "/usr/local/Cellar/chisel/HEAD-2bc1bf6/libexec/commands/FBVisualizationCommands.py", line 38, in _showImage imageBytesStartAddress = fb.evaluateExpression('(void *)[(id)' + imageDataAddress + ' bytes]') TypeError: cannot concatenate 'str' and 'NoneType' objects
0.552213
Traceback (most recent call last): "/home/felix/FastFeatures/new_project/fastsklearnfeature/test/optuna/dynamic_categories.py", line 18, in <module> study.optimize(objective, n_trials=4) "/home/felix/anaconda3/envs/new_project/lib/python3.7/site-packages/optuna/study.py", line 339, in optimize func, n_trials, timeout, catch, callbacks, gc_after_trial, None "/home/felix/anaconda3/envs/new_project/lib/python3.7/site-packages/optuna/study.py", line 682, in _optimize_sequential self._run_trial_and_callbacks(func, catch, callbacks, gc_after_trial) "/home/felix/anaconda3/envs/new_project/lib/python3.7/site-packages/optuna/study.py", line 713, in _run_trial_and_callbacks trial = self._run_trial(func, catch, gc_after_trial) "/home/felix/anaconda3/envs/new_project/lib/python3.7/site-packages/optuna/study.py", line 734, in _run_trial result = func(trial) "/home/felix/FastFeatures/new_project/fastsklearnfeature/test/optuna/dynamic_categories.py", line 12, in objective classifier = trial.suggest_categorical('dataset', classifiers) "/home/felix/anaconda3/envs/new_project/lib/python3.7/site-packages/optuna/trial/_trial.py", line 468, in suggest_categorical return self._suggest(name, CategoricalDistribution(choices=choices)) "/home/felix/anaconda3/envs/new_project/lib/python3.7/site-packages/optuna/trial/_trial.py", line 652, in _suggest return self._set_new_param_or_get_existing(name, param_value, distribution) "/home/felix/anaconda3/envs/new_project/lib/python3.7/site-packages/optuna/trial/_trial.py", line 659, in _set_new_param_or_get_existing self._trial_id, name, param_value_in_internal_repr, distribution "/home/felix/anaconda3/envs/new_project/lib/python3.7/site-packages/optuna/storages/in_memory.py", line 257, in set_trial_param self._studies[study_id].param_distribution[param_name], distribution "/home/felix/anaconda3/envs/new_project/lib/python3.7/site-packages/optuna/distributions.py", line 512, in check_distribution_compatibility CategoricalDistribution.__name__ + " does not support dynamic value space." ValueError: CategoricalDistribution does not support dynamic value space.
Traceback (most recent call last): "<string>", line 17, in <module> "/home/work/walle/venv/build/gevent/setup.py", line 418, in <module> run_setup(EXT_MODULES, run_make=_BUILDING) "/home/work/walle/venv/build/gevent/setup.py", line 402, in run_setup "signal_os_incompat = gevent.monkey:_subscribe_signal_os", "/usr/lib/python2.7/distutils/core.py", line 111, in setup _setup_distribution = dist = klass(attrs) "/home/work/walle/venv/local/lib/python2.7/site-packages/setuptools/dist.py", line 239, in __init__ self.fetch_build_eggs(attrs.pop('setup_requires')) "/home/work/walle/venv/local/lib/python2.7/site-packages/setuptools/dist.py", line 264, in fetch_build_eggs replace_conflicting=True "/home/work/walle/venv/local/lib/python2.7/site-packages/pkg_resources.py", line 555, in resolve requirements = list(requirements)[::-1] # set up the stack "/home/work/walle/venv/local/lib/python2.7/site-packages/pkg_resources.py", line 2563, in parse_requirements line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version spec") "/home/work/walle/venv/local/lib/python2.7/site-packages/pkg_resources.py", line 2541, in scan_list "Expected ',' or end-of-list in",line,"at",line[p:] ValueError: ("Expected ',' or end-of-list in", "cffi >= 1.11.5 ; sys_platform == 'win32' and platform_python_implementation == 'CPython'", 'at', " ; sys_platform == 'win32' and platform_python_implementation == 'CPython'")
0.569753
Traceback (most recent call last): "uvloop/handles/stream.pyx", line 767, in uvloop.loop.__uv_stream_on_read_common "uvloop/handles/stream.pyx", line 613, in uvloop.loop.UVStream._on_eof "uvloop/sslproto.pyx", line 398, in uvloop.loop.SSLProtocol.eof_received "uvloop/sslproto.pyx", line 578, in uvloop.loop.SSLProtocol._do_shutdown "uvloop/sslproto.pyx", line 585, in uvloop.loop.SSLProtocol._on_shutdown_complete AttributeError: 'NoneType' object has no attribute 'cancel'
Traceback (most recent call last): "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process'
0.634124
Traceback (most recent call last): "chivasbot.py", line 7, in <module> cl = LineAlpha.LINE() AttributeError: 'module' object has no attribute 'LINE'
Traceback (most recent call last): "sequence_sampling.py", line 222, in <module> generate() "sequence_sampling.py", line 202, in generate inputs, begin_states = get_initial_input_state(decoder, bos_ids) "sequence_sampling.py", line 157, in get_initial_input_state mx.nd.array([bos_ids], dtype=np.int32, ctx=ctx), None "/home/ec2-user/anaconda3/envs/devnlp/lib/python3.7/site-packages/mxnet/gluon/block.py", line 548, in __call__ out = self.forward(*args) "/home/ec2-user/anaconda3/envs/devnlp/lib/python3.7/site-packages/mxnet/gluon/block.py", line 925, in forward return self.hybrid_forward(ndarray, x, *args, **params) "/home/ec2-user/projects/gluon-nlp/scripts/text_generation/model/gpt.py", line 275, in hybrid_forward data_pos = F.contrib.arange_like(data, axis=1).astype('int32') AttributeError: module 'mxnet.ndarray.contrib' has no attribute 'arange_like'
0.602042
Traceback (most recent call last): "/<pathto>python-h5py-openmpi/src/h5py-2.7.0/build/lib.linux-x86_64-3.6/h5py/tests/hl/test_dataset_swmr.py", line 111, in test_switch_swmr_mode_on self.f.swmr_mode = True "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper (/<pathto>python-h5py-openmpi/src/h5py-2.7.0/h5py/_objects.c:3179) with _phil: "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper (/<pathto>python-h5py-openmpi/src/h5py-2.7.0/h5py/_objects.c:3137) return func(*args, **kwds) "/<pathto>python-h5py-openmpi/src/h5py-2.7.0/build/lib.linux-x86_64-3.6/h5py/_hl/files.py", line 227, in swmr_mode self.id.start_swmr_write() AttributeError: 'h5py.h5f. ID' object has no attribute 'start_swmr_write'
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/splinter/element_list.py", line 79, in __getattr__ return getattr(self._container, name) AttributeError: 'list' object has no attribute 'click'
0.509724
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tornado/web.py", line 1590, in _execute result = method(*self.path_args, **self.path_kwargs) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/weditor/__main__.py", line 259, in post "description": traceback.format_exc().encode('utf-8'), "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tornado/web.py", line 746, in write chunk = escape.json_encode(chunk) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tornado/escape.py", line 81, in json_encode return json.dumps(value).replace("</", "<\\/") "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/encoder.py", line 199, in encode chunks = self.iterencode(o, _one_shot=True) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/encoder.py", line 257, in iterencode return _iterencode(o, 0) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/encoder.py", line 180, in default o.__class__.__name__) TypeError: Object of type 'bytes' is not JSON serializable
Traceback (most recent call last): "train_mobilenet.py", line 88, in <module> validation_steps=(5000. // batchsize)) "/usr/local/lib/python3.6/dist-packages/keras/legacy/interfaces.py", line 91, in wrapper return func(*args, **kwargs) "/usr/local/lib/python3.6/dist-packages/keras/engine/training.py", line 1418, in fit_generator initial_epoch=initial_epoch) "/usr/local/lib/python3.6/dist-packages/keras/engine/training_generator.py", line 181, in fit_generator generator_output = next(output_generator) "/usr/local/lib/python3.6/dist-packages/keras/utils/data_utils.py", line 709, in get six.reraise(*sys.exc_info()) "/home/hadoop/anaconda3/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/usr/local/lib/python3.6/dist-packages/keras/utils/data_utils.py", line 685, in get inputs = self.queue.get(block=True).get() "/home/hadoop/anaconda3/lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value "/home/hadoop/anaconda3/lib/python3.6/multiprocessing/pool.py", line 119, in worker result = (True, func(*args, **kwds)) "/usr/local/lib/python3.6/dist-packages/keras/utils/data_utils.py", line 626, in next_sample return six.next(_SHARED_SEQUENCES[uid]) "/home/hadoop/Documents/demo-ava-1/neural-image-assessment-master/utils/data_loader.py", line 101, in train_generator train_dataset = tf.data.Dataset().from_tensor_slices((train_image_paths, train_scores)) TypeError: Can't instantiate abstract class DatasetV1 with abstract methods _as_variant_tensor, _inputs
0.568011
2019-05-25 13:38:43 ERROR ThreadPoolExecutor-0_3 :: [34fdd20] Failed doing webui callback: 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): "C:\Users\sleep\AppData\Local\Programs\Python\Python35\lib\site-packages\discord\ext\commands\core.py", line 62, in wrapped ret = yield from coro(*args, **kwargs) "C:\Users\sleep\AppData\Local\Programs\Python\Python35\lib\site-packages\redbot\core\core_commands.py", line 878, in backup os.chdir(data_dir.parent) TypeError: chdir: illegal type for path parameter
0.525443
Traceback (most recent call last): "/home/sid/anaconda3/envs/rasa/bin/rasa", line 8, in <module> sys.exit(main()) "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/__main__.py", line 92, in main cmdline_arguments.func(cmdline_arguments) "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/cli/train.py", line 76, in train additional_arguments=extract_additional_arguments(args), "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/train.py", line 50, in train additional_arguments=additional_arguments, "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/train.py", line 101, in train_async additional_arguments, "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/train.py", line 188, in _train_async_internal additional_arguments=additional_arguments, "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/train.py", line 223, in _do_training additional_arguments=additional_arguments, "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/train.py", line 361, in _train_core_with_validated_data additional_arguments=additional_arguments, "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/core/train.py", line 66, in train agent.train(training_data, **additional_arguments) "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/core/agent.py", line 742, in train self.policy_ensemble.train(training_trackers, self.domain, **kwargs) "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/core/policies/ensemble.py", line 124, in train policy.train(training_trackers, domain, **kwargs) "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/core/policies/memoization.py", line 163, in train self._add_states_to_lookup(trackers_as_states, trackers_as_actions, domain) "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/core/policies/memoization.py", line 110, in _add_states_to_lookup feature_item = domain.index_for_action(action) "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/core/domain.py", line 548, in index_for_action self._raise_action_not_found_exception(action_name) "/home/sid/anaconda3/envs/rasa/lib/python3.6/site-packages/rasa/core/domain.py", line 553, in _raise_action_not_found_exception f"Cannot access action '{action_name}', " NameError: Cannot access action '', as that name is not a registered action for this domain. Available actions are:
Traceback (most recent call last): "train.py", line 210, in <module> env_wrapper = get_wrapper_class(hyperparams) "C:\Users\meric\OneDrive\Masaüstü\TUM\Thesis\Zoo\rl-baselines-zoo\utils\utils.py", line 130, in get_wrapper_class wrapper_module = importlib.import_module(get_module_name(wrapper_name)) "C:\Users\meric\Anaconda3\envs\pioneer\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1006, in _gcd_import "<frozen importlib._bootstrap>", line 983, in _find_and_load "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 677, in _load_unlocked "<frozen importlib._bootstrap_external>", line 728, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "C:\Users\meric\OneDrive\Masaüstü\TUM\Thesis\Zoo\rl-baselines-zoo\utils\wrappers.py", line 78, in <module> class Monitor(gym.Wrapper): "C:\Users\meric\OneDrive\Masaüstü\TUM\Thesis\Zoo\rl-baselines-zoo\utils\wrappers.py", line 96, in Monitor info_keywords=()): NameError: name 'Optional' is not defined ```
0.576686
Traceback (most recent call last): "./v/bin/mitmproxy", line 7, in <module> from mitmproxy.tools.main import mitmproxy "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/tools/main.py", line 18, in <module> from mitmproxy.tools import cmdline # noqa "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/tools/cmdline.py", line 3, in <module> from mitmproxy.addons import core "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/addons/__init__.py", line 1, in <module> from mitmproxy.addons import anticache "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/addons/anticache.py", line 1, in <module> from mitmproxy import ctx "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/ctx.py", line 1, in <module> import mitmproxy.master # noqa "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/master.py", line 7, in <module> from mitmproxy import addonmanager "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/addonmanager.py", line 8, in <module> from mitmproxy import eventsequence "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/eventsequence.py", line 4, in <module> from mitmproxy import flow "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/flow.py", line 5, in <module> from mitmproxy import connections "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/connections.py", line 9, in <module> from mitmproxy.net import tcp "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/net/tcp.py", line 12, in <module> from mitmproxy.net import tls "/Users/joe/Developer/mymitmproxy400/v/lib/python3.6/site-packages/mitmproxy/net/tls.py", line 18, in <module> from mitmproxy.contrib.kaitaistruct import tls_client_hello ModuleNotFoundError: No module named 'mitmproxy.contrib.kaitaistruct'
Traceback (most recent call last): "/home/sh/.local/lib/python3.6/site-packages/keyring/backend.py", line 190, in _load_plugins init_func = ep.load() "/home/sh/.local/lib/python3.6/site-packages/entrypoints.py", line 82, in load mod = import_module(self.module_name) "/usr/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 "/usr/lib/python3/dist-packages/keyrings/alt/pyfs.py", line 8, in <module> from keyring.util.escape import escape as escape_for_ini ModuleNotFoundError: No module named 'keyring.util.escape'
0.625029
Traceback (most recent call last): "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/arm.py", line 103, in handle_template_based_exception raise CLIError(ex.inner_exception.error.message) AttributeError: 'str' object has no attribute 'message'
`Traceback (most recent call last): "C:/Users/Owner/Desktop/test.py", line 2, in <module> print(psutil.sensors_temperatures()) AttributeError: module 'psutil' has no attribute 'sensors_temperatures'`
0.629963
Traceback (most recent call last): "../run_squad.py", line 1280, in <module> flags.mark_flag_as_required("vocab_file") AttributeError: module 'tensorflow.python.platform.flags' has no attribute 'mark_flag_as_required'
Traceback (most recent call last): "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner self.run() "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker xlog.exception("google_ip.runJob fail:%r", e) AttributeError: 'NoneType' object has no attribute 'exception'
0.538934
Traceback (most recent call last): "C:\Users\Smart\Envs\django-env\lib\site-packages\django\core\handlers\exception.py", line 47, in inner response = get_response(request) "C:\Users\Smart\Envs\django-env\lib\site-packages\django\core\handlers\base.py", line 181, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "C:\Users\Smart\Envs\django-env\lib\site-packages\django\views\decorators\csrf.py", line 54, in wrapped_view return view_func(*args, **kwargs) "C:\Users\Smart\Envs\django-env\lib\site-packages\django\views\generic\base.py", line 70, in view return self.dispatch(request, *args, **kwargs) "C:\Users\Smart\Envs\django-env\lib\site-packages\rest_framework\views.py", line 509, in dispatch response = self.handle_exception(exc) "C:\Users\Smart\Envs\django-env\lib\site-packages\rest_framework\views.py", line 469, in handle_exception self.raise_uncaught_exception(exc) "C:\Users\Smart\Envs\django-env\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception raise exc "C:\Users\Smart\Envs\django-env\lib\site-packages\rest_framework\views.py", line 506, in dispatch response = handler(request, *args, **kwargs) "C:\Users\Smart\Envs\django-env\lib\site-packages\rest_framework_simplejwt\views.py", line 27, in post serializer.is_valid(raise_exception=True) "C:\Users\Smart\Envs\django-env\lib\site-packages\rest_framework\serializers.py", line 220, in is_valid self._validated_data = self.run_validation(self.initial_data) "C:\Users\Smart\Envs\django-env\lib\site-packages\rest_framework\serializers.py", line 422, in run_validation value = self.validate(value) "C:\Users\Smart\Envs\django-env\lib\site-packages\rest_framework_simplejwt\serializers.py", line 70, in validate data = super().validate(attrs) "C:\Users\Smart\Envs\django-env\lib\site-packages\rest_framework_simplejwt\serializers.py", line 49, in validate self.user = authenticate(**authenticate_kwargs) "C:\Users\Smart\Envs\django-env\lib\site-packages\django\contrib\auth\__init__.py", line 73, in authenticate user = backend.authenticate(request, **credentials) "C:\Users\Smart\Envs\django-env\lib\site-packages\django\contrib\auth\backends.py", line 42, in authenticate user = UserModel._default_manager.get_by_natural_key(username) AttributeError: 'Manager' object has no attribute 'get_by_natural_key'
Traceback (most recent call last): "test.py", line 4, in <module> print(ray.get_runtime_context().node_id.hex()) "/Users/eoakes/code/ray/python/ray/runtime_context.py", line 58, in node_id node_id = self.worker.current_node_id "/Users/eoakes/code/ray/python/ray/worker.py", line 148, in current_node_id return self.core_worker.get_current_node_id() AttributeError: 'Worker' object has no attribute 'core_worker'
0.593246
Traceback (most recent call last): "/Users/carlos/Library/Application Support/Sublime Text 3/Packages/LSP/plugin/symbols.py", line 70, in on_symbol_selected range = selected_symbol['location']['range'] KeyError: 'location'
Traceback (most recent call last): "/Users/hnf396/miniconda3/envs/seg-lvl/lib/python3.7/site-packages/astroid/decorators.py", line 32, in cached return cache[func] KeyError: <bound method MultiLineBlockMixin._get_assign_nodes of <FunctionDef._get_mixins_ l.443 at 0x7fae707da7d0>>
0.449427
Traceback (most recent call last): "train.py", line 61, in prefetch_data data, ind = sample_data(db, ind, data_aug=data_aug, debug=debug) "/home/wujiacheng/2020/ExtremeNet-text/sample/coco_extreme.py", line 248, in sample_data return globals()[system_configs.sampling_function](db, k_ind, data_aug, debug) "/home/wujiacheng/2020/ExtremeNet-text/sample/coco_extreme.py", line 85, in kp_detection db_ind = db.db_inds[k_ind] IndexError: index 0 is out of bounds for axis 0 with size 0
Traceback (most recent call last): "/opt/packtpub-crawler/script/spider.py", line 97, in main packtpub.runDaily() "/opt/packtpub-crawler/script/packtpub.py", line 161, in runDaily self.__parseDailyBookInfo(soup) "/opt/packtpub-crawler/script/packtpub.py", line 93, in __parseDailyBookInfo self.info['url_claim'] = self.__url_base + div_target.select('a.twelve-days-claim')[0]['href'] IndexError: **list index out of range**
0.597712
ERROR: Signature extraction failed: Traceback (most recent call last): "lib\youtube_dl\extractor\youtube.py", line 1057, in _decrypt_signature video_id, player_url, s "lib\youtube_dl\extractor\youtube.py", line 971, in _extract_signature_function errnote='Download of %s failed' % player_url) "lib\youtube_dl\extractor\common.py", line 529, in _download_webpage res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query) "lib\youtube_dl\extractor\common.py", line 436, in _download_webpage_handle urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query) "lib\youtube_dl\extractor\common.py", line 416, in _request_webpage return self._downloader.urlopen(url_or_request) "lib\youtube_dl\YoutubeDL.py", line 2000, in urlopen req = sanitized_Request(req) "lib\youtube_dl\utils.py", line 525, in sanitized_Request return compat_urllib_request.Request(sanitize_url(url), *args, **kwargs) "C:\Users\Tony\AppData\Local\Programs\Python\Python35-32\lib\urllib\request.py", line 269, in __init__ self.full_url = url "C:\Users\Tony\AppData\Local\Programs\Python\Python35-32\lib\urllib\request.py", line 295, in full_url self._parse() "C:\Users\Tony\AppData\Local\Programs\Python\Python35-32\lib\urllib\request.py", line 324, in _parse raise ValueError("unknown url type: %r" % self.full_url) ValueError: unknown url type: '/yts/jsbin/player-en_US-vflV3n15C/base.js'
Traceback (most recent call last): "c:\repos\load-forecasts\.venv\lib\site-packages\bokeh\application\handlers\code_runner.py", line 197, in run exec(self._code, module.__dict__) "C:\repos\load-forecasts\test_error.py", line 14, in <module> pn.pane.Perspective(df, columns=df.columns).servable() "c:\repos\load-forecasts\.venv\lib\site-packages\panel\pane\base.py", line 111, in __init__ super().__init__(object=object, **params) "c:\repos\load-forecasts\.venv\lib\site-packages\panel\reactive.py", line 593, in __init__ super().__init__(**params) "c:\repos\load-forecasts\.venv\lib\site-packages\panel\reactive.py", line 71, in __init__ super().__init__(**params) "c:\repos\load-forecasts\.venv\lib\site-packages\panel\viewable.py", line 509, in __init__ super().__init__(**params) "c:\repos\load-forecasts\.venv\lib\site-packages\panel\viewable.py", line 370, in __init__ super().__init__(**params) "c:\repos\load-forecasts\.venv\lib\site-packages\panel\viewable.py", line 217, in __init__ super().__init__(**params) "c:\repos\load-forecasts\.venv\lib\site-packages\param\parameterized.py", line 2522, in __init__ self.param._setup_params(**params) "c:\repos\load-forecasts\.venv\lib\site-packages\param\parameterized.py", line 1065, in override_initialization fn(parameterized_instance, *args, **kw) "c:\repos\load-forecasts\.venv\lib\site-packages\param\parameterized.py", line 1313, in _setup_params setattr(self, name, val) "c:\repos\load-forecasts\.venv\lib\site-packages\param\parameterized.py", line 318, in _f return f(self, obj, val) "c:\repos\load-forecasts\.venv\lib\site-packages\param\parameterized.py", line 892, in __set__ self._validate(val) "c:\repos\load-forecasts\.venv\lib\site-packages\param\__init__.py", line 1381, in _validate raise ValueError("List '%s' must be a list."%(self.name)) ValueError: List 'columns' must be a list.
0.495599
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/numba/compiler.py", line 230, in run stage() "/usr/local/lib/python2.7/dist-packages/numba/compiler.py", line 366, in stage_analyze_bytecode func_ir = translate_stage(self.func_id, self.bc) "/usr/local/lib/python2.7/dist-packages/numba/compiler.py", line 762, in translate_stage return interp.interpret(bytecode) "/usr/local/lib/python2.7/dist-packages/numba/interpreter.py", line 97, in interpret self.dfa.run() "/usr/local/lib/python2.7/dist-packages/numba/dataflow.py", line 27, in run self.infos[blk.offset] = self.run_on_block(blk) "/usr/local/lib/python2.7/dist-packages/numba/dataflow.py", line 71, in run_on_block self.dispatch(info, inst) "/usr/local/lib/python2.7/dist-packages/numba/dataflow.py", line 80, in dispatch fn = getattr(self, fname) AttributeError: 'DataFlowAnalysis' object has no attribute 'op_LIST_APPEND'
Traceback (most recent call last): "/home/beast/Documents/NeuroNER-master/src/neuroner.py", line 489, in __del__ self.sess.close() AttributeError: 'NeuroNER' object has no attribute 'sess'```
0.54144
Traceback (most recent call last): "/Users/zmmo/program/my_project/flask-frame/venv/lib/python3.7/site-packages/flask/app.py", line 2116, in make_response rv = self.response_class.force_type(rv, request.environ) "/Users/zmmo/program/my_project/flask-frame/venv/lib/python3.7/site-packages/werkzeug/wrappers/base_response.py", line 269, in force_type response = BaseResponse(*_run_wsgi_app(response, environ)) "/Users/zmmo/program/my_project/flask-frame/venv/lib/python3.7/site-packages/werkzeug/wrappers/base_response.py", line 26, in _run_wsgi_app return _run_wsgi_app(*args) "/Users/zmmo/program/my_project/flask-frame/venv/lib/python3.7/site-packages/werkzeug/test.py", line 1121, in run_wsgi_app app_iter = iter(app_rv) TypeError: 'UnauthorizedUserNotExist' object is not iterable
Traceback (most recent call last): "/usr/lib/python3.7/site-packages/rpyc/core/protocol.py", line 329, in _dispatch_request res = self._HANDLERS[handler](self, *args) "/usr/lib/python3.7/site-packages/rpyc/core/protocol.py", line 590, in _handle_call return obj(*args, **dict(kwargs)) "/usr/lib/python3.7/site-packages/flexget/ipc.py", line 89, in exposed_handle_cli self.manager.handle_cli(options) "/usr/lib/python3.7/site-packages/flexget/manager.py", line 429, in handle_cli options.cli_command_callback(self, command_options) "/usr/lib/python3.7/site-packages/flexget/components/series/cli.py", line 41, in do_cli display_summary(options) "/usr/lib/python3.7/site-packages/flexget/components/series/cli.py", line 125, in display_summary options.table_type, table_data, wrap_columns=[3], drop_columns=[4, 3, 2] "/usr/lib/python3.7/site-packages/flexget/terminal.py", line 84, in __init__ self._init_table() "/usr/lib/python3.7/site-packages/flexget/terminal.py", line 95, in _init_table self.table = self._resize_table() "/usr/lib/python3.7/site-packages/flexget/terminal.py", line 203, in _resize_table self._drop_columns_with_wrap() "/usr/lib/python3.7/site-packages/flexget/terminal.py", line 189, in _drop_columns_with_wrap if wrapped_width < self.MIN_WIDTH: TypeError: '<' not supported between instances of 'NoneType' and 'int'
0.560863
Original Traceback (most recent call last): "/data/share/jhw/python_virtualenv/yolov5/lib/python3.7/site-packages/torch/nn/parallel/parallel_apply.py", line 60, in _worker output = module(*input, **kwargs) "/data/share/jhw/python_virtualenv/yolov5/lib/python3.7/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) TypeError: forward() missing 1 required positional argument: 'x'
Traceback (most recent call last): "c:\octoprint\venv\lib\site-packages\flask\app.py", line 1982, in wsgi_app response = self.full_dispatch_request() "c:\octoprint\venv\lib\site-packages\flask\app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) "c:\octoprint\venv\lib\site-packages\flask\app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) "c:\octoprint\venv\lib\site-packages\flask\_compat.py", line 33, in reraise raise value "c:\octoprint\venv\lib\site-packages\flask\app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() "c:\octoprint\venv\lib\site-packages\flask\app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "c:\octoprint\venv\lib\site-packages\octoprint\server\views.py", line 181, in index fetch_template_data(refresh=force_refresh) "c:\octoprint\venv\lib\site-packages\octoprint\server\views.py", line 755, in fetch_template_data sorted_missing = sorted(missing_in_order, key=key_func) TypeError: '<' not supported between instances of 'str' and 'NoneType'
0.541209
Traceback (most recent call last): "/Users/taylor/repos/great_expectations/.venv/bin/great_expectations", line 11, in <module> load_entry_point('great-expectations', 'console_scripts', 'great_expectations')() "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/Users/taylor/repos/great_expectations/great_expectations/cli/mark.py", line 28, in wrapper func(*args, **kwargs) "/Users/taylor/repos/great_expectations/great_expectations/cli/checkpoint.py", line 146, in checkpoint_run context = toolkit.load_data_context_with_error_handling(directory) "/Users/taylor/repos/great_expectations/great_expectations/cli/toolkit.py", line 330, in load_data_context_with_error_handling context = DataContext(directory) "/Users/taylor/repos/great_expectations/great_expectations/data_context/data_context.py", line 2041, in __init__ project_config = self._load_project_config() "/Users/taylor/repos/great_expectations/great_expectations/data_context/data_context.py", line 2075, in _load_project_config return DataContextConfig.from_commented_map(config_dict) "/Users/taylor/repos/great_expectations/great_expectations/data_context/types/base.py", line 87, in from_commented_map return cls(commented_map=commented_map, **config) TypeError: __init__() missing 1 required positional argument: 'validation_operators'
Traceback (most recent call last): "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/exceptions.py", line 819, in __call__ return func(*args, **kwargs) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/cli/main.py", line 78, in _main exit_code = do_call(args, p) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/cli/conda_argparse.py", line 77, in do_call exit_code = getattr(module, func_name)(args, parser) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/cli/main_update.py", line 14, in execute install(args, parser, 'update') "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/cli/install.py", line 235, in install force_reinstall=context.force, "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/core/solve.py", line 506, in solve_for_transaction force_remove, force_reinstall) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/core/solve.py", line 439, in solve_for_diff final_precs = self.solve_final_state(deps_modifier, prune, ignore_pinned, force_remove) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/core/solve.py", line 180, in solve_final_state index, r = self._prepare(prepared_specs) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/core/solve.py", line 580, in _prepare self.subdirs, prepared_specs) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/core/index.py", line 215, in get_reduced_index new_records = query_all(spec) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/core/index.py", line 184, in query_all return tuple(concat(future.result() for future in as_completed(futures))) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/core/subdir_data.py", line 94, in query self.load() "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/core/subdir_data.py", line 148, in load _internal_state = self._load() "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/core/subdir_data.py", line 216, in _load mod_etag_headers.get('_mod')) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/conda/core/subdir_data.py", line 416, in fetch_repodata_remote_request timeout=timeout) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/requests/sessions.py", line 501, in get return self.request('GET', url, **kwargs) "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/requests/sessions.py", line 479, in request prep.url, proxies, stream, verify, cert "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/requests/sessions.py", line 654, in merge_environment_settings env_proxies = get_environ_proxies(url) or {} "/home/users/nus/csioan/software/anaconda2/lib/python2.7/site-packages/requests/utils.py", line 617, in get_environ_proxies if should_bypass_proxies(url): TypeError: should_bypass_proxies_patched() takes exactly 3 arguments (2 given)
0.655136
Traceback (most recent call last): "train.py", line 142, in <module> main() "train.py", line 138, in main train() "train.py", line 133, in train test_off=args.test_off) "/DeepSpeech/model_utils/model.py", line 290, in train clip_norm=gradient_clipping)) TypeError: __init__() got an unexpected keyword argument 'grad_clip'
Traceback (most recent call last): "run_exp.py", line 68, in <module> algo.train() "C:\stageI\trainer.py", line 306, in train counter = self.build_model(sess) "C:\stageI\trainer.py", line 280, in build_model self.init_opt() "C:\stageI\trainer.py", line 97, in init_opt c, kl_loss = self.sample_encoded_context(self.embeddings) "C:\stageI\trainer.py", line 76, in sample_encoded_context c_mean_logsigma = self.model.generate_condition(embeddings) "C:\stageI\model.py", line 47, in generate_condition custom_fully_connected(self.ef_dim * 2). "C:\Users\HP\Anaconda3\lib\site-packages\prettytensor\pretty_tensor_class.py", line 1973, in method return input_layer._method_complete(result) "C:\Users\HP\Anaconda3\lib\site-packages\prettytensor\pretty_tensor_class.py", line 691, in _method_complete return self.with_tensor(result) "C:\Users\HP\Anaconda3\lib\site-packages\prettytensor\pretty_tensor_class.py", line 978, in with_tensor layer = Layer(copy=self, tensor=unwrap(tensor), sequence=None) "C:\Users\HP\Anaconda3\lib\site-packages\prettytensor\pretty_tensor_class.py", line 931, in __init__ self._name = self._sequence[0].op.name TypeError: 'NoneType' object is not subscriptable
0.524388
Traceback (most recent call last): "/Users/fuxin/Documents/git/selenium_chrome/selenium_chrome.py", line 56, in <module> r.html.render() "/usr/local/opt/pyenv/versions/3.6.0/envs/py3env/lib/python3.6/site-packages/requests_html.py", line 559, in render content, result, page = loop.run_until_complete(_async_render(url=self.url, script=script, sleep=sleep, wait=wait, content=self.html, reload=reload, scrolldown=scrolldown, timeout=timeout)) "/usr/local/opt/pyenv/versions/3.6.0/lib/python3.6/asyncio/base_events.py", line 466, in run_until_complete return future.result() "/usr/local/opt/pyenv/versions/3.6.0/envs/py3env/lib/python3.6/site-packages/requests_html.py", line 517, in _async_render page = await browser.newPage() AttributeError: 'coroutine' object has no attribute 'newPage'
Traceback (most recent call last): "main.py", line 13, in <module> if img_color.ndim == 3: AttributeError: 'NoneType' object has no attribute 'ndim'
0.602236
Traceback (most recent call last): "/home/ok97465/anaconda3/lib/python3.7/logging/__init__.py", line 1034, in emit msg = self.format(record) "/home/ok97465/anaconda3/lib/python3.7/logging/__init__.py", line 880, in format return fmt.format(record) "/home/ok97465/anaconda3/lib/python3.7/logging/__init__.py", line 619, in format record.message = record.getMessage() "/home/ok97465/anaconda3/lib/python3.7/logging/__init__.py", line 380, in getMessage msg = msg % self.args ValueError: incomplete format
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "/opt/safeeyes/SafeEyesCore.py", line 166, in __scheduler_job self.update_next_break_info(next_break_time) "/opt/safeeyes/TrayIcon.py", line 160, in next_break_time self.set_next_break_info(self.dateTime) "/opt/safeeyes/TrayIcon.py", line 163, in set_next_break_info formatted_time = Utility.format_time(dateTime) "/opt/safeeyes/Utility.py", line 109, in format_time return babel.dates.format_time(time, format='short', locale=system_locale) "/usr/lib/python2.7/dist-packages/babel/dates.py", line 784, in format_time locale = Locale.parse(locale) "/usr/lib/python2.7/dist-packages/babel/core.py", line 270, in parse parts = parse_locale(identifier, sep=sep) "/usr/lib/python2.7/dist-packages/babel/core.py", line 1115, in parse_locale raise ValueError('%r is not a valid locale identifier' % identifier) ValueError: 'LC_CTYPE=en_US' is not a valid locale identifier
0.585147
Traceback (most recent call last): "terminator", line 129, in <module> TERMINATOR.create_layout(OPTIONS.layout) "/opt/terminator/terminatorlib/terminator.py", line 245, in create_layout if layout[obj]['type'].lower() == 'window': TypeError: string indices must be integers
Original Traceback (most recent call last): "/Users/bharath/anaconda3/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop data = fetcher.fetch(index) "/Users/bharath/anaconda3/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/Users/bharath/anaconda3/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/Users/bharath/Downloads/DSB2017-master/data_detector.py", line 125, in __getitem__ margin = self.split_comber.margin/self.stride) "/Users/bharath/Downloads/DSB2017-master/split_combine.py", line 37, in split data = np.pad(data, pad, 'edge') "<__array_function__ internals>", line 6, in pad "/Users/bharath/anaconda3/lib/python3.7/site-packages/numpy/lib/arraypad.py", line 738, in pad raise TypeError('`pad_width` must be of integral type.') TypeError: `pad_width` must be of integral type.**
0.521887
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1162, in _decrypt_signature video_id, player_url, s "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1085, in _extract_signature_function cache_res = res(test_string) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1138, in <lambda> return lambda s: initial_function([s]) "/usr/local/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 255, in resf res, abort = self.interpret_statement(stmt, local_vars) "/usr/local/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 56, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "/usr/local/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 143, in interpret_expression self._objects[variable] = self.extract_object(variable) "/usr/local/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 219, in extract_object r'\}\s*;' % _FUNC_NAME_RE, TypeError: not all arguments converted during string formatting
Traceback (most recent call last): "./hueList.py", line 31, in <module> scenes = b.scenes "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/phue.py", line 1145, in scenes return [Scene(k, **v) for k, v in self.get_scene().items()] "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/phue.py", line 1145, in <listcomp> return [Scene(k, **v) for k, v in self.get_scene().items()] TypeError: __init__() got an unexpected keyword argument 'group'
0.578742
Traceback (most recent call last): "<stdin>", line 3, in <module> "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Util/number.py", line 138, in getRandomNBitInteger value = getRandomInteger (N-1, randfunc) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Util/number.py", line 104, in getRandomInteger S = randfunc(N>>3) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 202, in read return self._singleton.read(bytes) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 178, in read return _UserFriendlyRNG.read(self, bytes) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 132, in read retval = self._fa.random_data(N) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py", line 146, in random_data self._reseed(current_time) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py", line 161, in _reseed self.generator.reseed(seed) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py", line 82, in reseed self._set_key(SHAd256.new(self.key + seed).digest()) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py", line 101, in _set_key self._cipher = AES.new(key, AES.MODE_CTR, counter=self.counter) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Cipher/AES.py", line 95, in new return AESCipher(key, *args, **kwargs) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Cipher/AES.py", line 59, in __init__ blockalgo.BlockAlgo.__init__(self, _AES, key, *args, **kwargs) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Cipher/blockalgo.py", line 141, in __init__ self._cipher = factory.new(key, *args, **kwargs) TypeError: argument 1 must be contiguous buffer, not bytes
Traceback (most recent call last): "/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) TypeError: test_view_image() missing 1 required positional argument: 'tdata'
0.520086
Traceback (most recent call last): "supervised.py", line 101, in <module> evaluator.all_eval(to_log) "/root/MUSE/src/evaluation/evaluator.py", line 217, in all_eval self.word_translation(to_log) "/root/MUSE/src/evaluation/evaluator.py", line 120, in word_translation dico_eval=self.params.dico_eval "/root/MUSE/src/evaluation/word_translation.py", line 149, in get_word_translation_accuracy precision_at_k = 100 * np.mean(list(matching.values())) "/root/anaconda3/lib/python3.7/site-packages/numpy/core/fromnumeric.py", line 2920, in mean out=out, **kwargs) "/root/anaconda3/lib/python3.7/site-packages/numpy/core/_methods.py", line 85, in _mean ret = ret.dtype.type(ret / rcount) AttributeError: 'torch.dtype' object has no attribute 'type'
Traceback (most recent call last): "./like_users.py", line 23, in <module> bot.login(username=args.u, password=args.p, proxy=args.proxy, ask_for_code=True) "/home/user/Downloads/instabot/instabot/bot/bot.py", line 443, in login if self.api.login(**args) is False: "/home/user/Downloads/instabot/instabot/api/api.py", line 273, in login solved = self.solve_challenge() "/home/user/Downloads/instabot/instabot/api/api.py", line 369, in solve_challenge code = input("Insert code: ").replace(" ", "") AttributeError: 'int' object has no attribute 'replace'
0.577249
Traceback (most recent call last): "c:\python27\lib\site-packages\nose\loader.py", line 418, in loadTestsFromName addr.filename, addr.module) "c:\python27\lib\site-packages\nose\importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "c:\python27\lib\site-packages\nose\importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "C:\temp\untitled11\test_test.py", line 4, in <module> win_unicode_console.enable() "c:\python27\lib\site-packages\win_unicode_console\__init__.py", line 31, in enable readline_hook.enable(use_pyreadline=use_pyreadline) "c:\python27\lib\site-packages\win_unicode_console\readline_hook.py", line 134, in enable check_encodings() "c:\python27\lib\site-packages\win_unicode_console\readline_hook.py", line 50, in check_encodings if sys.stdin.encoding != sys.stdout.encoding: AttributeError: StringIO instance has no attribute 'encoding'
Traceback (most recent call last): "/Users/dev/BitBucket/cf5_resources/Scripts/otio_edl_checking.py", line 37, in <module> timeline = otio.adapters.read_from_file(edl) "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio/adapters/__init__.py", line 144, in read_from_file **adapter_argument_map "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio/adapters/adapter.py", line 136, in read_from_file **adapter_argument_map "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio/plugins/python_plugin.py", line 128, in _execute_function return (getattr(self.module(), func_name)(**kwargs)) "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio_contrib/adapters/advanced_authoring_format.py", line 886, in read_from_file result = _transcribe(storage, parent=None, editRate=None, masterMobs=masterMobs) "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio_contrib/adapters/advanced_authoring_format.py", line 228, in _transcribe child = _transcribe(mob, item, editRate, masterMobs) "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio_contrib/adapters/advanced_authoring_format.py", line 235, in _transcribe child = _transcribe(slot, item, editRate, masterMobs) "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio_contrib/adapters/advanced_authoring_format.py", line 329, in _transcribe child = _transcribe(item.segment, item, editRate, masterMobs) "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio_contrib/adapters/advanced_authoring_format.py", line 311, in _transcribe child = _transcribe(slot, item, editRate, masterMobs) "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio_contrib/adapters/advanced_authoring_format.py", line 318, in _transcribe child = _transcribe(component, item, editRate, masterMobs) "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio_contrib/adapters/advanced_authoring_format.py", line 190, in _transcribe metadata["Name"] = _get_name(item) "/Users/dev/BitBucket/Project/Submodules/OpenTimelineIO/opentimelineio_contrib/adapters/advanced_authoring_format.py", line 61, in _get_name return item.mob.name or "Untitled SourceClip" AttributeError: 'NoneType' object has no attribute 'name'
0.630056
Traceback (most recent call last): "C:\prj\env\wsgidav_build_3.6\lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 14, in run module.run() "C:\prj\env\wsgidav_build_3.6\lib\site-packages\cx_Freeze\initscripts\Console.py", line 26, in run exec(code, m.__dict__) "wsgidav/server/server_cli.py", line 53, in <module> "C:\Prj\git\wsgidav\wsgidav\default_conf.py", line 17, in <module> from wsgidav.addons.dir_browser import WsgiDavDirBrowser "C:\Prj\git\wsgidav\wsgidav\addons\dir_browser\__init__.py", line 32, in <module> from jinja2 import Environment, SystemLoader ModuleNotFoundError: No module named 'jinja2'
Traceback (most recent call last): "/var/task/handler.py", line 509, in lambda_handler return LambdaHandler.lambda_handler(event, context) "/var/task/handler.py", line 237, in lambda_handler handler = cls() "/var/task/handler.py", line 129, in __init__ self.app_module = importlib.import_module(self.settings.APP_MODULE) "/var/lang/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 978, in _gcd_import "<frozen importlib._bootstrap>", line 961, in _find_and_load "<frozen importlib._bootstrap>", line 948, in _find_and_load_unlocked ModuleNotFoundError: No module named 'api.app'
0.593746
Traceback (most recent call last): "tools/train.py", line 181, in <module> main() "tools/train.py", line 177, in main meta=meta) "c:\users\asus\mmdetection\mmdet\apis\train.py", line 150, in train_detector runner.run(data_loaders, cfg.workflow, cfg.total_epochs) "D:\anaconda\envs\mmd2\lib\site-packages\mmcv\runner\epoch_based_runner.py", line 125, in run epoch_runner(data_loaders[i], **kwargs) "D:\anaconda\envs\mmd2\lib\site-packages\mmcv\runner\epoch_based_runner.py", line 47, in train for i, data_batch in enumerate(self.data_loader): "D:\anaconda\envs\mmd2\lib\site-packages\torch\utils\data\dataloader.py", line 291, in __iter__ return _MultiProcessingDataLoaderIter(self) "D:\anaconda\envs\mmd2\lib\site-packages\torch\utils\data\dataloader.py", line 764, in __init__ self._try_put_index() "D:\anaconda\envs\mmd2\lib\site-packages\torch\utils\data\dataloader.py", line 994, in _try_put_index index = self._next_index() "D:\anaconda\envs\mmd2\lib\site-packages\torch\utils\data\dataloader.py", line 357, in _next_index return next(self._sampler_iter) # may raise StopIteration "D:\anaconda\envs\mmd2\lib\site-packages\torch\utils\data\sampler.py", line 208, in __iter__ for idx in self.sampler: "c:\users\asus\mmdetection\mmdet\datasets\samplers\group_sampler.py", line 36, in __iter__ indices = np.concatenate(indices) "<__array_function__ internals>", line 6, in concatenate ValueError: need at least one array to concatenate
Traceback (most recent call last): "hub/compute/tests/test_transform.py", line 284, in <module> test_threaded() "hub/compute/tests/test_transform.py", line 88, in test_threaded create_classification_dataset(ds_init).store( "/Users/davitb/Git/Hub/hub/compute/transform.py", line 246, in store ds = self.upload(results, url=url, token=token, progressbar=progressbar) "/Users/davitb/Git/Hub/hub/compute/transform.py", line 177, in upload list(self.map(upload_chunk, index_batched_values)) "/Users/davitb/Library/Python/3.8/lib/python/site-packages/pathos/threading.py", line 134, in map return _pool.map(star(f), zip(*args)) # chunksize "/Users/davitb/Library/Python/3.8/lib/python/site-packages/multiprocess/pool.py", line 364, in map return self._map_async(func, iterable, mapstar, chunksize).get() "/Users/davitb/Library/Python/3.8/lib/python/site-packages/multiprocess/pool.py", line 771, in get raise self._value "/Users/davitb/Library/Python/3.8/lib/python/site-packages/multiprocess/pool.py", line 125, in worker result = (True, func(*args, **kwds)) "/Users/davitb/Library/Python/3.8/lib/python/site-packages/multiprocess/pool.py", line 48, in mapstar return list(map(*args)) "/Users/davitb/Library/Python/3.8/lib/python/site-packages/pathos/helpers/mp_helper.py", line 15, in <lambda> func = lambda args: f(*args) "/Users/davitb/Git/Hub/hub/compute/transform.py", line 167, in upload_chunk ds[key, i * length + k] = el "/Users/davitb/Git/Hub/hub/api/dataset.py", line 316, in __setitem__ self._tensors[subpath][slice_list] = value "/Users/davitb/Git/Hub/hub/store/dynamic_tensor.py", line 207, in __setitem__ self._dynamic_tensor[slice_[0]] "/usr/local/lib/python3.8/site-packages/zarr/core.py", line 571, in __getitem__ return self.get_basic_selection(selection, fields=fields) "/usr/local/lib/python3.8/site-packages/zarr/core.py", line 696, in get_basic_selection return self._get_basic_selection_nd(selection=selection, out=out, "/usr/local/lib/python3.8/site-packages/zarr/core.py", line 739, in _get_basic_selection_nd return self._get_selection(indexer=indexer, out=out, fields=fields) "/usr/local/lib/python3.8/site-packages/zarr/core.py", line 1028, in _get_selection self._chunk_getitem(chunk_coords, chunk_selection, out, out_selection, "/usr/local/lib/python3.8/site-packages/zarr/core.py", line 1649, in _chunk_getitem self._process_chunk(out, cdata, chunk_selection, drop_axes, "/usr/local/lib/python3.8/site-packages/zarr/core.py", line 1592, in _process_chunk chunk = self._decode_chunk(cdata) "/usr/local/lib/python3.8/site-packages/zarr/core.py", line 1802, in _decode_chunk chunk = chunk.reshape(self._chunks, order=self._order) ValueError: cannot reshape array of size 0 into shape (50,3)
0.61333
Traceback (most recent call last): "train.py", line 99, in <module> for batch_i, (_, imgs, targets) in enumerate(dataloader): "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 804, in __next__ idx, data = self._get_data() "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 761, in _get_data success, data = self._try_get_data() "/usr/local/lib/python3.6/dist-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) 5567) exited unexpectedly
Traceback (most recent call last): "/usr/lib64/python3.6/concurrent/futures/process.py", line 175, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) "/usr/lib64/python3.6/concurrent/futures/process.py", line 153, in _process_chunk return [fn(*args) for args in chunk] "/usr/lib64/python3.6/concurrent/futures/process.py", line 153, in <listcomp> return [fn(*args) for args in chunk] "/mnt/data-3/data/wenyong.zheng/vxlnet/second.pytorch/second/utils/buildtools/command.py", line 256, in compile_func raise RuntimeError("compile failed with retcode", ret.returncode) RuntimeError: ('compile failed with retcode', 1)
0.571742
Traceback (most recent call last): "/home/user/git/onionshare/onionshare/common.py", line 433, in get_available_port tmpsock.bind(("127.0.0.1", random.randint(min_port, max_port))) OSError: [Errno 98] Address already in use
Traceback (most recent call last): "overviewer.py", line 650, in <module> "overviewer.py", line 485, in main "overviewer_core\world.py", line 102, in __init__ "overviewer_core\nbt.py", line 31, in wrapper "overviewer_core\nbt.py", line 40, in load "overviewer_core\nbt.py", line 199, in read_all "gzip.py", line 276, in read "_compression.py", line 68, in readinto "gzip.py", line 463, in read "gzip.py", line 411, in _read_gzip_header OSError: Not a gzipped file (b'\x08\x00')
0.499138
[!] 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/local/lib/python3.6/dist-packages/ranger/core/main.py", line 201, in main fm.loop() "/usr/local/lib/python3.6/dist-packages/ranger/core/fm.py", line 383, in loop ui.handle_input() "/usr/local/lib/python3.6/dist-packages/ranger/gui/ui.py", line 279, in handle_input self.handle_key(key) "/usr/local/lib/python3.6/dist-packages/ranger/gui/ui.py", line 209, in handle_key elif not DisplayableContainer.press(self, key): "/usr/local/lib/python3.6/dist-packages/ranger/gui/displayable.py", line 271, in press focused_obj.press(key) "/usr/local/lib/python3.6/dist-packages/ranger/gui/widgets/console.py", line 188, in press self.type_key(key) "/usr/local/lib/python3.6/dist-packages/ranger/gui/widgets/console.py", line 214, in type_key self._answer_question(answer) "/usr/local/lib/python3.6/dist-packages/ranger/gui/widgets/console.py", line 197, in _answer_question callback(answer) "/usr/local/lib/python3.6/dist-packages/ranger/config/commands.py", line 757, in _question_callback self.fm.execute_file(files, label='trash') "/usr/local/lib/python3.6/dist-packages/ranger/core/actions.py", line 458, in execute_file filenames = [f.path for f in files] "/usr/local/lib/python3.6/dist-packages/ranger/core/actions.py", line 458, in <listcomp> filenames = [f.path for f in files] AttributeError: 'str' object has no attribute 'path'
0.545484
Traceback (most recent call last): [...] project.analyses.ReachingDefinitions(block = block) "/home/pamplemousse/Workspace/angr/angr/angr/analyses/analysis.py", line 109, in __call__ oself.__init__(*args, **kwargs) "/home/pamplemousse/Workspace/angr/angr/angr/analyses/reaching_definitions/reaching_definitions.py", line 393, in __init__ self._analyze() "/home/pamplemousse/Workspace/angr/angr/angr/analyses/forward_analysis.py", line 609, in _analyze self._analysis_core_graph() "/home/pamplemousse/Workspace/angr/angr/angr/analyses/forward_analysis.py", line 627, in _analysis_core_graph job_state = self._initial_abstract_state(n) "/home/pamplemousse/Workspace/angr/angr/angr/analyses/reaching_definitions/reaching_definitions.py", line 479, in _initial_abstract_state init_func=self._init_func, cc=self._cc, func_addr=self._function.addr) AttributeError: 'NoneType' object has no attribute 'addr'
Traceback (most recent call last): "/opt/sublime_text/sublime_plugin.py", line 478, in run_callback expr() "/opt/sublime_text/sublime_plugin.py", line 636, in <lambda> run_callback('on_deactivated', callback, lambda: callback.on_deactivated(v)) "/home/epchristi/.config/sublime-text-3/Installed Packages/Emacs Pro Essentials.sublime-package/jove.py", line 32, in on_deactivated self.disable_empty_active_mark(view) "/home/epchristi/.config/sublime-text-3/Installed Packages/Emacs Pro Essentials.sublime-package/jove.py", line 86, in disable_empty_active_mark for related_view in ViewState.most_recent_related_view(view): AttributeError: type object 'ViewState' has no attribute 'most_recent_related_view'
0.612953
Traceback (most recent call last): "test.py", line 33, in <module> ret = client(query) "/home/tianlun/tools/ERNIE/ERNIE-develop/ernie/service/client.py", line 79, in __call__ ret, = super(ErnieClient, self).__call__(sen_ids, token_type_ids) "/home/tianlun/tools/ERNIE/ERNIE-develop/propeller/service/client.py", line 102, in __call__ raise RuntimeError('Client call failed') RuntimeError: Client call failed
Traceback (most recent call last): "train.py", line 325, in <module> main(args) "train.py", line 200, in main train(segmentation_module, iterator_train, optimizers, history, epoch, args) "train.py", line 37, in train loss, acc = segmentation_module(batch_data) "/scratch/olga/semantic-segmentation-pytorch/env/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/scratch/olga/SEM_SEG_ZIKUN/cars/code/image2image_models/semantic_seg_colorLabels/models/models.py", line 34, in forward (pred, pred_deepsup) = self.decoder(self.encoder(feed_dict['img_data'], return_feature_maps=True)) "/scratch/olga/semantic-segmentation-pytorch/env/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/scratch/olga/SEM_SEG_ZIKUN/cars/code/image2image_models/semantic_seg_colorLabels/models/models.py", line 255, in forward x = self.relu1(self.bn1(self.conv1(x))) "/scratch/olga/semantic-segmentation-pytorch/env/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/scratch/olga/semantic-segmentation-pytorch/env/lib/python3.7/site-packages/torch/nn/modules/conv.py", line 345, in forward return self.conv2d_forward(input, self.weight) "/scratch/olga/semantic-segmentation-pytorch/env/lib/python3.7/site-packages/torch/nn/modules/conv.py", line 342, in conv2d_forward self.padding, self.dilation, self.groups) RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same
0.52807
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/ubuntu/sympy/sympy/core/function.py", line 441, in __new__ result = super(Function, cls).__new__(cls, *args, **options) "/home/ubuntu/sympy/sympy/core/function.py", line 250, in __new__ evaluated = cls.eval(*args) "/home/ubuntu/sympy/sympy/core/mod.py", line 91, in eval rv = doit(p, q) "/home/ubuntu/sympy/sympy/core/mod.py", line 77, in doit d -= abs(q) "/home/ubuntu/sympy/sympy/core/decorators.py", line 132, in binary_op_wrapper return func(self, other) "/home/ubuntu/sympy/sympy/matrices/common.py", line 2112, in __sub__ return self + (-a) "/home/ubuntu/sympy/sympy/core/decorators.py", line 132, in binary_op_wrapper return func(self, other) "/home/ubuntu/sympy/sympy/matrices/common.py", line 1968, in __add__ raise TypeError('cannot add %s and %s' % (type(self), type(other))) TypeError: cannot add <class 'sympy.matrices.immutable.ImmutableDenseMatrix'> and <class 'sympy.core.numbers.Integer'>
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 220, in async_update_ha_state await self.async_device_update() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 377, in async_device_update await self.hass.async_add_executor_job(self.update) "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/netatmo/sensor.py", line 216, in update self.netatmo_data.update() "/usr/local/lib/python3.7/site-packages/homeassistant/components/netatmo/sensor.py", line 544, in update self.station_data = self._detect_platform_type() "/usr/local/lib/python3.7/site-packages/homeassistant/components/netatmo/sensor.py", line 522, in _detect_platform_type station_data = self.data_class(self.auth) "/usr/local/lib/python3.7/site-packages/smart_home/WeatherStation.py", line 24, in __init__ self.rawData = resp["body"]["devices"] TypeError: 'NoneType' object is not subscriptable
0.606146
Traceback (most recent call last): "./dstat", line 2846, in <module> main() "./dstat", line 2705, in main scheduler.run() "/usr/lib/python2.7/sched.py", line 117, in run action(*argument) "./dstat", line 2801, in perform o.extract() "/tmp/dstat/upstream/plugins/dstat_nfsstat4.py", line 40, in extract fields = line.split() AttributeError: 'list' object has no attribute 'split'
Traceback (most recent call last): "\bleachbit.py", line 39, in <module> app = bleachbit.GUI.Bleachbit() "\bleachbit\GUI.py", line 87, in __init__ self.append_text( AttributeError: 'Bleachbit' object has no attribute 'append_text'
0.564569
Traceback (most recent call last): "/home/artur/Applications/Armory3d/armsdk//armory/blender/arm/props_ui.py", line 540, in execute make.play_project(True) "/home/artur/Applications/Armory3d/armsdk//armory/blender/arm/make.py", line 341, in play_project build_project(is_play=True, in_viewport=in_viewport, target=state.target) "/home/artur/Applications/Armory3d/armsdk//armory/blender/arm/make.py", line 259, in build_project export_data(fp, sdk_path, is_play=is_play, is_publish=is_publish, in_viewport=in_viewport) "/home/artur/Applications/Armory3d/armsdk//armory/blender/arm/make.py", line 91, in export_data exporter.execute(bpy.context, asset_path, scene=scene) "/home/artur/Applications/Armory3d/armsdk//armory/blender/arm/exporter.py", line 2451, in execute self.export_object(bo, self.scene) "/home/artur/Applications/Armory3d/armsdk//armory/blender/arm/exporter.py", line 1407, in export_object self.post_export_object(bobject, o, type) "/home/artur/Applications/Armory3d/armsdk//armory/blender/arm/exporter.py", line 2894, in post_export_object navigation_trait['parameters'] = [arm.utils.get_ease_viewport_camera()] "/home/artur/Applications/Armory3d/armsdk//armory/blender/arm/utils.py", line 82, in get_ease_viewport_camera return addon_prefs.ease_viewport_camera AttributeError: 'ArmoryAddonPreferences' object has no attribute 'ease_viewport_camera'
Traceback (most recent call last): "/path/to/PythonVirtualEnvs/browser-calls-flask/lib/python3.6/site-packages/flask/app.py", line 1836, in __call__ return self.wsgi_app(environ, start_response) "/path/to/PythonVirtualEnvs/browser-calls-flask/lib/python3.6/site-packages/flask/app.py", line 1820, in wsgi_app response = self.make_response(self.handle_exception(e)) "/path/to/PythonVirtualEnvs/browser-calls-flask/lib/python3.6/site-packages/flask/app.py", line 1403, in handle_exception reraise(exc_type, exc_value, tb) "/path/to/PythonVirtualEnvs/browser-calls-flask/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise raise value "/path/to/PythonVirtualEnvs/browser-calls-flask/lib/python3.6/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() "/path/to/PythonVirtualEnvs/browser-calls-flask/lib/python3.6/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) "/path/to/PythonVirtualEnvs/browser-calls-flask/lib/python3.6/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) "/path/to/PythonVirtualEnvs/browser-calls-flask/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise raise value "/path/to/PythonVirtualEnvs/browser-calls-flask/lib/python3.6/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() "/path/to/PythonVirtualEnvs/browser-calls-flask/lib/python3.6/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/path/to/Development/browser-calls-flask/browser_calls_flask/views.py", line 58, in get_token token = capability.generate() AttributeError: 'ClientCapabilityToken' object has no attribute 'generate'
0.627208
Traceback (most recent call last): "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/zha/core/device.py", line 288, in _check_available basic_ch = pool.all_channels[f"{pool.id}:0"] KeyError: '1:0'
`Traceback (most recent call last): "db_drivers.py", line 113, in insertoDatos Driver.insert_many(datos).execute() "C:\Program s (x86)\Python37-32\lib\site-packages\peewee.py", line 5577, in insert_many return ModelInsert(cls, insert=rows, columns=fields) "C:\Program s (x86)\Python37-32\lib\site-packages\peewee.py", line 6377, in __init__ self._returning = self.model._meta.get_primary_keys() "C:\Program s (x86)\Python37-32\lib\site-packages\peewee.py", line 5312, in get_primary_keys for field_name in self.primary_key.field_names]) "C:\Program s (x86)\Python37-32\lib\site-packages\peewee.py", line 5312, in <listcomp> for field_name in self.primary_key.field_names]) KeyError: 'DriverId'`
0.496292
Traceback (most recent call last): "./test.py", line 4, in <module> parse = CiscoConfParse('file.conf', syntax='junos', debug=True, comment='#') "/usr/lib/pymodules/python2.7/ciscoconfparse/ciscoconfparse.py", line 225, in __init__ config = self.convert_braces_to_ios(rgx.split(text)) "/usr/lib/pymodules/python2.7/ciscoconfparse/ciscoconfparse.py", line 351, in convert_braces_to_ios line, line_offset = line_level(tmp.strip()) "/usr/lib/pymodules/python2.7/ciscoconfparse/ciscoconfparse.py", line 345, in line_level raise ValueError("Could not parse: '{0}'".format(input)) ValueError: Could not parse: '} else {'
Traceback (most recent call last): "lbry\blob_exchange\server.py", line 103, in handle_request "asyncio\tasks.py", line 442, in wait_for "lbry\blob\blob_file.py", line 166, in sendfile "asyncio\base_events.py", line 1061, in sendfile "asyncio\base_events.py", line 1089, in _sendfile_fallback ValueError: seek of closed file
0.510502
Traceback (most recent call last): "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner self.run() "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker xlog.exception("google_ip.runJob fail:%r", e) AttributeError: 'NoneType' object has no attribute 'exception'
Traceback (most recent call last): "train.py", line 230, in <module> train(cfg, writer, logger) "train.py", line 132, in train loss = loss_fn(input=outputs, target=labels) "pytorch-semseg/ptsemseg/loss/loss.py", line 10, in cross_entropy2d n, c, h, w = input.size() AttributeError: 'tuple' object has no attribute 'size'
0.595817
Traceback (most recent call last): "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step result = coro.send(None) "/usr/local/lib/python3.5/dist-packages/homeassistant/components/device_tracker/__init__.py", line 708, in async_device_tracker_scan found_devices = yield from scanner.async_scan_devices() AttributeError: 'LinksysAPDeviceScanner' object has no attribute 'async_scan_devices'
Traceback (most recent call last): "__main__.py", line 168, in <module> sys.exit(main()) "__main__.py", line 165, in main process(args) "__main__.py", line 101, in process model.wv.save_word2vec_format(args.output) AttributeError: 'Word2Vec' object has no attribute 'wv'
0.576559
Traceback (most recent call last): "src/models/tune.py", line 26, in <module> run_fn() "src/models/tune.py", line 21, in run_fn config={"param": ray.tune.grid_search([0, 1])} "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/ray/tune/tune.py", line 235, in run runner.step() "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/ray/tune/trial_runner.py", line 268, in step next_trial = self._get_next_trial() # blocking "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/ray/tune/trial_runner.py", line 431, in _get_next_trial self._update_trial_queue(blocking=wait_for_trial) "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/ray/tune/trial_runner.py", line 565, in _update_trial_queue trials = self._search_alg.next_trials() "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/ray/tune/suggest/basic_variant.py", line 57, in next_trials trials = list(self._trial_generator) "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/ray/tune/suggest/basic_variant.py", line 87, in _generate_trials experiment_tag=experiment_tag) "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/ray/tune/config_parser.py", line 218, in create_trial_from_spec **trial_kwargs) "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/ray/tune/trial.py", line 279, in __init__ or self._get_trainable_cls().default_resource_request(self.config)) "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/ray/tune/trial.py", line 533, in _get_trainable_cls ray.tune.registry.TRAINABLE_CLASS, self.trainable_name) "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/ray/tune/registry.py", line 107, in get return pickle.loads(value) "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/pickle.py", line 1388, in loads return Unpickler(file).load() "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/pickle.py", line 864, in load dispatch[key](self) "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/pickle.py", line 1089, in load_newobj obj = cls.__new__(cls, *args) TypeError: Required argument 'code' (pos 1) not found
Traceback (most recent call last): "./flow", line 42, in <module> tfnet = TFNet(FLAGS) "/home/hankwu/DeepLearning/darkflow/net/build.py", line 34, in __init__ darknet = Darknet(FLAGS) "/home/hankwu/DeepLearning/darkflow/dark/darknet.py", line 17, in __init__ src_parsed = self.parse_cfg(self.src_cfg, FLAGS) "/home/hankwu/DeepLearning/darkflow/dark/darknet.py", line 68, in parse_cfg for i, info in enumerate(cfg_layers): "/home/hankwu/DeepLearning/darkflow/cfg/process.py", line 294, in cfg_yielder lx = layers[x]; xtype = lx['type'] TypeError: list indices must be integers, not unicode
0.555214
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): "/home/swqh0332/Desktop/blablapy.py", line 28, in <module> torch.save(cheese, "/home/swqh0332/camembert.pkl") "/home/swqh0332/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/serialization.py", line 260, in save return _with_file_like(f, "wb", lambda f: _save(obj, f, pickle_module, pickle_protocol)) "/home/swqh0332/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/serialization.py", line 185, in _with_file_like return body(f) "/home/swqh0332/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/serialization.py", line 260, in <lambda> return _with_file_like(f, "wb", lambda f: _save(obj, f, pickle_module, pickle_protocol)) "/home/swqh0332/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/serialization.py", line 332, in _save pickler.dump(obj) TypeError: can't pickle SwigPyObject objects
0.519608
Traceback (most recent call last): "train-unet-v3b.py", line 113, in <module> train_and_predict() "train-unet-v3b.py", line 96, in train_and_predict model = get_unet() "train-unet-v3b.py", line 54, in get_unet up6 = merge([UpSampling2D(size=(2, 2))(conv5), conv4], mode='concat', concat_axis=1) "/development/gtfw/lib/python3.4/site-packages/Keras-1.0.3-py3.4.egg/keras/engine/topology.py", line 485, in __call__ self.add_inbound_node(inbound_layers, node_indices, tensor_indices) "/development/gtfw/lib/python3.4/site-packages/Keras-1.0.3-py3.4.egg/keras/engine/topology.py", line 543, in add_inbound_node Node.create_node(self, inbound_layers, node_indices, tensor_indices) "/development/gtfw/lib/python3.4/site-packages/Keras-1.0.3-py3.4.egg/keras/engine/topology.py", line 148, in create_node output_tensors = to_list(outbound_layer.call(input_tensors[0], mask=input_masks[0])) "/development/gtfw/lib/python3.4/site-packages/Keras-1.0.3-py3.4.egg/keras/layers/convolutional.py", line 1043, in call self.dim_ordering) "/development/gtfw/lib/python3.4/site-packages/Keras-1.0.3-py3.4.egg/keras/backend/tensorflow_backend.py", line 508, in resize_images X.set_shape((None, None, original_shape[2] * height_factor, original_shape[3] * width_factor)) TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
Traceback (most recent call last): "c:\users\thoma\documents\lbry\lbrynet\extras\daemon\Component.py", line 55, in _setup result = await self.start() "c:\users\thoma\documents\lbry\lbrynet\extras\daemon\Components.py", line 458, in start await self.stream_manager.start() "c:\users\thoma\documents\lbry\lbrynet\stream\stream_manager.py", line 188, in start await self.load_streams_from_database() "c:\users\thoma\documents\lbry\lbrynet\stream\stream_manager.py", line 148, in load_streams_from_database log.info("Initializing %i files", len(file_infos)) TypeError: object of type 'NoneType' has no len()
0.669848
Traceback (most recent call last): "Documents\Projects\Documentation\venv\lib\site-packages\django\urls\resolvers.py", line 408, in url_patterns iter(patterns) TypeError: 'module' object is not iterable
Traceback (most recent call last): "/home/timberners/anaconda3/envs/tensorflow/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() "/home/timberners/anaconda3/envs/tensorflow/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) "/media/timberners/magicae/models/im2txt/bazel-bin/im2txt/download_and_preprocess_mscoco.runfiles/im2txt/im2txt/data/build_mscoco_data.py", line 281, in _process_image_files sequence_example = _to_sequence_example(image, decoder, vocab) "/media/timberners/magicae/models/im2txt/bazel-bin/im2txt/download_and_preprocess_mscoco.runfiles/im2txt/im2txt/data/build_mscoco_data.py", line 227, in _to_sequence_example "image/data": _bytes_feature(encoded_image), "/media/timberners/magicae/models/im2txt/bazel-bin/im2txt/download_and_preprocess_mscoco.runfiles/im2txt/im2txt/data/build_mscoco_data.py", line 192, in _bytes_feature return tf.train.Feature(bytes_list=tf.train.BytesList(value=[str(value)])) TypeError: 'b\'\\xff\\xd8\\xff\\xe0\\x00\\x10JFIF\\x00\\x01\\x01\\x01\\x00H\\x00H\\x00\\x00\\xff\\xe1\\x0b\\x0e has type str, but expected one of: bytes
0.535453
Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/state.py", line 1919, in call **cdata['kwargs']) "/usr/lib/python3/dist-packages/salt/loader.py", line 1918, in wrapper return f(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/states/mysql_user.py", line 142, in present **connection_args): "/usr/lib/python3/dist-packages/salt/modules/mysql.py", line 1315, in user_exists _execute(cur, qry, args) "/usr/lib/python3/dist-packages/salt/modules/mysql.py", line 609, in _execute return cur.execute(qry, args) "/usr/lib/python3/dist-packages/MySQLdb/cursors.py", line 228, in execute if not self._defer_warnings: self._warning_check() "/usr/lib/python3/dist-packages/MySQLdb/cursors.py", line 127, in _warning_check warn(w[-1], self.Warning, 3) TypeError: cannot use a string pattern on a bytes-like object
Traceback (most recent call last): "/home/aistudio/PaddleDetection-master/ppdet/data/reader.py", line 46, in __call__ data = f(data, ctx) TypeError: 'dict' object is not callable
0.601022
Traceback (most recent call last): "/home/george.trojan/miniconda3/envs/python-3.7/lib/python3.7/site-packages/distributed/utils.py", line 665, in log_errors yield "/home/george.trojan/miniconda3/envs/python-3.7/lib/python3.7/site-packages/distributed/scheduler.py", line 2135, in remove_worker address = self.coerce_address(address) "/home/george.trojan/miniconda3/envs/python-3.7/lib/python3.7/site-packages/distributed/scheduler.py", line 4844, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None
Traceback (most recent call last): "lint.queue in /home/fichte/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 55, in loop "lint.queue in /home/fichte/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 101, in lint "sublime_linter in /home/fichte/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 264, in lint "lint.linter in /home/fichte/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 995, in lint_view "lint.linter in /home/fichte/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 1319, in lint "linter in /home/fichte/.config/sublime-text-3/Installed Packages/SublimeLinter-annotations.sublime-package", line 99, in run TypeError: range() got an unexpected keyword argument 'error_type'
0.527419
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpybwhja3m\build\youtube_dl\extractor\common.py", line 530, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpybwhja3m\build\youtube_dl\extractor\puhutv.py", line 66, in _real_extract KeyError: 'id'
Traceback (most recent call last): "/usr/lib/python3.9/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) "/usr/lib/python3.9/site-packages/mesonbuild/mtest.py", line 1809, in test_done f.result() "/usr/lib/python3.9/site-packages/mesonbuild/mtest.py", line 1805, in run_test self.process_test_result(res) "/usr/lib/python3.9/site-packages/mesonbuild/mtest.py", line 1558, in process_test_result l.log(self, result) "/usr/lib/python3.9/site-packages/mesonbuild/mtest.py", line 657, in log self.running_tests.remove(result) "/usr/lib/python3.9/_collections_abc.py", line 684, in remove raise KeyError(value) KeyError: <mesonbuild.mtest.TestRunExitCode object at 0x7f9541d8c130>
0.5128
Traceback (most recent call last): "/home/pi/GassistPi/src/main.py", line 508, in <module> main() "/home/pi/GassistPi/src/main.py", line 399, in main radio(str(usrcmd).lower()) "/home/pi/GassistPi/src/actions.py", line 222, in radio say("Tuning into " + name) "/home/pi/GassistPi/src/actions.py", line 165, in say words= translator.translate(words, dest=language) "/home/pi/env/lib/python3.4/site-packages/googletrans/client.py", line 172, in translate data = self._translate(text, dest, src) "/home/pi/env/lib/python3.4/site-packages/googletrans/client.py", line 75, in _translate token = self.token_acquirer.do(text) "/home/pi/env/lib/python3.4/site-packages/googletrans/gtoken.py", line 180, in do self._update() "/home/pi/env/lib/python3.4/site-packages/googletrans/gtoken.py", line 59, in _update code = unicode(self.RE_TKK.search(r.text).group(1)).replace('var ', '') AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last): "/opt/skyline/bin/../src/analyzer/analyzer-agent.py", line 47, in <module> ensemble = [globals()[algorithm](timeseries) for algorithm in settings.ALGORITHMS] "/opt/skyline/src/analyzer/algorithms.py", line 149, in mean_subtraction_cumulation return abs(series.iget(-1)) > 3 * stdDev "/usr/lib64/python2.7/site-packages/pandas/core/generic.py", line 3614, in __getattr__ return object.__getattribute__(self, name) AttributeError: 'Series' object has no attribute 'iget'
0.622804
Traceback (most recent call last): "/opt/ml/code/train", line 220, in train optimizer_type=hyperparameters["optimizer_type"], "/opt/conda/lib/python3.6/site-packages/fast_bert/learner_cls.py", line 368, in fit outputs = self.model(**inputs) "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/opt/conda/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 152, in forward outputs = self.parallel_apply(replicas, inputs, kwargs) "/opt/conda/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 162, in parallel_apply return parallel_apply(replicas, inputs, kwargs, self.device_ids[:len(replicas)]) "/opt/conda/lib/python3.6/site-packages/torch/nn/parallel/parallel_apply.py", line 85, in parallel_apply output.reraise() "/opt/conda/lib/python3.6/site-packages/torch/_utils.py", line 394, in reraise raise self.exc_type(msg) ValueError: Caught ValueError in replica 0 on device 0.
Traceback (most recent call last): "<input>", line 1, in <module> "/Users/alexhellier/GIT/ebaypaypal/venv/ebaypaypal343/lib/python3.4/site-packages/pendulum/__init__.py", line 247, in from_format parts = _formatter.parse(string, fmt, now(), locale=locale) "/Users/alexhellier/GIT/ebaypaypal/venv/ebaypaypal343/lib/python3.4/site-packages/pendulum/formatting/formatter.py", line 407, in parse re.sub(pattern, lambda m: self._get_parsed_values(m, parsed, locale, now), time) "/Users/alexhellier/GIT/ebaypaypal/venv/ebaypaypal343/lib/python3.4/re.py", line 179, in sub return _compile(pattern, flags).sub(repl, string, count) "/Users/alexhellier/GIT/ebaypaypal/venv/ebaypaypal343/lib/python3.4/site-packages/pendulum/formatting/formatter.py", line 407, in <lambda> re.sub(pattern, lambda m: self._get_parsed_values(m, parsed, locale, now), time) "/Users/alexhellier/GIT/ebaypaypal/venv/ebaypaypal343/lib/python3.4/site-packages/pendulum/formatting/formatter.py", line 542, in _get_parsed_values self._get_parsed_value(token, m.group(index), parsed, now) "/Users/alexhellier/GIT/ebaypaypal/venv/ebaypaypal343/lib/python3.4/site-packages/pendulum/formatting/formatter.py", line 590, in _get_parsed_value offset = ((int(off_hour) * 60) + int(off_minute)) * 60 ValueError: invalid literal for int() with base 10: ''
0.600519
Traceback (most recent call last): "keras_to_tensorflow.py", line 172, in <module> app.run(main) "/scratch/workspace/anaconda2/lib/python2.7/site-packages/absl/app.py", line 299, in run _run_main(main, args) "/scratch/workspace/anaconda2/lib/python2.7/site-packages/absl/app.py", line 250, in _run_main sys.exit(main(argv)) "keras_to_tensorflow.py", line 118, in main model = load_models(FLAGS.input_model, FLAGS.input_model_json) "keras_to_tensorflow.py", line 94, in load_models raise wrong_file_err ValueError: Unknown initializer: f
Traceback (most recent call last): "calibre_plugins.dedrm.ignobleepub", line 280, in decryptBook "calibre_plugins.dedrm.ignobleepub", line 211, in __init__ "calibre_plugins.dedrm.ignobleepub", line 182, in __init__ "site-packages\Crypto\Cipher\AES.py", line 95, in new "site-packages\Crypto\Cipher\AES.py", line 59, in __init__ "site-packages\Crypto\Cipher\blockalgo.py", line 141, in __init__ ValueError: Key cannot be the null string
0.53455
Traceback (most recent call last): "./evm.py", line 27, in <module> evm.execute() "/home/g/.local/lib/python2.7/site-packages/manticore-0.1.5-py2.7.egg/manticore/platforms/evm.py", line 841, in execute result = implementation(*arguments) "/home/g/.local/lib/python2.7/site-packages/manticore-0.1.5-py2.7.egg/manticore/platforms/evm.py", line 1109, in CALLDATACOPY c = Operators.ITEBV(8,data_offset+i < len(self.data), Operators.ORD(self.data[data_offset+i]), 0) IndexError: cannot fit 'long' into an index-sized integer
Traceback (most recent call last): "/home/jay/miniconda2/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/home/jay/miniconda2/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "/home/jay/miniconda2/lib/python2.7/site-packages/pysc2/lib/renderer_human.py", line 878, in render_thread self.render_obs(obs) "/home/jay/miniconda2/lib/python2.7/site-packages/pysc2/lib/renderer_human.py", line 56, in _with_lock return func(*args, **kwargs) "/home/jay/miniconda2/lib/python2.7/site-packages/pysc2/lib/stopwatch.py", line 197, in _stopwatch return func(*args, **kwargs) "/home/jay/miniconda2/lib/python2.7/site-packages/pysc2/lib/renderer_human.py", line 894, in render_obs surf.draw(surf) "/home/jay/miniconda2/lib/python2.7/site-packages/pysc2/lib/renderer_human.py", line 352, in <lambda> lambda surf: self.draw_feature_layer(surf, feature)) "/home/jay/miniconda2/lib/python2.7/site-packages/pysc2/lib/stopwatch.py", line 197, in _stopwatch return func(*args, **kwargs) "/home/jay/miniconda2/lib/python2.7/site-packages/pysc2/lib/renderer_human.py", line 849, in draw_feature_layer surf.blit_np_array(feature.color(feature.unpack(self._obs.observation))) "/home/jay/miniconda2/lib/python2.7/site-packages/pysc2/lib/stopwatch.py", line 197, in _stopwatch return func(*args, **kwargs) "/home/jay/miniconda2/lib/python2.7/site-packages/pysc2/lib/features.py", line 94, in color return self.palette[plane] IndexError: index 16 is out of bounds for axis 0 with size 16
0.628778
Traceback (most recent call last): "microphone_recognition.py", line 38, in <module> print("Google Cloud Speech thinks you said " + r.recognize_google_cloud(audio, credentials_json=GOOGLE_CLOUD_SPEECH_CREDENTIALS)) "/Users/Me/speech_recognition/speech_recognition/__init__.py", line 904, in recognize_google_cloud with PortableNamedTemporary ("w") as f: "/Users/Me/speech_recognition/speech_recognition/__init__.py", line 1213, in __enter__ self._file = open(file_descriptor, self.mode) TypeError: coercing to Unicode: need string or buffer, int found
Traceback (most recent call last): "doit-0.32.0/lib/python3.7/site-packages/doit/doit_cmd.py", line 190, in run return command.parse_execute(args) "doit-0.32.0/lib/python3.7/site-packages/doit/cmd_base.py", line 150, in parse_execute return self.execute(params, args) "doit-0.32.0/lib/python3.7/site-packages/doit/cmd_base.py", line 601, in execute return self._execute(**exec_params) "doit-0.32.0/lib/python3.7/site-packages/doit/cmd_run.py", line 264, in _execute return runner.run_all(self.control.task_dispatcher()) "doit-0.32.0/lib/python3.7/site-packages/doit/runner.py", line 256, in run_all self.run_tasks(task_dispatcher) "doit-0.32.0/lib/python3.7/site-packages/doit/runner.py", line 219, in run_tasks if not self.select_task(node, task_dispatcher.tasks): "doit-0.32.0/lib/python3.7/site-packages/doit/runner.py", line 131, in select_task res = self.dep_manager.get_status(task, tasks_dict) "doit-0.32.0/lib/python3.7/site-packages/doit/dependency.py", line 630, in get_status uptodate_result = utd(*args, **utd_kwargs) "doit-0.32.0/lib/python3.7/site-packages/doit/tools.py", line 74, in __call__ self.config_digest = self._calc_digest() "doit-0.32.0/lib/python3.7/site-packages/doit/tools.py", line 62, in _calc_digest data = json.dumps(self.config, sort_keys=True, cls=self.encoder) "python3-3.7.6/lib/python3.7/json/__init__.py", line 238, in dumps **kw).encode(obj) "python3-3.7.6/lib/python3.7/json/encoder.py", line 199, in encode chunks = self.iterencode(o, _one_shot=True) "python3-3.7.6/lib/python3.7/json/encoder.py", line 257, in iterencode return _iterencode(o, 0) "python3-3.7.6/lib/python3.7/json/encoder.py", line 179, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type PosixPath is not JSON serializable
0.551412
Traceback (most recent call last): "C:\Users\damie\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "C:\Users\damie\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\damie\AppData\Local\pypoetry\Cache\virtualenvs\nlp-mt-testing-U3-1H1OD-py3.7\Scripts\onmt-main.exe\__main__.py", line 9, in <module> "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\opennmt\bin\main.py", line 224, in main hvd=hvd) "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\opennmt\runner.py", line 236, in train moving_average_decay=train_config.get("moving_average_decay")) "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\opennmt\training.py", line 93, in __call__ for loss in self._steps(dataset, accum_steps=accum_steps, report_steps=report_steps): "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\opennmt\training.py", line 223, in _steps _step() "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\tensorflow\python\eager\def_function.py", line 580, in __call__ result = self._call(*args, **kwds) "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\tensorflow\python\eager\def_function.py", line 627, in _call self._initialize(args, kwds, add_initializers_to=initializers) "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\tensorflow\python\eager\def_function.py", line 506, in _initialize *args, **kwds)) "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\tensorflow\python\eager\function.py", line 2446, in _get_concrete_function_internal_garbage_collected graph_function, _, _ = self._maybe_define_function(args, kwargs) "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\tensorflow\python\eager\function.py", line 2777, in _maybe_define_function graph_function = self._create_graph_function(args, kwargs) "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\tensorflow\python\eager\function.py", line 2667, in _create_graph_function capture_by_value=self._capture_by_value), "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\tensorflow\python\framework\func_graph.py", line 981, in func_graph_from_py_func func_outputs = python_func(*func_args, **func_kwargs) "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\tensorflow\python\eager\def_function.py", line 441, in wrapped_fn return weak_wrapped_fn().__wrapped__(*args, **kwds) "c:\users\damie\appdata\local\pypoetry\cache\virtualenvs\nlp-mt-testing-u3-1h1od-py3.7\lib\site-packages\tensorflow\python\framework\func_graph.py", line 968, in wrapper raise e.ag_error_metadata.to_exception(e) ValueError: in user code:
[WARNING] [2019-04-23 17:03:09,450:EnsembleBuilder(1):digits] Error loading /tmp/autosklearn_parallel_example_tmp/.auto-sklearn/predictions_ensemble/predictions_ensemble_1_11.npy: Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/autosklearn/ensemble_builder.py", line 316, in read_ensemble_preds y_ensemble = self._read_np_fn(fp=fp) "/usr/local/lib/python3.6/dist-packages/autosklearn/ensemble_builder.py", line 641, in _read_np_fn predictions = np.load(fp).astype(dtype=np.float32) "/usr/local/lib/python3.6/dist-packages/numpy/lib/npyio.py", line 451, in load raise ValueError("Cannot load file containing pickled data " ValueError: Cannot load file containing pickled data when allow_pickle=False
0.583616
Traceback (most recent call last): "./convert.py", line 60, in <module> main() "./convert.py", line 56, in main args.phase) "./convert.py", line 37, in convert src_out.write(transformer.transform_source()) "/home/arx/Disk/Source/caffe-tensorflow/kaffe/tensorflow/transformer.py", line 282, in transform_source chains = mapper.map() "/home/arx/Disk/Source/caffe-tensorflow/kaffe/graph.py", line 288, in map mapped_chains.append(self.map_chain(chain)) "/home/arx/Disk/Source/caffe-tensorflow/kaffe/graph.py", line 292, in map_chain return [self.map_node(node) for node in chain] "/home/arx/Disk/Source/caffe-tensorflow/kaffe/graph.py", line 296, in map_node mapped_node = map_func(node) "/home/arx/Disk/Source/caffe-tensorflow/kaffe/tensorflow/transformer.py", line 149, in map_batch_norm scale_offset = len(node.data) == 4 TypeError: object of type 'NoneType' has no len()
Traceback (most recent call last): "/opt/code/localstack/localstack/services/plugins.py", line 96, in check_infra check_service_health(api=name, print_error=print_error) "/opt/code/localstack/localstack/services/plugins.py", line 115, in check_service_health raise e "/opt/code/localstack/localstack/services/plugins.py", line 111, in check_service_health plugin.check(expect_shutdown=expect_shutdown, print_error=print_error) "/opt/code/localstack/localstack/services/plugins.py", line 45, in check return self.check_function(expect_shutdown=expect_shutdown, print_error=print_error) "/opt/code/localstack/localstack/services/secretsmanager/secretsmanager_starter.py", line 129, in check_secretsmanager assert isinstance(out['SecretList'], list) TypeError: 'NoneType' object is not subscriptable
0.639263
Traceback (most recent call last): "/home/ryuta/bug.py", line 31, in <module 'bug.py'> assert isinstance(f.__name__, str) AttributeError: 'classmethod' object has no attribute '__name__'
Traceback (most recent call last): "/usr/lib/python3.7/site-packages/ambassador-0.0.0.dev0-py3.7.egg/ambassador_diag/diagd.py", line 233, in wrapper result = f(*args, reqid=reqid, **kwds) "/usr/lib/python3.7/site-packages/ambassador-0.0.0.dev0-py3.7.egg/ambassador_diag/diagd.py", line 519, in show_overview ov = diag.overview(request, app.estats) AttributeError: 'NoneType' object has no attribute 'overview'
0.587402
Traceback (most recent call last): "<ipython-input-4-05b902f27e78>", line 1, in <module> ses.connect(port=7496, timeout=3) "C:\Users\Admin\anaconda3\envs\tensorflow_env_gpu\lib\site-packages\ib_insync\ib.py", line 272, in connect host, port, clientId, timeout, readonly, account)) "C:\Users\Admin\anaconda3\envs\tensorflow_env_gpu\lib\site-packages\ib_insync\ib.py", line 310, in _run return util.run(*awaitables, timeout=self.RequestTimeout) "C:\Users\Admin\anaconda3\envs\tensorflow_env_gpu\lib\site-packages\ib_insync\util.py", line 322, in run result = loop.run_until_complete(task) "C:\Users\Admin\anaconda3\envs\tensorflow_env_gpu\lib\asyncio\base_events.py", line 563, in run_until_complete self._check_runnung() "C:\Users\Admin\anaconda3\envs\tensorflow_env_gpu\lib\asyncio\base_events.py", line 523, in _check_runnung raise RuntimeError('This event loop is already running') RuntimeError: This event loop is already running
Traceback (most recent call last): "/snap/microk8s/1864/scripts/wrappers/enable.py", line 43, in <module> enable(prog_name='microk8s enable') "/snap/microk8s/1864/usr/lib/python3/dist-packages/click/core.py", line 716, in __call__ return self.main(*args, **kwargs) "/snap/microk8s/1864/usr/lib/python3/dist-packages/click/core.py", line 675, in main _verify_python3_env() "/snap/microk8s/1864/usr/lib/python3/dist-packages/click/_unicodefun.py", line 119, in _verify_python3_env 'mitigation steps.' + extra) RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.
0.582168
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/src/homeassistant/homeassistant/core.py", line 692, in onetime_listener self._hass.async_run_job(listener, event) "/usr/src/homeassistant/homeassistant/core.py", line 401, in async_run_job self.async_add_job(target, *args) "/usr/src/homeassistant/homeassistant/core.py", line 331, in async_add_job task = self.loop.create_task(target(*args)) TypeError: stop() takes 1 positional argument but 2 were given
Traceback (most recent call last): "scripts/neural_search.py", line 89, in <module> result = bayes_cv_tuner.fit(X_train, y_train, callback=status_print) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/site-packages/skopt/searchcv.py", line 694, in fit groups=groups, n_points=n_points_adjusted "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/site-packages/skopt/searchcv.py", line 579, in _step self._fit(X, y, groups, params_dict) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/site-packages/skopt/searchcv.py", line 406, in _fit base_estimator = clone(self.estimator) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/site-packages/sklearn/utils/validation.py", line 72, in inner_f return f(**kwargs) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/site-packages/sklearn/base.py", line 87, in clone new_object_params[name] = clone(param, safe=False) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/site-packages/sklearn/utils/validation.py", line 72, in inner_f return f(**kwargs) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/site-packages/sklearn/base.py", line 71, in clone return copy.deepcopy(estimator) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 281, in _reconstruct state = deepcopy(state, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 241, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 216, in _deepcopy_list append(deepcopy(a, memo)) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 281, in _reconstruct state = deepcopy(state, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 241, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 216, in _deepcopy_list append(deepcopy(a, memo)) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 281, in _reconstruct state = deepcopy(state, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 241, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 281, in _reconstruct state = deepcopy(state, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 241, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 281, in _reconstruct state = deepcopy(state, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 241, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 281, in _reconstruct state = deepcopy(state, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 241, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/home/itan_lab/david/.conda/envs/goflof/lib/python3.7/copy.py", line 169, in deepcopy rv = reductor(4) TypeError: can't pickle _thread.RLock objects
0.555802
Traceback (most recent call last): "/app/bazarr/bazarr/../libs/bottle.py", line 866, in _handle return route.call(**args) "/app/bazarr/bazarr/../libs/bottle.py", line 1744, in wrapper rv = callback(*a, **ka) "/app/bazarr/bazarr/main.py", line 133, in wrapper return func(*a, **ka) "/app/bazarr/bazarr/main.py", line 1997, in perform_manual_upload_subtitle_movie _, ext = os.path.splitext(upload.filename) AttributeError: 'NoneType' object has no attribute 'filename'
Traceback (most recent call last): "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/usr/local/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "/root/azure-cli/src/azure-cli-core/azure/cli/core/_profile.py", line 1033, in _get_authorization_code_worker succ = open_page_in_browser(url) "/root/azure-cli/src/azure-cli-core/azure/cli/core/util.py", line 262, in open_page_in_browser platform_name = uname.system.lower() AttributeError: 'tuple' object has no attribute 'system'
0.642958
Traceback (most recent call last): "/opt/conda/lib/python3.6/multiprocessing/queues.py", line 234, in _feed obj = _ForkingPickler.dumps(obj) "/opt/conda/lib/python3.6/multiprocessing/reduction.py", line 51, in dumps cls(buf, protocol).dump(obj) "/opt/conda/lib/python3.6/site-packages/torch/multiprocessing/reductions.py", line 333, in reduce_storage fd, size = storage._share_fd_() RuntimeError: unable to write to file </torch_7584_2250982115>
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.6/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/static.py", line 66, in staticresource_middleware return await handler(request) "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/real_ip.py", line 34, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 67, in ban_middleware return await handler(request) "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/auth.py", line 99, in auth_middleware return await handler(request) "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/view.py", line 118, in handle result = await result "/usr/local/lib/python3.6/site-packages/homeassistant/components/camera/__init__.py", line 407, in get return await self.handle(request, camera) "/usr/local/lib/python3.6/site-packages/homeassistant/components/camera/__init__.py", line 443, in handle return await camera.handle_async_mjpeg_stream(request) "/usr/local/lib/python3.6/site-packages/homeassistant/components/camera/arlo.py", line 109, in handle_async_mjpeg_stream await stream.close() "/usr/local/lib/python3.6/site-packages/haffmpeg/core.py", line 134, in close yield from self._proc.communicate(input=b'q') "/usr/local/lib/python3.6/asyncio/subprocess.py", line 195, in communicate loop=self._loop) "/usr/local/lib/python3.6/asyncio/subprocess.py", line 143, in _feed_stdin self.stdin.write(input) "/usr/local/lib/python3.6/asyncio/streams.py", line 300, in write self._transport.write(data) "uvloop/handles/stream.pyx", line 671, in uvloop.loop.UVStream.write "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive RuntimeError: unable to perform operation on <WriteUnixTransport closed=True reading=False 0x6f053770>; the handler is closed
0.587143
Traceback (most recent call last): "/root/.pyenv/versions/3.8.2/bin/pipenv", line 10, in <module> sys.exit(cli()) "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 717, in main rv = self.invoke(ctx) "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/vendor/click/decorators.py", line 64, in new_func return ctx.invoke(f, obj, *args, **kwargs) "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/vendor/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/cli/command.py", line 235, in install retcode = do_install( "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/core.py", line 1863, in do_install do_init( "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/core.py", line 1192, in do_init raise exceptions.DeployException "/root/.pyenv/versions/3.8.2/lib/python3.8/site-packages/pipenv/exceptions.py", line 168, in __init__ PipenvUsageError.__init__(message=fix_utf8(message), extra=extra, **kwargs) TypeError: __init__() missing 1 required positional argument: 'self'
Traceback (most recent call last): "/usr/local/lib/python3.8/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, "/usr/local/lib/python3.8/runpy.py", line 86, in _run_code exec(code, run_globals) "/usr/local/lib/python3.8/site-packages/spacy/__main__.py", line 33, in <module> plac.call(commands[command], sys.argv[1:]) "/usr/local/lib/python3.8/site-packages/plac_core.py", line 367, in call cmd, result = parser.consume(arglist) "/usr/local/lib/python3.8/site-packages/plac_core.py", line 232, in consume return cmd, self.func(*(args + varargs + extraopts), **kwargs) "/usr/local/lib/python3.8/site-packages/spacy/cli/train.py", line 583, in train best_model_path = _collate_best_model(final_meta, output_path, best_pipes) "/usr/local/lib/python3.8/site-packages/spacy/cli/train.py", line 643, in _collate_best_model bests[component] = _find_best(output_path, component) "/usr/local/lib/python3.8/site-packages/spacy/cli/train.py", line 666, in _find_best return max(accuracies)[1] TypeError: '>' not supported between instances of 'dict' and 'dict'
0.595536
Traceback (most recent call last): "/home/mecnun/PranaGeo/Cpyromus/g2p-seq2seq/tests/g2p_unittest.py", line 47, in test_evaluate g2p_model = G2PModel(params, test_path=gt_path) "/home/mecnun/PranaGeo/Cpyromus/g2p-seq2seq/g2p_seq2seq/g2p.py", line 89, in __init__ self.__prepare_model() "/home/mecnun/PranaGeo/Cpyromus/g2p-seq2seq/g2p_seq2seq/g2p.py", line 102, in __prepare_model self.params) "/home/mecnun/PranaGeo/Cpyromus/g2p-seq2seq/g2p_seq2seq/g2p_trainer_utils.py", line 230, in create_run_config use_tpu=params.use_tpu) TypeError: create_run_config() takes at least 1 argument (24 given)
Traceback (most recent call last): "/venv/lib/python3.7/site-packages/telegram/ext/jobqueue.py", line 260, in tick job.run(self._dispatcher) "/venv/lib/python3.7/site-packages/telegram/ext/jobqueue.py", line 388, in run self.callback(CallbackContext.from_job(self, dispatcher)) TypeError: _trigger_timeout() missing 1 required positional argument: 'job'
0.596676
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/state.py", line 1624, in call **cdata['kwargs']) "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1491, in wrapper return f(*args, **kwargs) "/usr/lib/python2.7/dist-packages/salt/states/file.py", line 2560, in line backup=backup, quiet=quiet, indent=indent) "/usr/lib/python2.7/dist-packages/salt/modules/file.py", line 1499, in line for line in body.split(os.linesep)]) TypeError: expected a character buffer object```
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1042, in _execute getattr(self, self.request.method.lower())(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1809, in wrapper return method(self, *args, **kwargs) "/usr/local/lib/python2.7/dist-packages/flower/api/tasks.py", line 60, in get self.write(response) "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 493, in write chunk = escape.json_encode(chunk) "/usr/local/lib/python2.7/dist-packages/tornado/escape.py", line 90, in json_encode return _json_encode(recursive_unicode(value)).replace("</", "<\\/") "/usr/lib/python2.7/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) "/usr/lib/python2.7/json/encoder.py", line 201, in encode chunks = self.iterencode(o, _one_shot=True) "/usr/lib/python2.7/json/encoder.py", line 264, in iterencode return _iterencode(o, 0) "/usr/lib/python2.7/json/encoder.py", line 178, in default raise TypeError(repr(o) + " is not JSON serializable") TypeError: ZeroDivisionError('integer division or modulo by zero',) is not JSON serializable
0.55577
Traceback (most recent call last): "/opt/cve-service/sbin/db_mgmt_json.py", line 202, in <module> db.updateCVE(item) "/opt/cve-service/sbin/../lib/DatabaseLayer.py", line 72, in updateCVE "vulnerable_product": cve["vulnerable_product"], "access": **cve['acccess'],** KeyError: 'acccess'
Traceback (most recent call last): "style.py", line 167, in <module> main() "style.py", line 147, in main for preds, losses, i, epoch in optimize(*args, **kwargs): "src/optimize.py", line 34, in optimize net = vgg.net(vgg_path, style_image_pre) "src/vgg.py", line 27, in net mean = data['normalization'][0][0][0] KeyError: 'normalization'
0.538357