text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\Administrator\AppData\Local\Temp\pip-install-jkvm3_sm\av_fab2624fe83a41c19d0e4cd1612d76bb\setup.py", line 36, in <module> if tuple(map(int, cython_version.split('.'))) < (0, 27): ValueError: invalid literal for int() with base 10: '0a6' ```
Traceback (most recent call last): "/home/plavalaguna/.local/share/virtualenvs/nucypher-NFM6Af2v/bin/nucypher", line 11, in <module> load_entry_point('nucypher', 'console_scripts', 'nucypher')() "/home/plavalaguna/.local/share/virtualenvs/nucypher-NFM6Af2v/lib/python3.6/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) "/home/plavalaguna/.local/share/virtualenvs/nucypher-NFM6Af2v/lib/python3.6/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) "/home/plavalaguna/.local/share/virtualenvs/nucypher-NFM6Af2v/lib/python3.6/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/plavalaguna/.local/share/virtualenvs/nucypher-NFM6Af2v/lib/python3.6/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/plavalaguna/.local/share/virtualenvs/nucypher-NFM6Af2v/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/plavalaguna/.local/share/virtualenvs/nucypher-NFM6Af2v/lib/python3.6/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/home/plavalaguna/nucypher/nucypher/cli/options.py", line 147, in wrapper return func(**kwargs) "/home/plavalaguna/nucypher/nucypher/cli/options.py", line 147, in wrapper return func(**kwargs) "/home/plavalaguna/nucypher/nucypher/cli/options.py", line 147, in wrapper return func(**kwargs) "/home/plavalaguna/nucypher/nucypher/cli/commands/ursula.py", line 377, in run prometheus=prometheus) "/home/plavalaguna/nucypher/nucypher/characters/lawful.py", line 1138, in run self.work_tracker.start(act_now=True, requirement_func=self._availability_tracker.status) "/home/plavalaguna/nucypher/nucypher/blockchain/eth/token.py", line 533, in start self._do_work() "/home/plavalaguna/nucypher/nucypher/blockchain/eth/token.py", line 594, in _do_work self.worker.commit_to_next_period() # < --- blockchain WRITE "/home/plavalaguna/nucypher/nucypher/blockchain/eth/decorators.py", line 81, in wrapped return func(actor, *args, **kwargs) "/home/plavalaguna/nucypher/nucypher/blockchain/eth/decorators.py", line 88, in wrapped receipt = actor_method(self, *args, **kwargs) "/home/plavalaguna/nucypher/nucypher/blockchain/eth/actors.py", line 1348, in commit_to_next_period receipt = self.staking_agent.commit_to_next_period(worker_address=self.__worker_address) "/home/plavalaguna/nucypher/nucypher/blockchain/eth/decorators.py", line 71, in wrapped return func(*args, **kwargs) "/home/plavalaguna/nucypher/nucypher/blockchain/eth/agents.py", line 483, in commit_to_next_period receipt = self.blockchain.send_transaction(contract_function=contract_function, sender_address=worker_address) "/home/plavalaguna/nucypher/nucypher/blockchain/eth/decorators.py", line 71, in wrapped return func(*args, **kwargs) "/home/plavalaguna/nucypher/nucypher/blockchain/eth/interfaces.py", line 618, in send_transaction confirmations=confirmations) "/home/plavalaguna/nucypher/nucypher/blockchain/eth/interfaces.py", line 532, in sign_and_broadcast_transaction txhash = self.client.send_raw_transaction(signed_raw_transaction) # <--- BROADCAST "/home/plavalaguna/nucypher/nucypher/blockchain/eth/clients.py", line 268, in send_raw_transaction return self.w3.eth.sendRawTransaction(raw_transaction=transaction_bytes) "/home/plavalaguna/.local/share/virtualenvs/nucypher-NFM6Af2v/lib/python3.6/site-packages/web3/eth.py", line 392, in sendRawTransaction [raw_transaction], "/home/plavalaguna/.local/share/virtualenvs/nucypher-NFM6Af2v/lib/python3.6/site-packages/web3/manager.py", line 153, in request_blocking raise ValueError(response["error"]) ValueError: {'code': -32000, 'message': 'nonce too low'}
0.574095
Traceback (most recent call last): "site-packages/calibre/utils/formatter.py", line 377, in safe_format "site-packages/calibre/utils/formatter.py", line 344, in evaluate "lib/python2.7/string.py", line 563, in vformat "lib/python2.7/string.py", line 585, in _vformat "lib/python2.7/string.py", line 646, in get_field "site-packages/calibre/ebooks/metadata/book/formatter.py", line 31, in get_value ValueError: Value: unknown field path
Traceback (most recent call last): "/usr/local/lib/python3.8/site-packages/cellprofiler_core/utilities/core/modules/__init__.py", line 71, in add_module m = __import__(mod, globals(), locals(), ["__all__"], 0) "/usr/local/lib/python3.8/site-packages/cellprofiler/modules/morph.py", line 257, in <module> import centrosome.cpmorphology "/usr/local/lib/python3.8/site-packages/centrosome/cpmorphology.py", line 12, in <module> from ._cpmorphology2 import skeletonize_loop, table_lookup_index "centrosome/_cpmorphology2.pyx", line 1, in init centrosome._cpmorphology2 ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
0.545346
Traceback (most recent call last): "setup.py", line 55, in <module> cmdclass={"build_ext": BuildExtension} "F:\Anaconda3\envs\pytorch\lib\site-packages\setuptools\__init__.py", line 145, in setup return distutils.core.setup(**attrs) "F:\Anaconda3\envs\pytorch\lib\distutils\core.py", line 148, in setup dist.run_commands() "F:\Anaconda3\envs\pytorch\lib\distutils\dist.py", line 955, in run_commands self.run_command(cmd) "F:\Anaconda3\envs\pytorch\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() "F:\Anaconda3\envs\pytorch\lib\distutils\command\build.py", line 135, in run self.run_command(cmd_name) "F:\Anaconda3\envs\pytorch\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) "F:\Anaconda3\envs\pytorch\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() "F:\Anaconda3\envs\pytorch\lib\site-packages\setuptools\command\build_ext.py", line 84, in run _build_ext.run(self) "F:\Anaconda3\envs\pytorch\lib\distutils\command\build_ext.py", line 339, in run self.build_extensions() "F:\Anaconda3\envs\pytorch\lib\site-packages\torch\utils\cpp_extension.py", line 343, in build_extensions build_ext.build_extensions(self) "F:\Anaconda3\envs\pytorch\lib\distutils\command\build_ext.py", line 448, in build_extensions self._build_extensions_serial() "F:\Anaconda3\envs\pytorch\lib\distutils\command\build_ext.py", line 473, in _build_extensions_serial self.build_extension(ext) "F:\Anaconda3\envs\pytorch\lib\site-packages\setuptools\command\build_ext.py", line 205, in build_extension _build_ext.build_extension(self, ext) "F:\Anaconda3\envs\pytorch\lib\distutils\command\build_ext.py", line 533, in build_extension depends=ext.depends) "F:\Anaconda3\envs\pytorch\lib\site-packages\torch\utils\cpp_extension.py", line 333, in win_wrap_compile extra_postargs, depends) "F:\Anaconda3\envs\pytorch\lib\distutils\_msvccompiler.py", line 345, in compile self.initialize() "F:\Anaconda3\envs\pytorch\lib\distutils\_msvccompiler.py", line 238, in initialize vc_env = _get_vc_env(plat_spec) "F:\Anaconda3\envs\pytorch\lib\site-packages\setuptools\msvc.py", line 171, in msvc14_get_vc_env return EnvironmentInfo(plat_spec, vc_min_ver=14.0).return_env() "F:\Anaconda3\envs\pytorch\lib\site-packages\setuptools\msvc.py", line 1620, in return_env if self.vs_ver >= 14 and isfile(self.VCRuntimeRedist): "F:\Anaconda3\envs\pytorch\lib\genericpath.py", line 30, in isfile st = os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Traceback (most recent call last): "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/Users/kenneth/Work/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 97, in <module> main() "/Users/kenneth/Work/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 18, in main click.Group(commands=commands)(prog_name='bench') "/Users/kenneth/Work/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/Users/kenneth/Work/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/Users/kenneth/Work/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/kenneth/Work/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/kenneth/Work/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/Users/kenneth/Work/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/Users/kenneth/Work/frappe-bench/env/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/Users/kenneth/Work/frappe-bench/apps/frappe/frappe/commands/__init__.py", line 25, in _func ret = f(frappe._dict(ctx.obj), *args, **kwargs) "/Users/kenneth/Work/frappe-bench/apps/frappe/frappe/commands/utils.py", line 322, in mariadb os.execv(mysql, args) TypeError: execv() arg 2 must contain only strings```
0.615149
Traceback (most recent call last): "/tmp/Bazel.runfiles_NZTcBp/runfiles/com_google_deepvariant/deepvariant/postprocess_variants.py", line 955, in <module> tf.app.run() "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) "/tmp/Bazel.runfiles_NZTcBp/runfiles/com_google_deepvariant/deepvariant/postprocess_variants.py", line 897, in main raise ValueError('Cannot find any records in {}'.format(','.join(paths))) ValueError: Cannot find any records in /tmp/deepvariant_tmp_output/call_variants_output.tfrecord.gz
[WARNING] [2019-04-23 17:03:09,415:EnsembleBuilder(1):digits] Error loading /tmp/autosklearn_parallel_example_tmp/.auto-sklearn/predictions_ensemble/predictions_ensemble_2_2.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.556307
Traceback (most recent call last): "lbrynet\extras\daemon\Component.py", line 55, in _setup "lbrynet\extras\daemon\Components.py", line 109, in start "concurrent\futures\thread.py", line 57, in run "lbrynet\extras\daemon\migrator\dbmigrator.py", line 28, in migrate_db "lbrynet\extras\daemon\migrator\migrate4to5.py", line 10, in do_migration AttributeError: 'str' object has no attribute 'data_dir'
Traceback (most recent call last): "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback stb = value._render_traceback_() AttributeError: 'TypeError' object has no attribute '_render_traceback_'
0.579447
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 561, in show_time elapsed_time = time() - self.t0 TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
Traceback (most recent call last): "test.py", line 9, in <module> uncompyle6.deparse_code2str(code=code) "/Users/laike9m/.pyenv/versions/Cyberbrain/lib/python3.7/site-packages/uncompyle6/semantics/pysource.py", line 2424, in deparse_code2str showast=debug_opts.get('tree', None), TypeError: code_deparse() got an unexpected keyword argument 'showasm'
0.484436
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 222, in async_update_ha_state attr = self.state_attributes or {} "/usr/lib/python3.6/site-packages/homeassistant/components/light/__init__.py", line 501, in state_attributes *data[ATTR_HS_COLOR]) TypeError: color_hs_to_RGB() takes 2 positional arguments but 3 were given
Traceback (most recent call last): "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/usr/local/bin/youtube-dl/__main__.py", line 19, in <module> "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 474, in main "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 464, in _real_main "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2018, in download "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract "/usr/local/bin/youtube-dl/youtube_dl/extractor/vk.py", line 416, in _real_extract TypeError: string indices must be integers
0.53198
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-dzarxluf/rcssmin/setup.py", line 42, in <module> setup() "/tmp/pip-build-dzarxluf/rcssmin/setup.py", line 33, in setup return run(script_args=args, ext=ext, manifest_only=_manifest) "/tmp/pip-build-dzarxluf/rcssmin/_setup/py3/setup.py", line 426, in run return _core.setup(**kwargs) "/usr/local/lib/python3.5/distutils/core.py", line 148, in setup dist.run_commands() "/usr/local/lib/python3.5/distutils/dist.py", line 955, in run_commands self.run_command(cmd) "/usr/local/lib/python3.5/distutils/dist.py", line 974, in run_command cmd_obj.run() "/usr/local/lib/python3.5/site-packages/setuptools/command/egg_info.py", line 279, in run self.find_sources() "/usr/local/lib/python3.5/site-packages/setuptools/command/egg_info.py", line 306, in find_sources mm.run() "/usr/local/lib/python3.5/site-packages/setuptools/command/egg_info.py", line 533, in run self.add_defaults() "/usr/local/lib/python3.5/site-packages/setuptools/command/egg_info.py", line 562, in add_defaults sdist.add_defaults(self) "/usr/local/lib/python3.5/site-packages/setuptools/command/py36compat.py", line 35, in add_defaults self._add_defaults_data_files() "/usr/local/lib/python3.5/site-packages/setuptools/command/py36compat.py", line 111, in _add_defaults_data_files dirname, filenames = item TypeError: 'Documentation' object is not iterable
Traceback (most recent call last): "/opt/py3/lib64/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) "/opt/py3/lib64/python3.6/site-packages/django/core/handlers/base.py", line 126, in _get_response response = self.process_exception_by_middleware(e, request) "/opt/py3/lib64/python3.6/site-packages/django/core/handlers/base.py", line 124, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/usr/lib64/python3.6/contextlib.py", line 52, in inner return func(*args, **kwds) "/opt/py3/lib64/python3.6/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view return view_func(*args, **kwargs) "/opt/py3/lib64/python3.6/site-packages/django/views/generic/base.py", line 68, in view return self.dispatch(request, *args, **kwargs) "/opt/py3/lib64/python3.6/site-packages/rest_framework/views.py", line 495, in dispatch response = self.handle_exception(exc) "/opt/py3/lib64/python3.6/site-packages/rest_framework/views.py", line 455, in handle_exception self.raise_uncaught_exception(exc) "/opt/py3/lib64/python3.6/site-packages/rest_framework/views.py", line 492, in dispatch response = handler(request, *args, **kwargs) "/opt/jumpserver/apps/perms/api/user_permission.py", line 128, in get resp = super().get(request, *args, **kwargs) "/opt/py3/lib64/python3.6/site-packages/rest_framework/generics.py", line 201, in get return self.list(request, *args, **kwargs) "/opt/py3/lib64/python3.6/site-packages/rest_framework/mixins.py", line 40, in list queryset = self.filter_queryset(self.get_queryset()) "/opt/jumpserver/apps/perms/api/user_permission.py", line 153, in get_queryset assets = util.get_assets() "/opt/jumpserver/apps/perms/utils/asset_permission.py", line 319, in get_assets return self.get_resource("assets") "/opt/jumpserver/apps/perms/utils/asset_permission.py", line 303, in get_resource return self.get_resource_from_cache(resource) "/opt/jumpserver/apps/perms/utils/asset_permission.py", line 297, in get_resource_from_cache self.update_cache() "/opt/jumpserver/apps/perms/utils/asset_permission.py", line 343, in update_cache assets = self.get_resource_without_cache("assets") "/opt/jumpserver/apps/perms/utils/asset_permission.py", line 313, in get_resource_without_cache return getattr(self, attr)() "/opt/jumpserver/apps/perms/utils/asset_permission.py", line 489, in get_assets_without_cache self.get_assets_direct() "/opt/jumpserver/apps/perms/utils/asset_permission.py", line 478, in get_assets_direct self.tree.add_assets(assets) "/opt/jumpserver/apps/perms/utils/asset_permission.py", line 127, in add_assets self.add_asset(asset, system_users) "/opt/jumpserver/apps/perms/utils/asset_permission.py", line 156, in add_asset self.nodes[self.ungrouped_node]["assets"].add(system_users) TypeError: unhashable type: 'dict'
0.617986
Traceback (most recent call last): "D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports return _getImports_pe(pth) "D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe import_dllnames_only=True, TypeError: parse_data_directories() got an unexpected keyword argument 'forwarded_exports_only'
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/components/qnap/sensor.py", line 194, in update self.data["system_stats"] = self._api.get_system_stats() "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 267, in get_system_stats for dns in root["dnsInfo"]["DNS_LIST"]: TypeError: 'NoneType' object is not subscriptable
0.586501
Traceback (most recent call last): "/user/lib/python3.6/site-packages/celery/worker/worker.py", line 205, in start self.blueprint.start(self) "/user/lib/python3.6/site-packages/celery/bootsteps.py", line 119, in start step.start(parent) "/user/lib/python3.6/site-packages/celery/bootsteps.py", line 369, in start return self.obj.start() "/user/lib/python3.6/site-packages/celery/worker/consumer/consumer.py", line 317, in start blueprint.start(self) "/user/lib/python3.6/site-packages/celery/bootsteps.py", line 119, in start step.start(parent) "/user/lib/python3.6/site-packages/celery/worker/consumer/consumer.py", line 593, in start c.loop(*c.loop_args()) "/user/lib/python3.6/site-packages/celery/worker/loops.py", line 91, in asynloop next(loop) "/user/lib/python3.6/site-packages/kombu/asynchronous/hub.py", line 354, in create_loop cb(*cbargs) "/user/lib/python3.6/site-packages/kombu/transport/redis.py", line 1040, in on_readable self.cycle.on_readable(fileno) "/user/lib/python3.6/site-packages/kombu/transport/redis.py", line 337, in on_readable chan.handlers[type]() "/user/lib/python3.6/site-packages/kombu/transport/redis.py", line 724, in _brpop_read self.connection._deliver(loads(bytes_to_str(item)), dest) "/user/lib/python3.6/site-packages/kombu/transport/virtual/base.py", line 983, in _deliver callback(message) "/user/lib/python3.6/site-packages/kombu/transport/virtual/base.py", line 632, in _callback self.qos.append(message, message.delivery_tag) "/user/lib/python3.6/site-packages/kombu/transport/redis.py", line 149, in append pipe.zadd(self.unacked_index_key, time(), delivery_tag) \ "/user/lib/python3.6/site-packages/redis/client.py", line 2263, in zadd for pair in iteritems(mapping): "/user/lib/python3.6/site-packages/redis/_compat.py", line 123, in iteritems return iter(x.items()) AttributeError: 'float' object has no attribute 'items'
Traceback (most recent call last): "<string>", line 1, in <module> AttributeError: type object 'Microphone' has no attribute 'list_working_microphones'
0.53517
Traceback (most recent call last): "/opt/sublime_text/sublime_plugin.py", line 685, in on_query_completions res = vel.on_query_completions(prefix, locations) "/home/richman/.config/sublime-text-3/Packages/Jedi - Python autocompletion/sublime_jedi/completion.py", line 158, in on_query_completions cplns = [tuple(x) for x in self._sort_completions(cplns)] "/home/richman/.config/sublime-text-3/Packages/Jedi - Python autocompletion/sublime_jedi/completion.py", line 174, in _sort_completions key=lambda x: ( TypeError: 'NoneType' object is not iterable
Traceback (most recent call last): "/root/models/research/object_detection/export_tflite_ssd_graph.py", line 143, in <module> tf.app.run(main) "/usr/local/lib/python3.6/dist-packages/tensorflow/python/platform/app.py", line 40, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef) "/usr/local/lib/python3.6/dist-packages/absl/app.py", line 300, in run _run_main(main, args) "/usr/local/lib/python3.6/dist-packages/absl/app.py", line 251, in _run_main sys.exit(main(argv)) "/root/models/research/object_detection/export_tflite_ssd_graph.py", line 139, in main FLAGS.max_classes_per_detection, FLAGS.use_regular_nms) TypeError: export_tflite_graph() takes 6 positional arguments but 7 were given
0.511807
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/lutris/gui/views/store.py", line 420, in add_game self.store.append( "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 997, in append return self._do_insert(-1, row) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 988, in _do_insert row, columns = self._convert_row(row) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 900, in _convert_row result.append(self._convert_value(cur_col, value)) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 914, in _convert_value return GObject.Value(self.get_column_type(column), value) "/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 210, in __init__ self.set_value(py_value) "/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 249, in set_value raise TypeError("Expected string but got %s%s" % TypeError: Expected string but got 0.5<class 'float'>
Traceback (most recent call last): "neural_style.py", line 856, in <module> main() "neural_style.py", line 853, in main else: render_single_image() "neural_style.py", line 822, in render_single_image stylize(content_img, style_imgs, init_img) "neural_style.py", line 550, in stylize net = build_model(content_img) "neural_style.py", line 240, in build_model vgg_rawnet = scipy.io.loadmat(args.model_weights) "/home/simone/.pyenv/versions/3.6.5/lib/python3.6/site-packages/scipy/io/matlab/mio.py", line 141, in loadmat MR, file_opened = mat_reader_factory(file_name, appendmat, **kwargs) "/home/simone/.pyenv/versions/3.6.5/lib/python3.6/site-packages/scipy/io/matlab/mio.py", line 64, in mat_reader_factory byte_stream, file_opened = _open_file(file_name, appendmat) TypeError: 'NoneType' object is not iterable
0.606943
Traceback (most recent call last): "site-packages/calibre/utils/formatter.py", line 377, in safe_format "site-packages/calibre/utils/formatter.py", line 342, in evaluate "site-packages/calibre/utils/formatter.py", line 266, in _eval_program "site-packages/calibre/utils/formatter.py", line 108, in program "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 159, in expr "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 159, in expr "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 159, in expr "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 171, in expr "site-packages/calibre/utils/formatter_functions.py", line 134, in eval_ "site-packages/calibre/utils/formatter_functions.py", line 361, in evaluate "site-packages/calibre/ebooks/metadata/book/formatter.py", line 31, in get_value ValueError: Value: unknown field #kobo
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/NEMbox/__init__.py", line 40, in start nembox_menu.start_fork(version) "/usr/local/lib/python2.7/dist-packages/NEMbox/menu.py", line 175, in start_fork Menu().update_alert(version) "/usr/local/lib/python2.7/dist-packages/NEMbox/menu.py", line 148, in update_alert latest = Menu().check_version() "/usr/local/lib/python2.7/dist-packages/NEMbox/menu.py", line 158, in check_version mobilesignin = self.netease.daily_signin(0) "/usr/local/lib/python2.7/dist-packages/NEMbox/api.py", line 316, in daily_signin return self.httpRequest('POST', action, data) "/usr/local/lib/python2.7/dist-packages/NEMbox/api.py", line 243, in httpRequest self.rawHttpRequest(method, action, query, urlencoded, callback, timeout) "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded
0.578559
Traceback (most recent call last): "test.py", line 99, in <module> test(testing_db, args.split, args.testiter, args.debug, args.suffix) "test.py", line 61, in test testing(db, nnet, result_dir, debug=debug) "/home/dc2-user/CornerNet-master/test/coco.py", line 204, in testing return globals()[system_configs.sampling_function](db, nnet, result_dir, debug=debug) "/home/dc2-user/CornerNet-master/test/coco.py", line 77, in kp_detection height, width = image.shape[0:2] AttributeError: 'NoneType' object has no attribute 'shape'
Python: Traceback (most recent call last): "C:\Users\[REDACTED]\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\cats-blender-plugin-master\tools\decimation.py", line 182, in execute self.decimate(context) "C:\Users\[REDACTED]\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\cats-blender-plugin-master\tools\decimation.py", line 264, in decimate for key_block in mesh.data.shape_keys.key_blocks[1:]: AttributeError: 'NoneType' object has no attribute 'key_blocks'
0.654484
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 1419, in test_parse_search assert self.parser.parse( AttributeError: 'TestDateTimeParserSearchDate' object has no attribute 'parser'
Traceback (most recent call last): "BOHB4HPO_sgd_instances.py", line 79, in <module> main() "BOHB4HPO_sgd_instances.py", line 75, in main incumbent = smac.optimize() "/home/eggenspk/Work/git/SMAC3/smac/facade/smac_ac_facade.py", line 597, in optimize incumbent = self.solver.run() "/home/eggenspk/Work/git/SMAC3/smac/optimizer/smbo.py", line 278, in run self._incorporate_run_results(run_info, result, time_left) "/home/eggenspk/Work/git/SMAC3/smac/optimizer/smbo.py", line 481, in _incorporate_run_results result=result, "/home/eggenspk/Work/git/SMAC3/smac/intensification/parallel_scheduling.py", line 256, in process_results log_traj=log_traj, "/home/eggenspk/Work/git/SMAC3/smac/intensification/hyperband.py", line 169, in process_results log_traj=log_traj) "/home/eggenspk/Work/git/SMAC3/smac/intensification/successive_halving.py", line 340, in process_results curr_budget = self.all_budgets[self.stage] AttributeError: '_SuccessiveHalving' object has no attribute 'stage'
0.646973
Traceback (most recent call last): "/home/l2k/.pyenv/versions/3.6.1/bin/wandb", line 11, in <module> sys.exit(cli()) "/home/l2k/.pyenv/versions/3.6.1/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/home/l2k/.pyenv/versions/3.6.1/lib/python3.6/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/home/l2k/.pyenv/versions/3.6.1/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/l2k/.pyenv/versions/3.6.1/lib/python3.6/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/l2k/.pyenv/versions/3.6.1/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/home/l2k/.pyenv/versions/3.6.1/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/home/l2k/.pyenv/versions/3.6.1/lib/python3.6/site-packages/wandb/cli.py", line 38, in wrapper return func(*args, **kwargs) "/home/l2k/.pyenv/versions/3.6.1/lib/python3.6/site-packages/wandb/cli.py", line 309, in init question = inquirer.List('project', message="Which project should we use?", choices=project_names + ["Create New"]) AttributeError: module 'inquirer' has no attribute 'List'
Traceback (most recent call last): "/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app response = self.full_dispatch_request() "/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request rv = self.handle_user_exception(e) "/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception reraise(exc_type, exc_value, tb) "/home/airflow/.local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise raise value "/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request rv = self.dispatch_request() "/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/home/airflow/.local/lib/python3.8/site-packages/airflow/www_rbac/decorators.py", line 121, in wrapper return f(self, *args, **kwargs) "/home/airflow/.local/lib/python3.8/site-packages/flask_appbuilder/security/decorators.py", line 109, in wraps return f(self, *args, **kwargs) "/home/airflow/.local/lib/python3.8/site-packages/airflow/www_rbac/decorators.py", line 56, in wrapper return f(*args, **kwargs) "/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/db.py", line 74, in wrapper return func(*args, **kwargs) "/home/airflow/.local/lib/python3.8/site-packages/airflow/www_rbac/views.py", line 1941, in refresh appbuilder.sm.sync_perm_for_dag(dag_id, dag.access_control) AttributeError: 'NoneType' object has no attribute 'access_control'
0.663423
Traceback (most recent call last): "<string>", line 1, in <module> "/home/user/.config/cudatext/py/cuda_html_tooltips/__init__.py", line 183, in on_hotspot hotspot = ed.hotspots(HOTSPOT_GET_LIST)[hotspot_index] TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last): "./rsf.py", line 26, in <module> routersploit() "./rsf.py", line 22, in routersploit rsf.start() "/Users/chuck/Public/gits/routersploit/routersploit/interpreter.py", line 115, in start command_handler(args) "/Users/chuck/Public/gits/routersploit/routersploit/core/exploit/utils.py", line 132, in wrapper return fn(self, *args, **kwargs) "/Users/chuck/Public/gits/routersploit/routersploit/interpreter.py", line 337, in command_run print_error(traceback.format_exc(sys.exc_info())) "/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/traceback.py", line 163, in format_exc return "".join(format_exception(*sys.exc_info(), limit=limit, chain=chain)) "/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/traceback.py", line 117, in format_exception type(value), value, tb, limit=limit).format(chain=chain)) "/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/traceback.py", line 486, in __init__ _seen=_seen) "/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/traceback.py", line 497, in __init__ capture_locals=capture_locals) "/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/traceback.py", line 332, in extract if limit >= 0: TypeError: '>=' not supported between instances of 'tuple' and 'int'
0.544307
Traceback (most recent call last): "/srv/salt/makina-states/mc_states/modules/mc_project_2.py", line 2056, in guarded_step step, cfg['api_version'])](name, *args, **kwargs) "/srv/salt/makina-states/mc_states/modules/mc_project_2.py", line 2412, in fixperms cret = _step_exec(cfg, 'fixperms') "/srv/salt/makina-states/mc_states/modules/mc_project_2.py", line 376, in _step_exec cret = _sls_exec(name, cfg, sls) "/srv/salt/makina-states/mc_states/modules/mc_project_2.py", line 241, in _sls_exec copy.deepcopy(__pillar__)) "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/lib/python2.7/copy.py", line 358, in _reconstruct y[key] = value "/salt-venv/salt/src/salt/salt/utils/context.py", line 181, in __setitem__ self._dict()[key] = val "/salt-venv/salt/src/salt/salt/utils/context.py", line 177, in _dict r = r[k] "/salt-venv/salt/src/salt/salt/utils/context.py", line 111, in __getitem__ return self.global_data[key] AttributeError: 'ContextDict' object has no attribute 'global_data'
Traceback (most recent call last): "searx/webapp.py", line 107, in <module> initialize_engines(settings['engines']) "/Users/lancelot/PycharmProjects/searx/searx/engines/__init__.py", line 221, in initialize_engines engines[engine.name] = engine AttributeError: 'NoneType' object has no attribute 'name'
0.651635
Traceback (most recent call last): "app.py", line 11, in <module> t.insert({'xuid': uuid.uuid4().hex, 'name': ''}) "/usr/local/lib/python3.8/site-packages/dataset/table.py", line 103, in insert row = self._sync_columns(row, ensure, types=types) "/usr/local/lib/python3.8/site-packages/dataset/table.py", line 376, in _sync_columns name = self._get_column_name(name) "/usr/local/lib/python3.8/site-packages/dataset/table.py", line 83, in _get_column_name return self._column_keys.get(key, name) "/usr/local/lib/python3.8/site-packages/dataset/table.py", line 64, in _column_keys if key in self._columns: TypeError: argument of type 'NoneType' is not iterable
Traceback (most recent call last): "C:\Users\rossmar\Documents\github\dask\issues\empty-partitions.py", line 6, in <module> ddf[ddf.x > 4].x.cumsum().compute() "C:\miniforge\lib\site-packages\dask\base.py", line 281, in compute (result,) = compute(self, traverse=False, **kwargs) "C:\miniforge\lib\site-packages\dask\base.py", line 563, in compute results = schedule(dsk, keys, **kwargs) "C:\miniforge\lib\site-packages\dask\threaded.py", line 76, in get results = get_async( "C:\miniforge\lib\site-packages\dask\local.py", line 487, in get_async raise_exception(exc, tb) "C:\miniforge\lib\site-packages\dask\local.py", line 317, in reraise raise exc "C:\miniforge\lib\site-packages\dask\local.py", line 222, in execute_task result = _execute_task(task, data) "C:\miniforge\lib\site-packages\dask\core.py", line 121, in _execute_task return func(*(_execute_task(a, cache) for a in args)) "C:\miniforge\lib\site-packages\pandas\core\ops\common.py", line 65, in new_method return method(self, other) "C:\miniforge\lib\site-packages\pandas\core\arraylike.py", line 89, in __add__ return self._arith_method(other, operator.add) "C:\miniforge\lib\site-packages\pandas\core\series.py", line 4995, in _arith_method result = ops.arithmetic_op(lvalues, rvalues, op) "C:\miniforge\lib\site-packages\pandas\core\ops\array_ops.py", line 189, in arithmetic_op res_values = _na_arithmetic_op(lvalues, rvalues, op) "C:\miniforge\lib\site-packages\pandas\core\ops\array_ops.py", line 149, in _na_arithmetic_op result = _masked_arith_op(left, right, op) "C:\miniforge\lib\site-packages\pandas\core\ops\array_ops.py", line 111, in _masked_arith_op result[mask] = op(xrav[mask], y) TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
0.648021
Traceback (most recent call last): "c:\program files\python36\lib\site-packages\conans\client\command.py", line 1219, in run method(args[0][1:]) "c:\program files\python36\lib\site-packages\conans\client\command.py", line 246, in create test_build_folder=args.test_build_folder) "c:\program files\python36\lib\site-packages\conans\client\conan_api.py", line 79, in wrapper return f(*args, **kwargs) "c:\program files\python36\lib\site-packages\conans\client\conan_api.py", line 303, in create reference = Conan Reference(name, version, user, channel) "c:\program files\python36\lib\site-packages\conans\model\ref.py", line 57, in _new_ ConanName.validate_name(version, True) "c:\program files\python36\lib\site-packages\conans\model\ref.py", line 38, in validate_name if ConanName._validation_pattern.match(name) is None: TypeError: expected string or bytes-like object
Traceback (most recent call last): "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) "/usr/local/lib/python3.8/site-packages/django/utils/deprecation.py", line 94, in __call__ response = response or self.get_response(request) "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 36, in inner response = response_for_exception(request, exc) "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 90, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 125, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) "/usr/local/lib/python3.8/site-packages/django_extensions/management/technical_response.py", line 36, in null_technical_500_response raise(exc_type, exc_value, tb) TypeError: exceptions must derive from BaseException
0.547113
Traceback (most recent call last): "/miniconda/lib/python2.7/site-packages/grpc/_common.py", line 87, in _transform return transformer(message) TypeError: descriptor 'SerializeToString' requires a 'google.protobuf.pyext._message.CMessage' object but received a 'UUID'
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.507805
Traceback (most recent call last): "/usr/lib/python3/dist-packages/synapse/http/server.py", line 78, in wrapped_request_handler await h(self, request) "/usr/lib/python3/dist-packages/synapse/http/server.py", line 331, in _async_render callback_return = await callback_return "/usr/lib/python3/dist-packages/synapse/rest/client/v2_alpha/groups.py", line 329, in on_GET group_id, requester_user_id "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks result = g.send(result) "/usr/lib/python3/dist-packages/synapse/handlers/room_list.py", line 294, in generate_room_entry result["m.federate"] = create_event.content.get("m.federate", True) AttributeError: 'NoneType' object has no attribute 'content'
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_arrow.py", line 1641, in test_invalid_locale arw = arrow.Arrow.fromdatetime(self.datetime) AttributeError: 'TestArrowHumanize' object has no attribute 'datetime'
0.565811
Traceback (most recent call last): "/home/yangpan/anaconda3/envs/tf1/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() "/home/yangpan/anaconda3/envs/tf1/lib/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs) "/home/yangpan/.local/lib/python3.7/site-packages/neuralgym/data/feeding_queue_runner.py", line 197, in _run sess.run(enqueue_op, feed_dict) "/home/yangpan/anaconda3/envs/tf1/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 950, in run run_metadata_ptr) "/home/yangpan/anaconda3/envs/tf1/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1149, in _run str(subfeed_t.get_shape()))) ValueError: Cannot feed value of shape (32, 64, 64) for Tensor 'Placeholder:0', which has shape '(?, 64, 64, 1)'
Traceback (most recent call last): "/home/garth/.local/bin/meshio-convert", line 11, in <module> sys.exit(main()) "/home/garth/.local/lib/python3.6/site-packages/meshio/cli.py", line 24, in main mesh.prune() "/home/garth/.local/lib/python3.6/site-packages/meshio/mesh.py", line 56, in prune [vals for vals in self.cells.values()] ValueError: all the input array dimensions except for the concatenation axis must match exactly
0.553897
Traceback (most recent call last): "<stdin>", line 1, in <module> "/pkg/lib/python2.7/site-packages/psutil/__init__.py", line 2017, in disk_io_counters rawdict = _psplatform.disk_io_counters() "/pkg/lib/python2.7/site-packages/psutil/_pslinux.py", line 1081, in disk_io_counters raise ValueError("not sure how to interpret line %r" % line) ValueError: not sure how to interpret line ' 7 0 loop0 206 0 2462 48 0 0 0 0 0 32 56 0 0 0 0\n'
Traceback (most recent call last): "t2.py", line 8, in <module> print(a.loc[[a.index.values[1]]]) "/usr/local/lib/python3.6/dist-packages/pandas/core/indexing.py", line 879, in __getitem__ return self._getitem_axis(maybe_callable, axis=axis) "/usr/local/lib/python3.6/dist-packages/pandas/core/indexing.py", line 1099, in _getitem_axis return self._getitem_iterable(key, axis=axis) "/usr/local/lib/python3.6/dist-packages/pandas/core/indexing.py", line 1037, in _getitem_iterable keyarr, indexer = self._get_listlike_indexer(key, axis, raise_missing=False) "/usr/local/lib/python3.6/dist-packages/pandas/core/indexing.py", line 1240, in _get_listlike_indexer indexer, keyarr = ax._convert_listlike_indexer(key) "/usr/local/lib/python3.6/dist-packages/pandas/core/indexes/multi.py", line 2388, in _convert_listlike_indexer _, indexer = self.reindex(keyarr, level=level) "/usr/local/lib/python3.6/dist-packages/pandas/core/indexes/multi.py", line 2302, in reindex target = ensure_index(target) "/usr/local/lib/python3.6/dist-packages/pandas/core/indexes/base.py", line 5618, in ensure_index return Index(index_like) "/usr/local/lib/python3.6/dist-packages/pandas/core/indexes/base.py", line 385, in __new__ return Int64Index(data, copy=copy, dtype=dtype, name=name) "/usr/local/lib/python3.6/dist-packages/pandas/core/indexes/numeric.py", line 76, in __new__ raise ValueError("Index data must be 1-dimensional") ValueError: Index data must be 1-dimensional
0.496217
Traceback (most recent call last): "/usr/local/medusa/medusa/search/queue.py", line 516, in run self.success = snatch_episode(result) "/usr/local/medusa/medusa/search/core.py", line 168, in snatch_episode result_downloaded = client.send_torrent(result) "/usr/local/medusa/medusa/clients/torrent/generic.py", line 242, in send_torrent if not self._get_auth(): "/usr/local/medusa/medusa/clients/torrent/transmission.py", line 77, in _get_auth self.auth = re.search(r'X-Transmission-Session-Id:\s*(\w+)', self.response.text).group(1) AttributeError: 'NoneType' object has no attribute 'text'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/dispatcher.py", line 287, in _compile_for_args return self.compile(tuple(argtypes)) "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/dispatcher.py", line 555, in compile cres = self._compiler.compile(args, return_type) "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/dispatcher.py", line 81, in compile flags=flags, locals=self.locals) "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/compiler.py", line 699, in compile_extra return pipeline.compile_extra(func) "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/compiler.py", line 352, in compile_extra return self._compile_bytecode() "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/compiler.py", line 660, in _compile_bytecode return self._compile_core() "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/compiler.py", line 647, in _compile_core res = pm.run(self.status) "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/compiler.py", line 238, in run raise patched_exception "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/compiler.py", line 230, in run stage() "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/compiler.py", line 366, in stage_analyze_bytecode func_ir = translate_stage(self.func_id, self.bc) "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/compiler.py", line 762, in translate_stage return interp.interpret(bytecode) "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/interpreter.py", line 97, in interpret self.dfa.run() "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/dataflow.py", line 27, in run self.infos[blk.offset] = self.run_on_block(blk) "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/dataflow.py", line 71, in run_on_block self.dispatch(info, inst) "/Users/aaronmeurer/anaconda/lib/python3.5/site-packages/numba/dataflow.py", line 80, in dispatch fn = getattr(self, fname) AttributeError: Failed at object (analyzing bytecode)
0.590274
Traceback (most recent call last): "/home/ubuntu/flexget1/local/lib/python2.7/site-packages/flexget/plugins/modify/torrent.py", line 61, in on_task_modify entry['torrent_info_hash'] = torrent.info_hash "/home/ubuntu/flexget1/local/lib/python2.7/site-packages/flexget/utils/bittorrent.py", line 292, in info_hash info_data = encode_dictionary(self.content['info']) "/home/ubuntu/flexget1/local/lib/python2.7/site-packages/flexget/utils/bittorrent.py", line 170, in encode_dictionary items = list(data.items()) AttributeError: 'unicode' object has no attribute 'items'
Traceback (most recent call last): "main.py", line 2, in <module> import vbo "vbo.pyx", line 21, in init vbo (vbo.c:15766) @contextlib.contextmanager "C:\Python27\lib\contextlib.py", line 82, in contextmanager @wraps(func) "C:\Python27\lib\functools.py", line 33, in update_wrapper setattr(wrapper, attr, getattr(wrapped, attr)) AttributeError: 'method_descriptor' object has no attribute '__module__'
0.61703
Traceback (most recent call last): "/Users/yamada/Downloads/pycrypto-2.6.1/lib/Crypto/SelfTest/Hash/common.py", line 76, in runTest h = self.hashmod.new() "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Crypto/Hash/SHA256.py", line 166, in new return SHA256Hash().new(data) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Crypto/Hash/SHA256.py", line 70, in __init__ result = _raw_sha256_lib.SHA256_init(state.address_of()) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cffi/api.py", line 866, in __getattr__ make_accessor(name) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cffi/api.py", line 862, in make_accessor accessors[name](name) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cffi/api.py", line 792, in accessor_function value = backendlib.load_function(BType, name) AttributeError: function/symbol 'SHA256_init' not found in library '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Crypto/Util/../Hash/_SHA256.so': dlsym(0x102a36020, SHA256_init): symbol not found
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.615776
Traceback (most recent call last): "/home/mattb/git/CellProfiler/cellprofiler/gui/pipelinecontroller.py", line 2887, in do_step self.__pipeline.run_module(module, workspace) "/home/mattb/git/CellProfiler/cellprofiler/pipeline.py", line 2022, in run_module module.run(workspace) "/home/mattb/git/CellProfiler/cellprofiler/modules/enhanceorsuppressfeatures.py", line 376, in run result = self.enhance_dark_holes(image, min_radius, max_radius) "/home/mattb/git/CellProfiler/cellprofiler/modules/enhanceorsuppressfeatures.py", line 534, in enhance_dark_holes if mask: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
Traceback (most recent call last): "pretrained_word_embeddings.py", line 130, in <module> embedded_sequences = embedding_layer(sequence_input) "/home/tthtlc/anaconda3/lib/python3.6/site-packages/Keras-2.0.8-py3.6.egg/keras/engine/topology.py", line 582, in __call__ "/home/tthtlc/anaconda3/lib/python3.6/site-packages/Keras-2.0.8-py3.6.egg/keras/engine/topology.py", line 1200, in set_weights ValueError: Layer weight shape (20000, 100) not compatible with provided weight shape (20001, 100)
0.55628
_Traceback (most recent call last): "train.py", line 138, in <module> main() "train.py", line 128, in main tacotron_train(args, log_dir, hparams) "/exp/Tacotron2_tf/tacotron/train.py", line 399, in tacotron_train return train(log_dir, args, hparams) "/exp/Tacotron2_tf/tacotron/train.py", line 156, in train model, stats = model_train_mode(args, feeder, hparams, global_step) "/exp/Tacotron2_tf/tacotron/train.py", line 87, in model_train_mode is_training=True, split_infos=feeder.split_infos) "/exp/Tacotron2_tf/tacotron/models/tacotron.py", line 170, in initialize CustomDecoder(decoder_cell, self.helper, decoder_init_state), "/exp/Tacotron2_tf/tacotron/models/custom_decoder.py", line 43, in __init__ rnn_cell_impl.assert_like_rnncell(type(cell), cell) AttributeError: module 'tensorflow.python.ops.rnn_cell_impl' has no attribute 'assert_like_rnncell'_
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/raiden/utils/debugging.py", line 108, in check_handler IdleMeasurement(self.before, curr_time) AttributeError: 'Idle' object has no attribute 'before'
0.577578
Traceback (most recent call last): "run.py", line 190, in <module> main() "run.py", line 185, in main update_ip('4', cache, dns, proxy_list) "run.py", line 132, in update_ip address = get_ip(ip_type) "run.py", line 103, in get_ip value = getattr(ip, index + "_v" + ip_type)() AttributeError: 'module' object has no attribute 'pubilc_v4
Traceback (most recent call last): "/home/synapse/env-py37/lib/python3.7/site-packages/twisted/web/server.py", line 199, in process self.render(resrc) "/home/synapse/src/synapse/http/site.py", line 132, in render Request.render(self, resrc) "/home/synapse/env-py37/lib/python3.7/site-packages/twisted/web/server.py", line 259, in render body = resrc.render(self) "/home/synapse/src/synapse/http/server.py", line 389, in render return super().render(request) "/home/synapse/env-py37/lib/python3.7/site-packages/twisted/web/resource.py", line 250, in render return m(request) "/home/synapse/env-py37/lib/python3.7/site-packages/twisted/web/resource.py", line 260, in render_HEAD return self.render_GET(request) AttributeError: 'DownloadResource' object has no attribute 'render_GET'
0.637379
Traceback (most recent call last): "yolo.py", line 215, in <module> detect_img(YOLO()) "yolo.py", line 208, in detect_img r_image = yolo.detect_image(image) "yolo.py", line 92, in detect_image boxed_image = letterbox_image(image, tuple(reversed(self.model_image_size))) "/home/keras-yolo/keras-yolo3/yolo3/utils.py", line 28, in letterbox_image image = image.resize((nw,nh), Image.BICUBIC) "/root/anaconda2/lib/python2.7/site-packages/PIL/Image.py", line 1554, in resize return self.convert('RGBa').resize(size, resample).convert('RGBA') "/root/anaconda2/lib/python2.7/site-packages/PIL/Image.py", line 1556, in resize return self._new(self.im.resize(size, resample)) ValueError: height and width must be > 0
[autoreload of pandas.plotting._compat failed: Traceback (most recent call last): "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check superreload(m, reload, self.old_objects) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 385, in superreload update_generic(old_obj, new_obj) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 324, in update_generic update(a, b) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 267, in update_function setattr(old, name, getattr(new, name)) ValueError: _mpl_le_1_2_1() requires a code object with 0 free vars, not 2
0.498633
Traceback (most recent call last): "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\werkzeug\serving.py", line 323, in run_wsgi execute(self.server.app) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\werkzeug\serving.py", line 312, in execute application_iter = app(environ, start_response) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\app.py", line 2464, in __call__ return self.wsgi_app(environ, start_response) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\app.py", line 2450, in wsgi_app response = self.handle_exception(e) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\app.py", line 1867, in handle_exception reraise(exc_type, exc_value, tb) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\_compat.py", line 39, in reraise raise value "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\app.py", line 2447, in wsgi_app response = self.full_dispatch_request() "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\app.py", line 1952, in full_dispatch_request rv = self.handle_user_exception(e) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\app.py", line 1821, in handle_user_exception reraise(exc_type, exc_value, tb) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\_compat.py", line 39, in reraise raise value "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\app.py", line 1950, in full_dispatch_request rv = self.dispatch_request() "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\app.py", line 1936, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\slackviewer\app.py", line 91, in index return channel_name("general") "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\slackviewer\app.py", line 19, in channel_name return flask.render_template("viewer.html", messages=messages, "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\templating.py", line 137, in render_template return _render( "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\flask\templating.py", line 120, in _render rv = template.render(context) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\jinja2\environment.py", line 1090, in render self.environment.handle_exception() "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\jinja2\environment.py", line 832, in handle_exception reraise(*rewrite_traceback_stack(source=source)) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\jinja2\_compat.py", line 28, in reraise raise value.with_traceback(tb) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\slackviewer\templates\viewer.html", line 64, in top-level template code {{render_message(message, None, no_external_references)}} "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\jinja2\runtime.py", line 679, in _invoke rv = self._func(*arguments) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\slackviewer\templates\util.html", line 22, in template {%if message.user.email%} <span class="print-only user-email">({{message.user.email}})</span>{%endif%} "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\jinja2\environment.py", line 471, in getattr return getattr(obj, attribute) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\slackviewer\message.py", line 31, in user return self._formatter.find_user(self._message) "C:\Users\n561541\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\slackviewer\formatter.py", line 32, in find_user if message.get("subtype", "").startswith("bot_") and message["bot_id"] not in self.__USER_DATA: KeyError: 'bot_id'
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfeq7l785\build\youtube_dl\extractor\common.py", line 529, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfeq7l785\build\youtube_dl\extractor\generic.py", line 2358, in _real_extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfeq7l785\build\youtube_dl\extractor\common.py", line 2162, in _parse_mpd_formats "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfeq7l785\build\youtube_dl\extractor\common.py", line 2092, in extract_multisegment_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfeq7l785\build\youtube_dl\extractor\common.py", line 2092, in <listcomp> KeyError: 'media'
0.52885
Traceback (most recent call last): "/Applications/Develop/Armory/blender.app/Contents/MacOS/../Resources/2.78/scripts/modules/bpy_types.py", line 673, in draw_ls func(self, context) "/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 760, in draw_info_header wrd = bpy.data.worlds['Arm'] KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
Traceback (most recent call last): "/usr/bin/atomic", line 189, in <module> sys.exit(_func()) "/usr/lib/python3.6/site-packages/Atomic/scan.py", line 166, in scan self.output_results() "/usr/lib/python3.6/site-packages/Atomic/scan.py", line 274, in output_results uuid = self.mount_paths[json_results['UUID'].rstrip('/')] if len(self.args.rootfs) == 0 \ KeyError: '/scanin/41a4953dbf957cfc562935239a3153a5da6101f32fa30da7b4a506f23cfcde9d'
0.549735
Traceback (most recent call last): "/export/home/ncit/external/a.mizeranschi/sra-tools/anaconda/bin/whatshap", line 12, in <module> sys.exit(main()) "/export/home/ncit/external/a.mizeranschi/sra-tools/anaconda/lib/python3.6/site-packages/whatshap/__main__.py", line 83, in main module.main(args) "/export/home/ncit/external/a.mizeranschi/sra-tools/anaconda/lib/python3.6/site-packages/whatshap/phase.py", line 1114, in main run_whatshap(**vars(args)) "/export/home/ncit/external/a.mizeranschi/sra-tools/anaconda/lib/python3.6/site-packages/whatshap/phase.py", line 663, in run_whatshap for variant_table in vcf_reader: "/export/home/ncit/external/a.mizeranschi/sra-tools/anaconda/lib/python3.6/site-packages/whatshap/vcf.py", line 328, in __iter__ for chromosome, records in self._group_by_chromosome(): "/export/home/ncit/external/a.mizeranschi/sra-tools/anaconda/lib/python3.6/site-packages/whatshap/vcf.py", line 305, in _group_by_chromosome for record in self._vcf_reader: "/export/home/ncit/external/a.mizeranschi/sra-tools/anaconda/lib/python3.6/site-packages/vcf/parser.py", line 586, in __next__ samples = self._parse_samples(row[9:], fmt, record) "/export/home/ncit/external/a.mizeranschi/sra-tools/anaconda/lib/python3.6/site-packages/vcf/parser.py", line 483, in _parse_samples sampdat[i] = float(vals) ValueError: could not convert string to float: '33,41'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/minion.py", line 639, in _thread_return ret['return'] = func(*args, **kwargs) "/usr/lib/python2.7/dist-packages/salt/modules/postgres.py", line 371, in user_list if len(ver) >= 2 and int(ver[0]) >= 9 and int(ver[1]) >= 1: ValueError: invalid literal for int() with base 10: '3beta2'
0.585912
Traceback (most recent call last): "test.py", line 48, in <module> trainer = MUNIT_Trainer(config) "/wrk/pengwei1/DONOTREMOVE/codes/MUNIT/trainer.py", line 17, in __init__ self.gen_a = AdaINGen(hyperparameters['input_dim_a'], hyperparameters['gen']) # auto-encoder for domain a "/wrk/pengwei1/DONOTREMOVE/codes/MUNIT/networks.py", line 105, in __init__ self.enc_content = ContentEncoder(n_downsample, n_res, input_dim, dim, 'in', activ, pad_type=pad_type) "/wrk/pengwei1/DONOTREMOVE/codes/MUNIT/networks.py", line 210, in __init__ self.model += [Conv2dBlock(input_dim, dim, 7, 1, 3, norm=norm, activation=activ, pad_type=pad_type)] "/wrk/pengwei1/DONOTREMOVE/codes/MUNIT/networks.py", line 308, in __init__ self.norm = nn.InstanceNorm2d(norm_dim, track_running_stats=True) TypeError: __init__() got an unexpected keyword argument 'track_running_stats'
Traceback (most recent call last): "/usr/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap self.run() "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run self._target(*self._args, **self._kwargs) "/root/OWASP-Nettacker/core/attack.py", line 95, in start_attack verbose_level, socks_proxy, retries, methods_args, scan_id, scan_cmd) "/root/OWASP-Nettacker/lib/vuln/xdebug_rce/engine.py", line 160, in start 'CATEGORY': "scan", 'SCAN_ID': scan_id, 'SCAN_CMD': scan_cmd}, log_in_file, language) "/root/OWASP-Nettacker/core/alert.py", line 95, in info __log_into_file(thread_tmp_filename, "w", "0", language) "/root/OWASP-Nettacker/core/log.py", line 219, in __log_into_file submit_logs_to_db(language, data) "/root/OWASP-Nettacker/database/db.py", line 163, in submit_logs_to_db host=log["HOST"], date=log["TIME"], port=log["PORT"], type=log["TYPE"], category=log["CATEGORY"], TypeError: 'int' object has no attribute '__getitem__'
0.59777
Traceback (most recent call last): "/home/steven/miniconda3/envs/py21cmmc_fg/lib/python3.7/site-packages/matplotlib/colors.py", line 158, in to_rgba rgba = _colors_full_map.cache[c, alpha] TypeError: unhashable type: 'numpy.ndarray'
Traceback (most recent call last): "/opt/conda/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/opt/conda/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/opt/src/rastervision_pipeline/rastervision/pipeline/cli.py", line 248, in <module> main() "/opt/conda/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/opt/conda/lib/python3.6/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/opt/conda/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/opt/conda/lib/python3.6/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/opt/conda/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/opt/src/rastervision_pipeline/rastervision/pipeline/cli.py", line 240, in run_command runner=runner) "/opt/src/rastervision_pipeline/rastervision/pipeline/cli.py", line 217, in _run_command [94/1935] command_fn() "/opt/src/rastervision_core/rastervision/core/rv_pipeline/rv_pipeline.py", line 107, in chip chip_scene(s.build(class_cfg, self.tmp_dir), TRAIN) "/opt/src/rastervision_core/rastervision/core/rv_pipeline/rv_pipeline.py", line 96, in chip_scene labels = self.get_train_labels(window, scene) "/opt/src/rastervision_core/rastervision/core/rv_pipeline/semantic_segmentation.py", line 112, in get_train_labels return scene.ground_truth_label_source.get_labels(window=window) "/opt/src/rastervision_core/rastervision/core/data/label_source/semantic_segmentation_label_source.py", line 98, in get_labels raw_labels = self.raster_source.get_raw_chip(window) "/opt/src/rastervision_core/rastervision/core/data/raster_source/raster_source.py", line 101, in get_raw_chip return self._get_chip(window) "/opt/src/rastervision_core/rastervision/core/data/raster_source/rasterized_source.py", line 107, in _get_chip self.get_extent()) "/opt/src/rastervision_core/rastervision/core/data/raster_source/rasterized_source.py", line 44, in geoms_to_raster all_touched=all_touched) "/opt/conda/lib/python3.6/site-packages/rasterio/env.py", line 366, in wrapper return f(*args, **kwds) "/opt/conda/lib/python3.6/site-packages/rasterio/features.py", line 280, in rasterize if not validate_dtype(shape_values, valid_dtypes): "/opt/conda/lib/python3.6/site-packages/rasterio/dtypes.py", line 184, in validate_dtype get_minimum_dtype(values) in valid_dtypes) "/opt/conda/lib/python3.6/site-packages/rasterio/dtypes.py", line 107, in get_minimum_dtype min_value = values.min() "/opt/conda/lib/python3.6/site-packages/numpy/core/_methods.py", line 32, in _amin return umr_minimum(a, axis, None, out, keepdims, initial) TypeError: cannot perform reduce with flexible type
0.546938
Traceback (most recent call last): "C:\Users\Hickman\AppData\Local\Programs\Python\Python35-32\lib\doctest.py", line 1320, in __run compileflags, 1), test.globs) "<doctest sympy.plotting.pygletplot.__init__.PygletPlot[15]>", line 1, in <module> Plot(x**2, [x,-13,13]) # [x,-13,13,100] "C:\Users\Hickman\Documents\GitHub\sympy\sympy\plotting\pygletplot\__init__.py", line 139, in PygletPlot import plot ImportError: No module named 'plot'
Traceback (most recent call last): "C:\Users\X\Miniconda3\Scripts\aws.cmd", line 50, in <module> import awscli.clidriver "C:\Users\X\Miniconda3\lib\site-packages\awscli\clidriver.py", line 36, in <module> from awscli.help import ProviderHelpCommand "C:\Users\X\Miniconda3\lib\site-packages\awscli\help.py", line 23, in <module> from botocore.docs.bcdoc import docevents ImportError: cannot import name 'docevents'
0.646796
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/channels/worker.py", line 119, in run consumer(message, **kwargs) "/usr/local/lib/python3.6/site-packages/channels/generic/base.py", line 32, in __init__ self.dispatch(message, **kwargs) "/usr/local/lib/python3.6/site-packages/channels/generic/base.py", line 70, in dispatch return self.get_handler(message, **kwargs)(message, **kwargs) "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py", line 22, in _wrapped_view if test_func(request.user): AttributeError: 'Message' object has no attribute 'user'
Traceback (most recent call last): "/Users/igortkachenko/Tools/kivy-designer/venv/lib/python3.6/site-packages/kivy/uix/widget.py", line 265, in _widget_destructor "/Users/igortkachenko/Tools/kivy-designer/venv/lib/python3.6/site-packages/kivy/lang/builder.py", line 760, in unbind_widget "kivy/weakproxy.pyx", line 30, in kivy.weakproxy.WeakProxy.__getattr__ AttributeError: 'weakref' object has no attribute 'cline_in_traceback'
0.608857
Traceback (most recent call last): "examples/ddpg_pendulum.py", line 14, in <module> gym.undo_logger_setup() AttributeError: 'module' object has no attribute 'undo_logger_setup'
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 584, in test_parse_HH_24 assert self.parser.parse( AttributeError: 'TestDateTimeParserParse' object has no attribute 'parser'
0.5567
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1631, in process_info write_json_file(self.filter_requested_info(info_dict), infofn) "/usr/lib/python2.7/site-packages/youtube_dl/utils.py", line 243, in write_json_file os.rename(tf.name, fn) OSError: [Errno 5] Input/output error
Traceback (most recent call last): "/home/kzy816/.local/lib/python3.7/site-packages/distributed/comm/core.py", line 221, in connect _raise(error) "/home/kzy816/.local/lib/python3.7/site-packages/distributed/comm/core.py", line 204, in _raise raise IOError(msg) OSError: Timed out trying to connect to 'tcp://172.20.129.23:43394' after 10 s: connect() didn't finish in time
0.538507
Traceback (most recent call last): "/Users/robincole/anaconda3/lib/python3.5/site-packages/asyncio/tasks.py", line 238, in _step result = next(coro) "/Users/robincole/anaconda3/lib/python3.5/site-packages/aiohttp/web_protocol.py", line 500, in start waiter = create_future(loop) "/Users/robincole/anaconda3/lib/python3.5/site-packages/aiohttp/helpers.py", line 206, in create_future return loop.create_future() AttributeError: '_UnixSelectorEventLoop' object has no attribute 'create_future'
> Traceback (most recent call last): "/Users/ronald/anaconda2/bin/onnx-tf", line 7, in <module> from onnx_tf.cli import main "/Users/ronald/anaconda2/lib/python2.7/site-packages/onnx_tf/__init__.py", line 1, in <module> from . import frontend "/Users/home/anaconda2/lib/python2.7/site-packages/onnx_tf/frontend.py", line 16, in <module> from onnx_tf.common.handler_helper import get_all_frontend_handlers "/Users/home/anaconda2/lib/python2.7/site-packages/onnx_tf/common/handler_helper.py", line 5, in <module> from onnx_tf.handlers.backend import * # noqa "/Users/home/anaconda2/lib/python2.7/site-packages/onnx_tf/handlers/backend/is_inf.py", line 8, in <module> @tf_func(tf.math.is_inf) AttributeError: 'module' object has no attribute 'is_inf'
0.603684
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/user0/.micropython/lib/re.py", line 11, in <module> ValueError: Error in ffi_prep_cif
Traceback (most recent call last): "/usr/local/bin/thefuck", line 12, in <module> sys.exit(main()) "/usr/local/Cellar/thefuck/3.26/libexec/lib/python3.6/site-packages/thefuck/entrypoints/main.py", line 25, in main fix_command(known_args) "/usr/local/Cellar/thefuck/3.26/libexec/lib/python3.6/site-packages/thefuck/entrypoints/fix_command.py", line 36, in fix_command command = types.Command.from_raw_script(raw_command) "/usr/local/Cellar/thefuck/3.26/libexec/lib/python3.6/site-packages/thefuck/types.py", line 81, in from_raw_script expanded = shell.from_shell(script) "/usr/local/Cellar/thefuck/3.26/libexec/lib/python3.6/site-packages/thefuck/shells/generic.py", line 30, in from_shell return self._expand_aliases(command_script) "/usr/local/Cellar/thefuck/3.26/libexec/lib/python3.6/site-packages/thefuck/shells/fish.py", line 65, in _expand_aliases aliases = self.get_aliases() "/usr/local/Cellar/thefuck/3.26/libexec/lib/python3.6/site-packages/thefuck/shells/fish.py", line 60, in get_aliases raw_aliases = _get_aliases(overridden) "/usr/local/Cellar/thefuck/3.26/libexec/lib/python3.6/site-packages/thefuck/utils.py", line 33, in wrapper memo[key] = fn(*args, **kwargs) "/usr/local/Cellar/thefuck/3.26/libexec/lib/python3.6/site-packages/thefuck/utils.py", line 267, in wrapper return _cache.get_value(fn, depends_on, args, kwargs) "/usr/local/Cellar/thefuck/3.26/libexec/lib/python3.6/site-packages/thefuck/utils.py", line 243, in get_value value = fn(*args, **kwargs) "/usr/local/Cellar/thefuck/3.26/libexec/lib/python3.6/site-packages/thefuck/shells/fish.py", line 25, in _get_aliases name, value = alias.replace('alias ', '', 1).split(' ', 1) ValueError: not enough values to unpack (expected 2, got 1)
0.541126
Traceback (most recent call last): "/usr/local/lib/python3.7/dist-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) "/usr/local/lib/python3.7/dist-packages/django/core/handlers/base.py", line 115, in _get_response response = self.process_exception_by_middleware(e, request) "/usr/local/lib/python3.7/dist-packages/django/core/handlers/base.py", line 113, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/usr/local/lib/python3.7/dist-packages/django/views/decorators/csrf.py", line 54, in wrapped_view return view_func(*args, **kwargs) "/usr/local/lib/python3.7/dist-packages/rest_framework/viewsets.py", line 114, in view return self.dispatch(request, *args, **kwargs) "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 505, in dispatch response = self.handle_exception(exc) "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 465, in handle_exception self.raise_uncaught_exception(exc) "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 476, in raise_uncaught_exception raise exc "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 493, in dispatch self.initial(request, *args, **kwargs) "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 411, in initial self.check_permissions(request) "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 331, in check_permissions for permission in self.get_permissions(): "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 278, in get_permissions return [permission() for permission in self.permission_classes] TypeError: 'BasePermissionMetaclass' object is not iterable
Traceback (most recent call last): "manage.py", line 21, in <module> main() "manage.py", line 17, in main execute_from_command_line(sys.argv) "/Users/bhuminbhandari/envs/tutorial-env/lib/python3.7/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() "/Users/bhuminbhandari/envs/tutorial-env/lib/python3.7/site-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/Users/bhuminbhandari/envs/tutorial-env/lib/python3.7/site-packages/django/core/management/base.py", line 328, in run_from_argv self.execute(*args, **cmd_options) "/Users/bhuminbhandari/envs/tutorial-env/lib/python3.7/site-packages/django/contrib/auth/management/commands/createsuperuser.py", line 79, in execute return super().execute(*args, **options) "/Users/bhuminbhandari/envs/tutorial-env/lib/python3.7/site-packages/django/core/management/base.py", line 369, in execute output = self.handle(*args, **options) "/Users/bhuminbhandari/envs/tutorial-env/lib/python3.7/site-packages/django/contrib/auth/management/commands/createsuperuser.py", line 189, in handle self.UserModel._default_manager.db_manager(database).create_superuser(**user_data) "/Users/bhuminbhandari/Desktop/Projects/python/projx-backend/projx/login_app/models.py", line 23, in create_superuser is_acive=True "/Users/bhuminbhandari/envs/tutorial-env/lib/python3.7/site-packages/django/db/models/base.py", line 500, in __init__ raise TypeError("%s() got an unexpected keyword argument '%s'" % (cls.__name__, kwarg)) TypeError: User() got an unexpected keyword argument 'is_acive'
0.608693
Traceback (most recent call last): "server.py", line 10, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\keras\__init__.py", line 3, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\keras\utils\__init__.py", line 6, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\keras\utils\conv_utils.py", line 3, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\keras\backend\__init__.py", line 83, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\keras\backend\tensorflow_backend.py", line 1, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\tensorflow\__init__.py", line 24, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\tensorflow\python\__init__.py", line 83, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\tensorflow\python\estimator\estimator_lib.py", line 35, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\tensorflow\python\estimator\inputs\inputs.py", line 23, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\tensorflow\python\estimator\inputs\pandas_io.py", line 28, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\pandas\__init__.py", line 26, in <module> "<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 "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\pandas\_libs\__init__.py", line 4, in <module> "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 656, in _load_unlocked "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible "c:\program files\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 714, in load_module module = loader.load_module(fullname) "pandas\_libs\tslib.pyx", line 1510, in init pandas._libs.tslib AttributeError: type object 'pandas._libs.tslib._TSObject' has no attribute '__reduce_cython__'
`Traceback (most recent call last): "segmentation_models_pytorch.py", line 1, in <module> import segmentation_models_pytorch as smp "/home/renping/000_SceneUnderstanding/cityscape_mini3/segmentation_models_pytorch.py", line 3, in <module> model = smp.Unet('resnet34', classes=3, encoder_weights='imagenet') AttributeError: module 'segmentation_models_pytorch' has no attribute 'Unet'
0.627851
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/resolver.py", line 764, in <module> main() "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/resolver.py", line 760, in main dev=parsed.dev) "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/resolver.py", line 741, in _main resolve_packages(pre, clear, verbose, system, write, requirements_dir, packages, dev) "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/resolver.py", line 709, in resolve_packages requirements_dir=requirements_dir, "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/resolver.py", line 692, in resolve req_dir=requirements_dir "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/utils.py", line 1403, in resolve_deps req_dir=req_dir, "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/utils.py", line 1110, in actually_resolve_deps resolver.resolve_constraints() "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/utils.py", line 862, in resolve_constraints marker = marker_from_specifier(candidate.requires_python) "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 719, in marker_from_specifier for marker_segment in cleanup_pyspecs(spec): "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 288, in cleanup_pyspecs for op_and_version_type, versions in _group_by_op(tuple(specs)): "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 203, in _group_by_op specs = [_get_specs(x) for x in list(specs)] "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 203, in <listcomp> specs = [_get_specs(x) for x in list(specs)] "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 187, in _get_specs for spec in set(specset): TypeError: 'LegacySpecifier' object is not iterable
Traceback (most recent call last): "/usr/local/lib/python3.8/site-packages/pyemby/server.py", line 287, in socket_connection self.process_msg(msg.data) "/usr/local/lib/python3.8/site-packages/pyemby/server.py", line 319, in process_msg self.update_device_list(self._sessions) "/usr/local/lib/python3.8/site-packages/pyemby/server.py", line 342, in update_device_list dev_name, device['NowPlayingItem']['Type'], TypeError: 'NoneType' object is not subscriptable
0.601304
Traceback (most recent call last): "C:\Users\thaar\PycharmProjects\sklearn-dev\birch_test.py", line 61, in <module> clusterer.fit(X) "C:\Program s\Python37\lib\site-packages\sklearn\cluster\_birch.py", line 463, in fit return self._fit(X) "C:\Program s\Python37\lib\site-packages\sklearn\cluster\_birch.py", line 510, in _fit self.root_.append_subcluster(new_subcluster1) "C:\Program s\Python37\lib\site-packages\sklearn\cluster\_birch.py", line 158, in append_subcluster self.init_sq_norm_[n_samples] = subcluster.sq_norm_ AttributeError: '_CFSubcluster' object has no attribute 'sq_norm_'
Traceback (most recent call last): "n.py", line 23, in <module> Foo() "n.py", line 15, in __init__ self.mypy_does_not_typecheck_this() # no error AttributeError: 'Foo' object has no attribute 'mypy_does_not_typecheck_this'
0.611836
Traceback (most recent call last): "/usr/local/bin/catt", line 7, in <module> from catt.cli import main "/usr/local/lib/python2.7/dist-packages/catt/cli.py", line 7, in <module> from pathlib import Path ImportError: No module named pathlib
cannot import name 'SnapshotRecoveryRequest'Traceback (most recent call last): "/opt/az/lib/python3.6/site-packages/knack/cli.py", line 206, in invoke cmd_result = self.invocation.execute(args) "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 273, in execute parsed_args = self.parser.parse_args(args) "/opt/az/lib/python3.6/site-packages/knack/parser.py", line 256, in parse_args return super(CLICommandParser, self).parse_args(args) "/opt/az/lib/python3.6/argparse.py", line 1730, in parse_args args, argv = self.parse_known_args(args, namespace) "/opt/az/lib/python3.6/argparse.py", line 1762, in parse_known_args namespace, args = self._parse_known_args(args, namespace) "/opt/az/lib/python3.6/argparse.py", line 1950, in _parse_known_args positionals_end_index = consume_positionals(start_index) "/opt/az/lib/python3.6/argparse.py", line 1927, in consume_positionals take_action(action, args) "/opt/az/lib/python3.6/argparse.py", line 1836, in take_action action(self, namespace, argument_values, option_string) "/opt/az/lib/python3.6/argparse.py", line 1133, in __call__ subnamespace, arg_strings = parser.parse_known_args(arg_strings, None) "/opt/az/lib/python3.6/argparse.py", line 1762, in parse_known_args namespace, args = self._parse_known_args(args, namespace) "/opt/az/lib/python3.6/argparse.py", line 1968, in _parse_known_args start_index = consume_optional(start_index) "/opt/az/lib/python3.6/argparse.py", line 1908, in consume_optional take_action(action, args, option_string) "/opt/az/lib/python3.6/argparse.py", line 1836, in take_action action(self, namespace, argument_values, option_string) "/opt/az/lib/python3.6/argparse.py", line 1020, in __call__ parser.print_help() "/opt/az/lib/python3.6/argparse.py", line 2362, in print_help self._print_message(self.format_help(), file) "/opt/az/lib/python3.6/site-packages/azure/cli/core/parser.py", line 156, in format_help super(AzCliCommandParser, self).format_help() "/opt/az/lib/python3.6/site-packages/knack/parser.py", line 246, in format_help is_group) "/opt/az/lib/python3.6/site-packages/azure/cli/core/_help.py", line 148, in show_help super(AzCliHelp, self).show_help(cli_name, nouns, parser, is_group) "/opt/az/lib/python3.6/site-packages/knack/help.py", line 664, in show_help else self.group_help_cls(self, delimiters, parser) "/opt/az/lib/python3.6/site-packages/knack/help.py", line 219, in __init__ child.load(options) "/opt/az/lib/python3.6/site-packages/azure/cli/core/_help.py", line 242, in load loader.versioned_load(self, options) "/opt/az/lib/python3.6/site-packages/azure/cli/core/_help_loaders.py", line 153, in versioned_load super(CliHelp , help_obj).load(parser) # pylint:disable=bad-super-call "/opt/az/lib/python3.6/site-packages/knack/help.py", line 163, in load description = getattr(options, 'description', None) "/opt/az/lib/python3.6/site-packages/knack/parser.py", line 237, in __getattribute__ if callable(self._description) else self._description "/opt/az/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 460, in default_description_loader op = handler or self.get_op_handler(operation, operation_group=kwargs.get('operation_group')) "/opt/az/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 494, in get_op_handler op = import_module(mod_to_import) "/opt/az/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 "/home/ernani/.azure/cliextensions/webapp/azext_webapp/custom.py", line 10, in <module> from azure.mgmt.web.models import (AppServicePlan, SkuDescription, SnapshotRecoveryRequest, SnapshotRecoveryTarget) ImportError: cannot import name 'SnapshotRecoveryRequest'
0.636041
Traceback (most recent call last): "c:\program files\python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "c:\program files\python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Program s\Python37\Scripts\bert-serving-start.exe\__main__.py", line 9, in <module> "c:\program files\python37\lib\site-packages\bert_serving\server\cli\__init__.py", line 4, in main with BertServer(get_run_args()) as server: "c:\program files\python37\lib\site-packages\bert_serving\server\__init__.py", line 70, in __init__ self.graph_path, self.bert_config = pool.apply(optimize_graph, (self.args,)) TypeError: cannot unpack non-iterable NoneType object
Traceback (most recent call last): "/usr/local/bin/svtplay-dl", line 4, in <module> __import__('pkg_resources').run_script('svtplay-dl==2.0+58.gca295d4', 'svtplay-dl') "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 739, in run_script self.require(requires)[0].run_script(script_name, ns) "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1494, in run_script exec(code, namespace, namespace) "/usr/local/lib/python3.5/dist-packages/svtplay_dl-2.0+58.gca295d4-py3.5.egg/EGG-INFO/scripts/svtplay-dl", line 7, in <module> svtplay_dl.main() "/usr/local/lib/python3.5/dist-packages/svtplay_dl-2.0+58.gca295d4-py3.5.egg/svtplay_dl/__init__.py", line 64, in main get_media(urls[0], config, __version__) "/usr/local/lib/python3.5/dist-packages/svtplay_dl-2.0+58.gca295d4-py3.5.egg/svtplay_dl/utils/getmedia.py", line 56, in get_media get_all_episodes(stream, url) "/usr/local/lib/python3.5/dist-packages/svtplay_dl-2.0+58.gca295d4-py3.5.egg/svtplay_dl/utils/getmedia.py", line 87, in get_all_episodes get_one_media(substream) "/usr/local/lib/python3.5/dist-packages/svtplay_dl-2.0+58.gca295d4-py3.5.egg/svtplay_dl/utils/getmedia.py", line 176, in get_one_media options_subs_dl(subfixes) "/usr/local/lib/python3.5/dist-packages/svtplay_dl-2.0+58.gca295d4-py3.5.egg/svtplay_dl/utils/getmedia.py", line 171, in options_subs_dl subs[0].download() "/usr/local/lib/python3.5/dist-packages/svtplay_dl-2.0+58.gca295d4-py3.5.egg/svtplay_dl/subtitle/__init__.py", line 47, in download data = self.sami(subdata) "/usr/local/lib/python3.5/dist-packages/svtplay_dl-2.0+58.gca295d4-py3.5.egg/svtplay_dl/subtitle/__init__.py", line 151, in sami all += "{}\n".format(decode_html_entities(text.text)) "/usr/local/lib/python3.5/dist-packages/svtplay_dl-2.0+58.gca295d4-py3.5.egg/svtplay_dl/utils/text.py", line 28, in decode_html_entities return re.sub(r'(&[^;]+;)', unesc, ensure_unicode(s)) "/usr/lib/python3.5/re.py", line 182, in sub return _compile(pattern, flags).sub(repl, string, count) TypeError: expected string or bytes-like object
0.55459
Traceback (most recent call last): "/tmp/ansible_ShBpJS/ansible_module_route53_zone.py", line 223, in <module> main() "/tmp/ansible_ShBpJS/ansible_module_route53_zone.py", line 190, in main vpc_details = details['GetHostedZoneResponse']['VPCs']['VPC'] TypeError: list indices must be integers, not str
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/salt/minion.py", line 2484, in handle_beacons beacons = self.process_beacons(self.functions) "/usr/lib/python2.7/site-packages/salt/minion.py", line 444, in process_beacons return self.beacons.process(b_conf, self.opts['grains']) # pylint: disable=no-member "/usr/lib/python2.7/site-packages/salt/beacons/__init__.py", line 104, in process valid, vcomment = self.beacons[validate_str](b_config[mod]) TypeError: 'NoneType' object is not iterable
0.60517
Traceback (most recent call last): "/bin/proxy.py", line 731, in <module> main() "/bin/proxy.py", line 710, in main format='%(asctime)s - %(levelname)s - %(funcName)s:%(lineno)d - %(message)s') "/usr/lib64/python2.7/logging/__init__.py", line 1540, in basicConfig root.setLevel(level) "/usr/lib64/python2.7/logging/__init__.py", line 1125, in setLevel self.level = _checkLevel(level) "/usr/lib64/python2.7/logging/__init__.py", line 190, in _checkLevel raise TypeError("Level not an integer or a valid string: %r" % level) TypeError: Level not an integer or a valid string: <function error at 0x7f93e6360500>
Traceback (most recent call last): "/Users/ewelch/miniconda3/lib/python3.5/site-packages/numba/errors.py", line 577, in new_error_context yield "/Users/ewelch/miniconda3/lib/python3.5/site-packages/numba/typeinfer.py", line 513, in __call__ self.resolve(typeinfer, typeinfer.typevars, fnty=self.func) "/Users/ewelch/miniconda3/lib/python3.5/site-packages/numba/typeinfer.py", line 450, in resolve literals=literals) "/Users/ewelch/miniconda3/lib/python3.5/site-packages/numba/typeinfer.py", line 1173, in resolve_call literals=literals) "/Users/ewelch/miniconda3/lib/python3.5/site-packages/numba/typing/context.py", line 192, in resolve_function_type res = defn.apply(args, kws) "/Users/ewelch/miniconda3/lib/python3.5/site-packages/numba/typing/templates.py", line 207, in apply sig = generic(args, kws) "/Users/ewelch/miniconda3/lib/python3.5/site-packages/numba/typing/arraydecl.py", line 165, in generic out = get_array_index_type(ary, idx) "/Users/ewelch/miniconda3/lib/python3.5/site-packages/numba/typing/arraydecl.py", line 71, in get_array_index_type % (ty, idx)) TypeError: unsupported array index type none in (..., none)
0.578784
Traceback (most recent call last): "C:\Program s\Sublime Text 3\sublime_plugin.py", line 1082, in run_ return self.run(edit, **args) "C:\Users\Bhasker\AppData\Roaming\Sublime Text 3\Installed Packages\Terminus.sublime-package\terminus/core.py", line 824, in run AttributeError: 'Terminal' object has no attribute 'process'
Traceback (most recent call last): "C:\Users\a\anaconda3\envs\manim\Scripts\manim", line 5, in <module> main() "C:\Users\a\Documents\repos\ManimCommunity\manim\manim\__main__.py", line 65, in main cfg_subcmds.export(args.dir) "C:\Users\a\Documents\repos\ManimCommunity\manim\manim\_config\cfg_subcmds.py", line 245, in export config.write(outpath) AttributeError: 'ManimConfig' object has no attribute 'write'
0.569243
Traceback (most recent call last): "/usr/bin/telepresence/telepresence/cli.py", line 135, in crash_reporting yield "/usr/bin/telepresence/telepresence/main.py", line 65, in main remote_info = start_proxy(runner) "/usr/bin/telepresence/telepresence/proxy/__init__.py", line 134, in start_proxy remote_info = get_remote_info( "/usr/bin/telepresence/telepresence/proxy/remote.py", line 193, in get_remote_info wait_for_pod(runner, remote_info) "/usr/bin/telepresence/telepresence/proxy/remote.py", line 124, in wait_for_pod raise RuntimeError( RuntimeError: Pod isn't starting or can't be found: {'conditions': [{'lastProbeTime': None, 'lastTransitionTime': '2020-07-22T13:12:17Z', 'status': 'True', 'type': 'Initialized'}, {'lastProbeTime': None, 'lastTransitionTime': '2020-07-22T13:12:17Z', 'message': 'containers with unready status: [manager]', 'reason': 'ContainersNotReady', 'status': 'False', 'type': 'Ready'}, {'lastProbeTime': None, 'lastTransitionTime': '2020-07-22T13:12:17Z', 'message': 'containers with unready status: [manager]', 'reason': 'ContainersNotReady', 'status': 'False', 'type': 'ContainersReady'}, {'lastProbeTime': None, 'lastTransitionTime': '2020-07-22T13:12:17Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerStatuses': [{'image': 'datawire/telepresence-k8s:0.104', 'imageID': '', 'lastState': {}, 'name': 'manager', 'ready': False, 'restartCount': 0, 'started': False, 'state': {'terminated': {'exitCode': 0, 'finishedAt': None, 'startedAt': None}}}], 'hostIP': '172.31.40.182', 'phase': 'Pending', 'qosClass': 'Burstable', 'startTime': '2020-07-22T13:12:17Z'}
Traceback (most recent call last): "deploy_ssd_tvm.py", line 40, in <module> lib.export_library("./deployed_model/deploy_lib.dll", fcompile=False) "C:\Users\*****\AppData\Roaming\Python\Python37\site-packages\tvm-0.5.dev0-py3.7-win-amd64.egg\tvm\module.py", line 128, in export_library fcompile(file_name, files, **kwargs) "C:\Users\*****\AppData\Roaming\Python\Python37\site-packages\tvm-0.5.dev0-py3.7-win-amd64.egg\tvm\contrib\cc.py", line 35, in create_shared _windows_shared(output, objects, options) "C:\Users\*****\AppData\Roaming\Python\Python37\site-packages\tvm-0.5.dev0-py3.7-win-amd64.egg\tvm\contrib\cc.py", line 120, in _windows_shared raise RuntimeError(msg) RuntimeError: Compilation error:
0.554987
Traceback (most recent call last): "/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/rasa_15/lib/python3.6/site-packages/rasa/core/training/interactive.py", line 1399, in run_interactive_io sender_id=uuid.uuid4().hex, "/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/rasa_15/lib/python3.6/site-packages/rasa/core/training/interactive.py", line 1349, in record_messages endpoint, sender_id, finetune, sender_ids, plot_file "/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/rasa_15/lib/python3.6/site-packages/rasa/core/training/interactive.py", line 883, in _predict_till_next_listen sender_ids, plot_file, endpoint, unconfirmed=[ActionExecuted(action_name)] "/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/rasa_15/lib/python3.6/site-packages/rasa/core/training/interactive.py", line 1274, in _plot_trackers event_sequences[-1], event_sequences, output_file=None, max_history=2 "/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/rasa_15/lib/python3.6/site-packages/rasa/core/training/visualization.py", line 467, in visualize_neighborhood else sanitize(message.get("intent", {})).get("name", " ? "), "/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/rasa_15/lib/python3.6/site-packages/rasa/core/training/visualization.py", line 364, in sanitize return re.sub(r"""[&\\\<\>"'%();+]""", "", s) "/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/rasa_15/lib/python3.6/re.py", line 191, in sub return _compile(pattern, flags).sub(repl, string, count) TypeError: expected string or bytes-like object
Traceback (most recent call last): "./pyweblogs.py", line 13, in <module> weblogs = client.topics['weblogs'] "/usr/local/lib/python3.5/dist-packages/pykafka/cluster.py", line 56, in __getitem__ "got '%s'", type(key)) TypeError: ("TopicDict.__getitem__ accepts a bytes object, but it got '%s'", <class 'str'>)
0.555295
Traceback (most recent call last): "C:\Python\envs\py37\lib\site-packages\ipykernel\kernelbase.py", line 267, in dispatch_shell yield gen.maybe_future(handler(stream, idents, msg)) "C:\Python\envs\py37\lib\site-packages\tornado\gen.py", line 1133, in run value = future.result() "C:\Python\envs\py37\lib\site-packages\tornado\gen.py", line 326, in wrapper yielded = next(result) "C:\Python\envs\py37\lib\site-packages\ipykernel\kernelbase.py", line 572, in complete_request matches = yield gen.maybe_future(self.do_complete(code, cursor_pos)) "C:\Python\envs\py37\lib\site-packages\ipykernel\ipkernel.py", line 348, in do_complete return self._experimental_do_complete(code, cursor_pos) "C:\Python\envs\py37\lib\site-packages\ipykernel\ipkernel.py", line 373, in _experimental_do_complete completions = list(_rectify_completions(code, raw_completions)) "C:\Python\envs\py37\lib\site-packages\IPython\core\completer.py", line 485, in rectify_completions completions = list(completions) "C:\Python\envs\py37\lib\site-packages\IPython\core\completer.py", line 1809, in completions for c in self._completions(text, offset, _timeout=self.jedi_compute_type_timeout/1000): "C:\Python\envs\py37\lib\site-packages\IPython\core\completer.py", line 1853, in _completions full_text=full_text, cursor_line=cursor_line, cursor_pos=cursor_column) "C:\Python\envs\py37\lib\site-packages\IPython\core\completer.py", line 1977, in _complete text = self.splitter.split_line(line_buffer, cursor_pos) "C:\Python\envs\py37\lib\site-packages\IPython\core\completer.py", line 563, in split_line l = line if cursor_pos is None else line[:cursor_pos] TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last): "D:/Personal/Dropbox (个人)/Projects/Python/Stocks/Stock_autotrader.py", line 3, in <module> user = easytrader.use('ths') "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\easytrader\api.py", line 57, in use from .clienttrader import ClientTrader "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\easytrader\clienttrader.py", line 12, in <module> from pywinauto import findwindows, timings "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\pywinauto\__init__.py", line 89, in <module> from . import findwindows "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\pywinauto\findwindows.py", line 42, in <module> from . import controls "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\pywinauto\controls\__init__.py", line 36, in <module> from . import uiawrapper # register "uia" back-end (at the end of uiawrapper module) "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\pywinauto\controls\uiawrapper.py", line 47, in <module> from ..uia_defines import IUIA "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\pywinauto\uia_defines.py", line 181, in <module> pattern_ids = _build_pattern_ids_dic() "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\pywinauto\uia_defines.py", line 169, in _build_pattern_ids_dic if hasattr(IUIA().ui_automation_client, cls_name): "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\pywinauto\uia_defines.py", line 50, in __call__ cls._instances[cls] = super(_Singleton, cls).__call__(*args, **kwargs) "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\pywinauto\uia_defines.py", line 60, in __init__ self.UIA_dll = comtypes.client.GetModule('UIAutomationCore.dll') "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\comtypes\client\_generate.py", line 110, in GetModule mod = _CreateWrapper(tlib, pathname) "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\comtypes\client\_generate.py", line 184, in _CreateWrapper mod = _my_import(fullname) "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\comtypes\client\_generate.py", line 24, in _my_import return __import__(fullname, globals(), locals(), ['DUMMY']) "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\comtypes\gen\_944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0.py", line 331, in <module> ( ['out', 'retval'], POINTER(POINTER(IUIAutomationElement)), 'element' )), "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\comtypes\__init__.py", line 329, in __setattr__ self._make_methods(value) "D:\IDE\Miniconda\main\envs\stocks\lib\site-packages\comtypes\__init__.py", line 698, in _make_methods prototype = WINFUNCTYPE(restype, *argtypes) "D:\IDE\Miniconda\main\envs\stocks\lib\ctypes\__init__.py", line 123, in WINFUNCTYPE class WinFunctionType(_CFuncPtr): TypeError: item 2 in _argtypes_ passes a union by value, which is unsupported.
0.633461
_Traceback (most recent call last): "./tools/train.py", line 237, in <module> main() "./tools/train.py", line 131, in main for i, data in enumerate(dataloader, 0): "/home/twalker81/virtualEnvironments/dense-fusion/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 345, in __next__ data = self._next_data() "/home/twalker81/virtualEnvironments/dense-fusion/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 841, in _next_data idx, data = self._get_data() "/home/twalker81/virtualEnvironments/dense-fusion/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 808, in _get_data success, data = self._try_get_data() "/home/twalker81/virtualEnvironments/dense-fusion/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 761, in _try_get_data data = self._data_queue.get(timeout=timeout) "/usr/lib/python3.5/multiprocessing/queues.py", line 113, in get return ForkingPickler.loads(res) "/home/twalker81/virtualEnvironments/dense-fusion/lib/python3.5/site-packages/torch/multiprocessing/reductions.py", line 294, in rebuild_storage_fd fd = df.detach() "/usr/lib/python3.5/multiprocessing/resource_sharer.py", line 58, in detach return reduction.recv_handle(conn) "/usr/lib/python3.5/multiprocessing/reduction.py", line 181, in recv_handle return recvfds(s, 1)[0] "/usr/lib/python3.5/multiprocessing/reduction.py", line 160, in recvfds len(ancdata)) RuntimeError: received 0 items of ancdata
Traceback (most recent call last): "/usr/bin/awx-manage", line 11, in <module> load_entry_point('awx==4.0.0.0', 'console_scripts', 'awx-manage')() "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/__init__.py", line 140, in manage execute_from_command_line(sys.argv) "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line utility.execute() "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv self.execute(*args, **cmd_options) "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/core/management/base.py", line 330, in execute output = self.handle(*args, **options) "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/main/management/commands/run_dispatcher.py", line 121, in handle reaper.reap() "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/main/dispatch/reaper.py", line 36, in reap me = instance or Instance.objects.me() "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/main/managers.py", line 116, in me raise RuntimeError("No instance found with the current cluster host id") RuntimeError: No instance found with the current cluster host id
0.575741
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): "cam_fomm.py", line 228, in <module> ret, frame = cap.read() "avatarify/videocaptureasync.py", line 40, in read frame = self.frame.copy() AttributeError: 'NoneType' object has no attribute 'copy'
0.653317
I made datasets according to the training on Custom Dataset tutorial. But something went wrong.`Traceback (most recent call last): "train.py", line 100, in <module> for batch_i, (_, imgs, targets) in enumerate(dataloader): "/opt/anaconda3/envs/py36/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 637, in __next__ return self._process_next_batch(batch) "/opt/anaconda3/envs/py36/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 658, in _process_next_batch raise batch.exc_type(batch.exc_msg) TypeError: Traceback (most recent call last):
Traceback (most recent call last): "/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/__init__.py", line 468, in execute return self.import_gltf2(context) "/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/__init__.py", line 487, in import_gltf2 BlenderGlTF.create(self.gltf_importer) "/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_gltf.py", line 34, in create for scene_idx, scene in enumerate(gltf.data.scenes): TypeError: 'NoneType' object is not iterable
0.54131
Traceback (most recent call last): "manager_dev.py", line 5, in <module> app = create_app('dev') "/prj/dev/flask_template/app/__init__.py", line 23, in create_app from .api_1_0 import api "/prj/dev/flask_template/app/api_1_0/__init__.py", line 5, in <module> from . import apis "/prj/dev/flask_template/app/api_1_0/apis.py", line 33, in <module> @scheduler.task("interval", id="do_job_1", seconds=15, misfire_grace_time=900) AttributeError: 'APScheduler' object has no attribute 'task'
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.624357
Traceback (most recent call last): "C:/Users/vik/Dropbox/Code/Wintrack/pydia/core/rebar/viplot.py", line 93, in <module> parent=view.scene) "C:\Anaconda3\lib\site-packages\vispy\scene\visuals.py", line 41, in __init__ subclass.__init__(self, *args, **kwargs) "C:\Anaconda3\lib\site-packages\vispy\visuals\line_plot.py", line 70, in __init__ edge_width=edge_width, connect=connect) "C:\Anaconda3\lib\site-packages\vispy\visuals\line_plot.py", line 102, in set_data % pos.shape[1]) TypeError: Too many coordinates given (3; max is 2).
Traceback (most recent call last): "/Users/aaksenov/workspace/salt-bug-hunting/salt-file-replace/tests/unit/modules/file_test.py", line 171, in test_re_int_flags filemod.replace(self.tfile.name, r'Etiam', 'Salticus', flags=10) "/Users/aaksenov/workspace/salt-bug-hunting/salt-file-replace/salt/modules/file.py", line 2041, in replace result, nrepl = re.subn(cpattern, repl, r_data, count) "/Users/aaksenov/.virtualenvs/salt-test/lib/python3.5/re.py", line 193, in subn return _compile(pattern, flags).subn(repl, string, count) TypeError: cannot use a string pattern on a bytes-like object
0.530485
Traceback (most recent call last): "test.py", line 3, in <module> model = torch.hub.load('facebookresearch/WSL-Images', 'resnext101_32x8d_wsl') "/root/.local/lib/python3.6/site-packages/torch/hub.py", line 363, in load model = entry(*args, **kwargs) "/root/.cache/torch/hub/facebookresearch_WSL-Images_master/hubconf.py", line 39, in resnext101_32x8d_wsl return _resnext('resnext101_32x8d', Bottleneck, [3, 4, 23, 3], True, progress, **kwargs) "/root/.cache/torch/hub/facebookresearch_WSL-Images_master/hubconf.py", line 23, in _resnext model = ResNet(block, layers, **kwargs) TypeError: __init__() got an unexpected keyword argument 'groups'
Traceback (most recent call last): "...\.venv\lib\site-packages\IPython\core\interactiveshell.py", line 3437, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-23-ad1bd734b250>", line 8, in <module> .run_async(pipe_stdin=True) TypeError: cannot unpack non-iterable Popen object
0.546941
Traceback (most recent call last): "testScripting.py", line 44, in <module> inputs= [ ct.TensorType(name="input1", shape=dummy_input.shape) ] "~/Library/Python/3.7/lib/python/site-packages/coremltools/converters/_converters_entry.py", line 299, in convert **kwargs "~/Library/Python/3.7/lib/python/site-packages/coremltools/converters/mil/converter.py", line 120, in _convert prog = frontend_converter(model, **kwargs) "~/Library/Python/3.7/lib/python/site-packages/coremltools/converters/mil/converter.py", line 62, in __call__ return load(*args, **kwargs) "~/Library/Python/3.7/lib/python/site-packages/coremltools/converters/mil/frontend/torch/load.py", line 84, in load raise e "~/Library/Python/3.7/lib/python/site-packages/coremltools/converters/mil/frontend/torch/load.py", line 76, in load prog = converter.convert() "~/Library/Python/3.7/lib/python/site-packages/coremltools/converters/mil/frontend/torch/converter.py", line 302, in convert convert_nodes(self.context, self.graph) "~/Library/Python/3.7/lib/python/site-packages/coremltools/converters/mil/frontend/torch/ops.py", line 52, in convert_nodes "PyTorch convert function for op {} not implemented".format(node.kind) RuntimeError: PyTorch convert function for op dim not implemented
Traceback (most recent call last): "/tmp/pip-install-_r3r2y_m/llvmlite/ffi/build.py", line 191, in <module> main() "/tmp/pip-install-_r3r2y_m/llvmlite/ffi/build.py", line 181, in main main_posix('linux', '.so') "/tmp/pip-install-_r3r2y_m/llvmlite/ffi/build.py", line 143, in main_posix raise RuntimeError(msg) RuntimeError: Building llvmlite requires LLVM 10.0.x or 9.0.x, got '7.0.1'. Be sure to set LLVM_CONFIG to the right executable path.
0.554032
Traceback (most recent call last): "c:\program files\python27\lib\runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) "c:\program files\python27\lib\runpy.py", line 72, in _run_code exec code in run_globals "C:\Program s\Python27\Scripts\pipenv.exe\__main__.py", line 9, in <module> "c:\program files\python27\lib\site-packages\pipenv\vendor\click\core.py", line 722, in __call__ return self.main(*args, **kwargs) "c:\program files\python27\lib\site-packages\pipenv\vendor\click\core.py", line 697, in main rv = self.invoke(ctx) "c:\program files\python27\lib\site-packages\pipenv\vendor\click\core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "c:\program files\python27\lib\site-packages\pipenv\vendor\click\core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "c:\program files\python27\lib\site-packages\pipenv\vendor\click\core.py", line 535, in invoke return callback(*args, **kwargs) "c:\program files\python27\lib\site-packages\pipenv\cli.py", line 664, in shell three=three, python=python, fancy=fancy, shell_args=shell_args, pypi_mirror=pypi_mirror "c:\program files\python27\lib\site-packages\pipenv\core.py", line 2159, in do_shell shell.fork(*fork_args) "c:\program files\python27\lib\site-packages\pipenv\shells.py", line 97, in fork _handover(self.cmd, self.args + list(args)) "c:\program files\python27\lib\site-packages\pipenv\shells.py", line 62, in _handover proc = subprocess.run(args, shell=True, universal_newlines=True) AttributeError: 'module' object has no attribute 'run'
Traceback (most recent call last): "setup.py", line 227, in <module> """ % (e_info.message,)) AttributeError: 'SystemExit' object has no attribute 'message'
0.638999
Traceback (most recent call last): "/usr/bin/efb-wizard", line 10, in <module> sys.exit(main()) "/usr/lib/python3.7/site-packages/ehforwarderbot/wizard.py", line 637, in main choose_master_channel(data) "/usr/lib/python3.7/site-packages/ehforwarderbot/wizard.py", line 453, in choose_master_channel default_config = data.config['master_channel'].split("#") AttributeError: 'NoneType' object has no attribute 'split'
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.646886
Traceback (most recent call last): "/Users/williamhogben/Dropbox/Godot3/BeeBoop/pythonscript/osx-64-cpython/lib/python3.6/site-packages/godot/hazmat/ffi/instance.py", line 83, in pybind_instance_call_method pyret = meth(*pyargs) "/Users/williamhogben/Dropbox/Godot3/BeeBoop/PixyController.py", line 22, in _ready pixy.init() AttributeError: module 'pixy' has no attribute 'init'`
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Users\ASUS\AppData\Local\Programs\Python\Python37-32\lib\site-packages\googletrans\client.py", line 172, in translate data = self._translate(text, dest, src) "C:\Users\ASUS\AppData\Local\Programs\Python\Python37-32\lib\site-packages\googletrans\client.py", line 75, in _translate token = self.token_acquirer.do(text) "C:\Users\ASUS\AppData\Local\Programs\Python\Python37-32\lib\site-packages\googletrans\gtoken.py", line 180, in do self._update() "C:\Users\ASUS\AppData\Local\Programs\Python\Python37-32\lib\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'```
0.536969
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 486, in __run_plugin return method(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__ return self.func(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/flexget/plugins/output/list_add.py", line 54, in on_task_output thelist |= task.accepted "/usr/lib/python2.7/_abcoll.py", line 330, in __ior__ self.add(value) "/usr/local/lib/python2.7/dist-packages/flexget/plugins/list/sonarr_list.py", line 217, in add log.verbose('Successfully added show %s to Sonarr', show['title']) TypeError: list indices must be integers, not unicode
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/var/www/mycodo/env/lib/python2.7/site-packages/flask_login/utils.py", line 228, in decorated_view return func(*args, **kwargs) "/var/www/mycodo/mycodo/mycodo_flask/page_routes.py", line 733, in page_output flaskutils.relay_add(form_add_relay) "/var/www/mycodo/mycodo/flaskutils.py", line 1753, in relay_add manipulate_relay('Add', new_relay.id) "/var/www/mycodo/mycodo/flaskutils.py", line 630, in manipulate_relay if len(return_values) > 1: TypeError: object of type 'NoneType' has no len()
0.57391
Traceback (most recent call last): "E:\envs\PaddleDetection\lib\site-packages\paddle\fluid\dygraph\base.py", line 315, in _decorate_function return func(*args, **kwargs) "E:\PyCharmProjects\pedDec\deep_sort\deepaddle\feature_extractor.py", line 46, in __call__ features = self.net(im_batch) "E:\envs\PaddleDetection\lib\site-packages\paddle\fluid\dygraph\layers.py", line 902, in __call__ outputs = self.forward(*inputs, **kwargs) "E:\PyCharmProjects\pedDec\deep_sort\deepaddle\model.py", line 84, in forward x = self.conv(x) "E:\envs\PaddleDetection\lib\site-packages\paddle\fluid\dygraph\layers.py", line 902, in __call__ outputs = self.forward(*inputs, **kwargs) "E:\envs\PaddleDetection\lib\site-packages\paddle\fluid\dygraph\container.py", line 95, in forward input = layer(input) "E:\envs\PaddleDetection\lib\site-packages\paddle\fluid\dygraph\layers.py", line 902, in __call__ outputs = self.forward(*inputs, **kwargs) "E:\envs\PaddleDetection\lib\site-packages\paddle\nn\layer\conv.py", line 660, in forward use_cudnn=self._use_cudnn) "E:\envs\PaddleDetection\lib\site-packages\paddle\nn\functional\conv.py", line 119, in _conv_nd pre_bias = getattr(core.ops, op_type)(x, weight, *attrs) ValueError: (InvalidArgument) conv2d(): argument 'Filter' (position 1) must be Tensor, but got Parameter (at D:\v2.0.1\paddle\paddle/fluid/pybind/op_function.h:56)
Traceback (most recent call last): "G:\OnlyFans-master\OnlyFans-master\start_ofd.py", line 43, in <module> apis = main_datascraper.start_datascraper(json_config, site_name_lower) "G:\OnlyFans-master\OnlyFans-master\datascraper\main_datascraper.py", line 61, in start_datascraper apis = main_helper.process_profiles( "G:\OnlyFans-master\OnlyFans-master\helpers\main_helper.py", line 599, in process_profiles temp_json_auth = ujson.load( ValueError: Expected object or value
0.513634
Traceback (most recent call last): "/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step result = next(coro) "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/owntracks.py", line 80, in async_handle_mqtt_message yield from async_handle_message(hass, context, message) "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/owntracks.py", line 413, in async_handle_message yield from handler(hass, context, message) TypeError: 'NoneType' object is not callable
Traceback (most recent call last): "/mnt/dietpi_userdata/medusa/medusa/search/queue.py", line 295, in run found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force) "/mnt/dietpi_userdata/medusa/medusa/search/core.py", line 503, in search_for_needed_episodes episodes.extend(wanted_episodes(cur_show, from_date)) "/mnt/dietpi_userdata/medusa/medusa/search/core.py", line 472, in wanted_episodes ep_obj = series_obj.get_episode(episode['season'], episode['episode']) "/mnt/dietpi_userdata/medusa/medusa/tv/series.py", line 944, in get_episode ep = Episode(self, season, episode) "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 271, in __init__ self._specify_episode(self.season, self.episode) "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 642, in _specify_episode sql_results = self.load_from_db(season, episode) "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 722, in load_from_db self.status = int(sql_results[0]['status'] or UNSET) "/mnt/dietpi_userdata/medusa/medusa/tv/base.py", line 63, in __setattr__ super(TV, self).__setattr__(key, value) "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 428, in status self._sync_trakt(value) "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 450, in _sync_trakt notifiers.trakt_notifier.update_watchlist_episode(self) "/mnt/dietpi_userdata/medusa/medusa/notifiers/trakt.py", line 120, in update_watchlist_episode result = sync.add_to_watchlist({'shows': [create_episode_structure(episodes)]}) TypeError: create_episode_structure() missing 1 required positional argument: 'episodes'
0.5506
Traceback (most recent call last): "/usr/lib/python3.4/unittest/case.py", line 58, in testPartExecutor yield "/usr/lib/python3.4/unittest/case.py", line 577, in run testMethod() "/srv/zulip-py3-venv/lib/python3.4/site-packages/django/test/utils.py", line 384, in inner return func(*args, **kwargs) "/home/circleci/zulip/zerver/tests/test_auth_backends.py", line 2366, in test_non_existing_realm self.assertEqual(response.url, reverse('ldap_error_realm_is_none')) "/usr/lib/python3.4/unittest/case.py", line 797, in assertEqual assertion_func(first, second, msg=msg) "/usr/lib/python3.4/unittest/case.py", line 1170, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) "/usr/lib/python3.4/unittest/case.py", line 642, in fail raise self.failureException(msg) AssertionError: '/' != '/config-error/ldap'
Traceback (most recent call last): "E:\PYPYthon\lib\site-packages\nuitka\__main__.py", line 209, in <module> main() "E:\PYPYthon\lib\site-packages\nuitka\__main__.py", line 195, in main MainControl.main() "E:\PYPYthon\lib\site-packages\nuitka\MainControl.py", line 747, in main copyUsedDLLs( "E:\PYPYthon\lib\site-packages\nuitka\freezer\Standalone.py", line 1376, in copyUsedDLLs used_dlls = detectUsedDLLs( "E:\PYPYthon\lib\site-packages\nuitka\freezer\Standalone.py", line 1311, in detectUsedDLLs worker_pool.submit( "E:\PYPYthon\lib\site-packages\nuitka\utils\ThreadedExecutor.py", line 45, in submit self.results.append(function(*args)) "E:\PYPYthon\lib\site-packages\nuitka\freezer\Standalone.py", line 1280, in addDLLInfo used_dlls = detectBinaryDLLs( "E:\PYPYthon\lib\site-packages\nuitka\freezer\Standalone.py", line 1255, in detectBinaryDLLs return detectBinaryPathDLLsWindowsDependencyWalker( "E:\PYPYthon\lib\site-packages\nuitka\freezer\Standalone.py", line 1071, in detectBinaryPathDLLsWindowsDependencyWalker _parseDependsExeOutput(output_filename, result) "E:\PYPYthon\lib\site-packages\nuitka\freezer\Standalone.py", line 906, in _parseDependsExeOutput _parseDependsExeOutput2(get ContentByLine(filename, encoding="latin1"), result) "E:\PYPYthon\lib\site-packages\nuitka\freezer\Standalone.py", line 891, in _parseDependsExeOutput2 assert os.path.isfile(dll_filename), (dll_filename, line) AssertionError: ('c:\\users\\\x04\x04\x04\x04\x04\x04\\appdata\\local\\programs\\python\\python39\\python39.dll', ' [ 6] c:\\users\\\x04\x04\x04\x04\x04\x04\\
0.55101
Traceback (most recent call last): "/home/mona/anaconda3/lib/python3.6/logging/__init__.py", line 992, in emit msg = self.format(record) "/home/mona/anaconda3/lib/python3.6/logging/__init__.py", line 838, in format return fmt.format(record) "/home/mona/anaconda3/lib/python3.6/logging/__init__.py", line 575, in format record.message = record.getMessage() "/home/mona/anaconda3/lib/python3.6/logging/__init__.py", line 338, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting
Traceback (most recent call last): "/home/richard/projects/sphinx/.tox/py35/lib/python3.5/site-packages/nose/case.py", line 198, in runTest self.test(*self.arg) TypeError: deco() takes 1 positional argument but 2 were given
0.565077
Traceback (most recent call last): "C:\Users\dev\Downloads\osquery\tools\analysis\profile.py", line 365, in <module> timeout=args.timeout, count=args.count, rounds=args.rounds "C:\Users\dev\Downloads\osquery\tools\analysis\profile.py", line 201, in profile result = run_query(shell, query, timeout=timeout, count=count) "C:\Users\dev\Downloads\osquery\tools\analysis\profile.py", line 144, in run_query ], timeout=timeout, count=count) "C:\Users\dev\Downloads\osquery\tools\analysis/../tests/utils.py", line 166, in profile_cmd current_stats = get_stats(p, step) "C:\Users\dev\Downloads\osquery\tools\analysis/../tests/utils.py", line 142, in get_stats "fds": p.num_fds(), AttributeError: 'Process' object has no attribute 'num_fds'
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 286, in async_update_ha_state self._async_write_ha_state() "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 327, in _async_write_ha_state attr.update(self.state_attributes or {}) "/usr/src/homeassistant/homeassistant/components/light/__init__.py", line 418, in state_attributes data[ATTR_BRIGHTNESS] = self.brightness "/usr/src/homeassistant/homeassistant/components/tuya/light.py", line 43, in brightness if self.tuya.brightness() is None: "/usr/local/lib/python3.7/site-packages/tuyaha/devices/light.py", line 16, in brightness brightness = int(self.data.get('color').get('brightness') * 255 / 100) AttributeError: 'NoneType' object has no attribute 'get'
0.608614
Traceback (most recent call last): "douyin_pro_2.py", line 153, in <module> douyin.run() "douyin_pro_2.py", line 118, in run video_names, video_urls, share_urls, nickname = self.get_video_urls(user_id) "douyin_pro_2.py", line 39, in get_video_urls uid = html['user_list'][0]['user_info']['uid'] KeyError: 'user_list'
Traceback (most recent call last): "C:/PyCharmProjects/datascience-phd-automl/autokeras_test.py", line 21, in <module> model = tf.keras.models.model_from_config(config, custom_objects=ak.CUSTOM_OBJECTS) "C:\PyCharmProjects\datascience-phd-automl\venv\lib\site-packages\tensorflow_core\python\keras\saving\model_config.py", line 55, in model_from_config return deserialize(config, custom_objects=custom_objects) "C:\PyCharmProjects\datascience-phd-automl\venv\lib\site-packages\tensorflow_core\python\keras\layers\serialization.py", line 98, in deserialize layer_class_name = config['class_name'] KeyError: 'class_name'
0.608094
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1464, in _load_module module_init(self.opts) "/usr/lib/python2.7/dist-packages/salt/modules/boto_iot.py", line 109, in __init__ __utils__['boto3.assign_funcs'](__name__, 'iot') "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1113, in __getitem__ func = super(LazyLoader, self).__getitem__(item) "/usr/lib/python2.7/dist-packages/salt/utils/lazy.py", line 98, in __getitem__ return self._dict[key] KeyError: 'boto3.assign_funcs'
Traceback (most recent call last): "/Users/hayes/miniconda/envs/pandas_dev/lib/python3.6/site-packages/jupyter_client/kernelspec.py", line 201, in get_kernel_spec resource_dir = d[kernel_name.lower()] KeyError: 'python3'
0.592846
WARNING:vispy:Traceback (most recent call last): "c:\Users\Volker\.vscode\extensions\ms-python.python-2019.9.34911\python s\ptvsd_launcher.py", line 43, in <module> main(ptvsdArgs) "c:\Users\Volker\.vscode\extensions\ms-python.python-2019.9.34911\python s\lib\python\ptvsd\__main__.py", line 432, in main run() "c:\Users\Volker\.vscode\extensions\ms-python.python-2019.9.34911\python s\lib\python\ptvsd\__main__.py", line 316, in run_file runpy.run_path(target, run_name='__main__') "C:\Users\Volker\Anaconda3\envs\napari_new\lib\runpy.py", line 263, in run_path pkg_name=pkg_name, script_name=fname) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\runpy.py", line 96, in _run_module_code mod_name, mod_spec, pkg_name, script_name) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "c:\Users\Volker\Dropbox\Github\NapariPlayground\Volume\show_volume.py", line 25, in <module> viewer.add_image(vol) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\contextlib.py", line 119, in __exit__ next(self.gen) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\napari\_qt\event_loop.py", line 21, in gui_qt app.exec_() "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\vispy\app\backends\_qt.py", line 501, in event out = super(QtBaseCanvasBackend, self).event(ev) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\vispy\app\backends\_qt.py", line 818, in paintGL self._vispy_canvas.events.draw(region=None) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\vispy\util\event.py", line 455, in __call__ self._invoke_callback(cb, event) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\vispy\util\event.py", line 475, in _invoke_callback self, cb_event=(cb, event)) << caught exception here: >> "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\OpenGL\latebind.py", line 41, in __call__ return self._finalCall( *args, **named ) TypeError: 'NoneType' object is not callable
C:\ProgramData\Anaconda3\lib\site-packages\lux\core\frame.py:700: UserWarning:Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\lux\core\frame.py", line 651, in _repr_html_ self.maintain_recs() "C:\ProgramData\Anaconda3\lib\site-packages\lux\core\frame.py", line 480, in maintain_recs custom_action_collection = custom_actions(rec_df) "C:\ProgramData\Anaconda3\lib\site-packages\lux\action\custom.py", line 74, in custom_actions recommendation = lux.config.actions[action_name].action(ldf, args) "C:\ProgramData\Anaconda3\lib\site-packages\lux\action\univariate.py", line 96, in univariate vlist = VisList(intent, ldf) "C:\ProgramData\Anaconda3\lib\site-packages\lux\vis\VisList.py", line 43, in __init__ self.refresh_source(self._source) "C:\ProgramData\Anaconda3\lib\site-packages\lux\vis\VisList.py", line 318, in refresh_source lux.config.executor.execute(self._collection, ldf) "C:\ProgramData\Anaconda3\lib\site-packages\lux\executor\PandasExecutor.py", line 98, in execute PandasExecutor.execute_aggregate(vis, isFiltered=filter_executed) "C:\ProgramData\Anaconda3\lib\site-packages\lux\executor\PandasExecutor.py", line 179, in execute_aggregate vis.data.groupby(groupby_attr.attribute, dropna=False, history=False) "C:\ProgramData\Anaconda3\lib\site-packages\lux\core\frame.py", line 932, in groupby groupby_obj = super(LuxDataFrame, self).groupby(*args, **kwargs) TypeError: groupby() got an unexpected keyword argument 'dropna'
0.637211
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): "/usr/local/lib/python3.5/dist-packages/spotdl/downloader.py", line 207, in _download_list track_dl = Downloader(raw_song, number=number) "/usr/local/lib/python3.5/dist-packages/spotdl/downloader.py", line 98, in __init__ self.content, self.meta_tags = youtube_tools.match_video_and_metadata(raw_song) "/usr/local/lib/python3.5/dist-packages/spotdl/youtube_tools.py", line 76, in match_video_and_metadata meta_tags = spotify_tools.generate_metadata(track) "/usr/local/lib/python3.5/dist-packages/spotdl/spotify_tools.py", line 34, in wrapper return func(*args, **kwargs) "/usr/local/lib/python3.5/dist-packages/spotdl/spotify_tools.py", line 48, in generate_metadata meta_tags = spotify.track(raw_song) "/usr/local/lib/python3.5/dist-packages/spotipy/client.py", line 222, in track trid = self._get_id('track', track_id) "/usr/local/lib/python3.5/dist-packages/spotipy/client.py", line 850, in _get_id type, fields[-2], id) TypeError: _warn() takes 2 positional arguments but 5 were given
0.53122
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/util/json.py", line 58, in save_json json_data = json.dumps(data, sort_keys=True, indent=4, cls=encoder) "/usr/local/lib/python3.7/json/__init__.py", line 238, in dumps **kw).encode(obj) "/usr/local/lib/python3.7/json/encoder.py", line 201, in encode chunks = list(chunks) "/usr/local/lib/python3.7/json/encoder.py", line 431, in _iterencode yield from _iterencode_dict(o, _current_indent_level) "/usr/local/lib/python3.7/json/encoder.py", line 405, in _iterencode_dict yield from chunks "/usr/local/lib/python3.7/json/encoder.py", line 438, in _iterencode o = _default(o) "/usr/local/lib/python3.7/json/encoder.py", line 179, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type UUID is not JSON serializable
Traceback (most recent call last): ".\ImageAsyncScanRequestSample.py", line 22, in <module> response = clt.do_action_with_exception(request) "C:\Python36\lib\site-packages\aliyunsdkcore\client.py", line 259, in do_action_with_exception status, headers, body = self.implementation_of_do_action(acs_request) "C:\Python36\lib\site-packages\aliyunsdkcore\client.py", line 225, in implementation_of_do_action http_response = self._make_http_response(endpoint, request, signer) "C:\Python36\lib\site-packages\aliyunsdkcore\client.py", line 187, in _make_http_response header, url = signer.sign(self.__region_id, request) "C:\Python36\lib\site-packages\aliyunsdkcore\auth\signers\access_key_signer.py", line 31, in sign header = request.get_signed_header(region_id, cred.access_key_id, cred.access_key_secret) "C:\Python36\lib\site-packages\aliyunsdkcore\request.py", line 383, in get_signed_header md5_str = md5_tool.get_md5_base64_str(self.get_content()) "C:\Python36\lib\site-packages\aliyunsdkcore\auth\utils\md5_tool.py", line 39, in get_md5_base64_str return str(base64.encodebytes(_get_md5(content)).strip(), "utf-8") "C:\Python36\lib\site-packages\aliyunsdkcore\auth\utils\md5_tool.py", line 34, in _get_md5 m.update(bytearray(content, "utf-8")) TypeError: encoding or errors without a string argument
0.576582
Traceback (most recent call last): "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinViews\fittingView.py", line 196, in OnMouseMove TypeError: 'NoneType' object is not subscriptable
Original Traceback (most recent call last): "/opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 185, in _worker_loop data = fetcher.fetch(index) "/opt/conda/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] "/opt/conda/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] "<ipython-input-151-9ec7bc2b47b2>", line 46, in __getitem__ sample =self.transforms(**sample) "/opt/conda/lib/python3.7/site-packages/albumentations/core/composition.py", line 176, in __call__ data = t(force_apply=force_apply, **data) "/opt/conda/lib/python3.7/site-packages/albumentations/core/transforms_interface.py", line 87, in __call__ return self.apply_with_params(params, **kwargs) "/opt/conda/lib/python3.7/site-packages/albumentations/core/transforms_interface.py", line 100, in apply_with_params res[key] = target_function(arg, **dict(params, **target_dependencies)) "/opt/conda/lib/python3.7/site-packages/albumentations/augmentations/transforms.py", line 2644, in apply return F.clahe(img, clip_limit, self.tile_grid_size) "/opt/conda/lib/python3.7/site-packages/albumentations/augmentations/functional.py", line 70, in wrapped_function result = func(img, *args, **kwargs) "/opt/conda/lib/python3.7/site-packages/albumentations/augmentations/functional.py", line 669, in clahe raise TypeError("clahe supports only uint8 inputs") TypeError: clahe supports only uint8 inputs
0.558195
Traceback (most recent call last): "/home/jonas/.local/share/virtualenvs/api-ariadne-WWJK7Q5Z/lib/python3.7/site-packages/uvicorn/protocols/http/httptools_impl.py", line 372, in run_asgi result = await asgi(self.receive, self.send) "/home/jonas/.local/share/virtualenvs/api-ariadne-WWJK7Q5Z/lib/python3.7/site-packages/ariadne/asgi.py", line 71, in handle_http await response(receive, send) TypeError: __call__() missing 1 required positional argument: 'send'
Traceback (most recent call last): "/home/prashant/anaconda2/lib/python2.7/logging/__init__.py", line 861, in emit msg = self.format(record) "/home/prashant/anaconda2/lib/python2.7/logging/__init__.py", line 734, in format return fmt.format(record) "/home/prashant/anaconda2/lib/python2.7/site-packages/absl/logging/__init__.py", line 818, in format return prefix + super(PythonFormatter, self).format(record) "/home/prashant/anaconda2/lib/python2.7/logging/__init__.py", line 465, in format record.message = record.getMessage() "/home/prashant/anaconda2/lib/python2.7/logging/__init__.py", line 329, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting
0.529161
Traceback (most recent call last): "insqa_lstm.py", line 428, in <module> train() "insqa_lstm.py", line 399, in train x1: p1, x2: p2, x3: p3, m1: q1, m2: q2, m3: q3 "/Users/timothy/anaconda/envs/tensorflow/lib/python2.7/site-packages/theano/compile/function.py", line 317, in function output_keys=output_keys) "/Users/timothy/anaconda/envs/tensorflow/lib/python2.7/site-packages/theano/compile/pfunc.py", line 449, in pfunc no_default_updates=no_default_updates) "/Users/timothy/anaconda/envs/tensorflow/lib/python2.7/site-packages/theano/compile/pfunc.py", line 208, in rebuild_collect_shared raise TypeError(err_msg, err_sug) TypeError: ('An update must have the same type as the original shared variable (shared_var=<TensorType(float32, matrix)>, shared_var.type=TensorType(float32, matrix), update_val=Elemwise{sub,no_inplace}.0, update_val.type=TensorType(float64, matrix)).', 'If the difference is related to the broadcast pattern, you can call the tensor.unbroadcast(var, axis_to_unbroadcast[, ...]) function to remove broadcastable dimensions.')
2018-02-20 10:04:33 thumbor:ERROR ERROR: Traceback (most recent call last): "/usr/local/lib/python2.7/site-packages/thumbor/handlers/__init__.py", line 144, in get_image self.context.request.image_url "/usr/local/lib/python2.7/site-packages/tornado/gen.py", line 1055, in run value = future.result() "/usr/local/lib/python2.7/site-packages/tornado/concurrent.py", line 238, in result raise_exc_info(self._exc_info) "/usr/local/lib/python2.7/site-packages/tornado/gen.py", line 1069, in run yielded = self.gen.send(value) "/usr/local/lib/python2.7/site-packages/thumbor/handlers/__init__.py", line 578, in _fetch loader_result = yield self.context.modules.loader.load(self.context, url) "/usr/local/lib/python2.7/site-packages/tornado/concurrent.py", line 483, in wrapper future.result() "/usr/local/lib/python2.7/site-packages/tornado/concurrent.py", line 238, in result raise_exc_info(self._exc_info) "/usr/local/lib/python2.7/site-packages/tornado/concurrent.py", line 471, in wrapper result = f(*args, **kwargs) "/usr/local/lib/python2.7/site-packages/tc_aws/loaders/s3_loader.py", line 49, in load bucket_loader.get(key, callback=handle_data) "/usr/local/lib/python2.7/site-packages/tornado/concurrent.py", line 483, in wrapper future.result() "/usr/local/lib/python2.7/site-packages/tornado/concurrent.py", line 238, in result raise_exc_info(self._exc_info) "/usr/local/lib/python2.7/site-packages/tornado/concurrent.py", line 471, in wrapper result = f(*args, **kwargs) "/usr/local/lib/python2.7/site-packages/tc_aws/aws/bucket.py", line 48, in get Key=self._clean_key(path), "/usr/local/lib/python2.7/site-packages/tornado_botocore/base.py", line 157, in call callback=callback "/usr/local/lib/python2.7/site-packages/tornado_botocore/base.py", line 109, in _make_api_call request_dict = self.client._convert_to_request_dict(api_params, operation_model, {}) TypeError: _convert_to_request_dict() takes exactly 3 arguments (4 given)
0.580574
Traceback (most recent call last): "C:\Users\tomek\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "C:\Users\tomek\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "youtube-dl/youtube-dl\__main__.py", line 19, in <module> youtube_dl.main() "youtube-dl/youtube-dl\youtube_dl\__init__.py", line 474, in main _real_main(argv) "youtube-dl/youtube-dl\youtube_dl\__init__.py", line 462, in _real_main retcode = ydl.download_with_info_file(expand_path(opts.load_info_filename)) "youtube-dl/youtube-dl\youtube_dl\YoutubeDL.py", line 2037, in download_with_info_file self.process_ie_result(info, download=True) "youtube-dl/youtube-dl\youtube_dl\YoutubeDL.py", line 862, in process_ie_result return self.process_video_result(ie_result, download=download) "youtube-dl/youtube-dl\youtube_dl\YoutubeDL.py", line 1643, in process_video_result self.process_info(new_info) "youtube-dl/youtube-dl\youtube_dl\YoutubeDL.py", line 1750, in process_info info_dict['_filename'] = filename = self.prepare_filename(info_dict) "youtube-dl/youtube-dl\youtube_dl\YoutubeDL.py", line 710, in prepare_filename filename = expand_path(outtmpl).replace(sep, '') % template_dict TypeError: must be real number, not collections.defaultdictlate_dict
Traceback (most recent call last): "/usr/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks result = g.send(result) "/usr/local/lib/python2.7/site-packages/scrapy/core/downloader/middleware.py", line 66, in process_exception spider=spider) "/usr/src/app/crawler/crawling/log_retry_middleware.py", line 89, in process_exception self._log_retry(request, exception, spider) "/usr/src/app/crawler/crawling/log_retry_middleware.py", line 102, in _log_retry self.logger.error('Scraper Retry', extra=extras) "/usr/src/app/crawler/scutils/log_factory.py", line 244, in error extras = self.add_extras(extra, "ERROR") "/usr/src/app/crawler/scutils/log_factory.py", line 319, in add_extras my_copy = copy.deepcopy(dict) "/usr/local/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/local/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/local/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/local/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/local/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/local/lib/python2.7/copy.py", line 264, in _deepcopy_method return type(x)(x.im_func, deepcopy(x.im_self, memo), x.im_class) "/usr/local/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/local/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/local/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/local/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/local/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/local/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/local/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/local/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/local/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/local/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/local/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/local/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/local/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/local/lib/python2.7/copy.py", line 230, in _deepcopy_list y.append(deepcopy(a, memo)) "/usr/local/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/local/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/local/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/local/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/local/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/local/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/local/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/lib/python2.7/copy.py", line 182, in deepcopy rv = reductor(2) TypeError: can't pickle thread.lock objects
0.557272
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/state.py", line 1933, in call **cdata['kwargs']) "/usr/lib/python3/dist-packages/salt/loader.py", line 1939, in wrapper return f(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/states/file.py", line 3932, in recurse keep.update(_gen_keep_files(name, require)) "/usr/lib/python3/dist-packages/salt/states/file.py", line 591, in _gen_keep_files if low['name'] == comp['file'] or low['__id__'] == comp['file']: TypeError: string indices must be integers Started: 23:43:35.589186
Traceback (most recent call last): "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() "/usr/lib/python3.7/threading.py", line 865, in run self._target(*self._args, **self._kwargs) "/path/to/trackma/trackma/ui/gtkui.py", line 877, in task_start_engine self.build_all_lists() "/path/to/trackma/trackma/ui/gtkui.py", line 994, in build_all_lists self.build_list(status) "/path/to/trackma/trackma/ui/gtkui.py", line 1003, in build_list widget.append(show, self.engine.altname(show['id']), library.get(show['id'])) "/path/to/trackma/trackma/ui/gtkui.py", line 1459, in append aired_eps = utils.estimate_aired_episodes(show) "/path/to/trackma/trackma/utils.py", line 198, in estimate_aired_episodes if eps > show['total'] and show['total'] > 0: TypeError: '>' not supported between instances of 'int' and 'NoneType'
0.580082
Traceback (most recent call last): "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/tools/test_net.py", line 100, in <module> main() "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/tools/test_net.py", line 64, in main model = build_detection_model(cfg) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/detector/detectors.py", line 10, in build_detection_model return meta_arch(cfg) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/detector/generalized_rcnn.py", line 31, in __init__ self.roi_heads = build_roi_heads(cfg, self.backbone.out_channels) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/roi_heads/roi_heads.py", line 66, in build_roi_heads roi_heads.append(("box", build_roi_box_head(cfg, in_channels))) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/roi_heads/box_head/box_head.py", line 71, in build_roi_box_head return ROIBoxHead(cfg, in_channels) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/roi_heads/box_head/box_head.py", line 18, in __init__ self.feature_extractor = make_roi_box_feature_extractor(cfg, in_channels) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/roi_heads/box_head/roi_box_feature_extractors.py", line 151, in make_roi_box_feature_extractor return func(cfg, in_channels) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/roi_heads/box_head/roi_box_feature_extractors.py", line 36, in __init__ dilation=config.MODEL.RESNETS.RES5_DILATION "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/backbone/resnet.py", line 194, in __init__ dcn_config=dcn_config "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/backbone/resnet.py", line 231, in _make_stage dcn_config=dcn_config "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/backbone/resnet.py", line 390, in __init__ dcn_config=dcn_config "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/backbone/resnet.py", line 286, in __init__ with_dcn = dcn_config.get("stage_with_dcn", False) AttributeError: 'NoneType' object has no attribute 'get'
Traceback (most recent call last): "/Users/Daniel/django/test_simple_history/myapp/tests.py", line 12, in test_historical_manager_works_with_drf response = self.client.get('/testurl/') "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/django/test/client.py", line 529, in get **extra) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/django/test/client.py", line 333, in get return self.generic('GET', path, secure=secure, **r) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/django/test/client.py", line 409, in generic return self.request(**r) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/django/test/client.py", line 494, in request six.reraise(*exc_info) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/django/utils/six.py", line 686, in reraise raise value "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/django/core/handlers/exception.py", line 42, in inner response = get_response(request) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/django/core/handlers/base.py", line 187, in _get_response response = self.process_exception_by_middleware(e, request) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/django/core/handlers/base.py", line 185, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view return view_func(*args, **kwargs) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/viewsets.py", line 90, in view return self.dispatch(request, *args, **kwargs) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/views.py", line 489, in dispatch response = self.handle_exception(exc) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/views.py", line 449, in handle_exception self.raise_uncaught_exception(exc) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/views.py", line 486, in dispatch response = handler(request, *args, **kwargs) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/mixins.py", line 48, in list return Response(serializer.data) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/serializers.py", line 738, in data ret = super(ListSerializer, self).data "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/serializers.py", line 262, in data self._data = self.to_representation(self.instance) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/serializers.py", line 656, in to_representation self.child.to_representation(item) for item in iterable "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/serializers.py", line 656, in <listcomp> self.child.to_representation(item) for item in iterable "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/serializers.py", line 483, in to_representation fields = self._readable_fields "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/django/utils/functional.py", line 35, in __get__ res = instance.__dict__[self.name] = self.func(instance) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/serializers.py", line 377, in _readable_fields field for field in self.fields.values() "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/serializers.py", line 363, in fields for key, value in self.get_fields().items(): "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/serializers.py", line 992, in get_fields info = model_meta.get_field_info(model) "/Users/Daniel/venv/test_simple_history/lib/python3.5/site-packages/rest_framework/utils/model_meta.py", line 35, in get_field_info opts = model._meta.concrete_model._meta AttributeError: 'HistoryManager' object has no attribute '_meta'
0.637613
Traceback (most recent call last): "D:\temp\policies\pywinauto.py", line 2, in <module> from pywinauto.application import Application "D:\temp\policies\pywinauto.py", line 2, in <module> from pywinauto.application import Application ModuleNotFoundError: No module named 'pywinauto.application'; 'pywinauto' is not a package
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-2c6ugifd/scikit-image/setup.py", line 234, in <module> 'build_ext': openmp_build_ext(), "/tmp/pip-install-2c6ugifd/scikit-image/setup.py", line 58, in openmp_build_ext from numpy.distutils.command.build_ext import build_ext ModuleNotFoundError: No module named 'numpy'
0.661449
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_arrow.py", line 401, in test_time result = self.arrow.time() AttributeError: 'TestArrowDatetimeInterface' object has no attribute 'arrow'
Traceback (most recent call last): "<stdin>", line 1, in <module> "<stdin>", line 12, in octoutput_drv "<stdin>", line 54, in octoutput "<stdin>", line 55, in octoutput "/usr/local/lib/python3.6/dist-packages/sympy/__init__.py", line 677, in __getattr__ return getattr(self.mod, name) AttributeError: module 'sympy.core.compatibility' has no attribute 'integer_types'
0.573912
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpevd9uucb\build\youtube_dl\YoutubeDL.py", line 793, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpevd9uucb\build\youtube_dl\extractor\common.py", line 508, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpevd9uucb\build\youtube_dl\extractor\radiocanada.py", line 164, in _real_extract youtube_dl.utils.ExtractorError: radiocanada said: Exception has been thrown by the target of an invocation.
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\extractor\vimeo.py", line 68, in _login "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\extractor\common.py", line 794, in _download_webpage "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\extractor\common.py", line 660, in _download_webpage_handle "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\extractor\common.py", line 645, in _request_webpage youtube_dl.utils.ExtractorError: Unable to download webpage: HTTP Error 406: Not Acceptable (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.634638
Traceback (most recent call last): "<stdin>", line 1, in <module> "token.pyx", line 860, in spacy.tokens.token.Token.lemma_.__get__ AttributeError: 'GreekLemmatizer' object has no attribute 'lookup'
Traceback (most recent call last): "/usr/local/bin/bandcamp-dl", line 11, in <module> sys.exit(main()) "/usr/local/lib/python3.7/site-packages/bandcamp_dl/__main__.py", line 93, in main album = bandcamp.parse(url, True, arguments['--embed-lyrics'], arguments['--debug']) "/usr/local/lib/python3.7/site-packages/bandcamp_dl/bandcamp.py", line 40, in parse bandcamp_json = BandcampJSON(self.soup, debugging).generate() "/usr/local/lib/python3.7/site-packages/bandcamp_dl/bandcampjson.py", line 25, in generate self.js_to_json() "/usr/local/lib/python3.7/site-packages/bandcamp_dl/bandcampjson.py", line 50, in js_to_json self.get_js() "/usr/local/lib/python3.7/site-packages/bandcamp_dl/bandcampjson.py", line 37, in get_js self.js_data = self.body.find("script", {"src": False}, text=re.compile(self.target)).string AttributeError: 'NoneType' object has no attribute 'string'
0.570979
Traceback (most recent call last): "/opt/conda/lib/python2.7/site-packages/conda/exceptions.py", line 640, in conda_exception_handler return_value = func(*args, **kwargs) "/opt/conda/lib/python2.7/site-packages/conda_env/cli/main_create.py", line 108, in execute installer.install(prefix, pkg_specs, args, env) "/opt/conda/lib/python2.7/site-packages/conda_env/installers/conda.py", line 29, in install prefix=prefix) "/opt/conda/lib/python2.7/site-packages/conda/core/index.py", line 101, in get_index index = fetch_index(channel_priority_map, use_cache=use_cache) "/opt/conda/lib/python2.7/site-packages/conda/core/index.py", line 120, in fetch_index repodatas = collect_all_repodata(use_cache, tasks) "/opt/conda/lib/python2.7/site-packages/conda/core/repodata.py", line 75, in collect_all_repodata repodatas = _collect_repodatas_serial(use_cache, tasks) "/opt/conda/lib/python2.7/site-packages/conda/core/repodata.py", line 485, in _collect_repodatas_serial for url, schan, pri in tasks] "/opt/conda/lib/python2.7/site-packages/conda/core/repodata.py", line 115, in func res = f(*args, **kwargs) "/opt/conda/lib/python2.7/site-packages/conda/core/repodata.py", line 476, in fetch_repodata process_repodata(repodata, url, schannel, priority) "/opt/conda/lib/python2.7/site-packages/conda/core/repodata.py", line 412, in process_repodata info['fn'] = fn TypeError: 'NoneType' object does not support item assignment
Traceback (most recent call last): "/src/var/mec/prova_venv/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 135, in handle self.handle_request(listener, req, client, addr) "/src/var/mec/prova_venv/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 176, in handle_request respiter = self.wsgi(environ, resp.start_response) "/src/var/mec/prova_venv/lib/python2.7/site-packages/falcon/api.py", line 244, in __call__ responder(req, resp, **params) "/src/var/mec/prova_venv/lib/python2.7/site-packages/falcon/hooks.py", line 182, in do_after shim(req, resp, self, *action_args, **action_kwargs) "/src/var/mec/swagger_test/mp1_ref/mp1_ref/exampleAPI_mp1_v1/validators.py", line 169, in response_filter description='`%d` is not a defined status code.' % status) TypeError: %d format: a number is required, not NoneType
0.603839
Traceback (most recent call last): "site-packages/calibre/utils/formatter.py", line 377, in safe_format "site-packages/calibre/utils/formatter.py", line 342, in evaluate "site-packages/calibre/utils/formatter.py", line 266, in _eval_program "site-packages/calibre/utils/formatter.py", line 108, in program "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 159, in expr "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 159, in expr "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 159, in expr "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 171, in expr "site-packages/calibre/utils/formatter_functions.py", line 134, in eval_ "site-packages/calibre/utils/formatter_functions.py", line 361, in evaluate "site-packages/calibre/ebooks/metadata/book/formatter.py", line 31, in get_value ValueError: Value: unknown field #kobo
Traceback (most recent call last): "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/network/dispatcher/dispatcher_socket.py", line 42, in connectAndLoop self.connectionCallbacks.onRecvData(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/network/layer.py", line 82, in onRecvData self.receive(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/network/layer.py", line 85, in receive self.toUpper(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/noise/layer_noise_segments.py", line 39, in receive self.toUpper(bytes(data)) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/noise/layer.py", line 149, in receive self._flush_incoming_buffer() "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/noise/layer.py", line 137, in _flush_incoming_buffer self.toUpper(self._wa_noiseprotocol.receive()) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/coder/layer.py", line 21, in receive self.toUpper(node) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/logger/layer.py", line 14, in receive self.toUpper(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/axolotl/layer_control.py", line 32, in receive self.toUpper(protocolTreeNode) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/__init__.py", line 194, in receive s.receive(data) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/axolotl/layer_receive.py", line 36, in receive self.onMessage(protocolTreeNode) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/axolotl/layer_receive.py", line 69, in onMessage self.handleEncMessage(protocolTreeNode) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/axolotl/layer_receive.py", line 81, in handleEncMessage self.handlePreKeyWhisperMessage(node) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/axolotl/layer_receive.py", line 121, in handlePreKeyWhisperMessage self.parseAndHandleMessageProto(pkMessageProtocolEntity, plaintext) "/tmp/yoweenv/lib/python3.7/site-packages/yowsup/layers/axolotl/layer_receive.py", line 194, in parseAndHandleMessageProto raise ValueError("Unhandled") ValueError: Unhandled
0.635359
Traceback (most recent call last): "/usr/src/app/homeassistant/core.py", line 1010, in _event_to_service_call yield from service_handler.func(service_call) "/usr/src/app/homeassistant/components/notify/__init__.py", line 137, in async_notify_message yield from notify_service.async_send_message(**kwargs) "/usr/local/lib/python3.6/asyncio/futures.py", line 327, in __iter__ yield self # This tells Task to wait for completion. "/usr/local/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup future.result() "/usr/local/lib/python3.6/asyncio/futures.py", line 243, in result raise self._exception "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/app/homeassistant/components/notify/pushbullet.py", line 125, in send_message self.pbtargets[ttype][tname]) "/usr/src/app/homeassistant/components/notify/pushbullet.py", line 166, in _push_data pusher.push_note(title, message, email=email) TypeError: push_note() got an unexpected keyword argument 'email'
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.511222
Traceback (most recent call last): "/usr/local/lib/python3.6/asyncio/tasks.py", line 179, in _step result = coro.send(None) "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 381, in async_process_entity new_entity, self, update_before_add=update_before_add "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 238, in async_add_entity yield from entity.async_update_ha_state() "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 239, in async_update_ha_state state = self.state "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/dyson.py", line 176, in state if self._device.environmental_state: AttributeError: 'DysonPureCoolLink' object has no attribute 'environmental_state'
Traceback (most recent call last): "/Users/abhaya/miniconda3/lib/python3.6/site-packages/spyder/widgets/variableexplorer/collectionseditor.py", line 592, in setEditorData editor.setDateTime(QDateTime(value.date(), value.time())) AttributeError: 'NoneType' object has no attribute 'date'
0.588912
Traceback (most recent call last): "./emsdk", line 789, in xcode_sdk_version return subprocess.check_output(['xcrun', '--show-sdk-version']).strip().split('.') TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last): "./aj_docxsearch_test.py", line 53, in <module> docxtpl_1.render(context1=context) TypeError: render() got an unexpected keyword argument 'context1'
0.514265
Traceback (most recent call last): "/home/ch/uvloop/tests/test_tcp.py", line 1156, in test_ssl_connect_accepted_socket self, server_context, client_context) "/home/ch/uvloop/tests/test_tcp.py", line 902, in test_connect_accepted_socket loop.connect_accepted_socket( AttributeError: '_UnixSelectorEventLoop' object has no attribute 'connect_accepted_socket'
Traceback (most recent call last): "/usr/local/bin/soundscrape", line 11, in <module> sys.exit(main()) "/usr/local/lib/python2.7/site-packages/soundscrape/soundscrape.py", line 119, in main process_soundcloud(vargs) "/usr/local/lib/python2.7/site-packages/soundscrape/soundscrape.py", line 292, in process_soundcloud id3_extras=id3_extras) "/usr/local/lib/python2.7/site-packages/soundscrape/soundscrape.py", line 460, in download_tracks puts_safe(e) "/usr/local/lib/python2.7/site-packages/soundscrape/soundscrape.py", line 1315, in puts_safe puts(text) "/usr/local/lib/python2.7/site-packages/clint/textui/core.py", line 57, in puts s = tsplit(s, NEWLINES) "/usr/local/lib/python2.7/site-packages/clint/utils.py", line 69, in tsplit string = string.replace(i, final_delimiter) AttributeError: 'HTTPError' object has no attribute 'replace'
0.583637
Traceback (most recent call last): "/home/ubuntu/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm", line 34, in <module> command.run(args) "/home/ubuntu/OpenDroneMap/SuperBuild/src/opensfm/opensfm/commands/match_features.py", line 29, in run pairs = match_candidates_from_metadata(images, exifs, data) "/home/ubuntu/OpenDroneMap/SuperBuild/src/opensfm/opensfm/commands/match_features.py", line 167, in match_candidates_from_metadata gps_neighbors, max_distance) "/home/ubuntu/OpenDroneMap/SuperBuild/src/opensfm/opensfm/commands/match_features.py", line 90, in match_candidates_by_distance gps['latitude'], gps['longitude'], gps['altitude'], KeyError: 'altitude'
Traceback (most recent call last): "/usr/bin/opsdroid", line 11, in <module> load_entry_point('opsdroid==0.14.1', 'console_scripts', 'opsdroid')() "/usr/lib64/python3.6/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/usr/lib64/python3.6/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) "/usr/lib64/python3.6/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/lib64/python3.6/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/usr/lib/python3.6/site-packages/opsdroid/__main__.py", line 197, in main opsdroid.run() "/usr/lib/python3.6/site-packages/opsdroid/core.py", line 135, in run self.eventloop.run_until_complete(asyncio.gather(*pending)) "/usr/lib64/python3.6/asyncio/base_events.py", line 473, in run_until_complete return future.result() "/usr/lib/python3.6/site-packages/opsdroid/connector/telegram/__init__.py", line 164, in listen await self._get_messages() "/usr/lib/python3.6/site-packages/opsdroid/connector/telegram/__init__.py", line 144, in _get_messages await self._parse_message(json) "/usr/lib/python3.6/site-packages/opsdroid/connector/telegram/__init__.py", line 96, in _parse_message if result["message"]["text"]: KeyError: 'message'
0.573558
Traceback (most recent call last): "b.py", line 16, in <module> patch(_diff, first) "/nail/home/yifan/virtualenv_run/lib/python2.7/site-packages/dictdiffer/__init__.py", line 308, in patch patchers[action](node, changes) "/nail/home/yifan/virtualenv_run/lib/python2.7/site-packages/dictdiffer/__init__.py", line 283, in change dest = dot_lookup(destination, node, parent=True) "/nail/home/yifan/virtualenv_run/lib/python2.7/site-packages/dictdiffer/utils.py", line 251, in dot_lookup value = value[key] KeyError: 'a'
Traceback (most recent call last): "/opt/king-phisher/king_phisher/client/assistants/campaign.py", line 645, in signal_assistant_apply if self._ssl_status['hasSni']: KeyError: 'hasSni'
0.574232
Traceback (most recent call last): "E:\XX-Net3.3.0\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner self.run() "E:\XX-Net3.3.0\code\default\python27\1.0\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "E:\XX-Net3.3.0\code\default\gae_proxy\local\google_ip.py", line 642, in scan_ip_worker xlog.exception("google_ip.runJob fail:%r", e) AttributeError: 'NoneType' object has no attribute 'exception'
```Traceback (most recent call last): "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1082, in run_ return self.run(edit, **args) "/Users/andyrusterholz/Library/Application Support/Sublime Text 3/Installed Packages/BracketHighlighter.sublime-package/bh_core.py", line 889, in run "/Users/andyrusterholz/Library/Application Support/Sublime Text 3/Installed Packages/BracketHighlighter.sublime-package/bh_core.py", line 895, in execute "/Users/andyrusterholz/Library/Application Support/Sublime Text 3/Installed Packages/BracketHighlighter.sublime-package/bh_core.py", line 400, in match "/Users/andyrusterholz/Library/Application Support/Sublime Text 3/Installed Packages/BracketHighlighter.sublime-package/bh_core.py", line 140, in init_match "/Users/andyrusterholz/Library/Application Support/Sublime Text 3/Installed Packages/BracketHighlighter.sublime-package/bh_core.py", line 127, in refresh_rules "/Users/andyrusterholz/Library/Application Support/Sublime Text 3/Installed Packages/BracketHighlighter.sublime-package/bh_rules.py", line 206, in load_rules "/Users/andyrusterholz/Library/Application Support/Sublime Text 3/Installed Packages/BracketHighlighter.sublime-package/bh_rules.py", line 257, in parse_bracket_definition "/Users/andyrusterholz/Library/Application Support/Sublime Text 3/Installed Packages/BracketHighlighter.sublime-package/bh_logging.py", line 19, in debug AttributeError: 'NoneType' object has no attribute 'load_settings'```
0.655425
Traceback (most recent call last): "<stdin>", line 1, in <module> "mongomock/collection.py", line 1586, in aggregate out_collection = _extend_collection(out_collection, field, value) "mongomock/collection.py", line 1464, in _extend_collection doc[field] = _parse_expression(expression.copy(), doc) AttributeError: 'int' object has no attribute 'copy'
Traceback (most recent call last): "<string>", line 1, in <module> AttributeError: 'NoneType' object has no attribute 'label'
0.596359
Traceback (most recent call last): "./RsaCtfTool.py", line 658, in <module> attackobj.attack() "./RsaCtfTool.py", line 478, in attack getattr(self, attack.__name__)() "./RsaCtfTool.py", line 410, in siqs if siqsobj.checkyafu() and siqsobj.testyafu(): "/root/Desktop/ctf/tools/RsaCtfTool/siqs.py", line 39, in testyafu if b'48670331' in yafutest: TypeError: 'in <string>' requires string as left operand, not bytes
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.573321
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/salt/cloud/cli.py", line 281, in run self.config.get('names') "/usr/lib/python2.7/site-packages/salt/cloud/__init__.py", line 1458, in run_profile ret[name] = self.create(vm_) "/usr/lib/python2.7/site-packages/salt/cloud/__init__.py", line 1288, in create output = self.clouds[func](vm_) "/usr/lib/python2.7/site-packages/salt/cloud/clouds/azurearm.py", line 1403, in create vm_request = request_instance(vm_=vm_) "/usr/lib/python2.7/site-packages/salt/cloud/clouds/azurearm.py", line 1330, in request_instance NetworkInterfaceReference(vm_['iface_id']), TypeError: __init__() takes exactly 1 argument (2 given)
Traceback (most recent call last): "/usr/local/lib/python3.7/multiprocessing/pool.py", line 121, in worker result = (True, func(*args, **kwds)) "/data/home/krystian/test_env/lib/python3.7/site-packages/farm/data_handler/data_silo.py", line 124, in _dataset_from_chunk dataset = processor.dataset_from_dicts(dicts=dicts, indices=indices) "/data/home/krystian/test_env/lib/python3.7/site-packages/farm/data_handler/processor.py", line 1144, in dataset_from_dicts dataset, tensor_names = self._create_dataset(keep_baskets=False) "/data/home/krystian/test_env/lib/python3.7/site-packages/farm/data_handler/processor.py", line 308, in _create_dataset features_flat.extend(sample.features) TypeError: 'NoneType' object is not iterable
0.553546
Traceback (most recent call last): "demo.py", line 7, in <module> from detect.detector import Detector "F:\programs\mxnet-ssd\mxnet-ssd\detect\detector.py", line 4, in <module> from dataset.testdb import TestDB "F:\programs\mxnet-ssd\mxnet-ssd\dataset\testdb.py", line 2, in <module> from imdb import Imdb ImportError: No module named 'imdb'
Traceback (most recent call last): "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/bootstrap.py", line 225, in async_enable_logging from colorlog import ColoredFormatter ImportError: No module named 'colorlog'
0.592482
raise ImportError(msg)ImportErrorraise ImportError(msg)Traceback (most recent call last): "A:\Media\Stuff\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * "A:\Media\Stuff\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() "A:\Media\Stuff\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) "imp.py", line 243, in load_module "imp.py", line 343, in load_dynamic ImportError: DLL load failed: The paging file is too small for this operation to complete.
Traceback (most recent call last): "/home/docs/checkouts/readthedocs.org/user_builds/flask-restful/envs/latest/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 560, in import_object __import__(self.modname) ImportError: No module named 'flask_restful'
0.582103
Traceback (most recent call last): "./TorrentToMedia.py", line 363, in <module> exit(main(sys.argv)) "./TorrentToMedia.py", line 321, in main clientAgent = text_type(core.DOWNLOADINFO[0].get('client_agent', 'manual')) AttributeError: 'sqlite3.Row' object has no attribute 'get'
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.551904