text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "c:\python27amd64\lib\runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) "c:\python27amd64\lib\runpy.py", line 72, in _run_code exec code in run_globals "C:\Python27amd64\Scripts\bump2version.exe\__main__.py", line 9, in <module> "c:\python27amd64\lib\site-packages\bumpversion\__init__.py", line 938, in main vcs.commit(message=commit_message) "c:\python27amd64\lib\site-packages\bumpversion\__init__.py", line 71, in commit f = NamedTemporary ('wb', delete=False) "c:\python27amd64\lib\tempfile.py", line 475, in NamedTemporary (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags) "c:\python27amd64\lib\tempfile.py", line 245, in _mkstemp_inner _set_cloexec(fd) "c:\python27amd64\lib\tempfile.py", line 50, in _set_cloexec flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0) AttributeError: 'module' object has no attribute 'F_GETFD'
Traceback (most recent call last): "/home/zhangshaoyuan/anaconda3/bin/t2t-decoder", line 17, in <module> tf.app.run() "/home/zhangshaoyuan/anaconda3/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) "/home/zhangshaoyuan/anaconda3/bin/t2t-decoder", line 12, in main t2t_decoder.main(argv) "/home/zhangshaoyuan/anaconda3/lib/python3.6/site-packages/tensor2tensor/bin/t2t_decoder.py", line 190, in main decode(estimator, hp, decode_hp) "/home/zhangshaoyuan/anaconda3/lib/python3.6/site-packages/tensor2tensor/bin/t2t_decoder.py", line 90, in decode checkpoint_path=FLAGS.checkpoint_path) "/home/zhangshaoyuan/anaconda3/lib/python3.6/site-packages/tensor2tensor/utils/decoding.py", line 443, in decode_from_file ), None) "/home/zhangshaoyuan/anaconda3/lib/python3.6/site-packages/tensor2tensor/utils/decoding.py", line 823, in run_postdecode_hooks summaries = hook(decode_hook_args) "/home/zhangshaoyuan/anaconda3/lib/python3.6/site-packages/tensor2tensor/data_generators/translate.py", line 80, in compute_bleu_summaries if (decode_hparams.decode_reference is None or AttributeError: 'HParams' object has no attribute 'decode_reference'
0.709775
Traceback (most recent call last): "/usr/bin/ROPgadget", line 17, in <module> ropgadget.main() "/usr/lib/python3.7/site-packages/ropgadget/__init__.py", line 28, in main sys.exit(Core(Args().getArgs()).analyze()) "/usr/lib/python3.7/site-packages/ropgadget/core.py", line 173, in analyze elif self.__options.opcode: return self.__lookingForOpcodes(self.__options.opcode) "/usr/lib/python3.7/site-packages/ropgadget/core.py", line 116, in __lookingForOpcodes allRef = [m.start() for m in re.finditer(opcodes.decode("hex"), section["opcodes"])] AttributeError: 'str' object has no attribute 'decode'
Traceback (most recent call last): "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/handlers/exception.py", line 42, in inner response = get_response(request) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response response = self._get_response(request) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/handlers/base.py", line 187, in _get_response response = self.process_exception_by_middleware(e, request) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/handlers/base.py", line 185, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/home/ubuntu/taiga-back/taiga/base/api/viewsets.py", line 106, in view return self.dispatch(request, *args, **kwargs) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view return view_func(*args, **kwargs) "/home/ubuntu/taiga-back/taiga/base/api/views.py", line 461, in dispatch response = self.handle_exception(exc) "/home/ubuntu/taiga-back/taiga/base/api/views.py", line 458, in dispatch response = handler(request, *args, **kwargs) "/home/ubuntu/taiga-back/taiga/base/api/mixins.py", line 207, in partial_update return self.update(request, *args, **kwargs) "/home/ubuntu/taiga-back/taiga/projects/tasks/api.py", line 203, in update return super().update(request, *args, **kwargs) "/usr/lib/python3.5/contextlib.py", line 30, in inner return func(*args, **kwds) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/django/db/transaction.py", line 267, in __exit__ connection.set_autocommit(True) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/django/db/backends/base/base.py", line 396, in set_autocommit self.run_and_clear_commit_hooks() "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/django/db/backends/base/base.py", line 624, in run_and_clear_commit_hooks func() "/home/ubuntu/taiga-back/taiga/webhooks/signal_handlers.py", line 75, in <lambda> connection.on_commit(lambda: _execute_task(task, webhooks_args)) "/home/ubuntu/taiga-back/taiga/webhooks/signal_handlers.py", line 84, in _execute_task task(*webhook_args) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/celery/local.py", line 191, in __call__ return self._get_current_object()(*a, **kw) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/celery/app/task.py", line 379, in __call__ return self.run(*args, **kwargs) "/home/ubuntu/taiga-back/taiga/webhooks/tasks.py", line 142, in change_webhook data['data'] = _serialize(obj) "/home/ubuntu/taiga-back/taiga/webhooks/tasks.py", line 47, in _serialize return TaskSerializer(obj).data "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/serpy/serializer.py", line 134, in data self._data = self.to_value(self.instance) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/serpy/serializer.py", line 124, in to_value return self._serialize(instance, fields) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/serpy/serializer.py", line 114, in _serialize result = to_value(result) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/serpy/serializer.py", line 124, in to_value return self._serialize(instance, fields) "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/serpy/serializer.py", line 107, in _serialize result = getter(self, instance) "/home/ubuntu/taiga-back/taiga/webhooks/serializers.py", line 165, in get_custom_attributes_values values = obj.custom_attributes_values.attributes_values AttributeError: 'NoneType' object has no attribute 'custom_attributes_values'
0.675594
Traceback (most recent call last): "test.py", line 28, in <module> main() "test.py", line 24, in main bot.run() ".../wxbot.py", line 969, in run self.get_uuid() "../wxbot.py", line 1005, in get_uuid r.encoding = 'utf-8' AttributeError: 'NoneType' object has no attribute 'encoding'
Traceback (most recent call last): "main.py", line 2, in <module> module = fuckit('some_shitty_package') "/home/cjb7/anaconda3/lib/python3.6/site-packages/fuckit.py", line 119, in __call__ source = sourcefile.read() AttributeError: 'NoneType' object has no attribute 'read'
0.692692
Traceback (most recent call last): "<string>", line 1, in <module> "C:/Users/appveyor/AppData/Local/Temp/1/pip-install-k08_wbqc/coverage/setup.py", line 213, in <module> main() "C:/Users/appveyor/AppData/Local/Temp/1/pip-install-k08_wbqc/coverage/setup.py", line 203, in main setup(**setup_args) "C:/msys64/mingw32/lib/python3.7/site-packages\setuptools\__init__.py", line 145, in setup return distutils.core.setup(**attrs) "C:/msys64/mingw32/lib/python3.7\distutils\core.py", line 148, in setup dist.run_commands() "C:/msys64/mingw32/lib/python3.7\distutils\dist.py", line 966, in run_commands self.run_command(cmd) "C:/msys64/mingw32/lib/python3.7\distutils\dist.py", line 985, in run_command cmd_obj.run() "C:/msys64/mingw32/lib/python3.7/site-packages\setuptools\command\install.py", line 61, in run return orig.install.run(self) "C:/msys64/mingw32/lib/python3.7\distutils\command\install.py", line 546, in run self.run_command('build') "C:/msys64/mingw32/lib/python3.7\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) "C:/msys64/mingw32/lib/python3.7\distutils\dist.py", line 985, in run_command cmd_obj.run() "C:/msys64/mingw32/lib/python3.7\distutils\command\build.py", line 135, in run self.run_command(cmd_name) "C:/msys64/mingw32/lib/python3.7\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) "C:/msys64/mingw32/lib/python3.7\distutils\dist.py", line 985, in run_command cmd_obj.run() "C:/Users/appveyor/AppData/Local/Temp/1/pip-install-k08_wbqc/coverage/setup.py", line 141, in run build_ext.run(self) "C:/msys64/mingw32/lib/python3.7\distutils\command\build_ext.py", line 310, in run force=self.force) "C:/msys64/mingw32/lib/python3.7\distutils\ccompiler.py", line 1033, in new_compiler return klass(None, dry_run, force) "C:/msys64/mingw32/lib/python3.7\distutils\cygwinccompiler.py", line 288, in __init__ CygwinCCompiler.__init__ (self, verbose, dry_run, force) "C:/msys64/mingw32/lib/python3.7\distutils\cygwinccompiler.py", line 127, in __init__ if self.ld_version >= "2.10.90": TypeError: '>=' not supported between instances of 'NoneType' and 'str'
Traceback (most recent call last):   "/app/bazarr/bazarr/../libs/flask/app.py", line 1949, in full_dispatch_request   rv = self.dispatch_request()   "/app/bazarr/bazarr/../libs/flask/app.py", line 1935, in dispatch_request   return self.view_functions[rule.endpoint](**req.view_args)   "/app/bazarr/bazarr/../libs/flask_restful/__init__.py", line 458, in wrapper   resp = resource(*args, **kwargs)   "/app/bazarr/bazarr/../libs/flask/views.py", line 89, in view   return self.dispatch_request(*args, **kwargs)   "/app/bazarr/bazarr/../libs/flask_restful/__init__.py", line 573, in dispatch_request   resp = meth(*args, **kwargs)   "/app/bazarr/bazarr/api.py", line 62, in wrapper   return actual_method(*args, **kwargs)   "/app/bazarr/bazarr/api.py", line 1754, in get   wanted_search_missing_subtitles_movies()   "/app/bazarr/bazarr/get_subtitle.py", line 997, in wanted_search_missing_subtitles_movies   wanted_download_subtitles_movie(movie[\path\], i, count_movies)   "/app/bazarr/bazarr/get_subtitle.py", line 933, in wanted_download_subtitles_movie   result = download_subtitle(path_mappings.path_replace_movie(movie[\path\]),   "/app/bazarr/bazarr/get_subtitle.py", line 168, in download_subtitle   downloaded_subtitles = download_best_subtitles({video}, language_set, int(min_score), hi,   "/app/bazarr/bazarr/../libs/subliminal_patch/core.py", line 796, in download_best_subtitles   subtitles = pool.download_best_subtitles(pool.list_subtitles(video, languages - video.subtitle_languages),   "/app/bazarr/bazarr/../libs/subliminal_patch/core.py", line 360, in download_best_subtitles   matches = s.get_matches(video)   "/app/bazarr/bazarr/../libs/subliminal_patch/providers/subsunacs.py", line 108, in get_matches   if isinstance(video, Movie) and (self.num_cds > 1 or \cd\ in guess_filename): TypeError: \>\ not supported between instances of \NoneType\ and \int\
0.711555
Traceback (most recent call last): "/home/gitlab-runner/builds/5cd61c66/0/OpenShot/openshot-qt/openshot.py", line 18, in swig_import_helper "/usr/lib/python3.4/imp.py", line 297, in find_module ImportError: No module named '_openshot'
Traceback (most recent call last): "main.py", line 14, in <module> from tensornets.datasets import voc "/usr/local/lib/python3.5/dist-packages/tensornets/datasets/__init__.py", line 1, in <module> import voc ImportError: No module named 'voc'
0.676457
[ERROR ] An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/state.py", line 2172, in call *cdata["args"], **cdata["kwargs"] "/usr/lib/python3/dist-packages/salt/loader.py", line 1235, in __call__ return self.loader.run(run_func, *args, **kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 2268, in run return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 2283, in _run_as return _func_or_method(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 2316, in wrapper return f(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/states/virt.py", line 100, in keys pillar = __salt__["pillar.ext"]({"libvirt": "_"}, pillar_kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 1235, in __call__ return self.loader.run(run_func, *args, **kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 2268, in run return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 2283, in _run_as return _func_or_method(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/modules/pillar.py", line 513, in ext ret = pillar_obj.compile_pillar() "/usr/lib/python3/dist-packages/salt/pillar/__init__.py", line 330, in compile_pillar load, dictkey="pillar", "/usr/lib/python3/dist-packages/salt/utils/asynchronous.py", line 126, in wrap six.reraise(*results[1]) "/usr/lib/python3/dist-packages/salt/ext/six.py", line 693, in reraise raise value "/usr/lib/python3/dist-packages/salt/utils/asynchronous.py", line 132, in _target result = io_loop.run_sync(lambda: getattr(self.obj, key)(*args, **kwargs)) "/usr/lib/python3/dist-packages/salt/ext/tornado/ioloop.py", line 459, in run_sync return future_cell[0].result() "/usr/lib/python3/dist-packages/salt/ext/tornado/concurrent.py", line 249, in result raise_exc_info(self._exc_info) "<string>", line 4, in raise_exc_info "/usr/lib/python3/dist-packages/salt/ext/tornado/gen.py", line 309, in wrapper yielded = next(result) "/usr/lib/python3/dist-packages/salt/transport/zeromq.py", line 351, in crypted_transfer_decode_dictentry self._package_load(self.auth.crypticle.dumps(load)), "/usr/lib/python3/dist-packages/salt/crypt.py", line 1538, in dumps return self.encrypt(self.PICKLE_PAD + self.serial.dumps(obj)) "/usr/lib/python3/dist-packages/salt/payload.py", line 196, in dumps msg, default=ext_type_encoder, use_bin_type=use_bin_type "/usr/lib/python3/dist-packages/salt/utils/msgpack.py", line 133, in packb return msgpack.packb(o, **_sanitize_msgpack_kwargs(kwargs)) "/usr/local/lib/python3.7/dist-packages/msgpack/__init__.py", line 35, in packb return Packer(**kwargs).pack(o) "msgpack/_packer.pyx", line 292, in msgpack._cmsgpack.Packer.pack "msgpack/_packer.pyx", line 298, in msgpack._cmsgpack.Packer.pack "msgpack/_packer.pyx", line 295, in msgpack._cmsgpack.Packer.pack "msgpack/_packer.pyx", line 231, in msgpack._cmsgpack.Packer._pack "msgpack/_packer.pyx", line 285, in msgpack._cmsgpack.Packer._pack "/usr/lib/python3/dist-packages/salt/payload.py", line 190, in ext_type_encoder return dict(obj) "/usr/lib/python3.7/_collections_abc.py", line 720, in __iter__ yield from self._mapping "/usr/lib/python3/dist-packages/salt/loader_context.py", line 91, in __iter__ return self.value().__iter__() AttributeError: 'NoneType' object has no attribute '__iter__'
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.691499
Traceback (most recent call last): "setup.py", line 443, in <module> setup_package() "setup.py", line 435, in setup_package setup(**metadata) "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/core.py", line 137, in setup config = configuration() "setup.py", line 158, in configuration config.add_subpackage('numpy') "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/misc_util.py", line 1035, in add_subpackage caller_level = 2) "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/misc_util.py", line 1004, in get_subpackage caller_level = caller_level + 1) "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/misc_util.py", line 941, in _get_configuration_from_setup_py config = setup_module.configuration(*args) "numpy/setup.py", line 10, in configuration config.add_subpackage('core') "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/misc_util.py", line 1035, in add_subpackage caller_level = 2) "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/misc_util.py", line 1004, in get_subpackage caller_level = caller_level + 1) "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/misc_util.py", line 941, in _get_configuration_from_setup_py config = setup_module.configuration(*args) "numpy/core/setup.py", line 764, in configuration blas_info = get_info('blas_opt', 0) "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/system_info.py", line 444, in get_info return cl().get_info(notfound_action) "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/system_info.py", line 690, in get_info self.calc_info() "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/system_info.py", line 1810, in calc_info if getattr(self, '_calc_info_{}'.format(blas))(): "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/system_info.py", line 1750, in _calc_info_atlas info = get_info('atlas_3_10_blas_threads') "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/system_info.py", line 444, in get_info return cl().get_info(notfound_action) "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/system_info.py", line 690, in get_info self.calc_info() "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/system_info.py", line 1347, in calc_info atlas_version, atlas_extra_info = get_atlas_version(**atlas) "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/system_info.py", line 1589, in get_atlas_version 'ATLAS_INFO', _c_string_literal(atlas_version)) "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-y1kdwttz/spack-src/numpy/distutils/system_info.py", line 177, in _c_string_literal s = s.replace('\\', r'\\') AttributeError: 'NoneType' object has no attribute 'replace'
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() "/usr/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) "/usr/local/lib/python2.7/dist-packages/keras/engine/training.py", line 429, in data_generator_task generator_output = next(self._generator) "/home/mona/computer_vision/VPilot/model.py", line 61, in dataGenerator x[batchCount, frameIndex, :, :, :] = cv2.imread(frame , mode).astype('float32') AttributeError: 'NoneType' object has no attribute 'astype'
0.694417
Traceback (most recent call last): "sandbox.py", line 23, in <module> _dot_coo_coo(coords1, data1, coords2, data2) TypeError: expected dtype object, got 'numpy.dtype[float64]'
Traceback (most recent call last): "/home/jan-hendrik/projects/manim-community/example_scenes/basic.py", line 1, in <module> from manim import * "/home/jan-hendrik/projects/manim-community/manim/__init__.py", line 4, in <module> from .config import config "/home/jan-hendrik/projects/manim-community/manim/config.py", line 15, in <module> from .logger import logger "/home/jan-hendrik/projects/manim-community/manim/logger.py", line 88, in <module> handlers=[RichHandler(console=console, show_time=themedict["log.timestamps"])], TypeError: __init__() got an unexpected keyword argument 'show_time'
0.758846
[autoreload of pandas.core.generic failed: Traceback (most recent call last): "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check superreload(m, reload, self.old_objects) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 369, in superreload module = reload(module) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/imp.py", line 315, in reload return importlib.reload(module) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/importlib/__init__.py", line 166, in reload _bootstrap._exec(spec, module) "<frozen importlib._bootstrap>", line 618, in _exec "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/generic.py", line 40, in <module> import pandas.core.indexing as indexing AttributeError: module 'pandas.core' has no attribute 'indexing'
Traceback (most recent call last): "/opt/hpfeeds/broker/feedbroker.py", line 13, in <module> from evnet import loop, unloop, listenplain, EventGen "/opt/hpfeeds/env/src/evnet/evnet/__init__.py", line 11, in <module> from OpenSSL import SSL "/opt/hpfeeds/env/local/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import rand, crypto, SSL "/opt/hpfeeds/env/local/lib/python2.7/site-packages/OpenSSL/SSL.py", line 105, in <module> SSL_ST_INIT = _lib.SSL_ST_INIT AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
0.681055
Traceback (most recent call last): "/home/airflow/.local/lib/python3.6/site-packages/flask/app.py", line 2446, in wsgi_app response = self.full_dispatch_request() "/home/airflow/.local/lib/python3.6/site-packages/flask/app.py", line 1951, in full_dispatch_request rv = self.handle_user_exception(e) "/home/airflow/.local/lib/python3.6/site-packages/flask/app.py", line 1820, in handle_user_exception reraise(exc_type, exc_value, tb) "/home/airflow/.local/lib/python3.6/site-packages/flask/_compat.py", line 39, in reraise raise value "/home/airflow/.local/lib/python3.6/site-packages/flask/app.py", line 1949, in full_dispatch_request rv = self.dispatch_request() "/home/airflow/.local/lib/python3.6/site-packages/flask/app.py", line 1935, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/home/airflow/.local/lib/python3.6/site-packages/flask_appbuilder/security/decorators.py", line 109, in wraps return f(self, *args, **kwargs) "/home/airflow/.local/lib/python3.6/site-packages/flask_appbuilder/views.py", line 551, in list widgets = self._list() "/home/airflow/.local/lib/python3.6/site-packages/flask_appbuilder/baseviews.py", line 1127, in _list page_size=page_size, "/home/airflow/.local/lib/python3.6/site-packages/flask_appbuilder/baseviews.py", line 1026, in _get_list_widget page_size=page_size, "/home/airflow/.local/lib/python3.6/site-packages/flask_appbuilder/models/sqla/interface.py", line 168, in query query_count = self._get_base_query(query=query_count, filters=filters) "/home/airflow/.local/lib/python3.6/site-packages/flask_appbuilder/models/sqla/interface.py", line 85, in _get_base_query query = filters.apply_all(query) "/home/airflow/.local/lib/python3.6/site-packages/flask_appbuilder/models/filters.py", line 269, in apply_all query = flt.apply(query, value) "/home/airflow/.local/lib/python3.6/site-packages/airflow/www_rbac/views.py", line 2187, in apply if appbuilder.sm.has_all_dags_access(): "/home/airflow/.local/lib/python3.6/site-packages/airflow/www_rbac/security.py", line 320, in has_all_dags_access self._has_role(['Admin', 'Viewer', 'Op', 'User']) or "/home/airflow/.local/lib/python3.6/site-packages/airflow/www_rbac/security.py", line 299, in _has_role [r.name in role_name_or_list for r in self.get_user_roles()]) "/home/airflow/.local/lib/python3.6/site-packages/airflow/www_rbac/security.py", line 229, in get_user_roles public_role = appbuilder.config.get('AUTH_ROLE_PUBLIC') AttributeError: 'NoneType' object has no attribute 'config'
Traceback (most recent call last): "/home/frappe/frappe-bench-d/apps/frappe/frappe/app.py", line 60, in application response = frappe.api.handle() "/home/frappe/frappe-bench-d/apps/frappe/frappe/api.py", line 55, in handle return frappe.handler.handle() "/home/frappe/frappe-bench-d/apps/frappe/frappe/handler.py", line 21, in handle data = execute_cmd(cmd) "/home/frappe/frappe-bench-d/apps/frappe/frappe/handler.py", line 56, in execute_cmd return frappe.call(method, **frappe.form_dict) "/home/frappe/frappe-bench-d/apps/frappe/frappe/__init__.py", line 1036, in call return fn(*args, **newargs) "/home/frappe/frappe-bench-d/apps/frappe/frappe/desk/form/save.py", line 22, in savedocs doc.save() "/home/frappe/frappe-bench-d/apps/frappe/frappe/model/document.py", line 271, in save return self._save(*args, **kwargs) "/home/frappe/frappe-bench-d/apps/frappe/frappe/model/document.py", line 324, in _save self.run_post_save_methods() "/home/frappe/frappe-bench-d/apps/frappe/frappe/model/document.py", line 917, in run_post_save_methods self.run_method("on_update") "/home/frappe/frappe-bench-d/apps/frappe/frappe/model/document.py", line 786, in run_method out = Document.hook(fn)(self, *args, **kwargs) "/home/frappe/frappe-bench-d/apps/frappe/frappe/model/document.py", line 1056, in composer return composed(self, method, *args, **kwargs) "/home/frappe/frappe-bench-d/apps/frappe/frappe/model/document.py", line 1039, in runner add_to_return_value(self, fn(self, *args, **kwargs)) "/home/frappe/frappe-bench-d/apps/frappe/frappe/model/document.py", line 780, in <lambda> fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs) "/home/frappe/frappe-bench-d/apps/frappe/frappe/core/doctype/report/report.py", line 47, in on_update self.export_doc() "/home/frappe/frappe-bench-d/apps/frappe/frappe/core/doctype/report/report.py", line 88, in export_doc self.create_report_py() "/home/frappe/frappe-bench-d/apps/frappe/frappe/core/doctype/report/report.py", line 92, in create_report_py make_boilerplate("controller.py", self, {"name": self.name}) "/home/frappe/frappe-bench-d/apps/frappe/frappe/modules/utils.py", line 245, in make_boilerplate if doc.is_tree: AttributeError: 'Report' object has no attribute 'is_tree'
0.68984
Traceback (most recent call last): "/tmp/.mount_napariJj0aiL/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) "/tmp/.mount_napariJj0aiL/usr/lib/python3.8/runpy.py", line 144, in _get_module_details return _get_module_details(pkg_main_name, error) "/tmp/.mount_napariJj0aiL/usr/lib/python3.8/runpy.py", line 111, in _get_module_details __import__(pkg_name) "/tmp/.mount_napariJj0aiL/usr/app/napari/__init__.py", line 48, in <module> from vispy import app "/tmp/.mount_napariJj0aiL/usr/app_packages/vispy/__init__.py", line 30, in <module> from .util import config, set_log_level, keys, sys_info # noqa "/tmp/.mount_napariJj0aiL/usr/app_packages/vispy/util/__init__.py", line 14, in <module> from . import fonts # noqa "/tmp/.mount_napariJj0aiL/usr/app_packages/vispy/util/fonts/__init__.py", line 13, in <module> from ._triage import _load_glyph, list_fonts # noqa, analysis:ignore "/tmp/.mount_napariJj0aiL/usr/app_packages/vispy/util/fonts/_triage.py", line 11, in <module> from ._freetype import _load_glyph "/tmp/.mount_napariJj0aiL/usr/app_packages/vispy/util/fonts/_freetype.py", line 16, in <module> from ...ext.fontconfig import find_font "/tmp/.mount_napariJj0aiL/usr/app_packages/vispy/ext/fontconfig.py", line 4, in <module> from ctypes import (util, cdll, c_void_p, c_char_p, c_double, c_int, c_bool, "/tmp/.mount_napariJj0aiL/usr/lib/python3.8/ctypes/__init__.py", line 7, in <module> from _ctypes import Union, Structure, Array ImportError: libffi.so.6: cannot open shared object file: No such file or directory
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/dli/projects/personal/tda4/tda.py", line 1, in <module> from tda import auth, client ImportError: cannot import name 'auth'
0.75344
Traceback (most recent call last): "debug_nexus", line 6, in <module> "/Users/lloyd/anaconda2/envs/nexus_dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode, module.__dict__) "nexus/nexus.py", line 15, in <module> "/Users/lloyd/anaconda2/envs/nexus_dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode, module.__dict__) "obspy/__init__.py", line 45, in <module> "/Users/lloyd/anaconda2/envs/nexus_dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode, module.__dict__) "obspy/core/inventory/__init__.py", line 210, in <module> "/Users/lloyd/anaconda2/envs/nexus_dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode, module.__dict__) "obspy/core/inventory/response.py", line 25, in <module> "/Users/lloyd/anaconda2/envs/nexus_dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode, module.__dict__) "site-packages/scipy/interpolate/__init__.py", line 175, in <module> "/Users/lloyd/anaconda2/envs/nexus_dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode, module.__dict__) "site-packages/scipy/interpolate/interpolate.py", line 32, in <module> "interpnd.pyx", line 1, in init scipy.interpolate.interpnd "/Users/lloyd/anaconda2/envs/nexus_dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode, module.__dict__) "site-packages/scipy/spatial/__init__.py", line 94, in <module> "/Users/lloyd/anaconda2/envs/nexus_dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode, module.__dict__) "site-packages/scipy/spatial/kdtree.py", line 8, in <module> "/Users/lloyd/anaconda2/envs/nexus_dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode, module.__dict__) "site-packages/scipy/sparse/__init__.py", line 229, in <module> "/Users/lloyd/anaconda2/envs/nexus_dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode, module.__dict__) "site-packages/scipy/sparse/csr.py", line 15, in <module> ImportError: dlopen(/Users/lloyd/code/nexus/dist/debug_nexus/scipy/sparse/_sparsetools.cpython-36m-darwin.so, 2): Library not loaded: @loader_path/libc++.1.dylib
Traceback (most recent call last): "test.py", line 5, in <module> from robobrowser import RoboBrowser "/Users/matianhe/Library/Python/3.8/lib/python/site-packages/robobrowser/__init__.py", line 3, in <module> from .browser import RoboBrowser "/Users/matianhe/Library/Python/3.8/lib/python/site-packages/robobrowser/browser.py", line 8, in <module> from werkzeug import cached_property ImportError: cannot import name 'cached_property' from 'werkzeug' (/Users/matianhe/Library/Python/3.8/lib/python/site-packages/werkzeug/__init__.py)
0.764165
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/utils/templates.py", line 389, in render_jinja_tmpl output = template.render(**decoded_context) "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 989, in render return self.environment.handle_exception(exc_info, True) "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 754, in handle_exception reraise(exc_type, exc_value, tb) "<template>", line 1, in top-level template code "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 1033, in make_module return TemplateModule(self, self.new_context(vars, shared, locals)) "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 1090, in __init__ self._body_stream = list(template.root_render_func(context)) "/var/cache/salt/minion/files/base/sensu/maps/sensu_client_config.j2", line 1, in top-level template code {% set sensu_client_config = salt['grains.filter_by']({ "/usr/lib/python2.7/dist-packages/salt/modules/network.py", line 1714, in get_route 'gateway': m.group('gateway'), AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last): "/srv/myapp-dev/lib/python3.7/site-packages/django/core/handlers/exception.py", line 47, in inner response = get_response(request) "/srv/myapp-dev/lib/python3.7/site-packages/django/core/handlers/base.py", line 179, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/srv/myapp-dev/lib/python3.7/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view return view_func(*args, **kwargs) "/srv/myapp-dev/lib/python3.7/site-packages/rest_framework/viewsets.py", line 125, in view return self.dispatch(request, *args, **kwargs) "/srv/myapp-dev/lib/python3.7/site-packages/rest_framework/views.py", line 509, in dispatch response = self.handle_exception(exc) "/srv/myapp-dev/lib/python3.7/site-packages/rest_framework/views.py", line 469, in handle_exception self.raise_uncaught_exception(exc) "/srv/myapp-dev/lib/python3.7/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception raise exc "/srv/myapp-dev/lib/python3.7/site-packages/rest_framework/views.py", line 506, in dispatch response = handler(request, *args, **kwargs) "/srv/myapp-dev/lib/python3.7/site-packages/rest_framework/mixins.py", line 19, in create self.perform_create(serializer) "/srv/myapp-dev/app/app/apis.py", line 597, in perform_create items = self.request.data.getlist('items', []) AttributeError: 'dict' object has no attribute 'getlist'
0.673454
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.7/bin/gphotos-sync", line 3, in <module> from gphotos.Main import GooglePhotosSyncMain "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gphotos/Main.py", line 9, in <module> from appdirs import AppDirs ModuleNotFoundError: No module named 'appdirs'
Traceback (most recent call last): "<pyshell#15>", line 1, in <module> from kmodes.Kprototypes import KPrototypes ModuleNotFoundError: No module named 'kmodes.Kprototypes'
0.811883
Traceback (most recent call last): "/app/medusa/medusa/search/queue.py", line 518, in run self.success = snatch_episode(result) "/app/medusa/medusa/search/core.py", line 167, in snatch_episode result_downloaded = client.send_torrent(result) "/app/medusa/medusa/clients/torrent/generic.py", line 242, in send_torrent if not self._get_auth(): "/app/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 'group'
Traceback (most recent call last): "/rpovelik/installed/miniconda3/envs/ray/lib/python3.8/site-packages/ray/actor.py", line 657, in __del__ AttributeError: 'NoneType' object has no attribute 'global_worker'
0.697177
Traceback (most recent call last): "/opt/tidos/tidos.py", line 14, in <module> from core.tidos_main import * "/opt/tidos/core/tidos_main.py", line 32, in <module> from core.Auxillaries.auxil import * "/opt/tidos/core/Auxillaries/auxil.py", line 23, in <module> from imgext import * "modules/0x05-Auxillaries+PF6/imgext.py", line 17, in <module> from pyexiv2 import ImageMetadata, ExifTag # python2 "/usr/lib64/python2.7/site-packages/pyexiv2-0.3.2-py2.7-linux-x86_64.egg/pyexiv2/__init__.py", line 60, in <module> import libexiv2python ImportError: libboost_python-py27.so.1.62.0: cannot open shared object file: No such file or directory
Traceback (most recent call last): "knockpy.py", line 4, in <module> from modules import httplib ImportError: cannot import name 'httplib' from 'modules' (/root/knock/knockpy/modules/__init__.py)
0.783428
Traceback (most recent call last): "<string>", line 1, in <module> ModuleNotFoundError: No module named 'poetry'
Traceback (most recent call last): "/home/peter/.platformio/penv/bin/pio", line 5, in <module> from platformio.__main__ import main ModuleNotFoundError: No module named 'platformio'
0.76817
Traceback (most recent call last): "E:/0_ImageNet/sample_ex/keyword_extraction/log/test1.py", line 10, in <module> import synonyms "E:\Anaconda3\lib\site-packages\synonyms\__init__.py", line 13, in <module> from .word2vec import * "E:\Anaconda3\lib\site-packages\synonyms\word2vec.py", line 36, in <module> from sklearn.neighbors import KDTree "E:\Anaconda3\lib\site-packages\sklearn\__init__.py", line 76, in <module> from .base import clone "E:\Anaconda3\lib\site-packages\sklearn\base.py", line 16, in <module> from .utils import _IS_32BIT "E:\Anaconda3\lib\site-packages\sklearn\utils\__init__.py", line 20, in <module> from .validation import (as_float_array, "E:\Anaconda3\lib\site-packages\sklearn\utils\validation.py", line 21, in <module> from .fixes import _object_dtype_isnan "E:\Anaconda3\lib\site-packages\sklearn\utils\fixes.py", line 18, in <module> from scipy.sparse.linalg import lsqr as sparse_lsqr # noqa "E:\Anaconda3\lib\site-packages\scipy\sparse\linalg\__init__.py", line 114, in <module> from .isolve import * "E:\Anaconda3\lib\site-packages\scipy\sparse\linalg\isolve\__init__.py", line 6, in <module> from .iterative import * "E:\Anaconda3\lib\site-packages\scipy\sparse\linalg\isolve\iterative.py", line 10, in <module> from . import _iterative ImportError: DLL load failed: 找不到指定的模块。
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/henry/.local/lib/python3.7/site-packages/napari/__init__.py", line 29, in <module> from .viewer import Viewer "/home/henry/.local/lib/python3.7/site-packages/napari/viewer.py", line 4, in <module> from ._qt.qt_viewer import QtViewer "/home/henry/.local/lib/python3.7/site-packages/napari/_qt/qt_viewer.py", line 11, in <module> from vispy.scene import SceneCanvas, PanZoomCamera, ArcballCamera "/home/henry/.local/lib/python3.7/site-packages/vispy/__init__.py", line 30, in <module> from .util import config, set_log_level, keys, sys_info # noqa "/home/henry/.local/lib/python3.7/site-packages/vispy/util/__init__.py", line 14, in <module> from . import fonts # noqa "/home/henry/.local/lib/python3.7/site-packages/vispy/util/fonts/__init__.py", line 13, in <module> from ._triage import _load_glyph, list_fonts # noqa, analysis:ignore "/home/henry/.local/lib/python3.7/site-packages/vispy/util/fonts/_triage.py", line 11, in <module> from ._freetype import _load_glyph "/home/henry/.local/lib/python3.7/site-packages/vispy/util/fonts/_freetype.py", line 16, in <module> from ...ext.fontconfig import find_font "/home/henry/.local/lib/python3.7/site-packages/vispy/ext/fontconfig.py", line 12, in <module> raise ImportError('fontconfig not found') ImportError: fontconfig not found
0.730285
Traceback (most recent call last): "/anaconda3/lib/python3.7/asyncio/base_events.py", line 625, in __del__ "/anaconda3/lib/python3.7/asyncio/unix_events.py", line 55, in close "/anaconda3/lib/python3.7/asyncio/selector_events.py", line 86, in close "/anaconda3/lib/python3.7/asyncio/selector_events.py", line 93, in _close_self_pipe AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/openrazer_daemon/hardware/device_base.py", line 421, in __del__ self.close() "/usr/lib/python3.6/site-packages/openrazer_daemon/hardware/device_base.py", line 335, in close self._close() "/usr/lib/python3.6/site-packages/openrazer_daemon/hardware/keyboards.py", line 55, in _close super(_RippleKeyboard, self)._close() "/usr/lib/python3.6/site-packages/openrazer_daemon/hardware/keyboards.py", line 39, in _close self.key_manager.close() AttributeError: 'RazerBladeStealthLate2016' object has no attribute 'key_manager'
0.755947
Traceback (most recent call last): "/home/p4yl0ad/.local/bin/ping", line 36, in <module> from aio_ping import ping ModuleNotFoundError: No module named 'aio_ping'
Traceback (most recent call last): "C:\Users\UserX\.local\pipx\shared\Lib\site-packages\pip\_vendor\pep517\_in_process.py", line 280, in <module> main() "C:\Users\UserX\.local\pipx\shared\Lib\site-packages\pip\_vendor\pep517\_in_process.py", line 263, in main json_out['return_val'] = hook(**hook_input['kwargs']) "C:\Users\UserX\.local\pipx\shared\Lib\site-packages\pip\_vendor\pep517\_in_process.py", line 114, in get_requires_for_build_wheel return hook(config_settings) "C:\Users\UserX\AppData\Local\Temp\pip-build-env-uyrdfq01\overlay\Lib\site-packages\intreehooks.py", line 53, in get_requires_for_build_wheel return self._backend.get_requires_for_build_sdist(config_settings) "C:\Users\UserX\AppData\Local\Temp\pip-build-env-uyrdfq01\overlay\Lib\site-packages\intreehooks.py", line 38, in _backend obj = self._module_from_dir(modname) "C:\Users\UserX\AppData\Local\Temp\pip-build-env-uyrdfq01\overlay\Lib\site-packages\intreehooks.py", line 25, in _module_from_dir mod = importlib.import_module(modname) "c:\users\UserX\appdata\local\programs\python\python38\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1014, in _gcd_import "<frozen importlib._bootstrap>", line 991, in _find_and_load "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "<frozen importlib._bootstrap>", line 1014, in _gcd_import "<frozen importlib._bootstrap>", line 991, in _find_and_load "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 671, in _load_unlocked "<frozen importlib._bootstrap_external>", line 783, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "C:\Users\UserX\AppData\Local\Temp\pip-req-build-6j300oyo\poetry\masonry\__init__.py", line 10, in <module> from .builder import Builder "C:\Users\UserX\AppData\Local\Temp\pip-req-build-6j300oyo\poetry\masonry\builder.py", line 1, in <module> from .builders.complete import CompleteBuilder "C:\Users\UserX\AppData\Local\Temp\pip-req-build-6j300oyo\poetry\masonry\builders\__init__.py", line 1, in <module> from .complete import CompleteBuilder "C:\Users\UserX\AppData\Local\Temp\pip-req-build-6j300oyo\poetry\masonry\builders\complete.py", line 6, in <module> from poetry.factory import Factory "C:\Users\UserX\AppData\Local\Temp\pip-req-build-6j300oyo\poetry\factory.py", line 10, in <module> from clikit.api.io.io import IO ModuleNotFoundError: No module named 'clikit'
0.786752
Traceback (most recent call last): "/Users/my_user_name/anaconda3/lib/python3.7/site-packages/conda/exceptions.py", line 1079, in __call__ return func(*args, **kwargs) "/Users/my_user_name/anaconda3/lib/python3.7/site-packages/conda/cli/main.py", line 84, in _main exit_code = do_call(args, p) "/Users/my_user_name/anaconda3/lib/python3.7/site-packages/conda/cli/conda_argparse.py", line 80, in do_call module = import_module(relative_mod, __name__.rsplit('.', 1)[0]) "/Users/my_user_name/anaconda3/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1006, in _gcd_import "<frozen importlib._bootstrap>", line 983, in _find_and_load "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 677, in _load_unlocked "<frozen importlib._bootstrap_external>", line 728, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/Users/my_user_name/anaconda3/lib/python3.7/site-packages/conda/cli/main_update.py", line 8, in <module> from .install import install "/Users/my_user_name/anaconda3/lib/python3.7/site-packages/conda/cli/install.py", line 19, in <module> from ..core.index import calculate_channel_urls, get_index "/Users/my_user_name/anaconda3/lib/python3.7/site-packages/conda/core/index.py", line 10, in <module> from .package_cache_data import PackageCacheData "/Users/my_user_name/anaconda3/lib/python3.7/site-packages/conda/core/package_cache_data.py", line 15, in <module> from .path_actions import CacheUrlAction, ExtractPackageAction "/Users/my_user_name/anaconda3/lib/python3.7/site-packages/conda/core/path_actions.py", line 30, in <module> from ..gateways.connection.download import download "/Users/my_user_name/anaconda3/lib/python3.7/site-packages/conda/gateways/connection/download.py", line 13, in <module> import ctypes "/Users/my_user_name/anaconda3/lib/python3.7/ctypes/__init__.py", line 7, in <module> from _ctypes import Union, Structure, Array ImportError: dlopen(/Users/my_user_name/anaconda3/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libffi.6.dylib
Traceback (most recent call last): "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) "/usr/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) "/home/amechouc/Documents/rasa_nlu/rasa_nlu/rasa_nlu/server.py", line 18, in <module> from rasa_nlu.data_router import DataRouter, InvalidModelError "/home/amechouc/Documents/rasa_nlu/rasa_nlu/rasa_nlu/data_router.py", line 18, in <module> from rasa_nlu.components import ComponentBuilder "/home/amechouc/Documents/rasa_nlu/rasa_nlu/rasa_nlu/components.py", line 15, in <module> from typing import ClassVar ImportError: cannot import name 'ClassVar'
0.688914
Traceback (most recent call last): "lcars.py", line 2, in <module> from ui.ui import UserInterface "/home/praveetminash/rpi_lcars-master/app/ui/ui.py", line 4, in <module> from ui.utils import sound ImportError: No module named utils
> Traceback (most recent call last): "finnegans-wake-federated.py", line 13, in <module> from nucypher.characters import Alice, Bob, Ursula "/home/truong3/.local/share/virtualenvs/nucypher-O5RQWeHI/lib/python3.5/site-packages/nucypher-0.1-py3.5.egg/nucypher/characters.py", line 9, in <module> ImportError: cannot import name 'ClassVar'
0.797167
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 440, in send timeout=timeout "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='tendermint', port=46657): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f66c62a72b0>: Failed to establish a new connection: [Errno -2] Name or service not known',))
Traceback (most recent call last): "/home/pi/env/lib/python3.5/site-packages/requests/adapters.py", line 449, in send timeout=timeout "/home/pi/env/lib/python3.5/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "/home/pi/env/lib/python3.5/site-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.0.115', port=443): Max retries exceeded with url: /Device1=ON (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x6f798e50>: Failed to establish a new connection: [Errno 111] Connection refused',))
0.972752
Traceback (most recent call last): "d:\programdata\anaconda3\envs\tensorflow-gpu-1.12\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "d:\programdata\anaconda3\envs\tensorflow-gpu-1.12\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "D:\ProgramData\Anaconda3\envs\tensorflow-gpu-1.12\Scripts\ludwig.exe\__main__.py", line 5, in <module> "d:\programdata\anaconda3\envs\tensorflow-gpu-1.12\lib\site-packages\ludwig\__init__.py", line 16, in <module> from ludwig.api import LudwigModel "d:\programdata\anaconda3\envs\tensorflow-gpu-1.12\lib\site-packages\ludwig\api.py", line 35, in <module> import pandas as pd "d:\programdata\anaconda3\envs\tensorflow-gpu-1.12\lib\site-packages\pandas\__init__.py", line 19, in <module> "Missing required dependencies {0}".format(missing_dependencies)) ImportError: Missing required dependencies ['numpy']
Traceback (most recent call last): "/usr/bin/pip", line 9, in <module> from pip import main ImportError: cannot import name main
0.725996
Traceback (most recent call last): "/…/lib/python3.5/site-packages/celery/app/trace.py", line 431, in trace_task parent_id=uuid, root_id=root_id, "/…/lib/python3.5/site-packages/celery/canvas.py", line 222, in apply_async return _apply(args, kwargs, **options) "/…/lib/python3.5/site-packages/celery/app/task.py", line 536, in apply_async **options "/…/lib/python3.5/site-packages/celery/app/base.py", line 729, in send_task root_id, parent_id, shadow, chain, "/…/lib/python3.5/site-packages/celery/app/amqp.py", line 333, in as_task_v2 eta = eta and eta.isoformat() AttributeError: 'str' object has no attribute 'isoformat'
```Traceback (most recent call last): "build/dupeGuru.app/Contents/Resources/py/inter/app.py", line 93, in exportToCSV "build/dupeGuru.app/Contents/Resources/py/core/app.py", line 500, in export_to_csv "build/dupeGuru.app/Contents/Resources/py/core/app.py", line 261, in _get_export_data AttributeError: 'NoneType' object has no attribute 'columns'
0.685339
Traceback (most recent call last): "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = handler(request, **request.match_info) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/emulated_hue/hue_api.py", line 172, in get entity = hass.states.get(entity_id) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/core.py", line 838, in get return self._states.get(entity_id.lower()) AttributeError: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last): "/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/_cprequest.py", line 638, in respond self._do_respond(path_info) "/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/_cprequest.py", line 688, in _do_respond self.hooks.run('before_request_body') "/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/_cprequest.py", line 95, in run self.run_hooks(iter(sorted(self[point]))) "/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/_cprequest.py", line 117, in run_hooks hook() "/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/_cprequest.py", line 65, in __call__ return self.callback(**self.kwargs) "/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/lib/sessions.py", line 834, in init set_response_cookie(path=path, path_header=path_header, name=name, "/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/lib/sessions.py", line 875, in set_response_cookie cherrypy.serving.request.headers.get(path_header) or "/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/lib/httputil.py", line 425, in get key = self.transform_key(key) "/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/lib/httputil.py", line 460, in transform_key return key.title() AttributeError: 'NoneType' object has no attribute 'title'
0.745593
Traceback (most recent call last): "/run/media/root/97c30c4f-dfbf-41ab-8f27-5230c8fed985/hf/tern-master/ternenv/bin/tern", line 11, in <module> sys.exit(main()) "/run/media/root/97c30c4f-dfbf-41ab-8f27-5230c8fed985/hf/tern-master/ternenv/lib64/python3.6/site-packages/tern/__main__.py", line 201, in main do_main(args) "/run/media/root/97c30c4f-dfbf-41ab-8f27-5230c8fed985/hf/tern-master/ternenv/lib64/python3.6/site-packages/tern/__main__.py", line 113, in do_main run.execute_docker_image(args) "/run/media/root/97c30c4f-dfbf-41ab-8f27-5230c8fed985/hf/tern-master/ternenv/lib64/python3.6/site-packages/tern/analyze/docker/run.py", line 99, in execute_docker_image report.teardown() "/run/media/root/97c30c4f-dfbf-41ab-8f27-5230c8fed985/hf/tern-master/ternenv/lib64/python3.6/site-packages/tern/report/report.py", line 66, in teardown container.close_client() "/run/media/root/97c30c4f-dfbf-41ab-8f27-5230c8fed985/hf/tern-master/ternenv/lib64/python3.6/site-packages/tern/analyze/docker/container.py", line 190, in close_client client.close() AttributeError: 'NoneType' object has no attribute 'close'
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.695923
Traceback (most recent call last): "server/manage.py", line 14, in <module> import django ModuleNotFoundError: No module named 'django'
Traceback (most recent call last): "/usr/local/bin/spotdl", line 5, in <module> from spotdl.command_line.__main__ import main ModuleNotFoundError: No module named 'spotdl.command_line'
0.817383
```Traceback (most recent call last): "/home/nate/CactusAPI/venv/lib/python3.5/site-packages/flask/app.py", line 1639, in full_dispatch_request rv = self.dispatch_request() "/home/nate/CactusAPI/venv/lib/python3.5/site-packages/flask/app.py", line 1625, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/home/nate/CactusAPI/venv/lib/python3.5/site-packages/flask_restplus/api.py", line 313, in wrapper return self.make_response(data, code, headers=headers) "/home/nate/CactusAPI/venv/lib/python3.5/site-packages/flask_restplus/api.py", line 334, in make_response resp = self.representations[mediatype](data, *args, **kwargs) "/home/nate/CactusAPI/venv/lib/python3.5/site-packages/flask_restplus/representations.py", line 23, in output_json dumped = dumps(data, **settings) + "\n" "/usr/lib/python3.5/json/__init__.py", line 237, in dumps **kw).encode(obj) "/usr/lib/python3.5/json/encoder.py", line 200, in encode chunks = list(chunks) "/usr/lib/python3.5/json/encoder.py", line 429, in _iterencode yield from _iterencode_dict(o, _current_indent_level) "/usr/lib/python3.5/json/encoder.py", line 403, in _iterencode_dict yield from chunks "/usr/lib/python3.5/json/encoder.py", line 403, in _iterencode_dict yield from chunks "/usr/lib/python3.5/json/encoder.py", line 352, in _iterencode_dict items = sorted(dct.items(), key=lambda kv: kv[0]) TypeError: unorderable types: str() < int()
Traceback (most recent call last): "ploit.py", line 71, in <module> s = ssh(host='10.10.10.139', user='margo', password='$redacted', port=22) "/usr/local/lib/python2.7/dist-packages/pwnlib/tubes/ssh.py", line 592, in __init__ self.client.load_host_keys(known_hosts) "/usr/lib/python2.7/dist-packages/paramiko/client.py", line 127, in load_host_keys self._host_keys.load(filename) "/usr/lib/python2.7/dist-packages/paramiko/hostkeys.py", line 97, in load e = HostKeyEntry.from_line(line, lineno) "/usr/lib/python2.7/dist-packages/paramiko/hostkeys.py", line 360, in from_line key = ECDSAKey(data=decodebytes(key), validate_point=False) "/usr/lib/python2.7/dist-packages/paramiko/ecdsakey.py", line 168, in __init__ self.verifying_key = numbers.public_key(backend=default_backend()) "/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/__init__.py", line 15, in default_backend from cryptography.hazmat.backends.openssl.backend import backend "/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/openssl/__init__.py", line 7, in <module> from cryptography.hazmat.backends.openssl.backend import backend "/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/openssl/backend.py", line 18, in <module> from cryptography import utils, x509 "/usr/lib/python2.7/dist-packages/cryptography/x509/__init__.py", line 8, in <module> from cryptography.x509.base import ( "/usr/lib/python2.7/dist-packages/cryptography/x509/base.py", line 16, in <module> from cryptography.x509.extensions import Extension, ExtensionType "/usr/lib/python2.7/dist-packages/cryptography/x509/extensions.py", line 24, in <module> from cryptography.x509.general_name import GeneralName, IPAddress, OtherName "/usr/lib/python2.7/dist-packages/cryptography/x509/general_name.py", line 16, in <module> from cryptography.x509.name import Name "/usr/lib/python2.7/dist-packages/cryptography/x509/name.py", line 28, in <module> **_ASN1_TYPE_TO_ENUM = dict((i.value, i) for i in _ASN1Type) TypeError: 'type' object is not iterable**
0.670241
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: No module named keyvault
Traceback (most recent call last): "Untitled 5.py", line 1, in <module> import geatpy as ea "/anaconda3/lib/python3.7/site-packages/geatpy/__init__.py", line 42, in <module> from awGA import awGA ImportError: cannot import name 'awGA' from 'awGA' (unknown location)
0.700103
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/joel/repos/scikit-learn/sklearn/compose/_column_transformer.py", line 398, in fit self.fit_transform(X, y=y) "/Users/joel/repos/scikit-learn/sklearn/compose/_column_transformer.py", line 422, in fit_transform self._validate_remainder(X) "/Users/joel/repos/scikit-learn/sklearn/compose/_column_transformer.py", line 275, in _validate_remainder n_columns = X.shape[1] AttributeError: 'list' object has no attribute 'shape'
Traceback (most recent call last): "/usr/local/bin/usbrip", line 11, in <module> load_entry_point('usbrip==2.1.3.post2', 'console_scripts', 'usbrip')() "/usr/local/lib/python3.7/dist-packages/usbrip/__main__.py", line 88, in main ueh = USBEvents(args.file) "/usr/local/lib/python3.7/dist-packages/usbrip/lib/core/usbevents.py", line 93, in __new__ all_events = _parse_history(divided_history) "/usr/local/lib/python3.7/dist-packages/usbrip/lib/core/usbevents.py", line 409, in _parse_history port = re_port.search(line).group(1) AttributeError: 'NoneType' object has no attribute 'group'
0.718549
Traceback (most recent call last): "/usr/lib64/az/lib/python3.6/site-packages/knack/cli.py", line 206, in invoke cmd_result = self.invocation.execute(args) "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 528, in execute self.commands_loader.load_arguments(command) "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 299, in load_arguments self.command_table[command].load_arguments() # this loads the arguments via reflection "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 291, in load_arguments super(AzCliCommand, self).load_arguments() "/usr/lib64/az/lib/python3.6/site-packages/knack/commands.py", line 97, in load_arguments cmd_args = self.arguments_loader() "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 496, in default_arguments_loader op = handler or self.get_op_handler(operation, operation_group=kwargs.get('operation_group')) "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 536, in get_op_handler op = import_module(mod_to_import) "/usr/lib64/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1006, in _gcd_import "<frozen importlib._bootstrap>", line 983, in _find_and_load "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 677, in _load_unlocked "<frozen importlib._bootstrap_external>", line 728, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/command_modules/acr/custom.py", line 10, in <module> from ._utils import ( "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/command_modules/acr/_utils.py", line 28, in <module> from ._archive_utils import upload_source_code, check_remote_source_code "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/command_modules/acr/_archive_utils.py", line 15, in <module> from azure.storage.blob import BlockBlobService "/usr/lib64/az/lib/python3.6/site-packages/azure/storage/blob/__init__.py", line 6, in <module> from .appendblobservice import AppendBlobService "/usr/lib64/az/lib/python3.6/site-packages/azure/storage/blob/appendblobservice.py", line 30, in <module> from ._deserialization import ( "/usr/lib64/az/lib/python3.6/site-packages/azure/storage/blob/_deserialization.py", line 40, in <module> from ._encryption import _decrypt_blob "/usr/lib64/az/lib/python3.6/site-packages/azure/storage/blob/_encryption.py", line 13, in <module> from cryptography.hazmat.primitives.padding import PKCS7 "/usr/lib64/az/lib/python3.6/site-packages/cryptography/hazmat/primitives/padding.py", line 13, in <module> from cryptography.hazmat.bindings._padding import lib ModuleNotFoundError: No module named '_cffi_backend'
Traceback (most recent call last): "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'tensorlayer'
0.780107
Traceback (most recent call last): "/usr/local/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() "/usr/local/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, **self._kwargs) "/home/airflow/.local/lib/python3.7/site-packages/airflow/jobs/scheduler_job.py", line 159, in _run_file_processor pickle_dags) "/home/airflow/.local/lib/python3.7/site-packages/airflow/utils/db.py", line 74, in wrapper return func(*args, **kwargs) "/home/airflow/.local/lib/python3.7/site-packages/airflow/jobs/scheduler_job.py", line 1620, in process_file self._process_dags(dagbag, dags, ti_keys_to_schedule) "/home/airflow/.local/lib/python3.7/site-packages/airflow/jobs/scheduler_job.py", line 1299, in _process_dags self._process_task_instances(dag, tis_out) "/home/airflow/.local/lib/python3.7/site-packages/airflow/utils/db.py", line 74, in wrapper return func(*args, **kwargs) "/home/airflow/.local/lib/python3.7/site-packages/airflow/jobs/scheduler_job.py", line 793, in _process_task_instances ready_tis = run.update_state(session=session) "/home/airflow/.local/lib/python3.7/site-packages/airflow/utils/db.py", line 70, in wrapper return func(*args, **kwargs) "/home/airflow/.local/lib/python3.7/site-packages/airflow/models/dagrun.py", line 281, in update_state ready_tis, changed_tis = self._get_ready_tis(scheduleable_tasks, finished_tasks, session) "/home/airflow/.local/lib/python3.7/site-packages/airflow/models/dagrun.py", line 340, in _get_ready_tis session=session): "/home/airflow/.local/lib/python3.7/site-packages/airflow/utils/db.py", line 70, in wrapper return func(*args, **kwargs) "/home/airflow/.local/lib/python3.7/site-packages/airflow/models/taskinstance.py", line 659, in are_dependencies_met session=session): "/home/airflow/.local/lib/python3.7/site-packages/airflow/models/taskinstance.py", line 683, in get_failed_dep_statuses dep_context): "/home/airflow/.local/lib/python3.7/site-packages/airflow/ti_deps/deps/base_ti_dep.py", line 106, in get_dep_statuses for dep_status in self._get_dep_statuses(ti, session, dep_context): "/home/airflow/.local/lib/python3.7/site-packages/airflow/ti_deps/deps/not_previously_skipped_dep.py", line 58, in _get_dep_statuses task_ids=parent.task_id, key=XCOM_SKIPMIXIN_KEY "/home/airflow/.local/lib/python3.7/site-packages/airflow/models/taskinstance.py", line 1564, in xcom_pull return pull_fn(task_id=task_ids) "/home/airflow/.local/lib/python3.7/site-packages/airflow/utils/db.py", line 74, in wrapper return func(*args, **kwargs) "/home/airflow/.local/lib/python3.7/site-packages/airflow/models/xcom.py", line 161, in get_one return json.loads(result.value.decode('UTF-8')) UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte
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/clients/transmission.py", line 303, in on_task_output self.add_to_transmission(self.client, task, config) "/usr/local/lib/python2.7/dist-packages/flexget/plugins/clients/transmission.py", line 528, in add_to_transmission file_path = os.path.dirname(os.path.join(download_dir, fl[r.id][main_id]['name'])) "/usr/lib/python2.7/posixpath.py", line 73, in join path += '/' + b UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128)
0.693391
Traceback (most recent call last): "/usr/lib/python3/dist-packages/spyderlib/spyder.py", line 2331, in main mainwindow = run_spyder(app, options, args) "/usr/lib/python3/dist-packages/spyderlib/spyder.py", line 2215, in run_spyder main.setup() "/usr/lib/python3/dist-packages/spyderlib/spyder.py", line 752, in setup from spyderlib.plugins.inspector import ObjectInspector "/usr/lib/python3/dist-packages/spyderlib/plugins/inspector.py", line 41, in <module> from spyderlib.widgets.ipython import IPythonControlWidget "/usr/lib/python3/dist-packages/spyderlib/widgets/ipython.py", line 28, in <module> pygments_patch.apply() "/usr/lib/python3/dist-packages/spyderlib/pygments_patch.py", line 22, in apply from pygments.lexer import _TokenType, Text, Error "/usr/lib/python3/dist-packages/pygments/lexer.py", line 19, in <module> from pygments.filters import get_filter_by_name "/usr/lib/python3/dist-packages/pygments/filters/__init__.py", line 20, in <module> from pygments.plugin import find_plugin_filters "/usr/lib/python3/dist-packages/pygments/plugin.py", line 39, in <module> import pkg_resources "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2927, in <module> @_call_aside "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2913, in _call_aside f(*args, **kwargs) "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2952, in _initialize_master_working_set add_activation_listener(lambda dist: dist.activate()) "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 956, in subscribe callback(dist) "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2952, in <lambda> add_activation_listener(lambda dist: dist.activate()) "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2515, in activate declare_namespace(pkg) "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2097, in declare_namespace _handle_ns(packageName, path_item) "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2047, in _handle_ns _rebuild_mod_path(path, packageName, module) "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2066, in _rebuild_mod_path orig_path.sort(key=position_in_sys_path) AttributeError: '_NamespacePath' object has no attribute 'sort'
Traceback (most recent call last): "/opt/app-root/lib64/python3.8/site-packages/airflow/jobs/scheduler_job.py", line 1382, in _execute self._execute_helper() "/opt/app-root/lib64/python3.8/site-packages/airflow/jobs/scheduler_job.py", line 1453, in _execute_helper if not self._validate_and_run_task_instances(simple_dag_bag=simple_dag_bag): "/opt/app-root/lib64/python3.8/site-packages/airflow/jobs/scheduler_job.py", line 1515, in _validate_and_run_task_instances self.executor.heartbeat() "/opt/app-root/lib64/python3.8/site-packages/airflow/executors/base_executor.py", line 134, in heartbeat self.sync() "/opt/app-root/lib64/python3.8/site-packages/airflow/executors/kubernetes_executor.py", line 832, in sync self.kube_scheduler.run_next(task) "/opt/app-root/lib64/python3.8/site-packages/airflow/executors/kubernetes_executor.py", line 436, in run_next pod = PodGenerator.construct_pod( "/opt/app-root/lib64/python3.8/site-packages/airflow/kubernetes/pod_generator.py", line 564, in construct_pod return reduce(PodGenerator.reconcile_pods, pod_list) "/opt/app-root/lib64/python3.8/site-packages/airflow/kubernetes/pod_generator.py", line 429, in reconcile_pods client_pod_cp.spec = PodGenerator.reconcile_specs(base_pod.spec, client_pod_cp.spec) "/opt/app-root/lib64/python3.8/site-packages/airflow/kubernetes/pod_generator.py", line 475, in reconcile_specs client_spec.containers = PodGenerator.reconcile_containers( "/opt/app-root/lib64/python3.8/site-packages/airflow/kubernetes/pod_generator.py", line 509, in reconcile_containers client_container = extend_object_field(base_container, client_container, 'env_from') "/opt/app-root/lib64/python3.8/site-packages/airflow/kubernetes/pod_generator.py", line 647, in extend_object_field base_obj_set = _get_dict_from_list(base_obj_field, field_to_merge) "/opt/app-root/lib64/python3.8/site-packages/airflow/kubernetes/pod_generator.py", line 676, in _get_dict_from_list result[getattr(obj, field_to_merge)] = obj AttributeError: 'V1EnvFromSource' object has no attribute 'name'
0.671456
Traceback (most recent call last): "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pycoin.symbols'
Traceback (most recent call last): "/home/luis/.local/lib/python3.6/site-packages/keyring/backend.py", line 163, in _load_plugins init_func = ep.load() "/home/luis/.local/lib/python3.6/site-packages/entrypoints.py", line 77, in load mod = import_module(self.module_name) "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 994, in _gcd_import "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 665, in _load_unlocked "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/usr/lib/python3/dist-packages/keyrings/alt/file.py", line 11, in <module> from keyring.util.escape import escape as escape_for_ini ModuleNotFoundError: No module named 'keyring.util.escape'
0.805076
Traceback (most recent call last): "dpbug.py", line 195, in <module> run_test(args) "dpbug.py", line 185, in run_test trainer.fit(model, train_data, val_data) "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 440, in fit results = self.accelerator_backend.train() "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/accelerators/dp_accelerator.py", line 97, in train results = self.train_or_test() "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/accelerators/accelerator.py", line 68, in train_or_test results = self.trainer.train() "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 485, in train self.train_loop.run_training_epoch() "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/trainer/training_loop.py", line 544, in run_training_epoch batch_output = self.run_training_batch(batch, batch_idx, dataloader_idx) "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/trainer/training_loop.py", line 713, in run_training_batch self.optimizer_step(optimizer, opt_idx, batch_idx, train_step_and_backward_closure) "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/trainer/training_loop.py", line 452, in optimizer_step self.trainer.accelerator_backend.optimizer_step( "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/accelerators/accelerator.py", line 115, in optimizer_step model_ref.optimizer_step( "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/core/lightning.py", line 1216, in optimizer_step optimizer.step(closure=optimizer_closure) "/home/catalys1/pylt/lib/python3.8/site-packages/torch/optim/lr_scheduler.py", line 67, in wrapper return wrapped(*args, **kwargs) "/home/catalys1/pylt/lib/python3.8/site-packages/torch/autograd/grad_mode.py", line 15, in decorate_context return func(*args, **kwargs) "/home/catalys1/pylt/lib/python3.8/site-packages/torch/optim/sgd.py", line 86, in step loss = closure() "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/trainer/training_loop.py", line 703, in train_step_and_backward_closure result = self.training_step_and_backward( "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/trainer/training_loop.py", line 798, in training_step_and_backward result = self.training_step(split_batch, batch_idx, opt_idx, hiddens) "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/trainer/training_loop.py", line 305, in training_step training_step_output = self.trainer.accelerator_backend.training_step(args) "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/accelerators/dp_accelerator.py", line 111, in training_step output = self.trainer.model(*args) "/home/catalys1/pylt/lib/python3.8/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/overrides/data_parallel.py", line 87, in forward outputs = self.parallel_apply(replicas, inputs, kwargs) "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/overrides/data_parallel.py", line 151, in parallel_apply return parallel_apply(replicas, inputs, kwargs, self.device_ids[:len(replicas)]) "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/overrides/data_parallel.py", line 310, in parallel_apply raise output "/home/catalys1/pylt/lib/python3.8/site-packages/pytorch_lightning/overrides/data_parallel.py", line 263, in _worker output = module.training_step(*input, **kwargs) "dpbug.py", line 147, in training_step output = self(x) "/home/catalys1/pylt/lib/python3.8/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) "dpbug.py", line 138, in forward x = self.net(x) "/home/catalys1/pylt/lib/python3.8/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) "dpbug.py", line 85, in forward x = self.conv1(x) "/home/catalys1/pylt/lib/python3.8/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) "/home/catalys1/pylt/lib/python3.8/site-packages/torch/nn/modules/conv.py", line 419, in forward return self._conv_forward(input, self.weight) "/home/catalys1/pylt/lib/python3.8/site-packages/torch/nn/modules/conv.py", line 415, in _conv_forward return F.conv2d(input, weight, self.bias, self.stride, RuntimeError: Expected tensor for argument #1 'input' to have the same device as tensor for argument #2 'weight'; but device 2 does not equal 1 (while checking arguments for cudnn_convolution)
Traceback (most recent call last): "/home/sarim/PycharmProjects/trajectory_pred/detectron2-master/demo/demo.py", line 142, in <module> for vis_frame, boxes, labels, scores, masks, sem_seg in demo.run_on_video(video): "/home/sarim/PycharmProjects/trajectory_pred/detectron2-master/demo/predictor.py", line 131, in run_on_video yield process_predictions(frame, self.predictor(frame)) "/home/sarim/PycharmProjects/trajectory_pred/detectron2-master/detectron2/engine/defaults.py", line 192, in __call__ predictions = self.model([inputs])[0] "/home/sarim/PycharmProjects/trajectory_pred/venv3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/sarim/PycharmProjects/trajectory_pred/detectron2-master/detectron2/modeling/meta_arch/rcnn.py", line 107, in forward return self.inference(batched_inputs) "/home/sarim/PycharmProjects/trajectory_pred/detectron2-master/detectron2/modeling/meta_arch/rcnn.py", line 169, in inference results, _ = self.roi_heads(images, features, proposals, None) "/home/sarim/PycharmProjects/trajectory_pred/venv3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/sarim/PycharmProjects/trajectory_pred/detectron2-master/detectron2/modeling/roi_heads/cascade_rcnn.py", line 98, in forward pred_instances = self.forward_with_given_boxes(features, pred_instances) "/home/sarim/PycharmProjects/trajectory_pred/detectron2-master/detectron2/modeling/roi_heads/roi_heads.py", line 600, in forward_with_given_boxes instances = self._forward_mask(features, instances) "/home/sarim/PycharmProjects/trajectory_pred/detectron2-master/detectron2/modeling/roi_heads/roi_heads.py", line 666, in _forward_mask mask_logits = self.mask_head(mask_features) "/home/sarim/PycharmProjects/trajectory_pred/venv3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/sarim/PycharmProjects/trajectory_pred/detectron2-master/detectron2/modeling/roi_heads/mask_head.py", line 196, in forward x = layer(x) "/home/sarim/PycharmProjects/trajectory_pred/venv3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/sarim/PycharmProjects/trajectory_pred/detectron2-master/detectron2/layers/wrappers.py", line 69, in forward x = self.norm(x) "/home/sarim/PycharmProjects/trajectory_pred/venv3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/sarim/PycharmProjects/trajectory_pred/venv3.7/lib/python3.7/site-packages/torch/nn/modules/normalization.py", line 226, in forward input, self.num_groups, self.weight, self.bias, self.eps) "/home/sarim/PycharmProjects/trajectory_pred/venv3.7/lib/python3.7/site-packages/torch/nn/functional.py", line 1706, in group_norm torch.backends.cudnn.enabled) RuntimeError: cannot reshape tensor of 0 elements into shape [1, 0, -1] because the unspecified dimension size -1 can be any value and is ambiguous
0.740673
Traceback (most recent call last): "run_squad.py", line 37, in <module> from pytorch_pretrained_bert.file_utils import PYTORCH_PRETRAINED_BERT_CACHE, WEIGHTS_NAME, CONFIG_NAME ImportError: cannot import name 'WEIGHTS_NAME' from 'pytorch_pretrained_bert.file_utils' (/mnt/Data/miniconda3/lib/python3.7/site-packages/pytorch_pretrained_bert/file_utils.py)
Traceback (most recent call last): "/usr/bin/pycompile", line 35, in <module> from debpython.version import SUPPORTED, debsorted, vrepr, \ "/usr/share/python/debpython/version.py", line 24, in <module> from ConfigParser import SafeConfigParser ImportError: No module named 'ConfigParser'
0.802336
Traceback (most recent call last): "./optimize.py", line 11, in <module> import optuna ImportError: No module named optuna
Traceback (most recent call last): "/usr/bin/pycompile", line 35, in <module> from debpython.version import SUPPORTED, debsorted, vrepr, \ "/usr/share/python/debpython/version.py", line 24, in <module> from ConfigParser import SafeConfigParser ImportError: No module named 'ConfigParser'
0.813829
Traceback (most recent call last): "setup.py", line 55, in check_tf_version import tensorflow as tf "/usr/local/lib/python3.5/dist-packages/tensorflow/__init__.py", line 24, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import "/usr/local/lib/python3.5/dist-packages/tensorflow/python/__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow "/usr/local/lib/python3.5/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last):
`Traceback (most recent call last): "setup.py", line 3, in <module> import setuptools ImportError: No module named 'setuptools'
0.751897
Traceback (most recent call last): "print_html.py", line 2, in <module> from prompt_toolkit import print_formatted_text, HTML ImportError: cannot import name 'print_formatted_text'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_gtkagg.py", line 14, in <module> from matplotlib.backends.backend_gtk import gtk, FigureManagerGTK, FigureCanvasGTK,\ "/usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_gtk.py", line 36, in <module> from matplotlib.backends.backend_gdk import RendererGDK, FigureCanvasGDK "/usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_gdk.py", line 33, in <module> from matplotlib.backends._backend_gdk import pixbuf_get_pixels_array ImportError: No module named _backend_gdk
0.781042
Traceback (most recent call last): "train_mspeech.py", line 53, in <module> ms.TrainModel(datapath, epoch = 500, batch_size = 20, save_step = 500) "/home/sky-ai/xwt/ASRT_SpeechRecognition/SpeechModel261_p.py", line 200, in TrainModel self._model.fit_generator(yielddatas, save_step) "/home/sky-ai/.local/lib/python3.5/site-packages/keras/legacy/interfaces.py", line 91, in wrapper return func(*args, **kwargs) "/home/sky-ai/.local/lib/python3.5/site-packages/keras/engine/training.py", line 1418, in fit_generator initial_epoch=initial_epoch) "/home/sky-ai/.local/lib/python3.5/site-packages/keras/engine/training_generator.py", line 217, in fit_generator class_weight=class_weight) "/home/sky-ai/.local/lib/python3.5/site-packages/keras/engine/training.py", line 1217, in train_on_batch outputs = self.train_function(ins) "/home/sky-ai/.local/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2697, in __call__ if hasattr(get_session(), '_make_callable_from_options'): "/home/sky-ai/.local/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 199, in get_session [tf.is_variable_initialized(v) for v in candidate_vars]) "/home/sky-ai/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 929, in run run_metadata_ptr) "/home/sky-ai/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1152, in _run feed_dict_tensor, options, run_metadata) "/home/sky-ai/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1328, in _do_run run_metadata) "/home/sky-ai/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1348, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InvalidArgumentError: Cannot assign a device for operation tower_0/model_2/ctc/ToInt32: Could not satisfy explicit device specification '/device:GPU:0' because no supported kernel for GPU devices is available.
Traceback (most recent call last): "/home/kluger/projects/test_example/test.py", line 33, in <module> p = model.predict([np.zeros((1,1)), np.zeros((1,1,1))]) "/home/kluger/.anaconda/envs/keras/lib/python3.6/site-packages/Keras-2.1.3-py3.6.egg/keras/engine/training.py", line 1800, in predict "/home/kluger/.anaconda/envs/keras/lib/python3.6/site-packages/Keras-2.1.3-py3.6.egg/keras/engine/training.py", line 1301, in _predict_loop "/home/kluger/.anaconda/envs/keras/lib/python3.6/site-packages/Keras-2.1.3-py3.6.egg/keras/backend/tensorflow_backend.py", line 2475, in __call__ "/home/kluger/.anaconda/envs/keras/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 895, in run run_metadata_ptr) "/home/kluger/.anaconda/envs/keras/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1128, in _run feed_dict_tensor, options, run_metadata) "/home/kluger/.anaconda/envs/keras/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1344, in _do_run options, run_metadata) "/home/kluger/.anaconda/envs/keras/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1363, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'input_3' with dtype float and shape [?,1]
0.709083
Traceback (most recent call last): "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pip'
Traceback (most recent call last): "fully_featured_trainer.py", line 20, in <module> from demo.example_model import ExampleModel ModuleNotFoundError: No module named 'demo'
0.792993
Traceback (most recent call last): "E:/Output/Python_output/PARL/PARL-kog/main.py", line 1, in <module> import paddle.fluid "C:\Users\Administrator\AppData\Local\Programs\Python\Python35\lib\site-packages\paddle\fluid\__init__.py", line 18, in <module> from . import framework "C:\Users\Administrator\AppData\Local\Programs\Python\Python35\lib\site-packages\paddle\fluid\framework.py", line 33, in <module> directory. The original error is: \n""" + cpt.get_exception_message(e)) ImportError: NOTE: You may need to run "export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH"
Traceback (most recent call last): "/usr/local/bin/googler", line 29, in <module> from http.client import HTTPSConnection ImportError: cannot import name 'HTTPSConnection'
0.748521
Traceback (most recent call last): "/repro/.venv/bin/great_expectations", line 8, in <module> sys.exit(main()) "/repro/.venv/lib/python3.7/site-packages/great_expectations/cli/cli.py", line 67, in main cli() "/repro/.venv/lib/python3.7/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) "/repro/.venv/lib/python3.7/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) "/repro/.venv/lib/python3.7/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/repro/.venv/lib/python3.7/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/repro/.venv/lib/python3.7/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "/repro/.venv/lib/python3.7/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/repro/.venv/lib/python3.7/site-packages/great_expectations/cli/mark.py", line 28, in wrapper func(*args, **kwargs) "/repro/.venv/lib/python3.7/site-packages/great_expectations/cli/checkpoint.py", line 56, in checkpoint_new template = _load_checkpoint_yml_template() "/repro/.venv/lib/python3.7/site-packages/great_expectations/cli/checkpoint.py", line 98, in _load_checkpoint_yml_template with open(template_file, "r") as f: NotFoundError: [Errno 2] No such file or directory: '/repro/.venv/lib/python3.7/site-packages/great_expectations/cli/../data_context/checkpoint_template.yml'
Traceback (most recent call last): "/usr/local/bin/objection", line 11, in <module> sys.exit(cli()) "/usr/local/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/usr/local/lib/python3.6/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/usr/local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/usr/local/lib/python3.6/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/usr/local/lib/python3.6/site-packages/objection/console/cli.py", line 213, in patchapk patch_android_apk(**locals()) "/usr/local/lib/python3.6/site-packages/objection/commands/mobile_packages.py", line 156, in patch_android_apk shutil.copyfile(patcher.get_patched_apk_path(), os.path.join(os.path.abspath('.'), destination)) "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/shutil.py", line 120, in copyfile with open(src, 'rb') as fsrc: NotFoundError: [Errno 2] No such file or directory: '/var/folders/4p/6jcgwmts2dl5j6zjc2zj0scm0000gn/T/tmpn3o7sld1.apktemp.aligned.objection.apk'
0.748533
Traceback (most recent call last): "setup.py", line 55, in <module> CUDA = locate_cuda() "setup.py", line 49, in locate_cuda for k, v in cudaconfig.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems'
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\pyinstaller.exe\__main__.py", line 9, in <module> "c:\program files\python37\lib\site-packages\PyInstaller\__main__.py", line 111, in run run_build(pyi_config, spec_file, **vars(args)) "c:\program files\python37\lib\site-packages\PyInstaller\__main__.py", line 63, in run_build PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs) "c:\program files\python37\lib\site-packages\PyInstaller\building\build_main.py", line 838, in main build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build')) "c:\program files\python37\lib\site-packages\PyInstaller\building\build_main.py", line 784, in build exec(text, spec_namespace) "<string>", line 26, in <module> "c:\program files\python37\lib\site-packages\PyInstaller\building\build_main.py", line 241, in __init__ self.__postinit__() "c:\program files\python37\lib\site-packages\PyInstaller\building\datastruct.py", line 158, in __postinit__ self.assemble() "c:\program files\python37\lib\site-packages\PyInstaller\building\build_main.py", line 368, in assemble self.graph.add_hiddenimports(self.hiddenimports) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 532, in add_hiddenimports node = self.import_hook(modnm) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook source_package, target_module_partname, level) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package target_module_headname, target_package_name, source_package) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module m = self._load_package(fqname, pathname, packagepath) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package self._load_module(fqname, fp, buf, stuff) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2417, in _safe_import_hook edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1438, in import_hook target_module, target_attr_names): "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1726, in _import_importable_package_submodules attr_name, submodule_name, package) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module m = self._load_package(fqname, pathname, packagepath) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package self._load_module(fqname, fp, buf, stuff) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook target_attr_names=None, level=level, edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook target_module = self._load_tail(target_package, target_module_partname) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail submodule = self._safe_import_module(head, mname, submodule) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook target_attr_names=None, level=level, edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook target_module = self._load_tail(target_package, target_module_partname) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail submodule = self._safe_import_module(head, mname, submodule) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module m = self._load_package(fqname, pathname, packagepath) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package self._load_module(fqname, fp, buf, stuff) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2417, in _safe_import_hook edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1438, in import_hook target_module, target_attr_names): "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1726, in _import_importable_package_submodules attr_name, submodule_name, package) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook target_attr_names=None, level=level, edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook source_package, target_module_partname, level) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package target_module_headname, target_package_name, source_package) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module m = self._load_package(fqname, pathname, packagepath) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package self._load_module(fqname, fp, buf, stuff) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2417, in _safe_import_hook edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1438, in import_hook target_module, target_attr_names): "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1726, in _import_importable_package_submodules attr_name, submodule_name, package) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2417, in _safe_import_hook edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1438, in import_hook target_module, target_attr_names): "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1726, in _import_importable_package_submodules attr_name, submodule_name, package) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook target_attr_names=None, level=level, edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook target_module = self._load_tail(target_package, target_module_partname) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail submodule = self._safe_import_module(head, mname, submodule) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook target_attr_names=None, level=level, edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook source_package, target_module_partname, level) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package target_module_headname, target_package_name, source_package) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook target_attr_names=None, level=level, edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook target_module = self._load_tail(target_package, target_module_partname) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail submodule = self._safe_import_module(head, mname, submodule) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook target_attr_names=None, level=level, edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook target_module = self._load_tail(target_package, target_module_partname) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail submodule = self._safe_import_module(head, mname, submodule) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook target_attr_names=None, level=level, edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook source_package, target_module_partname, level) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package target_module_headname, target_package_name, source_package) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module m = self._load_package(fqname, pathname, packagepath) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package self._load_module(fqname, fp, buf, stuff) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook target_attr_names=None, level=level, edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook target_module = self._load_tail(target_package, target_module_partname) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail submodule = self._safe_import_module(head, mname, submodule) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module module_basename, module_name, parent_package) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module module_name, file_handle, pathname, metadata) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module self._scan_code(m, co, co_ast) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code self._process_imports(module) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports target_module = self._safe_import_hook(*import_info, **kwargs)[0] "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook target_attr_names=None, level=level, edge_attr=edge_attr) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook target_module = self._load_tail(target_package, target_module_partname) "c:\program files\python37\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail submodule = self._safe_import_module(head, mname, submodule) "c:\program files\python37\lib\site-packages\PyInstaller\depend\analysis.py", line 260, in _safe_import_module hook_module.pre_safe_import_module(hook_api) "c:\program files\python37\lib\site-packages\PyInstaller\hooks\pre_safe_import_module\hook-setuptools.extern.six.moves.py", line 34, in pre_safe_import_module for real_module_name, six_module_name in real_to_six_module_name.items(): AttributeError: 'str' object has no attribute 'items'
0.705283
Traceback (most recent call last): "<string>", line 1, in <module> "/home/nathaniel/Programs/anaconda3/envs/nlp/lib/python3.8/site-packages/triton/__init__.py", line 1, in <module> from .kernel import * "/home/nathaniel/Programs/anaconda3/envs/nlp/lib/python3.8/site-packages/triton/kernel.py", line 1, in <module> import triton._C.libtriton as libtriton ImportError: /home/nathaniel/Programs/anaconda3/envs/nlp/lib/python3.8/site-packages/triton/_C/libtriton.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationESs
Traceback (most recent call last): "/var/tmp/.salt_08831c_salt/py3/tornado/gen.py", line 114, in <module> from collections.abc import Generator as GeneratorType # type: ignore ImportError: cannot import name 'Generator'
0.779945
Traceback (most recent call last): "<string>", line 1, in <module> "/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/multiprocessing/spawn.py", line 105, in spawn_main exitcode = _main(fd) "/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/multiprocessing/spawn.py", line 115, in _main self = reduction.pickle.load(from_parent) "/Users/matthew/.local/share/virtualenvs/sac-GXH7Dfhw/lib/python3.7/site-packages/sacred/config/custom_containers.py", line 232, in _readonly self.message, AttributeError: 'ReadOnlyList' object has no attribute 'message'
Traceback (most recent call last): "run_behave.py", line 16, in <module> behave_main(["C:\\MyWorkspace\\synthetics\\features\\", "-n NEAT"]) "C:\MyWorkspace\synthetics\features\modules\behave-1.2.6\behave\__main__.py", line 182, in main config = Configuration(args) "C:\MyWorkspace\synthetics\features\modules\behave-1.2.6\behave\configuration.py", line 647, in __init__ self.reporters.append(SummaryReporter(self)) "C:\MyWorkspace\synthetics\features\modules\behave-1.2.6\behave\reporter\summary.py", line 49, in __init__ self.feature_summary = {Status.passed.name: 0, Status.failed.name: 0, AttributeError: 'int' object has no attribute 'name'
0.701773
Traceback (most recent call last): "/tmp/ansible_HvcZF9/ansible_module_nxos_facts.py", line 516, in <module> main() "/tmp/ansible_HvcZF9/ansible_module_nxos_facts.py", line 499, in main inst.populate() "/tmp/ansible_HvcZF9/ansible_module_nxos_facts.py", line 299, in populate self.facts['neighbors'] = self.populate_neighbors(data) "/tmp/ansible_HvcZF9/ansible_module_nxos_facts.py", line 320, in populate_neighbors if data.startswith('ERROR'): AttributeError: 'dict' object has no attribute 'startswith'
Traceback (most recent call last): "/usr/local/bin/tidal-dl", line 10, in <module> sys.exit(main()) "/Library/Python/3.7/site-packages/tidal_dl/__init__.py", line 172, in main dl.downloadTrack() "/Library/Python/3.7/site-packages/tidal_dl/download.py", line 346, in downloadTrack coverUrl = self.tool.getAlbumArtworkUrl(aAlbumInfo['cover']) "/Library/Python/3.7/site-packages/tidal_dl/tidal.py", line 278, in getAlbumArtworkUrl return 'https://resources.tidal.com/images/{0}/{1}x{1}.jpg'.format(coverid.replace('-', '/'), size) AttributeError: 'NoneType' object has no attribute 'replace'
0.70677
Traceback (most recent call last): "C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\twisted\internet\defer.py", line 653, in _runCallbacks current.result = callback(current.result, *args, **kw) "C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\twisted\internet\task.py", line 865, in <lambda> d.addCallback(lambda ignored: callable(*args, **kw)) "C:\Users\Magdalena Szydlowska\Projects\golem\golem\task\server\resources.py", line 224, in <lambda> lambda *_: self._handshake_timeout(self.key_id) AttributeError: 'TaskServer' object has no attribute 'key_id'
Traceback (most recent call last): "/home/markus/venv/lib/python3.5/site-packages/flask/app.py", line 2292, in wsgi_app response = self.full_dispatch_request() "/home/markus/venv/lib/python3.5/site-packages/flask/app.py", line 1808, in full_dispatch_request self.try_trigger_before_first_request_functions() "/home/markus/venv/lib/python3.5/site-packages/flask/app.py", line 1855, in try_trigger_before_first_request_functions func() "/home/markus/timing-observer/app/__init__.py", line 83, in load_tasks from app import tasks "/home/markus/timing-observer/app/tasks.py", line 25, in <module> @scheduler.task('cron', id='gi', day='1', hour='2') AttributeError: module 'flask_apscheduler.scheduler' has no attribute 'task'
0.687038
Traceback (most recent call last): "C:\Users\JAWAD SAEED\Desktop\Chaos-master\logistic_interactive.py", line 13, in <module> from PyQt5.QtCore import Qt ImportError: DLL load failed: %1 is not a valid Win32 application.
Traceback (most recent call last): "/usr/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) "/usr/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) "/<<PKGBUILDDIR>>/tests/unit/cloud/clouds/test_dimensiondata.py", line 26, in <module> from tests.support.mock import MagicMock, NO_MOCK, NO_MOCK_REASON, patch, __version__ as mock_version ImportError: cannot import name '__version__'
0.717187
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: No module named exporter
Traceback (most recent call last): "demo-alpha-pose.py", line 22, in <module> from newnms.nms import soft_nms "/home/luoyuncen/AlphaPose/human-detection/tools/../lib/newnms/nms.py", line 3, in <module> from cpu_nms import cpu_nms, cpu_soft_nms ImportError: No module named cpu_nms
0.776569
Traceback (most recent call last): "/home/tulsi/PathPicker/src/processInput.py", line 84, in <module> doProgram(flags) "/home/tulsi/PathPicker/src/processInput.py", line 53, in doProgram lineObjs = getLineObjs(flags) "/home/tulsi/PathPicker/src/processInput.py", line 20, in getLineObjs inputLines = sys.stdin.readlines() "/usr/lib/python3.7/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc1 in position 1191: invalid start byte
Traceback (most recent call last): "c:\python35\lib\site-packages\access_points\__init__.py", line 14, in ensure_str output = output.decode("utf8") UnicodeDecodeError: 'utf-8' codec can't decode byte 0x81 in position 12: invalid start byte
0.734768
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/libqtile/confreader.py", line 55, in __init__ config = __import__(os.path.basename(fname)[:-3]) "/home/dave/.config/qtile/config.py", line 305, in <module> widget.Mpd( AttributeError: module 'libqtile.widget' has no attribute 'Mpd'
Traceback (most recent call last): "run_websocket_server.py", line 53, in <module> server = start_proc(WebsocketServerWorker, kwargs) "run_websocket_server.py", line 23, in start_proc p.start() "H:\Softwares\anaconda\envs\dlpytorch\lib\multiprocessing\process.py", line 105, in start self._popen = self._Popen(self) "H:\Softwares\anaconda\envs\dlpytorch\lib\multiprocessing\context.py", line 223, in _Popen return _default_context.get_context().Process._Popen(process_obj) "H:\Softwares\anaconda\envs\dlpytorch\lib\multiprocessing\context.py", line 322, in _Popen return Popen(process_obj) "H:\Softwares\anaconda\envs\dlpytorch\lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__ reduction.dump(process_obj, to_child) "H:\Softwares\anaconda\envs\dlpytorch\lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) AttributeError: Can't pickle local object 'start_proc.<locals>.target'
0.682562
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): "/usr/lib/python3.6/site-packages/ranger/core/main.py", line 140, in main fm.loop() "/usr/lib/python3.6/site-packages/ranger/core/fm.py", line 338, in loop ui.redraw() "/usr/lib/python3.6/site-packages/ranger/gui/ui.py", line 265, in redraw self.draw() "/usr/lib/python3.6/site-packages/ranger/gui/ui.py", line 291, in draw DisplayableContainer.draw(self) "/usr/lib/python3.6/site-packages/ranger/gui/displayable.py", line 246, in draw displayable.draw() "/usr/lib/python3.6/site-packages/ranger/gui/widgets/browserview.py", line 98, in draw DisplayableContainer.draw(self) "/usr/lib/python3.6/site-packages/ranger/gui/displayable.py", line 246, in draw displayable.draw() "/usr/lib/python3.6/site-packages/ranger/gui/widgets/browsercolumn.py", line 166, in draw self._draw_directory() "/usr/lib/python3.6/site-packages/ranger/gui/widgets/browsercolumn.py", line 273, in _draw_directory text = current_linemode.filetitle(drawn, metadata) "/usr/lib/python3.6/site-packages/ranger/core/linemode.py", line 83, in filetitle return "%s %s %s %s" % (file.get_permission_string(), "/usr/lib/python3.6/site-packages/ranger/container/fsobject.py", line 388, in get_permission_string mode = self.stat.st_mode AttributeError: 'NoneType' object has no attribute 'st_mode'
0.708615
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/sethweidman/anaconda3/lib/python3.7/site-packages/torchaudio/__init__.py", line 5, in <module> import _torch_sox ImportError: dlopen(/Users/sethweidman/anaconda3/lib/python3.7/site-packages/_torch_sox.cpython-37m-darwin.so, 2): Symbol not found: __ZN3c1011CPUTensorIdEv
Traceback (most recent call last): "/opt/ralph/ralph-core/bin/ralph", line 11, in <module> load_entry_point('ralph==3.0.0', 'console_scripts', 'ralph')() "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/__main__.py", line 29, in prod main('ralph.settings.prod') "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/__main__.py", line 14, in main execute_from_command_line(sys.argv) "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/core/management/__init__.py", line 328, in execute django.setup() "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/apps/config.py", line 112, in create mod = import_module(mod_path) "/opt/ralph/ralph-core/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 2254, in _gcd_import "<frozen importlib._bootstrap>", line 2237, in _find_and_load "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 1200, in _load_unlocked "<frozen importlib._bootstrap>", line 1129, in _exec "<frozen importlib._bootstrap>", line 1471, in exec_module "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/notifications/apps.py", line 5, in <module> from ralph.notifications.sender import send_notification_for_model "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/notifications/sender.py", line 10, in <module> from ralph.lib.metrics import statsd "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/lib/metrics/__init__.py", line 1, in <module> from .collector import build_statsd_client, statsd "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/lib/metrics/collector.py", line 5, in <module> from statsd import defaults, StatsClient ImportError: No module named 'statsd'
0.731492
Traceback (most recent call last): "/Users/imac21/Desktop/Armory3D_Test/Armory/blender.app//armsdk//armory/blender/handlers.py", line 67, in on_scene_update_post make.play_project(in_viewport=True) "/Users/imac21/Desktop/Armory3D_Test/Armory/blender.app//armsdk//armory/blender/make.py", line 348, in play_project build_project(is_play=True, in_viewport=in_viewport, target=state.target) "/Users/imac21/Desktop/Armory3D_Test/Armory/blender.app//armsdk//armory/blender/make.py", line 268, in build_project export_data(fp, sdk_path, is_play=is_play, is_publish=is_publish, in_viewport=in_viewport) "/Users/imac21/Desktop/Armory3D_Test/Armory/blender.app//armsdk//armory/blender/make.py", line 95, in export_data exporter.execute(bpy.context, asset_path) "/Users/imac21/Desktop/Armory3D_Test/Armory/blender.app//armsdk//armory/blender/exporter.py", line 2412, in execute self.export_materials() "/Users/imac21/Desktop/Armory3D_Test/Armory/blender.app//armsdk//armory/blender/exporter.py", line 2210, in export_materials sd, is_transluc = make_material.parse(material, o, self.materialToObjectDict, ArmoryExporter.renderpath_id) "/Users/imac21/Desktop/Armory3D_Test/Armory/blender.app//armsdk//armory/blender/material/make.py", line 44, in parse rpasses = mat_utils.get_rpasses(material) "/Users/imac21/Desktop/Armory3D_Test/Armory/blender.app//armsdk//armory/blender/material/mat_utils.py", line 29, in get_rpasses elif is_transluc(material): "/Users/imac21/Desktop/Armory3D_Test/Armory/blender.app//armsdk//armory/blender/material/mat_utils.py", line 45, in is_transluc surface_node = output_node.inputs[0].links[0].from_node IndexError: tuple index out of range
Traceback (most recent call last): "/home/zixi/anaconda3/envs/ROC/lib/python3.7/site-packages/torch/multiprocessing/spawn.py", line 20, in _wrap fn(i, *args) "/home/zixi/EE-599/fairseq/fairseq_cli/train.py", line 324, in distributed_main main(args, init_distributed=True) "/home/zixi/EE-599/fairseq/fairseq_cli/train.py", line 117, in main valid_losses = train(args, trainer, task, epoch_itr, max_update) "/home/zixi/anaconda3/envs/ROC/lib/python3.7/contextlib.py", line 74, in inner return func(*args, **kwds) "/home/zixi/EE-599/fairseq/fairseq_cli/train.py", line 187, in train log_output = trainer.train_step(samples) "/home/zixi/anaconda3/envs/ROC/lib/python3.7/contextlib.py", line 74, in inner return func(*args, **kwds) "/home/zixi/EE-599/fairseq/fairseq/trainer.py", line 379, in train_step ignore_grad=is_dummy_batch, "/home/zixi/EE-599/fairseq/fairseq/tasks/fairseq_task.py", line 341, in train_step loss, sample_size, logging_output = criterion(model, sample) "/home/zixi/anaconda3/envs/ROC/lib/python3.7/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/home/zixi/EE-599/fairseq/fairseq/criterions/cross_entropy.py", line 29, in forward net_output = model(**sample['net_input']) "/home/zixi/anaconda3/envs/ROC/lib/python3.7/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/home/zixi/EE-599/fairseq/fairseq/legacy_distributed_data_parallel.py", line 86, in forward return self.module(*inputs, **kwargs) "/home/zixi/anaconda3/envs/ROC/lib/python3.7/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/home/zixi/EE-599/fairseq/fairseq/models/transformer.py", line 272, in forward return_all_hiddens=return_all_hiddens, "/home/zixi/anaconda3/envs/ROC/lib/python3.7/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/home/zixi/EE-599/fairseq/fairseq/models/transformer.py", line 498, in forward encoder_states[-1] = x IndexError: list assignment index out of range
0.685065
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: No module named builtins
Traceback (most recent call last): ".\pager.py", line 96, in <module> full_screen=True) "c:\users\test\documents\development\python-prompt-toolkit\prompt_toolkit\application\application.py", line 217, in __init__ self._running_in_terminal_f = get_event_loop().create_future() "c:\users\test\documents\development\python-prompt-toolkit\prompt_toolkit\eventloop\defaults.py", line 61, in get_event_loop _loop = create_event_loop() "c:\users\test\documents\development\python-prompt-toolkit\prompt_toolkit\eventloop\defaults.py", line 22, in create_event_loop from .win32 import Win32EventLoop "c:\users\test\documents\development\python-prompt-toolkit\prompt_toolkit\eventloop\win32.py", line 8, in <module> from .base import EventLoop, INPUT_TIMEOUT ImportError: cannot import name 'INPUT_TIMEOUT'
0.756585
>>> >>> ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... Traceback (most recent call last): "<stdin>", line 6, in <module> "hdf5.py", line 19, in <module> import h5py ImportError: No module named h5py
Traceback (most recent call last): "/usr/local/bin/terraform-compliance", line 5, in <module> from terraform_compliance.main import cli "/usr/local/lib/python3.7/site-packages/terraform_compliance/main.py", line 8, in <module> from radish.main import main as call_radish "/usr/local/lib/python3.7/site-packages/radish/main.py", line 15, in <module> from . import __VERSION__ ImportError: cannot import name '__VERSION__' from 'radish' (/usr/local/lib/python3.7/site-packages/radish/__init__.py)
0.77883
Traceback (most recent call last): "model_builder_test.py", line 23, in <module> from object_detection.builders import model_builder "D:\python_ver\python364\lib\site-packages\object_detection\builders\model_builder.py", line 20, in <module> from object_detection.builders import anchor_generator_builder "D:\python_ver\python364\lib\site-packages\object_detection\builders\anchor_generator_builder.py", line 21, in <module> from object_detection.protos import anchor_generator_pb2 ImportError: cannot import name 'anchor_generator_pb2'
Traceback (most recent call last): "zip.py", line 1, in <module> import zipline.api "/usr/local/lib/python2.7/site-packages/zipline/__init__.py", line 42, in <module> from .utils.run_algo import run_algorithm "/usr/local/lib/python2.7/site-packages/zipline/utils/run_algo.py", line 17, in <module> from zipline.algorithm import TradingAlgorithm "/usr/local/lib/python2.7/site-packages/zipline/algorithm.py", line 85, in <module> from zipline.finance.performance import PerformanceTracker "/usr/local/lib/python2.7/site-packages/zipline/finance/performance/__init__.py", line 16, in <module> from . tracker import PerformanceTracker "/usr/local/lib/python2.7/site-packages/zipline/finance/performance/tracker.py", line 69, in <module> import zipline.finance.risk as risk "/usr/local/lib/python2.7/site-packages/zipline/finance/risk/__init__.py", line 16, in <module> from . report import RiskReport "/usr/local/lib/python2.7/site-packages/zipline/finance/risk/report.py", line 64, in <module> from . period import RiskMetricsPeriod "/usr/local/lib/python2.7/site-packages/zipline/finance/risk/period.py", line 28, in <module> from empyrical import ( ImportError: cannot import name information_ratio
0.773104
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 192, in proxy_minion_process proxyminion.start() "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 478, in start self.minion.tune_in() "/usr/lib/python2.7/dist-packages/salt/minion.py", line 1695, in tune_in self.sync_connect_master() "/usr/lib/python2.7/dist-packages/salt/minion.py", line 756, in sync_connect_master raise six.reraise(*future_exception) "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run yielded = self.gen.throw(*exc_info) "/usr/lib/python2.7/dist-packages/salt/minion.py", line 764, in connect_master yield self._post_master_init(master) "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run value = future.result() "/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result raise_exc_info(self._exc_info) "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 879, in run yielded = self.gen.send(value) "/usr/lib/python2.7/dist-packages/salt/minion.py", line 2626, in _post_master_init proxy_init_fn(self.opts) "/var/cache/salt/proxy/extmods/proxy/napalm.py", line 120, in init except napalm.exceptions.ConnectionException as error: AttributeError: 'module' object has no attribute 'exceptions'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1722, in _process_virtual virtual = getattr(mod, virtual_func)() "/usr/lib/python2.7/dist-packages/salt/utils/boto3.py", line 77, in __virtual__ return salt.utils.versions.check_boto_reqs() "/usr/lib/python2.7/dist-packages/salt/utils/versions.py", line 340, in check_boto_reqs if not has_boto or version_cmp(boto.__version__, boto_ver) == -1: AttributeError: 'module' object has no attribute '__version__'
0.687269
Traceback (most recent call last): "C:\Anaconda\lib\site-packages\sphinx\ext\autodoc.py", line 658, in import_object __import__(self.modname) "G:\Geoff\Dropbox\Documents\School\PhD\Projects\Code\osmnx-repos\osmnx\osmnx\__init__.py", line 9, in <module> from .buildings import * "G:\Geoff\Dropbox\Documents\School\PhD\Projects\Code\osmnx-repos\osmnx\osmnx\buildings.py", line 9, in <module> import geopandas as gpd "C:\Anaconda\lib\site-packages\geopandas\__init__.py", line 1, in <module> from geopandas.geoseries import GeoSeries "C:\Anaconda\lib\site-packages\geopandas\geoseries.py", line 5, in <module> from pandas import Series "C:\Anaconda\lib\site-packages\pandas\__init__.py", line 35, in <module> "the C extensions first.".format(module)) ImportError: C extension: 'iNaT' not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.
Traceback (most recent call last): "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.
0.695808
Traceback (most recent call last): "/volume1/@appstore/py3k/usr/local/bin/subliminal", line 11, in <module> sys.exit(subliminal()) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/decorators.py", line 27, in new_func return f(get_current_context().obj, *args, **kwargs) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/cli.py", line 403, in download hearing_impaired=hearing_impaired, only_one=single) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/core.py", line 211, in download_best_subtitles for s in subtitles], key=operator.itemgetter(1), reverse=True) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/core.py", line 211, in <listcomp> for s in subtitles], key=operator.itemgetter(1), reverse=True) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/score.py", line 106, in compute_score matches = subtitle.get_matches(video) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/providers/opensubtitles.py", line 78, in get_matches matches |= guess_matches(video, guessit(self.movie_release_name, {'type': 'episode'})) "/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/subtitle.py", line 235, in guess_matches if video.format and 'format' in guess and not isinstance(guess['format'], list) and guess['format'].lower() == video.format.lower(): AttributeError: 'list' object has no attribute 'lower'
Traceback (most recent call last): "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/bin/molecule", line 11, in <module> sys.exit(main()) "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/local/lib/python2.7/site-packages/molecule/cli.py", line 41, in main cli(obj={}) "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/local/lib/python2.7/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/local/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/local/lib/python2.7/site-packages/molecule/command/idempotence.py", line 120, in idempotence util.sysexit(i.execute()[0]) "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/local/lib/python2.7/site-packages/molecule/command/idempotence.py", line 59, in execute util.print_error('\n'.join(self._non_idempotent_tasks(output))) "/home/elana/src/rms-di-infrastructure/ansible/.ansible-venv/local/lib/python2.7/site-packages/molecule/command/idempotence.py", line 104, in _non_idempotent_tasks task_name = re.search(r'\[(.*)\]', task_line).groups()[0] AttributeError: 'NoneType' object has no attribute 'groups'
0.710138
Traceback (most recent call last): "/height.py", line 2, in <module> from telegram.ext import Updater, CommandHandler "/usr/local/lib/python3.7/site-packages/telegram/ext/__init__.py", line 27, in <module> from .jobqueue import JobQueue, Job "/usr/local/lib/python3.7/site-packages/telegram/ext/jobqueue.py", line 26, in <module> from apscheduler.events import EVENT_JOB_ERROR, EVENT_JOB_EXECUTED, JobEvent "/usr/local/lib/python3.7/site-packages/apscheduler/__init__.py", line 1, in <module> from pkg_resources import get_distribution, DistributionNotFound "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 32, in <module> import plistlib "/usr/local/lib/python3.7/plistlib.py", line 65, in <module> from xml.parsers.expat import ParserCreate "/usr/local/lib/python3.7/xml/parsers/expat.py", line 4, in <module> from pyexpat import * ImportError: /lib/x86_64-linux-gnu/libexpat.so.1: file too short
Traceback (most recent call last): "project/script.py", line 1, in <module> from project.tune.experiment import run_fn "/home/sumner/Projects/extune/project/tune/experiment.py", line 4, in <module> from project.sacred.experiment import ex "/home/sumner/Projects/extune/project/sacred/experiment.py", line 8, in <module> from project.sacred.ingredients import data_ingredient, load_data "/home/sumner/Projects/extune/project/sacred/ingredients.py", line 2, in <module> from sacred import Ingredient ImportError: cannot import name 'Ingredient'
0.727501
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/user/virtual-env/angr/local/lib/python2.7/site-packages/angr/__init__.py", line 26, in <module> from .project import * "/home/user/virtual-env/angr/local/lib/python2.7/site-packages/angr/project.py", line 592, in <module> from .analyses.analysis import Analyses "/home/user/virtual-env/angr/local/lib/python2.7/site-packages/angr/analyses/__init__.py", line 22, in <module> from .reassembler import Reassembler "/home/user/virtual-env/angr/local/lib/python2.7/site-packages/angr/analyses/reassembler.py", line 9, in <module> import capstone "/home/user/virtual-env/angr/local/lib/python2.7/site-packages/capstone/__init__.py", line 6, in <module> from . import arm, arm64, mips, ppc, sparc, systemz, x86, xcore ImportError: cannot import name arm
Traceback (most recent call last): "/volume2/@appstore/sickchill/var/SickBeard/SickBeard.py", line 416, in load_shows_from_db cur_show = TVShow(sql_show[b'indexer'], sql_show[b'indexer_id']) "/volume2/@appstore/sickchill/var/SickBeard/sickbeard/tv.py", line 120, in __init__ self.loadFromDB() "/volume2/@appstore/sickchill/var/SickBeard/sickbeard/tv.py", line 785, in loadFromDB self.loadIMDbInfo() "/volume2/@appstore/sickchill/var/SickBeard/sickbeard/tv.py", line 851, in loadIMDbInfo i = imdb.IMDb() "/volume2/@appstore/sickchill/var/SickBeard/lib/imdb/__init__.py", line 195, in IMDb from .parser.http import IMDbHTTPAccessSystem "/volume2/@appstore/sickchill/var/SickBeard/lib/imdb/parser/http/__init__.py", line 40, in <module> from . import ( "/volume2/@appstore/sickchill/var/SickBeard/lib/imdb/parser/http/companyParser.py", line 32, in <module> from .piculet import Path, Rule, Rules "/volume2/@appstore/sickchill/var/SickBeard/lib/imdb/parser/http/piculet.py", line 263, in <module> from lxml import etree as ElementTree ImportError: cannot import name etree
0.723194
Traceback (most recent call last): ... "C:\PVE\lib\site-packages\asyncssh\sftp.py", line 2091, in get await self._begin_copy(self, Local , remotepaths, localpath, "C:\PVE\lib\site-packages\asyncssh\sftp.py", line 1988, in _begin_copy await self._copy(srcfs, dstfs, srcfile, dstfile, preserve, "C:\PVE\lib\site-packages\asyncssh\sftp.py", line 1938, in _copy await _SFTP Copier(block_size, max_requests, 0, "C:\PVE\lib\site-packages\asyncssh\sftp.py", line 436, in run if exc and exc.code != FX_EOF: AttributeError: 'ConnectionResetError' object has no attribute 'code'
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 808, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 863, in process_ie_result "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 1644, in process_video_result "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 1920, in process_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 1865, in dl "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\downloader\common.py", line 366, in download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\downloader\http.py", line 349, in real_download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\downloader\http.py", line 243, in download AttributeError: 'ssl.SSLError' object has no attribute 'message'
0.693262
Traceback (most recent call last): "/build/locust-1.4.3/locust/test/test_client.py", line 119, in test_error_message_with_name_replacement self.assertIn("for url: replaced_url_name", str(kwargs["exception"])) AssertionError: 'for url: replaced_url_name' not found in "HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url: http://127.0.0.1:40873/wrong_url/01 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc6405f9280>: Failed to establish a new connection: [Errno 111] Connection refused')))"
Traceback (most recent call last): "/USERS/TKOMIYA/WORK/SPHINX/.TOX/PY27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/Users/tkomiya/work/sphinx/tests/test_build_html.py", line 369, in check_xpath [node.text for node in nodes])) AssertionError: 'Return spam\\.' not found in any node matching path .//dd/p in autodoc.html: [u'small markup error which should have\ncorrect location information.']
0.675709
Traceback (most recent call last): "./changeme.py", line 47, in <module> print core.banner(version.__version__) AttributeError: 'module' object has no attribute 'banner'
Traceback (most recent call last): "zmq.py", line 8, in <module> import zmq "g:\proj\python\tests\zmq.py", line 10, in <module> context = zmq.Context() AttributeError: module 'zmq' has no attribute 'Context'
0.801071
Traceback (most recent call last): "<string>", line 1, in <module> "/data/home/amaxcuda9/Mlis1403/zhangge/nnUNet/setup.py", line 1, in <module> from setuptools import setup, find_namespace_packages ImportError: cannot import name find_namespace_packages
Traceback (most recent call last): "/home/plex/.local/bin/acd_cli", line 7, in <module> from acd_cli import main "/home/plex/.local/bin/acd_cli.py", line 24, in <module> from acdcli.cache import format, db ImportError: cannot import name 'db'
0.811242
Traceback (most recent call last): "/data/software/anaconda2/bin/conda", line 13, in <module> sys.exit(main()) "/data/software/anaconda2/lib/python2.7/site-packages/conda/cli/main.py", line 116, in main from ..exceptions import conda_exception_handler "/data/software/anaconda2/lib/python2.7/site-packages/conda/exceptions.py", line 24, in <module> from .common.io import dashlist, timeout "/data/software/anaconda2/lib/python2.7/site-packages/conda/common/io.py", line 7, in <module> from concurrent.futures import ThreadPoolExecutor, _base, as_completed ImportError: No module named concurrent.futures
Traceback (most recent call last): "/opt/conda/lib/python3.6/site-packages/sklearn/__check_build/__init__.py", line 44, in <module> from ._check_build import check_build # noqa ImportError: dlopen: cannot load any more object with static TLS
0.777159
Traceback (most recent call last): "/home/techtonik/p/ranger/ranger/core/main.py", line 195, in main fm.loop() "/home/techtonik/p/ranger/ranger/core/fm.py", line 398, in loop ui.redraw() "/home/techtonik/p/ranger/ranger/gui/ui.py", line 342, in redraw self.finalize() "/home/techtonik/p/ranger/ranger/gui/ui.py", line 397, in finalize DisplayableContainer.finalize(self) "/home/techtonik/p/ranger/ranger/gui/displayable.py", line 264, in finalize displayable.finalize() "/home/techtonik/p/ranger/ranger/gui/widgets/view_base.py", line 60, in finalize - self.main_column.scroll_begin AttributeError: 'NoneType' object has no attribute 'pointer'
Traceback (most recent call last): "/opt/app/lib/python2.7/site-packages/celery/apps/beat.py", line 107, in start_scheduler service.start() "/opt/app/lib/python2.7/site-packages/celery/beat.py", line 528, in start humanize_seconds(self.scheduler.max_interval)) "/opt/app/lib/python2.7/site-packages/kombu/utils/objects.py", line 44, in __get__ value = obj.__dict__[self.__name__] = self.__get(obj) "/opt/app/lib/python2.7/site-packages/celery/beat.py", line 572, in scheduler return self.get_scheduler() "/opt/app/lib/python2.7/site-packages/celery/beat.py", line 567, in get_scheduler lazy=lazy, "/opt/app/lib/python2.7/site-packages/django_celery_beat/schedulers.py", line 183, in __init__ Scheduler.__init__(self, *args, **kwargs) "/opt/app/lib/python2.7/site-packages/celery/beat.py", line 204, in __init__ self.setup_schedule() "/opt/app/lib/python2.7/site-packages/django_celery_beat/schedulers.py", line 191, in setup_schedule self.install_default_entries(self.schedule) "/opt/app/lib/python2.7/site-packages/django_celery_beat/schedulers.py", line 290, in schedule self._schedule = self.all_as_schedule() "/opt/app/lib/python2.7/site-packages/django_celery_beat/schedulers.py", line 199, in all_as_schedule s[model.name] = self.Entry(model, app=self.app) "/opt/app/lib/python2.7/site-packages/django_celery_beat/schedulers.py", line 88, in __init__ model.last_run_at = self._default_now() "/opt/app/lib/python2.7/site-packages/django_celery_beat/schedulers.py", line 106, in _default_now return now.tzinfo.localize(now.replace(tzinfo=None)) AttributeError: 'NoneType' object has no attribute 'localize'
0.67238
Traceback (most recent call last): "./imutils/bin/range-detector", line 10, in <module> import cv2 ImportError: No module named cv2
```Traceback (most recent call last): "/usr/local/bin/wifiphisher", line 9, in <module> load_entry_point('wifiphisher==1.4', 'console_scripts', 'wifiphisher')() "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 565, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2697, in load_entry_point return ep.load() "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2370, in load return self.resolve() "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2376, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/Library/Python/2.7/site-packages/wifiphisher-1.4-py2.7.egg/wifiphisher/pywifiphisher.py", line 25, in <module> import wifiphisher.common.interfaces as interfaces "/Library/Python/2.7/site-packages/wifiphisher-1.4-py2.7.egg/wifiphisher/common/interfaces.py", line 11, in <module> import dbus ImportError: No module named dbus```
0.823341
Traceback (most recent call last): "/usr/local/bin/telepresence/telepresence/cli.py", line 130, in crash_reporting yield "/usr/local/bin/telepresence/telepresence/main.py", line 60, in main remote_info = start_proxy(runner) "/usr/local/bin/telepresence/telepresence/proxy/__init__.py", line 104, in start_proxy run_id=run_id, "/usr/local/bin/telepresence/telepresence/proxy/remote.py", line 156, in get_remote_info runner, deployment_name, deployment_type, run_id=run_id "/usr/local/bin/telepresence/telepresence/proxy/remote.py", line 103, in get_deployment_json )["items"][0] IndexError: list index out of range
Traceback (most recent call last): "scriptHandler.pyc", line 187, in executeScript "globalCommands.pyc", line 1866, in script_braille_dots "brailleInput.pyc", line 219, in input "brailleInput.pyc", line 194, in _reportUntranslated "brailleInput.pyc", line 246, in updateDisplay "braille.pyc", line 1451, in _doCursorMove "braille.pyc", line 757, in update IndexError: list index out of range
0.704151
Traceback (most recent call last): "train.py", line 19, in <module> from paddleseg.cvlibs import manager, Config "/home/aistudio/work/PaddleSeg-release-v2.0.0-rc/paddleseg/__init__.py", line 15, in <module> from . import models, datasets, transforms "/home/aistudio/work/PaddleSeg-release-v2.0.0-rc/paddleseg/models/__init__.py", line 15, in <module> from .backbones import * "/home/aistudio/work/PaddleSeg-release-v2.0.0-rc/paddleseg/models/backbones/__init__.py", line 15, in <module> from .hrnet import * "/home/aistudio/work/PaddleSeg-release-v2.0.0-rc/paddleseg/models/backbones/hrnet.py", line 23, in <module> from paddleseg.utils import utils "/home/aistudio/work/PaddleSeg-release-v2.0.0-rc/paddleseg/utils/__init__.py", line 19, in <module> from .utils import * "/home/aistudio/work/PaddleSeg-release-v2.0.0-rc/paddleseg/utils/utils.py", line 16, in <module> import filelock ModuleNotFoundError: No module named 'filelock'`
Traceback (most recent call last): "C:\Users\vxiaofz\AppData\Local\Temp\tmptlbiz_cm.py", line 41, in <module> from hooks.utils import log_module_name_warning ModuleNotFoundError: No module named 'hooks'
0.828412
Traceback (most recent call last): "Doc2Vec.py", line 7, in <module> import gensim "/usr/local/lib/python3.6/dist-packages/gensim/__init__.py", line 5, in <module> from gensim import parsing, corpora, matutils, interfaces, models, similarities, summarization, utils # noqa:F401 "/usr/local/lib/python3.6/dist-packages/gensim/parsing/__init__.py", line 4, in <module> from .preprocessing import (remove_stopwords, strip_punctuation, strip_punctuation2, # noqa:F401 "/usr/local/lib/python3.6/dist-packages/gensim/parsing/preprocessing.py", line 42, in <module> from gensim import utils "/usr/local/lib/python3.6/dist-packages/gensim/utils.py", line 45, in <module> from smart_open import smart_open "/usr/local/lib/python3.6/dist-packages/smart_open/__init__.py", line 1, in <module> from .smart_open_lib import * "/usr/local/lib/python3.6/dist-packages/smart_open/smart_open_lib.py", line 45, in <module> from boto.compat import BytesIO, urlsplit, six "/usr/lib/python3/dist-packages/boto/__init__.py", line 1216, in <module> boto.plugin.load_plugins(config) "/usr/lib/python3/dist-packages/boto/plugin.py", line 92, in load_plugins for file in glob.glob(os.path.join(directory, '*.py')): "/usr/lib/python3.6/posixpath.py", line 80, in join a = os.fspath(a) TypeError: expected str, bytes or os.PathLike object, not NoneType
Traceback (most recent call last): "/Users/zed/.pyenv/versions/3.5.1/bin/scrapyd", line 9, in <module> load_entry_point('scrapyd==1.1.1', 'console_scripts', 'scrapyd')() "/Users/zed/.pyenv/versions/3.5.1/lib/python3.5/site-packages/pkg_resources/__init__.py", line 558, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/Users/zed/.pyenv/versions/3.5.1/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2682, in load_entry_point return ep.load() "/Users/zed/.pyenv/versions/3.5.1/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2355, in load return self.resolve() "/Users/zed/.pyenv/versions/3.5.1/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2361, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/Users/zed/.pyenv/versions/3.5.1/lib/python3.5/site-packages/scrapyd/__init__.py", line 3, in <module> version_info = tuple(__version__.split('.')[:3]) TypeError: a bytes-like object is required, not 'str'
0.691066
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-qZ7zsX-build/setup.py", line 25, in <module> from Cython.Distutils import build_ext ImportError: No module named Cython.Distutils
Traceback (most recent call last): "E:\SteamLibrary\emulator\Ice\ice\__main__.py", line 7, in <module> from cli import CommandLineRunner "ice\cli\__init__.py", line 2, in <module> from runner import CommandLineRunner "ice\cli\runner.py", line 10, in <module> from pysteam.steam import get_steam, Steam ImportError: cannot import name get_steam
0.713656
Traceback (most recent call last): "site-packages/pyglet/__init__.py", line 334, in __getattr__ AttributeError: 'NoneType' object has no attribute 'get_joysticks'
Traceback (most recent call last): "<frozen importlib._bootstrap>", line 969, in _find_and_load "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 664, in _load_unlocked "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible "D:\env\2.7\inst\lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 12, in <module> "<frozen importlib._bootstrap>", line 969, in _find_and_load "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 664, in _load_unlocked "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible "D:\env\2.7\inst\lib\site-packages\cx_Freeze\initscripts\Console.py", line 24, in <module> "D:/2.7/build/inst/bin/cura_app.py", line 73, in <module> "D:/2.7/build/inst/lib/python3.5/site-packages/cura\CuraApplication.py", line 630, in run "D:/2.7/build/inst/lib/python3.5/site-packages/cura\BuildVolume.py", line 102, in __init__ "D:/2.7/build/inst/lib/python3.5/site-packages/cura\CuraApplication.py", line 680, in getMachineManager "D:/2.7/build/inst/lib/python3.5/site-packages/cura\Settings\MachineManager.py", line 1124, in createMachineManager "D:/2.7/build/inst/lib/python3.5/site-packages/cura\Settings\MachineManager.py", line 99, in __init__ "D:/2.7/build/inst/lib/python3.5/site-packages/cura\Settings\MachineManager.py", line 349, in setActiveMachine "D:/2.7/build/inst/lib/python3.5/site-packages/UM\Application.py", line 152, in setGlobalContainerStack "D:/2.7/build/inst/lib/python3.5/site-packages/UM\Signal.py", line 212, in emit "D:/2.7/build/inst/lib/python3.5/site-packages/UM\Signal.py", line 315, in __performEmit "D:/2.7/build/inst/lib/python3.5/site-packages/cura\Settings\ExtrudersModel.py", line 140, in _extrudersChanged AttributeError: 'NoneType' object has no attribute 'containersChanged'
0.670627
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: cannot import name PunktWordTokenizer`
`Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.6/bin/urh", line 6, in <module> from pkg_resources import load_entry_point "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 33, in <module> import platform "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/platform.py", line 116, in <module> import sys, os, re, subprocess "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 136, in <module> import _posixsubprocess ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/_posixsubprocess.so, 2): Symbol not found: _PyString_AsString
0.746414
`Traceback (most recent call last): "jumpcutter.py", line 13, in <module> from pytube import YouTube "C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\__init__.py", line 16, in <module> from pytube.streams import Stream "C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\streams.py", line 17, in <module> from pytube import extract "C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\extract.py", line 7, in <module> from pytube.compat import quote ImportError: cannot import name 'quote' from 'pytube.compat' (C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\compat.py)`
Traceback (most recent call last): "<string>", line 1, in <module> ImportError: No module named winreg
0.719372
Traceback (most recent call last): "virtualenv_route/lib/python3.6/site-packages/django/utils/autoreload.py", line 228, in wrapper fn(*args, **kwargs) "virtualenv_route/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 116, in inner_run autoreload.raise_last_exception() "virtualenv_route/lib/python3.6/site-packages/django/utils/autoreload.py", line 251, in raise_last_exception six.reraise(*_exception) "virtualenv_route/lib/python3.6/site-packages/django/utils/six.py", line 685, in reraise raise value.with_traceback(tb) "virtualenv_route/lib/python3.6/site-packages/django/utils/autoreload.py", line 228, in wrapper fn(*args, **kwargs) "virtualenv_route/lib/python3.6/site-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) "virtualenv_route/lib/python3.6/site-packages/django/apps/registry.py", line 108, in populate app_config.import_models() "virtualenv_route/lib/python3.6/site-packages/django/apps/config.py", line 202, in import_models self.models_module = import_module(models_module_name) "virtualenv_route/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 "virtualenv_route/lib/python3.6/site-packages/wagtail/admin/models.py", line 5, in <module> from wagtail.admin import edit_handlers # NOQA "virtualenv_route/lib/python3.6/site-packages/wagtail/admin/edit_handlers.py", line 24, in <module> from .forms import ( # NOQA "virtualenv_route/lib/python3.6/site-packages/wagtail/admin/forms.py", line 5, in <module> from django.contrib.auth.forms import AuthenticationForm, PasswordResetForm "virtualenv_route/lib/python3.6/site-packages/django/contrib/auth/forms.py", line 22, in <module> UserModel = get_user_model() "virtualenv_route/lib/python3.6/site-packages/django/contrib/auth/__init__.py", line 194, in get_user_model return django_apps.get_model(settings.AUTH_USER_MODEL, require_ready=False) "virtualenv_route/lib/python3.6/site-packages/django/apps/registry.py", line 203, in get_model app_config.import_models() "virtualenv_route/lib/python3.6/site-packages/django/apps/config.py", line 202, in import_models self.models_module = import_module(models_module_name) "virtualenv_route/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "myapp/web/app/accounts/models.py", line 6, in <module> from wagtail.admin.edit_handlers import FieldPanel, FieldRowPanel ImportError: cannot import name 'FieldPanel'
Traceback (most recent call last): "python/gps/gps_main.py", line 414, in <module> main() "python/gps/gps_main.py", line 348, in main hyperparams = imp.load_source('hyperparams', hyperparams_file) "/home/wq/gps/experiments/mjc_badmm_example/hyperparams.py", line 19, in <module> from gps.algorithm.policy_opt.policy_opt_caffe import PolicyOptCaffe "python/gps/algorithm/policy_opt/policy_opt_caffe.py", line 8, in <module> import caffe "python/gps/algorithm/policy_opt/caffe/__init__.py", line 1, in <module> from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer "python/gps/algorithm/policy_opt/caffe/pycaffe.py", line 15, in <module> import caffe.io ImportError: No module named caffe.io
0.695262
Traceback (most recent call last): "/home/odroid/.kodi/addons/plugin.video.netflix/service.py", line 11, in <module> from resources.lib.MSLHttpRequestHandler import MSLHttpRequestHandler "/home/odroid/.kodi/addons/plugin.video.netflix/resources/lib/MSLHttpRequestHandler.py", line 9, in <module> from MSL import MSL "/home/odroid/.kodi/addons/plugin.video.netflix/resources/lib/MSL.py", line 17, in <module> from Cryptodome.PublicKey import RSA ImportError: No module named Cryptodome.PublicKey
[WARNING ] 18:42:04 core:136 [execute] stderr: Traceback (most recent call last): "/home/torrent/script/nzbToMedia/TorrentToMedia.py", line 7, in <module> import core "/home/torrent/script/nzbToMedia/core/__init__.py", line 47, in <module> from core.auto_process import Comic, Game, Movie, Music, TV "/home/torrent/script/nzbToMedia/core/auto_process/__init__.py", line 3, in <module> from core.auto_process.comics import Comic "/home/torrent/script/nzbToMedia/core/auto_process/comics.py", line 9, in <module> from core.utils import convert_to_ascii, remote_dir, server_responding "/home/torrent/script/nzbToMedia/core/utils.py", line 19, in <module> from qbittorrent import Client as qBittorrentClient ImportError: cannot import name Client
0.792505
Traceback (most recent call last): "app.py", line 37, in <module> from PyQt4.QtGui import * ImportError: No module named 'PyQt4'
[autoreload of pandas.core.api failed: Traceback (most recent call last): "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check superreload(m, reload, self.old_objects) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 369, in superreload module = reload(module) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/imp.py", line 315, in reload return importlib.reload(module) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/importlib/__init__.py", line 166, in reload _bootstrap._exec(spec, module) "<frozen importlib._bootstrap>", line 618, in _exec "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/api.py", line 9, in <module> from pandas.core.arrays import Categorical "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/arrays/__init__.py", line 1, in <module> from .base import ExtensionArray # noqa "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/arrays/base.py", line 10, in <module> from pandas.errors import AbstractMethodError ImportError: cannot import name 'AbstractMethodError'
0.81109
Traceback (most recent call last): "/home/vagrant/git/st2/st2client/st2client/shell.py", line 327, in run args.func(args) "/home/vagrant/git/st2/st2client/st2client/commands/resource.py", line 44, in decorate return func(*args, **kwargs) "/home/vagrant/git/st2/st2client/st2client/commands/action.py", line 1391, in run_and_print execution_id = execution.id AttributeError: 'NoneType' object has no attribute 'id'
Traceback (most recent call last): "/opt/az/lib/python3.6/site-packages/knack/cli.py", line 197, in invoke cmd_result = self.invocation.execute(args) "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 347, in execute six.reraise(*sys.exc_info()) "/opt/az/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 319, in execute result = cmd(params) "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 180, in __call__ return super(AzCliCommand, self).__call__(*args, **kwargs) "/opt/az/lib/python3.6/site-packages/knack/commands.py", line 109, in __call__ return self.handler(*args, **kwargs) "/opt/az/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 420, in default_command_handler result = op(**command_args) "/opt/az/lib/python3.6/site-packages/azure/cli/command_modules/role/custom.py", line 1176, in reset_service_principal_credential password, keyvault) "/opt/az/lib/python3.6/site-packages/azure/cli/command_modules/role/custom.py", line 836, in _process_service_principal_creds logger.debug("normalizing x509 certificate with fingerprint %s", cert.digest("sha1")) AttributeError: 'str' object has no attribute 'digest'
0.675463
Traceback (most recent call last): "word_cloud.py", line 7, in <module> from .query_integral_image import query_integral_image ModuleNotFoundError: No module named '__main__.query_integral_image'; '__main__' is not a package
Traceback (most recent call last): "<string>", line 1, in <module> "/home/stas/anaconda3/envs/main-38/lib/python3.8/site-packages/sklearn/__init__.py", line 80, in <module> from .base import clone "/home/stas/anaconda3/envs/main-38/lib/python3.8/site-packages/sklearn/base.py", line 21, in <module> from .utils import _IS_32BIT "/home/stas/anaconda3/envs/main-38/lib/python3.8/site-packages/sklearn/utils/__init__.py", line 20, in <module> from scipy.sparse import issparse ModuleNotFoundError: No module named 'scipy.sparse'
0.803574
`Traceback (most recent call last): "sublert.py", line 15, in <module> from tld import get_fld ImportError: cannot import name 'get_fld'
Traceback (most recent call last): "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 109, in reload_plugin m = importlib.import_module(modulename) "./python3.3/importlib/__init__.py", line 90, in import_module "<frozen importlib._bootstrap>", line 1584, in _gcd_import "<frozen importlib._bootstrap>", line 1565, in _find_and_load "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 584, in _check_name_wrapper "<frozen importlib._bootstrap>", line 1022, in load_module "<frozen importlib._bootstrap>", line 1003, in load_module "<frozen importlib._bootstrap>", line 560, in module_for_loader_wrapper "<frozen importlib._bootstrap>", line 868, in _load_module "<frozen importlib._bootstrap>", line 313, in _call_with_frames_removed "/Users/miguel/Library/Application Support/Sublime Text 3/Packages/SublimeLinter/status_bar_view.py", line 6, in <module> from .lint import persist "/Users/miguel/Library/Application Support/Sublime Text 3/Packages/SublimeLinter/lint/__init__.py", line 6, in <module> from . import ( "/Users/miguel/Library/Application Support/Sublime Text 3/Packages/SublimeLinter/lint/linter.py", line 13, in <module> from . import persist, util "/Users/miguel/Library/Application Support/Sublime Text 3/Packages/SublimeLinter/lint/persist.py", line 6, in <module> from .settings import Settings "/Users/miguel/Library/Application Support/Sublime Text 3/Packages/SublimeLinter/lint/settings.py", line 4, in <module> from . import util ImportError: cannot import name util
0.848069
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.pushover.net', port=443): Max retries exceeded with url: /1/messages.json?message=Test&user=xxxxxx &title=Home+Assistant&token=xxxxx (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Try again',))
Traceback (most recent call last): "D:\python3.7\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout "D:\python3.7\lib\site-packages\urllib3\connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "D:\python3.7\lib\site-packages\urllib3\util\retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='login.weixin.qq.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1045)')))
0.895058
Traceback (most recent call last): "/Users/TK/.virtualenvs/test1/bin/ipython", line 11, in <module> sys.exit(start_ipython()) "/Users/TK/.virtualenvs/test1/lib/python2.7/site-packages/IPython/__init__.py", line 120, in start_ipython return launch_new_instance(argv=argv, **kwargs) "/Users/TK/.virtualenvs/test1/lib/python2.7/site-packages/IPython/config/application.py", line 564, in launch_instance app.start() "/Users/TK/.virtualenvs/test1/lib/python2.7/site-packages/IPython/terminal/ipapp.py", line 367, in start return self.subapp.start() "/Users/TK/.virtualenvs/test1/lib/python2.7/site-packages/IPython/nbconvert/nbconvertapp.py", line 268, in start self.convert_notebooks() "/Users/TK/.virtualenvs/test1/lib/python2.7/site-packages/IPython/nbconvert/nbconvertapp.py", line 311, in convert_notebooks self.postprocessor(write_resultes) "/Users/TK/.virtualenvs/test1/lib/python2.7/site-packages/IPython/nbconvert/postprocessors/base.py", line 28, in __call__ self.postprocess(input) "/Users/TK/.virtualenvs/test1/lib/python2.7/site-packages/IPython/nbconvert/postprocessors/pdf.py", line 140, in postprocess cont = self.run_latex(filename) "/Users/TK/.virtualenvs/test1/lib/python2.7/site-packages/IPython/nbconvert/postprocessors/pdf.py", line 104, in run_latex self.latex_count, log_error) "/Users/TK/.virtualenvs/test1/lib/python2.7/site-packages/IPython/nbconvert/postprocessors/pdf.py", line 84, in run_command p = subprocess.Popen(command, stdout=stdout, stdin=null) "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exceptionOSError: [Errno 2] No such file or directory
Traceback (most recent call last): "/usr/local/bin/bench", line 9, in <module> load_entry_point('bench==0.1', 'console_scripts', 'bench')() "/home/dock/bench-repo/bench/cli.py", line 38, in cli return bench() "/usr/local/lib/python2.7/dist-packages/click/core.py", line 610, in __call__ return self.main(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/click/core.py", line 590, in main rv = self.invoke(ctx) "/usr/local/lib/python2.7/dist-packages/click/core.py", line 936, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/usr/local/lib/python2.7/dist-packages/click/core.py", line 782, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/lib/python2.7/dist-packages/click/core.py", line 416, in invoke return callback(*args, **kwargs) "/home/dock/bench-repo/bench/cli.py", line 106, in init no_auto_update=no_auto_update, frappe_path=frappe_path, frappe_branch=frappe_branch) "/home/dock/bench-repo/bench/utils.py", line 53, in init setup_backups(bench=path) "/home/dock/bench-repo/bench/utils.py", line 120, in setup_backups logfile=os.path.join(get_bench_dir(bench=bench), 'logs', 'backup.log'))) "/home/dock/bench-repo/bench/utils.py", line 123, in add_to_crontab current_crontab = read_crontab() "/home/dock/bench-repo/bench/utils.py", line 131, in read_crontab s = subprocess.Popen(["crontab", "-l"], stdin=subprocess.PIPE, stdout=subprocess.PIPE) "/usr/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child raise child_exceptionOSError: [Errno 2] No such file or directory
0.800542
Traceback (most recent call last): "C:\Users\zarai\OneDrive\Documents\KACST\BobBot\chatpot.py", line 1, in <module> from chatterbot.trainers import ListTrainer "C:\Users\zarai\AppData\Local\Programs\Python\Python36\lib\site-packages\chatterbot\__init__.py", line 4, in <module> from .chatterbot import ChatBot "C:\Users\zarai\AppData\Local\Programs\Python\Python36\lib\site-packages\chatterbot\chatterbot.py", line 3, in <module> from chatterbot.logic import LogicAdapter "C:\Users\zarai\AppData\Local\Programs\Python\Python36\lib\site-packages\chatterbot\logic\__init__.py", line 1, in <module> from chatterbot.logic.logic_adapter import LogicAdapter "C:\Users\zarai\AppData\Local\Programs\Python\Python36\lib\site-packages\chatterbot\logic\logic_adapter.py", line 3, in <module> from chatterbot.search import IndexedTextSearch "C:\Users\zarai\AppData\Local\Programs\Python\Python36\lib\site-packages\chatterbot\search.py", line 1, in <module> from chatterbot.conversation import Statement "C:\Users\zarai\AppData\Local\Programs\Python\Python36\lib\site-packages\chatterbot\conversation.py", line 1, in <module> from pytz import UTC ModuleNotFoundError: No module named 'pytz'
Traceback (most recent call last): "test\extras\no_use_pycon.py", line 8, in <module> import requests ModuleNotFoundError: No module named 'requests'
0.841494
Traceback (most recent call last): "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner self.run() "toto.py", line 56, in run node = PyreGevent('TEST') "/usr/local/lib/python3.4/dist-packages/pyre/pyre.py", line 310, in __init__ self.actor = ZActorGevent(self._ctx, PyreNode, self._outbox) "/usr/local/lib/python3.4/dist-packages/pyre/zactor.py", line 139, in __init__ self.pipe.wait() "/usr/local/lib/python3.4/dist-packages/pyre/zsocket.py", line 62, in wait msg = self.recv() "/usr/local/lib/python3.4/dist-packages/zmq/green/core.py", line 268, in recv self._wait_read() "/usr/local/lib/python3.4/dist-packages/zmq/green/core.py", line 175, in _wait_read assert self.__readable.ready(), "Only one greenlet can be waiting on this event" AttributeError: 'NoneType' object has no attribute 'ready'
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.672766
Traceback (most recent call last): "__main__.py", line 462, in <module> "__main__.py", line 459, in __main "__main__.py", line 429, in main "__main__.py", line 167, in _main "instaloader\instaloader.py", line 1040, in check_profile_id "instaloader\instaloader.py", line 1007, in _get_id_filename KeyError: 'owner_id'
Traceback (most recent call last): "/home/james/.local/lib/python3.5/site-packages/youtube_dl-2018.6.25-py3.5.egg/youtube_dl/extractor/common.py", line 501, in extract ie_result = self._real_extract(url) "/home/james/.local/lib/python3.5/site-packages/youtube_dl-2018.6.25-py3.5.egg/youtube_dl/extractor/cartoonnetwork.py", line 41, in _real_extract webpage, 'auth required', default='false') == 'true', "/home/james/.local/lib/python3.5/site-packages/youtube_dl-2018.6.25-py3.5.egg/youtube_dl/extractor/turner.py", line 53, in _extract_cvp_info video_id = video_data.attrib['id'] KeyError: 'id'
0.706042
Traceback (most recent call last): "demo_imitator.py", line 6, in <module> from models.imitator import Imitator "/home/lcy/impersonator-master/models/imitator.py", line 8, in <module> from utils.nmr import SMPLRenderer "/home/lcy/impersonator-master/utils/nmr.py", line 6, in <module> import neural_renderer as nr "/home/lcy/anaconda3/envs/python36/lib/python3.6/site-packages/neural_renderer-1.1.3-py3.6-linux-x86_64.egg/neural_renderer/__init__.py", line 3, in <module> from .load_obj import load_obj "/home/lcy/anaconda3/envs/python36/lib/python3.6/site-packages/neural_renderer-1.1.3-py3.6-linux-x86_64.egg/neural_renderer/load_obj.py", line 9, in <module> import neural_renderer.cuda.load_textures as load_textures_cuda ImportError: /home/lcy/anaconda3/envs/python36/lib/python3.6/site-packages/neural_renderer-1.1.3-py3.6-linux-x86_64.egg/neural_renderer/cuda/load_textures.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _Z16THPVariable_WrapN5torch8autograd8VariableE
Traceback (most recent call last): "sj.py", line 6, in <module> from polyglot.text import Text "//anaconda/lib/python3.5/site-packages/polyglot/text.py", line 9, in <module> from polyglot.detect import Detector, Language "//anaconda/lib/python3.5/site-packages/polyglot/detect/__init__.py", line 1, in <module> from .base import Detector, Language "//anaconda/lib/python3.5/site-packages/polyglot/detect/base.py", line 11, in <module> from icu import Locale "//anaconda/lib/python3.5/site-packages/icu.py", line 37, in <module> from docs import * "//anaconda/lib/python3.5/site-packages/docs.py", line 23, in <module> from _icu import * ImportError: dlopen(//anaconda/lib/python3.5/site-packages/_icu.cpython-35m-darwin.so, 2): Library not loaded: libicui18n.54.dylib
0.801623
Traceback (most recent call last): "<string>", line 1, in <module> "/private/var/folders/8t/wjjjmxzn4577vl7055k32r600000gn/T/pip-build-0K7MBF/netCDF4/setup.py", line 383, in <module> import numpy ImportError: No module named numpy
Traceback (most recent call last): "planet/scripts/train.py", line 51, in <module> import tensorflow as tf "/opt/anaconda3/envs/py3/lib/python3.6/site-packages/tensorflow/__init__.py", line 24, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import "/opt/anaconda3/envs/py3/lib/python3.6/site-packages/tensorflow/python/__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow "/opt/anaconda3/envs/py3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last):
0.728648
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; 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.
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/youtube_dl/extractor/youtube.py", line 1788, in _real_extract raise ExtractorError( youtube_dl.utils.ExtractorError: kTxRm9HD7lo: YouTube said: Unable to extract video data
0.758577
Traceback (most recent call last): "aker.py", line 137, in <module> Aker().build_tui() "aker.py", line 99, in __init__ self.build_tui() "aker.py", line 105, in build_tui self.tui = tui.Window(self) "/home/mex/data/svn/Aker/tui.py", line 43, in __init__ self.draw() "/home/mex/data/svn/Aker/tui.py", line 96, in draw self.hosts_listbox = self.refresh_hosts(self.aker.user.ssh_hosts) "/home/mex/data/svn/Aker/tui.py", line 53, in refresh_hosts return urwid.ListBox(urwid.SimpleFocusListWalker(body)) AttributeError: 'module' object has no attribute 'SimpleFocusListWalker'
Traceback (most recent call last): "test_introspect.py", line 759, in test_getAutoCompleteList_NoSingle result = introspect.getAutoCompleteList(item, includeSingle=0) "../introspect.py", line 20, in getAutoCompleteList root = getRoot(command, terminator='.') "../introspect.py", line 225, in getRoot if command.startswith(sys.ps2): AttributeError: 'module' object has no attribute 'ps2'
0.675988
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-3ow3nsna/PyWavelets/setup.py", line 12, in <module> from numpy import get_include as get_numpy_include ModuleNotFoundError: No module named 'numpy'
Traceback (most recent call last): "/usr/bin/SickChill.py", line 14, in <module> import sickchill.start "/usr/lib/python3.8/site-packages/sickchill/__init__.py", line 1, in <module> from .show.indexers import indexer, ShowIndexer "/usr/lib/python3.8/site-packages/sickchill/show/indexers/__init__.py", line 1, in <module> from .handler import ShowIndexer "/usr/lib/python3.8/site-packages/sickchill/show/indexers/handler.py", line 5, in <module> from sickchill.tv import Show, TVEpisode "/usr/lib/python3.8/site-packages/sickchill/tv.py", line 15, in <module> import imdb ModuleNotFoundError: No module named 'imdb'
0.819992
Traceback (most recent call last): "/usr/share/pwndbg/pwndbg/events.py", line 173, in caller raise e "/usr/share/pwndbg/pwndbg/events.py", line 169, in caller func() "/usr/share/pwndbg/pwndbg/vmmap.py", line 116, in explore_registers find(pwndbg.regs[regname]) "/usr/share/pwndbg/pwndbg/memoize.py", line 48, in __call__ value = self.func(*args, **kwargs) "/usr/share/pwndbg/pwndbg/regs.py", line 301, in __getitem__ item = getattr(self, item.lower()) "/usr/share/pwndbg/pwndbg/memoize.py", line 48, in __call__ value = self.func(*args, **kwargs) "/usr/share/pwndbg/pwndbg/regs.py", line 280, in __getattr__ value = value.cast(pwndbg.typeinfo.ptrdiff) AttributeError: 'NoneType' object has no attribute 'cast'
Traceback (most recent call last): "./launchLeo.py", line 8, in <module> leo.core.runLeo.run() "/home/chris/leo-editor/leo/core/runLeo.py", line 74, in run g.app.loadManager.load(fileName, pymacs) "/home/chris/leo-editor/leo/core/leoApp.py", line 2275, in load lm.doPrePluginsInit(fileName, pymacs) "/home/chris/leo-editor/leo/core/leoApp.py", line 2453, in doPrePluginsInit lm.readGlobalSettings s() "/home/chris/leo-editor/leo/core/leoApp.py", line 2213, in readGlobalSettings s theme_path = lm.computeTheme Path() "/home/chris/leo-editor/leo/core/leoApp.py", line 1829, in computeTheme Path theme_c = lm.openSettings (path) "/home/chris/leo-editor/leo/core/leoApp.py", line 2181, in openSettings readAt NodesFlag=False, silent=True) "/home/chris/leo-editor/leo/core/leo Commands.py", line 874, in openLeo silent=silent, "/home/chris/leo-editor/leo/core/leo Commands.py", line 732, in getLeo the .close() AttributeError: 'NoneType' object has no attribute 'close'
0.708447
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): "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'
1
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/state.py", line 1378, in call **cdata['kwargs']) "/usr/lib/python2.7/dist-packages/salt/states/npm.py", line 114, in installed runas=user "/usr/lib/python2.7/dist-packages/salt/modules/npm.py", line 100, in install while not lines[0].startswith('{') and not lines[0].startswith('['): IndexError: list index out of range Changes:
Traceback (most recent call last): "/home/allen/.kodi/addons/service.subtitles.zimushe/service.py", line 269, in <module> subs = Download(params["link"], params["lang"]) "/home/allen/.kodi/addons/service.subtitles.zimushe/service.py", line 201, in Download subtitle_list.append(os.path.join(path, list[sel])) IndexError: list index out of range
0.715837
Traceback (most recent call last): "./search.py", line 381, in <module> search_product(cpe) "./search.py", line 108, in search_product print_job(item) "./search.py", line 102, in print_job printCVE_human(item) "./search.py", line 327, in printCVE_human print("CVE\t: " + item['id]) TypeError: string indices must be integers
Traceback (most recent call last): "/home/ubuntu/pytorch-semseg/test.py", line 170, in <module> test(args) "/home/ubuntu/pytorch-semseg/test.py", line 67, in test model = get_model(model_name, n_classes, version=args.dataset) "/home/ubuntu/pytorch-semseg/ptsemseg/models/__init__.py", line 14, in get_model name = model_dict['arch'] TypeError: string indices must be integers, not str
0.718956
Traceback (most recent call last): "/home/wy/.espressif/python_env/idf4.2_py3.6_env/bin/ipython", line 8, in <module> sys.exit(start_ipython()) "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/IPython/__init__.py", line 126, in start_ipython return launch_new_instance(argv=argv, **kwargs) "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/traitlets/config/application.py", line 664, in launch_instance app.start() "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/IPython/terminal/ipapp.py", line 356, in start self.shell.mainloop() "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/IPython/terminal/interactiveshell.py", line 563, in mainloop self.interact() "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/IPython/terminal/interactiveshell.py", line 546, in interact code = self.prompt_for_code() "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/IPython/terminal/interactiveshell.py", line 474, in prompt_for_code **self._extra_prompt_options()) "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/prompt_toolkit/shortcuts/prompt.py", line 1021, in prompt set_exception_handler=set_exception_handler, in_thread=in_thread "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/prompt_toolkit/application/application.py", line 888, in run self.run_async(pre_run=pre_run, set_exception_handler=set_exception_handler) "/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete return future.result() "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/prompt_toolkit/application/application.py", line 816, in run_async return await _run_async2() "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/prompt_toolkit/application/application.py", line 798, in _run_async2 await self.cancel_and_wait_for_background_tasks() "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/prompt_toolkit/application/application.py", line 945, in cancel_and_wait_for_background_tasks await task "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/prompt_toolkit/buffer.py", line 1909, in new_coroutine await coroutine(*a, **kw) "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/prompt_toolkit/buffer.py", line 1739, in async_completer document, complete_event "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/prompt_toolkit/completion/base.py", line 272, in get_completions_async document, complete_event "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/prompt_toolkit/completion/base.py", line 198, in get_completions_async for item in self.get_completions(document, complete_event): "/home/wy/.espressif/python_env/idf4.2_py3.6_env/lib/python3.6/site-packages/IPython/terminal/ptutils.py", line 116, in get_completions print_tb(e) "/usr/lib/python3.6/traceback.py", line 53, in print_tb print_list(extract_tb(tb, limit=limit), file=file) "/usr/lib/python3.6/traceback.py", line 72, in extract_tb return StackSummary.extract(walk_tb(tb), limit=limit) "/usr/lib/python3.6/traceback.py", line 345, in extract for f, lineno in frame_gen: "/usr/lib/python3.6/traceback.py", line 310, in walk_tb yield tb.tb_frame, tb.tb_lineno AttributeError: 'TypeError' object has no attribute 'tb_frame'
Traceback (most recent call last): "/usr/local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 210, in _main status = self.run(options, args) "/usr/local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 180, in wrapper return func(self, options, args) "/usr/local/lib/python3.9/site-packages/pip/_internal/commands/install.py", line 318, in run requirement_set = resolver.resolve( "/usr/local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 121, in resolve self._result = resolver.resolve( "/usr/local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 445, in resolve state = resolution.resolve(requirements, max_rounds=max_rounds) "/usr/local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 344, in resolve success = self._backtrack() "/usr/local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 287, in _backtrack criterion = self.state.criteria[name].excluded_of([candidate]) AttributeError: 'NoneType' object has no attribute 'excluded_of'
0.678077
Traceback (most recent call last): "build.py", line 4, in <module> from torch.utils.ffi import create_extension "/root/.pyenv/versions/3.7.1/lib/python3.7/site-packages/torch/utils/ffi/__init__.py", line 1, in <module> raise ImportError("torch.utils.ffi is deprecated. Please use cpp extensions instead.") ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
Traceback (most recent call last): "mkchromecast.py", line 8, in <module> from mkchromecast.cast import * "/home/ubuntu/mkchromecast/mkchromecast/cast.py", line 14, in <module> import pychromecast ImportError: No module named 'pychromecast'
0.751308