text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"tools/train.py", line 118, in <module>
main(args)
"tools/train.py", line 90, in main
epoch_id, 'train')
"/home/ppx/Clas/PaddleClas/tools/program.py", line 300, in run
for idx, batch in enumerate(dataloader()):
"/home/ppx/anaconda3/envs/paddle/lib/python3.7/site-packages/paddle/fluid/dataloader/dataloader_iter.py", line 771, in __next__
data = self._reader.read_next_var_list()
SystemError: (Fatal) Blocking queue is killed because the data reader raises an exception.
|
Traceback (most recent call last):
"rdiff-backup", line 32, in <module>
"rdiff_backup\Main.py", line 390, in error_check_Main
"rdiff_backup\Main.py", line 412, in Main
"rdiff_backup\Main.py", line 348, in take_action
"rdiff_backup\Main.py", line 437, in Backup
"rdiff_backup\backup.py", line 39, in Mirror
"rdiff_backup\backup.py", line 268, in patch
"rdiff_backup\log.py", line 140, in __call__
"rdiff_backup\log.py", line 151, in log_to_file
"c:\users\travis\.pyenv\pyenv-win\versions\3.7.5\lib\encodings\cp1252.py", line 19, in encode
UnicodeEncodeError: 'charmap' codec can't encode character '\u250f' in position 85: character maps to <undefined>
| 0.310406 |
Traceback (most recent call last):
"/tmp/uncompyle2/uncompyle2/__init__.py", line 209, in main
uncompyle_file(infile, outstream, showasm, showast)
"/tmp/uncompyle2/uncompyle2/__init__.py", line 146, in uncompyle_file
uncompyle(version, co, outstream, showasm, showast)
"/tmp/uncompyle2/uncompyle2/__init__.py", line 131, in uncompyle
walk.gen_source(ast, customize)
"/tmp/uncompyle2/uncompyle2/walker.py", line 1407, in gen_source
self.print_(self.traverse(ast, isLambda=isLambda))
"/tmp/uncompyle2/uncompyle2/walker.py", line 493, in traverse
self.preorder(node)
"/tmp/uncompyle2/uncompyle2/spark.py", line 694, in preorder
self.preorder(kid)
"/tmp/uncompyle2/uncompyle2/spark.py", line 694, in preorder
self.preorder(kid)
"/tmp/uncompyle2/uncompyle2/spark.py", line 694, in preorder
self.preorder(kid)
"/tmp/uncompyle2/uncompyle2/spark.py", line 689, in preorder
self.default(node)
"/tmp/uncompyle2/uncompyle2/walker.py", line 1181, in default
self.engine(table[key], node)
"/tmp/uncompyle2/uncompyle2/walker.py", line 1131, in engine
self.preorder(node[entry[arg]])
"/tmp/uncompyle2/uncompyle2/spark.py", line 687, in preorder
func(node)
"/tmp/uncompyle2/uncompyle2/walker.py", line 879, in n_mkfunc
self.make_function(node, isLambda=0)
"/tmp/uncompyle2/uncompyle2/walker.py", line 1282, in make_function
code = Code(code, self.scanner, self.currentclass)
"/tmp/uncompyle2/uncompyle2/scanner.py", line 60, in __init__
self._tokens, self._customize = scanner.disassemble(co, classname)
"/tmp/uncompyle2/uncompyle2/scanner27.py", line 81, in disassemble
if names[self.get_argument(i+3)] == 'AssertionError':IndexError: tuple index out of range
|
Traceback (most recent call last):
"c:\programdata\anaconda3\envs\tensorflow2\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
"c:\programdata\anaconda3\envs\tensorflow2\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
"c:\programdata\anaconda3\envs\tensorflow2\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:\programdata\anaconda3\envs\tensorflow2\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
"c:\programdata\anaconda3\envs\tensorflow2\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.
| 0.274236 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\admin\AppData\Local\Programs\Python\Python37-32\lib\site-packages\wxpy\api\bot.py", line 86, in __init__
loginCallback=login_callback, exitCallback=logout_callback
"C:\Users\admin\AppData\Local\Programs\Python\Python37-32\lib\site-packages\itchat\components\register.py", line 35, in auto_login
loginCallback=loginCallback, exitCallback=exitCallback)
"C:\Users\admin\AppData\Local\Programs\Python\Python37-32\lib\site-packages\itchat\components\login.py", line 66, in login
self.show_mobile_login()
"C:\Users\admin\AppData\Local\Programs\Python\Python37-32\lib\site-packages\itchat\components\login.py", line 212, in show_mobile_login
self.loginInfo['url'], self.loginInfo['pass_ticket'])
KeyError: 'pass_ticket'
|
Traceback (most recent call last):
"/home/j/.local/lib/python3.6/site-packages/conans/client/command.py", line 1607, in run
method(args[0][1:])
"/home/j/.local/lib/python3.6/site-packages/conans/client/command.py", line 478, in config
target_folder=args.target_folder)
"/home/j/.local/lib/python3.6/site-packages/conans/client/conan_api.py", line 92, in wrapper
return f(*args, **kwargs)
"/home/j/.local/lib/python3.6/site-packages/conans/client/conan_api.py", line 621, in config_install
source_folder=source_folder, target_folder=target_folder)
"/home/j/.local/lib/python3.6/site-packages/conans/client/conf/config_installer.py", line 230, in configuration_install
_process_config(config, cache, output, requester)
"/home/j/.local/lib/python3.6/site-packages/conans/client/conf/config_installer.py", line 182, in _process_config
_process_folder(config, config.uri, cache, output)
"/home/j/.local/lib/python3.6/site-packages/conans/client/conf/config_installer.py", line 93, in _process_folder
os.remove(cache.registry_path)
NotFoundError: [Errno 2] No such file or directory: '/home/j/tempconan/.conan/remotes.json'
| 0.309257 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
"/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
"/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/homeassistant/homeassistant/components/tank_utility/sensor.py", line 50, in setup_platform
token = tank_utility.auth.get_token(email, password)
AttributeError: module 'tank_utility' has no attribute 'auth'
|
Traceback (most recent call last):
"/usr/lib/python3.8/urllib/request.py", line 1319, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
"/usr/lib/python3.8/http/client.py", line 1230, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/lib/python3.8/http/client.py", line 1276, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/lib/python3.8/http/client.py", line 1225, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/lib/python3.8/http/client.py", line 1004, in _send_output
self.send(msg)
"/usr/lib/python3.8/http/client.py", line 944, in send
self.connect()
"/usr/lib/python3.8/http/client.py", line 1392, in connect
super().connect()
"/usr/lib/python3.8/http/client.py", line 915, in connect
self.sock = self._create_connection(
"/usr/lib/python3.8/socket.py", line 808, in create_connection
raise err
"/usr/lib/python3.8/socket.py", line 796, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
| 0.291647 |
Traceback (most recent call last):
"amemv-video-ripper.py", line 529, in <module>
CrawlerScheduler(content)
"amemv-video-ripper.py", line 151, in __init__
self.scheduling()
"amemv-video-ripper.py", line 165, in scheduling
self.download_user_videos(url)
"amemv-video-ripper.py", line 175, in download_user_videos
dytk = get_dytk(url)
"amemv-video-ripper.py", line 115, in get_dytk
dytk = re.findall("dytk: '(.*)'", res.content.decode('utf-8'))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbf in position 5: invalid start byte
|
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/voltron-0.1-py2.7.egg/dbgentry.py", line 1, in <module>
import voltronImportError: No module named 'voltron'
| 0.224803 |
Traceback (most recent call last):
"C:\Users\Scott\Documents\Scripts\jnpr-dev.py", line 7, in <module>
dev.open()
"C:\Python\lib\site-packages\jnpr\junos\device.py", line 215, in open
self.facts_refresh()
"C:\Python\lib\site-packages\jnpr\junos\device.py", line 379, in facts_refresh
gather(self, self._facts)
"C:\Python\lib\site-packages\jnpr\junos\facts\chassis.py", line 29, in chassis
facts['serialnumber'] = x_ch.find('serial-number').textAttributeError: 'NoneType' object has no attribute 'text'
|
Traceback (most recent call last):
"ipython.py", line 21, in <module>
this_dir, 'IPython', 'scripts', 'ipython'
"IPython/scripts/ipython", line 7, in <module>
launch_new_instance()
"IPython/frontend/terminal/ipapp.py", line 390, in launch_new_instance
app.initialize()
"IPython/frontend/terminal/ipapp.py", line 291, in initialize
super(TerminalIPythonApp, self).initialize(argv)
"IPython/core/application.py", line 310, in initialize
self.parse_command_line(argv)
"IPython/frontend/terminal/ipapp.py", line 287, in parse_command_line
return super(TerminalIPythonApp, self).parse_command_line(argv)
"IPython/config/application.py", line 388, in parse_command_line
return self.initialize_subcommand(subc, subargv)
"IPython/config/application.py", line 332, in initialize_subcommand
self.subapp.initialize(argv)
"IPython/frontend/qt/console/qtconsoleapp.py", line 558, in initialize
super(IPythonQtConsoleApp, self).initialize(argv)
"IPython/core/application.py", line 310, in initialize
self.parse_command_line(argv)
"IPython/frontend/qt/console/qtconsoleapp.py", line 351, in parse_command_line
self.kernel_argv.remove(a)ValueError: list.remove(x): x not in list
| 0.267187 |
Traceback (most recent call last):
"/usr/local/multi-v2ray/server_info.py", line 3, in <module>
import read_json
"/usr/local/multi-v2ray/read_json.py", line 133, in <module>
config = json.load(json_file)
"/usr/lib/python3.4/json/__init__.py", line 268, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
"/usr/lib/python3.4/json/__init__.py", line 318, in loads
return _default_decoder.decode(s)
"/usr/lib/python3.4/json/decoder.py", line 343, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python3.4/json/decoder.py", line 359, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting property name enclosed in double quotes: line 72 column 1 (char 1255)
|
Traceback (most recent call last):
"/bigdisk/lax/deeplearn/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1513, in _run_ninja_build
subprocess.run(
"/bigdisk/lax/deeplearn/anaconda3/lib/python3.8/subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
| 0.282957 |
Traceback (most recent call last):
"C:\Users\lokesh\scrapp.py", line 10, in <module>
soup = BeautifulSoup(html, 'html.parser')
"C:\Users\lokesh\lib\site-packages\bs4\__init__.py", line 153, in __init__
builder = builder_class()
"C:\Users\lokesh\lib\site-packages\bs4\builder\_htmlparser.py", line 39, in __init__
return super(HTMLParserTreeBuilder, self).__init__(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'strict'
|
Traceback (most recent call last):
"/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module)
# type: ignore
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
"/tmpfs/src/git/autosynth/working_repo/scheduler/synth.py", line 52, in <module>
templated_files = common.py_library(unit_cov_level=79, cov_level=80)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/common.py", line 57, in py_library
return self._generic_library("python_library", **kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/common.py", line 49, in _generic_library
result = t.render(**kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/sources/templates.py", line 83, in render
_render_to_path(self.env, template_name, self.dir, kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/sources/templates.py", line 42, in _render_to_path
template = env.get_template(template_name)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template
return self._load_template(name, self.make_globals(globals))
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template
template = self.loader.load(self, name, globals)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/loaders.py", line 125, in load
code = environment.compile(source, name, filename)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 591, in compile
self.handle_exception(exc_info, source_hint=source_hint)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 780, in handle_exception
reraise(exc_type, exc_value, tb)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/_compat.py", line 37, in reraise
raise value.with_traceback(tb)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/templates/python_library/docs/_templates/layout.html", line 13, in template
{%- if theme_show_relbar_top|tobool %}
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 543, in _generate
optimized=self.optimized)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 82, in generate
generator.visit(node)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/visitor.py", line 38, in visit
return f(node, *args, **kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 799, in visit_Template
self.blockvisit(block.body, block_frame)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 378, in blockvisit
self.visit(node, frame)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/visitor.py", line 38, in visit
return f(node, *args, **kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 1157, in visit_If
self.visit(node.test, if_frame)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/visitor.py", line 38, in visit
return f(node, *args, **kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 70, in new_func
return f(self, node, frame, **kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 1578, in visit_Filter
self.fail('no filter named %r' % node.name, node.lineno)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 315, in fail
raise TemplateAssertionError(msg, lineno, self.name, self.filename)jinja2.exceptions.TemplateAssertionError: no filter named 'tobool'
| 0.24132 |
Traceback (most recent call last):
"pci.py", line 22, in <module>
from pyVim import connect
ImportError: No module named pyVim
|
Traceback (most recent call last):
"/Users/bbru/Development/ansible/bin/ansible-playbook", line 324, in <module>
sys.exit(main(sys.argv[1:]))
"/Users/bbru/Development/ansible/bin/ansible-playbook", line 264, in main
pb.run()
"/Users/bbru/Development/ansible/lib/ansible/playbook/__init__.py", line 310, in run
play = Play(self, play_ds, play_basedir, vault_password=self.vault_password)
"/Users/bbru/Development/ansible/lib/ansible/playbook/play.py", line 194, in __init__
self._tasks
= self._load_tasks(self._ds.get('tasks', []), load_vars)
"/Users/bbru/Development/ansible/lib/ansible/playbook/play.py", line 669, in _load_tasks
loaded = self._load_tasks(data, mv, role_params, default_vars, included_become_vars, list(included_additional_conditions), original_file=include_filename, role_name=new_role)
"/Users/bbru/Development/ansible/lib/ansible/playbook/play.py", line 669, in _load_tasks
loaded = self._load_tasks(data, mv, role_params, default_vars, included_become_vars, list(included_additional_conditions), original_file=include_filename, role_name=new_role)
"/Users/bbru/Development/ansible/lib/ansible/playbook/play.py", line 681, in _load_tasks
role_name=role_name
"/Users/bbru/Development/ansible/lib/ansible/playbook/task.py", line 194, in __init__
del ds['su']KeyError: 'su'
| 0.228378 |
Traceback (most recent call last):
"c:\winpython\winpython-64bit-2.7.10.3\python-2.7.10.amd64\lib\lib-tk\Tkinter.py", line 1536, in __call__
return self.func(*args)
"c:\winpython\winpython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\matplotlib\backends\backend_tkagg.py", line 228, in resize
self.draw()
"c:\winpython\winpython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\matplotlib\backends\backend_tkagg.py", line 300, in draw
tkagg.blit(self._tkphoto, self.renderer._renderer, colormode=2)
"c:\winpython\winpython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\matplotlib\backends\tkagg.py", line 34, in blit
dataptr, colormode, bboxptr)
TclError: error reading data, expected ptr height width
|
Traceback (most recent call last):
"/root/stylegan2-ada-pytorch/torch_utils/ops/upfirdn2d.py", line 32, in _init
_plugin = custom_ops.get_plugin('upfirdn2d_plugin', sources=sources, extra_cuda_cflags=['--use_fast_math'])
"/root/stylegan2-ada-pytorch/torch_utils/custom_ops.py", line 110, in get_plugin
torch.utils.cpp_extension.load(name=module_name, verbose=verbose_build, sources=sources, **build_kwargs)
"/usr/local/envs/stylegan/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 997, in load
keep_intermediates=keep_intermediates)
"/usr/local/envs/stylegan/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1213, in _jit_compile
return _import_module_from_library(name, build_directory, is_python_module)
"/usr/local/envs/stylegan/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1560, in _import_module_from_library
file, path, description = imp.find_module(module_name, [path])
"/usr/local/envs/stylegan/lib/python3.7/imp.py", line 296, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named 'upfirdn2d_plugin'
| 0.274527 |
Traceback (most recent call last):
"/home/ubuntu/.local/share/virtualenvs/nucypher-fvStivKV/bin/nucypher", line 11, in <module>
load_entry_point('nucypher', 'console_scripts', 'nucypher')()
"/home/ubuntu/.local/share/virtualenvs/nucypher-fvStivKV/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/ubuntu/.local/share/virtualenvs/nucypher-fvStivKV/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/home/ubuntu/.local/share/virtualenvs/nucypher-fvStivKV/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/ubuntu/.local/share/virtualenvs/nucypher-fvStivKV/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/ubuntu/.local/share/virtualenvs/nucypher-fvStivKV/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/home/ubuntu/.local/share/virtualenvs/nucypher-fvStivKV/lib/python3.6/site-packages/click/decorators.py", line 64, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
"/home/ubuntu/.local/share/virtualenvs/nucypher-fvStivKV/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/home/ubuntu/nucypher/nucypher/cli/config.py", line 219, in wrapper
return func(config, *args, **kwargs)
"/home/ubuntu/nucypher/nucypher/cli/characters/ursula.py", line 169, in ursula
staker_address = select_client_account(emitter=emitter, prompt=prompt)
"/home/ubuntu/nucypher/nucypher/cli/actions.py", line 312, in select_client_account
blockchain = BlockchainInterfaceFactory.get_interface()
"/home/ubuntu/nucypher/nucypher/blockchain/eth/interfaces.py", line 712, in get_interface
raise cls.FactoryError(f"There is no existing blockchain connection.")
nucypher.blockchain.eth.interfaces.FactoryError: There is no existing blockchain connection.
|
Traceback (most recent call last):
"<ipython-input-3-420187bbc878>", line 1, in <module>
runfile('D:/CartPoleNEAT/CartPole.py', wdir='D:/CartPoleNEAT')
"c:\programdata\miniconda\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 704, in runfile
execfile(filename, namespace)
"c:\programdata\miniconda\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 108, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
"D:/CartPoleNEAT/CartPole.py", line 71, in <module>
run()
"D:/CartPoleNEAT/CartPole.py", line 45, in run
pop.run(eval_genomes, 10)
"c:\programdata\miniconda\lib\site-packages\neat\population.py", line 94, in run
TypeError: '>' not supported between instances of 'NoneType' and 'NoneType'
| 0.237034 |
ControlType: DocumentControl
ClassName:
AutomationId:
Rect: (0,0,1022,670)[1022x670]
Name:
Handle: 0x0(0)
Depth: 5
TextPattern.Text: Traceback (most recent call last):
"D:\Python3.9.0\Scripts\automation.py", line 113, in <module>
main()
"D:\Python3.9.0\Scripts\automation.py", line 109, in main
auto.EnumAndLogControl(control, depth, showAllName, startDepth=indent)
"D:\Python3.9.0\lib\site-packages\uiautomation\uiautomation.py", line 7706, in EnumAndLogControl
LogControl(c, d + startDepth, showAllName)
"D:\Python3.9.0\lib\site-packages\uiautomation\uiautomation.py", line 7690, in LogControl
Logger.Write(pt.DocumentRange.GetText(30), ConsoleColor.DarkGreen)
"D:\Python3.9.0\lib\site-packages\uiautomation\uiautomation.py", line 4754, in DocumentRange
return TextRange(self.pattern.DocumentRange)
_ctypes.COMError: (-2147467259, '未指定的错误', (None, None, None, 0, None))
|
Traceback (most recent call last):
"train.py", line 244, in <module>
main()
"train.py", line 233, in main
loss_value, images, labels, preds, summary, _ = sess.run([reduced_loss, image_batch, label_batch, pred, total_summary, train_op], feed_dict=feed_dict)
"/home/zhixy/tensorflow/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 767, in run
run_metadata_ptr)
"/home/zhixy/tensorflow/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 965, in _run
feed_dict_string, options, run_metadata)
"/home/zhixy/tensorflow/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1015, in _do_run
target_list, options, run_metadata)
"/home/zhixy/tensorflow/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1035, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.OutOfRangeError: FIFOQueue '_1_create_inputs/batch/fifo_queue' is closed and has insufficient elements (requested 16, current size 0)
| 0.172578 |
Traceback (most recent call last):
"<string>", line 3, in <module>
ImportError: No module named libstdcxx.v6.printers
|
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/airflow/models.py", line 374, in process_file
m = imp.load_source(mod_name, filepath)
"/usr/local/lib/python3.6/imp.py", line 172, in load_source
module = _load(spec)
"<frozen importlib._bootstrap>", line 684, in _load
"<frozen importlib._bootstrap>", line 665, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 674, in exec_module
"<frozen importlib._bootstrap_external>", line 781, in get_code
"<frozen importlib._bootstrap_external>", line 741, in source_to_code
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/usr/local/airflow/dags/airflow_clear_missing_dags.py", line 52
except Exception, e:
^
SyntaxError: invalid syntax
| 0.314169 |
Traceback (most recent call last):
"/Users/paul/Desktop/Github_repos/qiskit-terra/test/python/circuit/test_extensions_standard.py", line 985, in test_ch_reg_bit
instruction_set = self.circuit.ch(self.qr, self.qr2[1])
"/Users/paul/miniconda3/lib/python3.7/site-packages/qiskit_aqua-0.5.6-py3.7.egg/qiskit/aqua/circuits/gates/controlled_hadamard_gate.py", line 42, in ch
raise AquaError('A qubit is expected for the control.')
qiskit.aqua.aqua_error.AquaError: 'A qubit is expected for the control.'
|
1698/32256Traceback (most recent call last):
"/export/home/jli/PycharmProjects/practical/data_process/base_on_distance_rate.py", line 47, in <module>
item_first = wikipedia.page(item[0])
"/export/home/jli/.local/lib/python2.7/site-packages/wikipedia/wikipedia.py", line 276, in page
return WikipediaPage(title, redirect=redirect, preload=preload)
"/export/home/jli/.local/lib/python2.7/site-packages/wikipedia/wikipedia.py", line 299, in __init__
self.__load(redirect=redirect, preload=preload)
"/export/home/jli/.local/lib/python2.7/site-packages/wikipedia/wikipedia.py", line 336, in __load
request = _wiki_request(query_params)
"/export/home/jli/.local/lib/python2.7/site-packages/wikipedia/wikipedia.py", line 737, in _wiki_request
r = requests.get(API_URL, params=params, headers=headers)
"/usr/lib/python2.7/dist-packages/requests/api.py", line 67, in get
return request('get', url, params=params, **kwargs)
"/usr/lib/python2.7/dist-packages/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
"/usr/lib/python2.7/dist-packages/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
"/usr/lib/python2.7/dist-packages/requests/sessions.py", line 597, in send
history = [resp for resp in gen] if allow_redirects else []
"/usr/lib/python2.7/dist-packages/requests/sessions.py", line 195, in resolve_redirects
**adapter_kwargs
"/usr/lib/python2.7/dist-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python2.7/dist-packages/requests/adapters.py", line 437, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='en.wikipedia.org', port=443): Max retries exceeded with url: /w/api.php?inprop=url&redirects=&format=json&ppprop=disambiguation&prop=info%7Cpageprops&titles=Andrea+del+Sarto&action=query (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f3666d97350>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
| 0.160019 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/huangpengbo/Projects/GridsumProjects/message_channel_center/venv/lib/python3.6/site-packages/uiautomator2/__init__.py", line 1530, in inner
'message': E(self.selector.__str__())
uiautomator2.UiObjectNotFoundError: -32002 Server error: <Selector [text='6']> data:
|
Traceback (most recent call last):
"train.py", line 337, in <module>
main()
"train.py", line 228, in main
silence_threshold=silence_threshold)
"/home/al/tensorflow-wavenet/wavenet/audio_reader.py", line 127, in __init__
raise ValueError("Global conditioning is enabled, but file names "
ValueError: Global conditioning is enabled, but file names do not conform to pattern having id.`
| 0.244957 |
Traceback (most recent call last):
"/home/airflow/.local/lib/python3.6/site-packages/airflow/models/taskinstance.py", line 984, in _run_raw_task
result = task_copy.execute(context=context)
"/home/airflow/.local/lib/python3.6/site-packages/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", line 269, in execute
self.pod = self.create_pod_request_obj()
"/home/airflow/.local/lib/python3.6/site-packages/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", line 405, in create_pod_request_obj
pod = PodGenerator.add_xcom_sidecar(pod)
AttributeError: type object 'PodGenerator' has no attribute 'add_xcom_sidecar'
|
Traceback (most recent call last):
"./src/binwalk-1.0/src/bin/binwalk-script", line 5, in <module>
import binwalk
"/home/flight/Downloads/fmk/src/binwalk-1.0/src/bin/binwalk/**init**.py", line 12, in <module>
class Binwalk:
"/home/flight/Downloads/fmk/src/binwalk-1.0/src/bin/binwalk/**init**.py", line 28, in Binwalk
DEFAULT_FLAGS = magic.MAGIC_NO_CHECK_TEXT | magic.MAGIC_NO_CHECK_ENCODING | magic.MAGIC_NO_CHECK_APPTYPE | magic.MAGIC_NO_CHECK_TOKENSAttributeError: 'module' object has no attribute 'MAGIC_NO_CHECK_TEXT'
| 0.290245 |
Traceback (most recent call last):
"zeus.py", line 328, in <module>
verbose=opt.runInVerbose, forward=opt.forwardedForRandomIP)
"/home/linq/Zeus-Scanner/var/blackwidow/__init__.py", line 158, in blackwidow_main
filename=lib.core.settings.BLACKWIDOW_FILENAME)
"/home/linq/Zeus-Scanner/lib/core/common.py", line 152, in write_to_log_file
with open(full_file_path, "a+") as log:IOError: [Errno 13] Permission denied: '/home/linq/Zeus-Scanner/log/blackwidow-log/blackwidow-log-1.log'
|
Traceback (most recent call last):
"av/container/output.pyx", line 25, in av.container.output.close_output
TypeError: 'NoneType' object is not iterable
| 0.256075 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/salt/utils/stringutils.py", line 329, in expr_match
if fnmatch.fnmatch(line, expr):
"/usr/lib64/python2.7/fnmatch.py", line 43, in fnmatch
return fnmatchcase(name, pat)
"/usr/lib64/python2.7/fnmatch.py", line 74, in fnmatchcase
if not pat in _cache:
TypeError: unhashable type: 'set'
|
Traceback (most recent call last):
"C:/Users/Patrick/PycharmProjects/tangina/Thesis/pyqt.py", line 108, in <lambda> 0.2, 0.05, 35))
"C:/Users/Patrick/PycharmProjects/tangina/Thesis/pyqt.py", line 1245, in speakerDiarization [fs, x] = audioBasicIO.readAudio
(filename)
"C:\Users\Patrick\PycharmProjects\tangina\venv3\lib\site-packages\pyAudioAnalysis\audioBasicIO.py", line 67, in readAudio
extension = os.path.splitext(path)[1]
"C:\Users\Patrick\PycharmProjects\tangina\venv3\lib\ntpath.py", line 200, in splitext return genericpath._splitext(p, sep, altsep, extsep)
"C:\Users\Patrick\PycharmProjects\tangina\venv3\lib\genericpath.py", line 99, in _splitext sepIndex = p.rfind(sep) AttributeError: 'Window' object has no attribute 'rfind'``
| 0.252417 |
Traceback (most recent call last):
"/home/git/MVSNet-master/mvsnet/train.py", line 356, in <module>
tf.app.run()
"/home/git/anaconda2/envs/train.py/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 124, in run
_sys.exit(main(argv))
"/home/git/MVSNet-master/mvsnet/train.py", line 351, in main
train(sample_list)
"/home/git/MVSNet-master/mvsnet/train.py", line 316, in train
[summary_op, train_opt, loss, less_one_accuracy, less_three_accuracy])
"/home/git/anaconda2/envs/train.py/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 895, in run
run_metadata_ptr)
"/home/git/anaconda2/envs/train.py/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1128, in _run
feed_dict_tensor, options, run_metadata)
"/home/git/anaconda2/envs/train.py/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1344, in _do_run
options, run_metadata)
"/home/git/anaconda2/envs/train.py/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1363, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.UnknownError: exceptions.AttributeError: 'NoneType' object has no attribute 'astype'
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\XXXX\AppData\Local\Temp\pip-install-udnnw0gy\gitlab\setup.py", line 4, in <module>
long_description = fh.read()
"XXX\Python3\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 243: character maps to <undefined>
| 0.2583 |
Traceback (most recent call last):
"/content/OpenNMT-py/onmt/trainer.py", line 347, in _gradient_accumulation
trunc_size=trunc_size)
"/content/OpenNMT-py/onmt/utils/loss.py", line 158, in __call__
loss, stats = self._compute_loss(batch, **shard)
"/content/OpenNMT-py/onmt/utils/loss.py", line 233, in _compute_loss
scores = self.generator(bottled_output)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/container.py", line 92, in forward
input = module(input)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/linear.py", line 67, in forward
return F.linear(input, self.weight, self.bias)
"/usr/local/lib/python3.6/dist-packages/torch/nn/functional.py", line 1352, in linear
ret = torch.addmm(torch.jit._unwrap_optional(bias), input, weight.t())
RuntimeError: Expected object of backend CPU but got backend CUDA for argument #4 'mat1'
|
Traceback (most recent call last):
"/usr/bin/salt-run", line 10, in <module>
salt_run()
"/usr/lib/python2.7/site-packages/salt/scripts.py", line 90, in salt_run
client.run()
"/usr/lib/python2.7/site-packages/salt/cli/__init__.py", line 346, in run
runner.run()
"/usr/lib/python2.7/site-packages/salt/runner.py", line 153, in run
self.opts['fun'], self.opts['arg'], self.opts)
"/usr/lib/python2.7/site-packages/salt/runner.py", line 85, in cmd
return self.functions[fun](*args, **kwargs)
"/usr/lib/python2.7/site-packages/salt/runners/fileserver.py", line 21, in update
fileserver.update()
"/usr/lib/python2.7/site-packages/salt/fileserver/__init__.py", line 138, in update
self.servers[fstr]()
"/usr/lib/python2.7/site-packages/salt/fileserver/gitfs.py", line 192, in update
find_file
"/usr/lib/python2.7/site-packages/salt/fileserver/__init__.py", line 69, in reap_fileserver_cache_dir
filename, _, hash_type = file_rel_path.rsplit('.', 2)ValueError: need more than 2 values to unpack
| 0.316692 |
Traceback (most recent call last):
"cellprofiler\pipeline.pyc", line 1934, in run_image_set
"cellprofiler\modules\renameorrenumberfiles.pyc", line 250, in runWindowsError: [Error 32] The process cannot access the file because it is being used by another process
|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/kevin.krsulichibm.com/q/qiskit-terra/qiskit/circuit/quantumcircuit.py", line 157, in __init__
self.add_register(*regs)
"/Users/kevin.krsulichibm.com/q/qiskit-terra/qiskit/circuit/quantumcircuit.py", line 541, in add_register
if register.name in [reg.name for reg in self.qregs + self.cregs]:
AttributeError: 'numpy.int64' object has no attribute 'name'
| 0.229381 |
Traceback (most recent call last):
"/home/user/src/pretix/code/src/pretix/base/services/mail.py", line 210, in mail_send_task
backend.send_messages([email])
"/home/user/src/pretix/lib64/python3.6/site-packages/django/core/mail/backends/smtp.py", line 104, in send_messages
new_conn_created = self.open()
"/home/user/src/pretix/lib64/python3.6/site-packages/django/core/mail/backends/smtp.py", line 64, in open
self.connection = self.connection_class(self.host, self.port, **connection_params)
"/usr/lib64/python3.6/smtplib.py", line 254, in init
raise SMTPConnectError(code, msg)
smtplib.SMTPConnectError: (-1, b'[CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5] Dovecot ready.')
|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"cupy/cupy/_manipulation/dims.py", line 148, in expand_dims
return _manipulation._expand_dims(a, axis)
"cupy/core/_routines_manipulation.pyx", line 223, in cupy.core._routines_manipulation._expand_dims
"cupy/core/_routines_manipulation.pyx", line 238, in cupy.core._routines_manipulation._expand_dims
"cupy/core/_routines_manipulation.pyx", line 317, in cupy.core._routines_manipulation._reshape
ValueError: cannot reshape array of size 7 into shape 49
| 0.11349 |
Traceback (most recent call last):
"/Users/richard/Projects/none-bot/none/message.py", line 52, in handle_message
handled = await handle_natural_language(bot, ctx)
"/Users/richard/Projects/none-bot/none/natural_language.py", line 138, in handle_natural_language
check_perm=False)
"/Users/richard/Projects/none-bot/none/command.py", line 477, in call_command
disable_interaction=disable_interaction)
"/Users/richard/Projects/none-bot/none/command.py", line 508, in _real_run_command
del _sessions[ctx_id]
KeyError: '/user/1002647525'
|
2016-05-27 18:28:05,465 ERROR libqtile manager.py:handle_KeyPress():L910 KB command error next_layout: Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/libqtile/command.py", line 97, in call
return (SUCCESS, cmd(*args, **kwargs))
"/usr/lib/python3.5/site-packages/libqtile/manager.py", line 1302, in cmd_next_layout
group.nextLayout()
"/usr/lib/python3.5/site-packages/libqtile/group.py", line 136, in nextLayout
self.toLayoutIndex((self.currentLayout + 1) % (len(self.layouts)))
"/usr/lib/python3.5/site-packages/libqtile/group.py", line 133, in toLayoutIndex
self.layout.show(screen)
"/usr/lib/python3.5/site-packages/libqtile/layout/tree.py", line 475, in show
self._resize_panel(panel)
"/usr/lib/python3.5/site-packages/libqtile/layout/tree.py", line 672, in _resize_panel
self.draw_panel()
"/usr/lib/python3.5/site-packages/libqtile/layout/tree.py", line 440, in draw_panel
self._tree.draw(self, 0)
"/usr/lib/python3.5/site-packages/libqtile/layout/tree.py", line 72, in draw
top = i.draw(layout, top, level)
"/usr/lib/python3.5/site-packages/libqtile/layout/tree.py", line 236, in draw
offsety=top + layout.section_topTypeError: draw() got an unexpected keyword argument 'offsetx'
| 0.193353 |
Traceback (most recent call last):
"C:\compiler\Anaconda3\Scripts\conda-script.py", line 4, in <module>
sys.exit(main())
"C:\compiler\Anaconda3\lib\site-packages\conda\cli\main.py", line 195, in main
args_func(args, p)
"C:\compiler\Anaconda3\lib\site-packages\conda\cli\main.py", line 202, in args_func
args.func(args, p)
"C:\compiler\Anaconda3\lib\site-packages\conda\cli\main_install.py", line 45, in execute
install.install(args, parser, 'install')
"C:\compiler\Anaconda3\lib\site-packages\conda\cli\install.py", line 239, in install
offline=args.offline)
"C:\compiler\Anaconda3\lib\site-packages\conda\cli\common.py", line 597, in get_index_trap
return get_index(_args, *_kwargs)
"C:\compiler\Anaconda3\lib\site-packages\conda\api.py", line 42, in get_index
unknown=unknown)
"C:\compiler\Anaconda3\lib\site-packages\conda\utils.py", line 118, in **call**
value = self.func(_args, *_kw)
"C:\compiler\Anaconda3\lib\site-packages\conda\fetch.py", line 259, in fetch_index
repodatas.append((url, future.result()))
"C:\compiler\Anaconda3\lib\concurrent\futures_base.py", line 398, in result
return self.__get_result()
"C:\compiler\Anaconda3\lib\concurrent\futures_base.py", line 357, in __get_result
raise self._exception
"C:\compiler\Anaconda3\lib\concurrent\futures\thread.py", line 55, in run
result = self.fn(_self.args, *_self.kwargs)
"C:\compiler\Anaconda3\lib\site-packages\conda\fetch.py", line 65, in func
res = f(_args, *_kwargs)
"C:\compiler\Anaconda3\lib\site-packages\conda\fetch.py", line 103, in fetch_repodata
cache = json.loads(bz2.decompress(resp.content).decode('utf-8'))
"C:\compiler\Anaconda3\lib\bz2.py", line 348, in decompress
res = decomp.decompress(data)OSError: Invalid data stream
|
Traceback (most recent call last):
"/home/florian/proj/qutebrowser/git/qutebrowser/completion/completer.py", line 255, in _update_completion
model = func(*args, info=info)
TypeError: url() takes 0 positional arguments but 1 positional argument (and 1 keyword-only argument) were given
| 0.263365 |
Traceback (most recent call last):
"/opt/az/lib/python3.6/site-packages/azure/cli/main.py", line 36, in main
cmd_result = APPLICATION.execute(args)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/application.py", line 212, in execute
result = expanded_arg.func(params)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 377, in __call__
return self.handler(*args, **kwargs)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 620, in _execute_command
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 602, in _execute_command
result = op(client, **kwargs) if client else op(**kwargs)
"/opt/az/lib/python3.6/site-packages/azure/cli/command_modules/resource/custom.py", line 567, in delete_resource
logger.debug("deleting", resource_dict_to_id(**id_dict))
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/arm.py", line 126, in resource_id
rid = '/subscriptions/{subscription}'.format(**kwargs)
KeyError: 'subscription'
|
Traceback (most recent call last):
"/home/mike/.local/lib/python3.5/site-packages/xonsh/__amalgam__.py", line 19011, in _run_binary
p = self.cls(self.cmd, bufsize=bufsize, **kwargs)
"/home/mike/.local/lib/python3.5/site-packages/xonsh/__amalgam__.py", line 11194, in __init__
**kwargs)
"/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
"/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
NotFoundError: [Errno 2] No such file or directory: 'x:x+1'
| 0.281455 |
Traceback (most recent call last):
"tests.vi.test_registers in /Users/Home/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 368, in setUpAttributeError: 'Test_yank' object has no attribute 'view'
|
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/iam/api-client/access_test.py", line 56, in test_get_policy
access.get_policy(GCLOUD_PROJECT, version=3)
"/workspace/iam/api-client/access.py", line 40, in get_policy
service.projects()
"/workspace/iam/api-client/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
return wrapped(*args, **kwargs)
"/workspace/iam/api-client/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/http.py", line 915, in execute
raise HttpError(resp, content, uri=self.uri)googleapiclient.errors.HttpError: <HttpError 500 when requesting https://cloudresourcemanager.googleapis.com/v1/projects/python-docs-samples-tests-py38:getIamPolicy?alt=json returned "Internal error encountered.". Details: "Internal error encountered."></pre></details>
| 0.178115 |
Traceback (most recent call last):
"/tmp/pip-install-qa7_bzmk/horovod/setup.py", line 588, in build_extensions
abi_compile_flags = build_tf_extension(self, options)
"/tmp/pip-install-qa7_bzmk/horovod/setup.py", line 441, in build_tf_extension
check_tf_version()
"/tmp/pip-install-qa7_bzmk/horovod/setup.py", line 59, in check_tf_version
'import tensorflow failed, is it installed?\n\n%s' % traceback.format_exc())
distutils.errors.DistutilsPlatformError: import tensorflow failed, is it installed?
|
Traceback (most recent call last):
"./lets-encrypt-preview/venv/bin/letsencrypt", line 9, in <module>
load_entry_point('letsencrypt==0.1', 'console_scripts', 'letsencrypt')()
"/home/e/icecast/lets-encrypt-preview/letsencrypt/cli.py", line 403, in main
return args.func(args, config, plugins)
"/home/e/icecast/lets-encrypt-preview/letsencrypt/cli.py", line 150, in install
acme.deploy_certificate(doms, acc.key, args.cert_path, args.chain_path)
"/home/e/icecast/lets-encrypt-preview/letsencrypt/client.py", line 272, in deploy_certificate
os.path.abspath(privkey_path), chain_path)
"/home/e/icecast/lets-encrypt-preview/venv/lib/python2.7/posixpath.py", line 360, in abspath
if not isabs(path):
"/home/e/icecast/lets-encrypt-preview/venv/lib/python2.7/posixpath.py", line 54, in isabs
return s.startswith('/')AttributeError: 'Key' object has no attribute 'startswith'
| 0.272339 |
Traceback (most recent call last):
"/usr/bin/buildozer", line 11, in <module>
load_entry_point('buildozer', 'console_scripts', 'buildozer')()
"/home/suroh/Libraries/buildozer/buildozer/scripts/client.py", line 13, in main
Buildozer().run_command(sys.argv[1:])
"/home/suroh/Libraries/buildozer/buildozer/__init__.py", line 122, in __init__
self.config.read(filename)
"/usr/lib/python3.6/configparser.py", line 697, in read
self._read(fp, filename)
"/usr/lib/python3.6/configparser.py", line 1015, in _read
for lineno, line in enumerate(fp, start=1):
"/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1720: ordinal not in range(128)
|
Traceback (most recent call last):
"/home/jodal/dev/pyspotify2/spotify/playlist.py", line 643, in playlist_update_in_progress
logger.debug('Playlist update in progress')
"/usr/lib/python2.7/logging/__init__.py", line 1148, in debug
self._log(DEBUG, msg, args, **kwargs)
"/usr/lib/python2.7/logging/__init__.py", line 1279, in _log
self.handle(record)
"/usr/lib/python2.7/logging/__init__.py", line 1289, in handle
self.callHandlers(record)
"/usr/lib/python2.7/logging/__init__.py", line 1329, in callHandlers
hdlr.handle(record)
"/usr/lib/python2.7/logging/__init__.py", line 757, in handle
self.emit(record)
"/home/jodal/dev/mopidy/mopidy/utils/log.py", line 171, in emit
self.handleError(record)
"/usr/lib/python2.7/logging/__init__.py", line 810, in handleError
None, sys.stderr)
"/usr/lib/python2.7/traceback.py", line 125, in print_exception
print_tb(tb, limit, file)
"/usr/lib/python2.7/traceback.py", line 69, in print_tb
line = linecache.getline(filename, lineno, f.f_globals)
"/home/jodal/dev/virtualenvs/mopidy/lib/python2.7/linecache.py", line 14, in getline
lines = getlines(filename, module_globals)RuntimeError: maximum recursion depth exceeded
| 0.288853 |
Traceback (most recent call last):
"/home/lmacken/code/github.org/alot/env/bin/alot", line 20, in <module>
main()
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/alot/init.py", line 90, in main
args.colours,
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/alot/ui.py", line 74, in __init__
self.mainloop.run()
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/urwid-1.0.0-py2.7-linux-x86_64.egg/urwid/main_loop.py", line 271, in run
self.screen.run_wrapper(self._run)
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/urwid-1.0.0-py2.7-linux-x86_64.egg/urwid/raw_display.py", line 228, in run_wrapper
return fn()
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/urwid-1.0.0-py2.7-linux-x86_64.egg/urwid/main_loop.py", line 292, in _run
self.event_loop.run()
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/urwid-1.0.0-py2.7-linux-x86_64.egg/urwid/main_loop.py", line 667, in run
self._loop()
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/urwid-1.0.0-py2.7-linux-x86_64.egg/urwid/main_loop.py", line 705, in _loop
self._watch_files[fd]()
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/urwid-1.0.0-py2.7-linux-x86_64.egg/urwid/main_loop.py", line 343, in _update
self.process_input(keys)
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/urwid-1.0.0-py2.7-linux-x86_64.egg/urwid/main_loop.py", line 432, in process_input
k = self._topmost_widget.keypress(self.screen_size, k)
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/alot/ui.py", line 42, in keypress
self.ui.apply_command(cmd)
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/alot/ui.py", line 349, in apply_command
cmd.apply(self)
"/home/lmacken/code/github.org/alot/env/lib/python2.7/site-packages/alot/command.py", line 481, in apply
mailcontent += '>' + line + '\n'UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 17: ordinal not in range(128)
|
Traceback (most recent call last):
"/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/obspy/core/tests/test_util_misc.py", line 78, in test_CatchOutput
self.assertEqual(out.stdout, "abc\nghi\njkl\n")AssertionError: 'abc\n\x1b[?1034hdef\nghi\njkl\n' != 'abc\nghi\njkl\n'
| 0.217436 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-su40i3si/dbus-python/setup.py", line 83, in <module>
setup(
"/opt/lenovo_fix/venv/lib64/python3.9/site-packages/setuptools/__init__.py", line 165, in setup
return distutils.core.setup(**attrs)
"/usr/lib64/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib64/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
"/usr/lib64/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
"/opt/lenovo_fix/venv/lib64/python3.9/site-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
"/usr/lib64/python3.9/distutils/command/install.py", line 557, in run
self.run_command('build')
"/usr/lib64/python3.9/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/usr/lib64/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
"/tmp/pip-install-su40i3si/dbus-python/setup.py", line 67, in run
subprocess.check_call(['make', '-C', builddir] + make_args)
"/usr/lib64/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '-C', '/tmp/pip-install-su40i3si/dbus-python/build/temp.linux-x86_64-3.9', 'pythondir=/tmp/pip-install-su40i3si/dbus-python/build/lib.linux-x86_64-3.9', 'pyexecdir=/tmp/pip-install-su40i3si/dbus-python/build/lib.linux-x86_64-3.9']' returned non-zero exit status 2.
|
Traceback (most recent call last):
"/config/custom_components/sonoff/sonoff_local.py", line 280, in send
r = await self.session.post(
"/usr/local/lib/python3.8/site-packages/aiohttp/client.py", line 544, in _request
await resp.start(conn)
"/usr/local/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 890, in start
message, payload = await self._protocol.read()
# type: ignore
"/usr/local/lib/python3.8/site-packages/aiohttp/streams.py", line 604, in read
await self._waiter
aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected
| 0.319173 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>ImportError: cannot import name StrictRedis
|
Traceback (most recent call last):
"/tmp/virtualenv.pyz/__virtualenv__/importlib_resources-1.0.2-py2.py3-none-any/importlib_resources/_py3.py", line 120, in open_text
NotADirectoryError: [Errno 20] Not a directory: '/tmp/virtualenv.pyz/virtualenv/activation/bash/activate.sh'
| 0.265646 |
Traceback (most recent call last):
"/Users/ovidijus/Apps/Medusa/<a href="../blob/c6174b11dfed6bc03dc53e75898df11b30677b9d/medusa/search/queue.py#L266">medusa/search/queue.py</a>", line 266, in run
found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force)
"/Users/ovidijus/Apps/Medusa/<a href="../blob/c6174b11dfed6bc03dc53e75898df11b30677b9d/medusa/search/core.py#L524">medusa/search/core.py</a>", line 524, in search_for_needed_episodes
cur_provider.cache.update_cache(scheduler_start_time)
"/Users/ovidijus/Apps/Medusa/<a href="../blob/c6174b11dfed6bc03dc53e75898df11b30677b9d/medusa/tv/cache.py#L253">medusa/tv/cache.py</a>", line 253, in update_cache
cache_db_con.mass_action(results)
"/Users/ovidijus/Apps/Medusa/<a href="../blob/c6174b11dfed6bc03dc53e75898df11b30677b9d/medusa/db.py#L222">medusa/db.py</a>", line 222, in mass_action
sql_results.append(self._execute(qu[0], qu[1], fetchall=fetchall))
"/Users/ovidijus/Apps/Medusa/<a href="../blob/c6174b11dfed6bc03dc53e75898df11b30677b9d/medusa/db.py#L115">medusa/db.py</a>", line 115, in _execute
sql_results = cursor.execute(query, args)sqlite3.IntegrityError: UNIQUE constraint failed: frozenlayer.identifier
|
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 2364, in _real_extract
self._sort_formats(formats)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 1327, in _sort_formats
raise ExtractorError('No video formats found')
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.212997 |
Traceback (most recent call last):
"/home/user/.local/lib/python3.8/site-packages/vorta/views/archive_tab.py", line 472, in list_diff_result
window = DiffResult(result['data'], archive_newer, archive_older)
"/home/user/.local/lib/python3.8/site-packages/vorta/views/diff_result.py", line 22, in __init__
files_with_attributes, nested_file_list = parse_diff_lines(fs_data.split('\n'))
"/home/user/.local/lib/python3.8/site-packages/vorta/views/diff_result.py", line 94, in parse_diff_lines
files_with_attributes.append(parse_line(line))
"/home/user/.local/lib/python3.8/site-packages/vorta/views/diff_result.py", line 87, in parse_line
d = get_dict_from_list(nested_file_list, dir.split('/'))
"/home/user/.local/lib/python3.8/site-packages/vorta/utils.py", line 57, in get_dict_from_list
return reduce(operator.getitem, mapList, dataDict)
KeyError: 'flatpak'
|
Traceback (most recent call last):
"youtube_dl\downloader\http.pyo", line 160, in real_download
"youtube_dl\utils.pyo", line 248, in sanitize_openIOError: [Errno 2] No such file or directory: u'e:\yt\ \Webcam video from Mar
| 0.269161 |
Traceback (most recent call last):
"/Users/krotose1/workspace/skv/httpx/wotk_with_bugs.py", line 11, in <module>
resp = client.get("http://127.0.0.1:8080")
"/Users/krotose1/workspace/skv/httpx/httpx/_client.py", line 907, in get
return self.request(
"/Users/krotose1/workspace/skv/httpx/httpx/_client.py", line 733, in request
return self.send(
"/Users/krotose1/workspace/skv/httpx/httpx/_client.py", line 767, in send
response = self._send_handling_auth(
"/Users/krotose1/workspace/skv/httpx/httpx/_client.py", line 805, in _send_handling_auth
response = self._send_handling_redirects(
"/Users/krotose1/workspace/skv/httpx/httpx/_client.py", line 837, in _send_handling_redirects
response = self._send_single_request(request, timeout)
"/Users/krotose1/workspace/skv/httpx/httpx/_client.py", line 861, in _send_single_request
(status_code, headers, stream, ext) = transport.request(
"/Users/krotose1/.pyenv/versions/3.8.5/lib/python3.8/contextlib.py", line 131, in __exit__
self.gen.throw(type, value, traceback)
"/Users/krotose1/workspace/skv/httpx/httpx/_exceptions.py", line 343, in map_exceptions
raise mapped_exc(message, **kwargs) from exc
# type: ignore
httpx.RemoteProtocolError: peer unexpectedly closed connection
|
Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/asyncio-3.4.3-py3.5.egg/asyncio/events.py", line 120, in _run
self._callback(*self._args)
"/usr/local/lib/python3.5/site-packages/asyncio-3.4.3-py3.5.egg/asyncio/selector_events.py", line 669, in _read_ready
self._protocol.data_received(data)
"/usr/local/lib/python3.5/site-packages/asyncio-3.4.3-py3.5.egg/asyncio/sslproto.py", line 499, in data_received
self._app_protocol.data_received(chunk)
"apns-server-http2.py", line 57, in data_received
self.conn.reset_stream(event.stream_id)
"/usr/local/lib/python3.5/site-packages/h2-2.1.1-py3.5.egg/h2/connection.py", line 689, in reset_stream
frames = stream.reset_stream(error_code)
"/usr/local/lib/python3.5/site-packages/h2-2.1.1-py3.5.egg/h2/stream.py", line 774, in reset_stream
self.state_machine.process_input(StreamInputs.SEND_RST_STREAM)
"/usr/local/lib/python3.5/site-packages/h2-2.1.1-py3.5.egg/h2/stream.py", line 108, in process_input
return func(self, previous_state)
"/usr/local/lib/python3.5/site-packages/h2-2.1.1-py3.5.egg/h2/stream.py", line 286, in send_on_closed_stream
raise StreamClosedError(self.stream_id)h2.exceptions.StreamClosedError: 17
| 0.326168 |
Traceback (most recent call last):
"/home/user/chino/Documents/personal/w3af/w3af/core/ui/gui/main.py", line 547, in _scan_director
func()
"/home/user/chino/Documents/personal/w3af/w3af/core/ui/gui/main.py", line 646, in _scan_start
self.set_tabs(True)
"/home/user/chino/Documents/personal/w3af/w3af/core/ui/gui/main.py", line 793, in set_tabs
self._set_tab(sensit, _("Results"), scanrun.ScanRunBody)
"/home/user/chino/Documents/personal/w3af/w3af/core/ui/gui/main.py", line 799, in _set_tab
newone = realWidget(self.w3af)
"/home/user/chino/Documents/personal/w3af/w3af/core/ui/gui/scanrun.py", line 675, in __init__
kbbrowser = KBBrowser(w3af)
"/home/user/chino/Documents/personal/w3af/w3af/core/ui/gui/scanrun.py", line 246, in __init__
description = self.get_notebook_description()
"/home/user/chino/Documents/personal/w3af/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description
self.description = webkit.WebView()AttributeError: 'module' object has no attribute 'WebView'
|
Traceback (most recent call last):
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\knack\knack\cli.py", line 206, in invoke
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-cli-core\azure\cli\core\commands\__init__.py", line 351, in execute
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-cli-core\azure\cli\core\commands\__init__.py", line 409, in _run_jobs_serially
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-cli-core\azure\cli\core\commands\__init__.py", line 402, in _run_job
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\six\six.py", line 693, in reraise
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-cli-core\azure\cli\core\commands\__init__.py", line 379, in _run_job
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-cli-core\azure\cli\core\commands\__init__.py", line 171, in __call__
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-cli-core\azure\cli\core\__init__.py", line 451, in default_command_handler
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-cli-profile\azure\cli\command_modules\profile\custom.py", line 133, in login
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-cli-core\azure\cli\core\_profile.py", line 190, in find_subscriptions_on_login
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-cli-core\azure\cli\core\_profile.py", line 787, in find_through_authorization_code_flow
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-cli-core\azure\cli\core\_profile.py", line 831, in _find_using_common_tenant
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\paging.py", line 143, in __next__
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\paging.py", line 129, in advance_page
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\azure-mgmt-resource\azure\mgmt\resource\subscriptions\v2016_06_01\operations\tenants_operations.py", line 80, in internal_paging
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\service_client.py", line 336, in send
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\pipeline\__init__.py", line 197, in run
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\pipeline\__init__.py", line 150, in send
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\pipeline\requests.py", line 72, in send
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\pipeline\requests.py", line 137, in send
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\pipeline\__init__.py", line 150, in send
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\pipeline\requests.py", line 193, in send
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\universal_http\requests.py", line 328, in send
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\universal_http\requests.py", line 140, in send
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\exceptions.py", line 51, in raise_with_traceback
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\msrest\msrest\universal_http\requests.py", line 137, in send
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\requests\requests\sessions.py", line 533, in request
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\requests\requests\sessions.py", line 646, in send
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-qvpg2q31\requests\requests\adapters.py", line 514, in send
msrest.exceptions.ClientRequestError: Error occurred in request., SSLError: HTTPSConnectionPool(host='management.azure.com', port=443): Max retries exceeded with url: /tenants?api-version=2016-06-01 (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
| 0.262373 |
Traceback (most recent call last):
"./tools/train_net.py", line 96, in <module>
max_iters=args.max_iters)
"/home/nwkim/tensorflow-sample/Faster-RCNN_TF/tools/../lib/fast_rcnn/train.py", line 222, in train_net
sw.train_model(sess, max_iters)
"/home/nwkim/tensorflow-sample/Faster-RCNN_TF/tools/../lib/fast_rcnn/train.py", line 161, in train_model
run_metadata=run_metadata)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 766, in run
run_metadata_ptr)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 964, in _run
feed_dict_string, options, run_metadata)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1014, in _do_run
target_list, options, run_metadata)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1034, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InternalError: Failed to run py callback pyfunc_2: see error log.
|
Traceback (most recent call last):
"/usr/nekoware/bin/youtube-dl/youtube_dl/extractor/generic.py", line 596, in _real_extract
doc = parse_xml(webpage)
"/usr/nekoware/bin/youtube-dl/youtube_dl/utils.py", line 1311, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
"/usr/nekoware/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
"/usr/nekoware/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
"/usr/nekoware/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise errParseError: mismatched tag: line 29, column 5579
| 0.22489 |
Traceback (most recent call last):
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/cmdline.py", line 304, in main
app.build(args.force_all, filenames)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/application.py", line 331, in build
self.builder.build_update()
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/builders/__init__.py", line 342, in build_update
'out of date' % len(to_build))
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/builders/__init__.py", line 355, in build
updated_docnames = set(self.env.update(self.config, self.srcdir, self.doctreedir))
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/environment/__init__.py", line 565, in update
self._read_serial(docnames, self.app)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/environment/__init__.py", line 584, in _read_serial
self.read_doc(docname, app)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/environment/__init__.py", line 659, in read_doc
doctree = read_doc(self.app, self, self.doc2path(docname))
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/io.py", line 302, in read_doc
pub.publish()
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/core.py", line 217, in publish
self.settings)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/readers/__init__.py", line 72, in read
self.parse()
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/readers/__init__.py", line 78, in parse
self.parser.parse(self.input, document)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/parsers.py", line 85, in parse
self.statemachine.run(inputstring, document, inliner=self.inliner)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 170, in run
input_source=document['source'])
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/statemachine.py", line 239, in run
context, state, transitions)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/statemachine.py", line 460, in check_line
return method(match, context, next_state)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 2745, in underline
self.section(title, source, style, lineno - 1, messages)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 326, in section
self.new_subsection(title, lineno, messages)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 394, in new_subsection
node=section_node, match_titles=True)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 281, in nested_parse
node=node, match_titles=match_titles)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 195, in run
results = StateMachineWS.run(self, input_lines, input_offset)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/statemachine.py", line 239, in run
context, state, transitions)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/statemachine.py", line 460, in check_line
return method(match, context, next_state)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 2745, in underline
self.section(title, source, style, lineno - 1, messages)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 326, in section
self.new_subsection(title, lineno, messages)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 394, in new_subsection
node=section_node, match_titles=True)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 281, in nested_parse
node=node, match_titles=match_titles)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 195, in run
results = StateMachineWS.run(self, input_lines, input_offset)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/statemachine.py", line 239, in run
context, state, transitions)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/statemachine.py", line 460, in check_line
return method(match, context, next_state)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 2318, in explicit_markup
nodelist, blank_finish = self.explicit_construct(match)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 2330, in explicit_construct
return method(self, expmatch)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 2073, in directive
directive_class, match, type_name, option_presets)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 2122, in run_directive
result = directive_instance.run()
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/directive.py", line 133, in run
documenter.generate(more_content=self.content)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 799, in generate
self.document_members(all_members)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 720, in document_members
check_module=members_check_module and not isattr)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 1211, in generate
all_members=all_members)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 799, in generate
self.document_members(all_members)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 1200, in document_members
ModuleLevelDocumenter.document_members(self, all_members)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 720, in document_members
check_module=members_check_module and not isattr)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 786, in generate
sig = self.format_signature()
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 993, in format_signature
return Documenter.format_signature(self)
# type: ignore
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 448, in format_signature
self.object, self.options, args, retann)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/application.py", line 448, in emit_firstresult
return self.events.emit_firstresult(event, self, *args)
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/events.py", line 84, in emit_firstresult
for result in self.emit(name, *args):
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/events.py", line 79, in emit
results.append(callback(*args))
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx_autodoc_typehints.py", line 140, in process_signature
return formatargspec(obj, *argspec[:-1]), None
"/home/docs/checkouts/readthedocs.org/user_builds/matchzoo/envs/hotfix-doc/lib/python3.6/site-packages/sphinx/ext/autodoc/inspector.py", line 134, in formatargspec
if typing and hasattr(function, '__code__') else {})
"/home/docs/.pyenv/versions/3.6.2/lib/python3.6/typing.py", line 1552, in get_type_hints
value = _eval_type(value, globalns, localns)
"/home/docs/.pyenv/versions/3.6.2/lib/python3.6/typing.py", line 350, in _eval_type
return t._eval_type(globalns, localns)
"/home/docs/.pyenv/versions/3.6.2/lib/python3.6/typing.py", line 245, in _eval_type
eval(self.__forward_code__, globalns, localns),
"<string>", line 1, in <module>
NameError: name 'BaseGenerator' is not defined
|
Traceback (most recent call last):
"train.py", line 307, in <module>
main()
"train.py", line 303, in main
trainModel(model, train, valid, fields, optim)
"train.py", line 166, in trainModel
train_stats = trainEpoch(epoch)
"train.py", line 141, in trainEpoch
**shard)
"/home/haixu/Desktop/OpenNMT9.4/onmt/Loss.py", line 175, in computeLoss
unbottle(scores_data), batch, self.tgt_vocab)
"/home/haixu/Desktop/OpenNMT9.4/onmt/IO.py", line 226, in collapse_copy_scores
scores[:, b, ti] += scores[:, b, offset + i]
IndexError: index 3458 is out of range for dimension 1 (of size 3458)
| 0.32128 |
Traceback (most recent call last):
"<ipython-input-21-ee4ded5f8da2>", line 1, in <module>
wm.render_to_file('americas.svg')
"C:\Users\user\AppData\Roaming\Python\Python36\site-packages\pygal\graph\public.py", line 114, in render_to_file
f.write(self.render(is_unicode=True, **kwargs))
"C:\Users\user\AppData\Roaming\Python\Python36\site-packages\pygal\graph\public.py", line 52, in render
self.setup(**kwargs)
"C:\Users\user\AppData\Roaming\Python\Python36\site-packages\pygal\graph\base.py", line 185, in setup
self.state = State(self, **kwargs)
"C:\Users\user\AppData\Roaming\Python\Python36\site-packages\pygal\state.py", line 35, in __init__
merge(self.__dict__, graph.config.__class__.__dict__)
"C:\Users\user\AppData\Roaming\Python\Python36\site-packages\pygal\util.py", line 384, in merge
dict1[key] = mergextend(val, dict1.get(key, ()))
"C:\Users\user\AppData\Roaming\Python\Python36\site-packages\pygal\util.py", line 370, in mergextend
if list1 is None or _ellipsis not in list1:
TypeError: argument of type 'Key' is not iterable
|
Traceback (most recent call last):
"weixin.py", line 1080, in <module>
import coloredlogsImportError: No module named coloredlogs
| 0.268368 |
Traceback (most recent call last):
"qark.py", line 11, in <module>
from qark.apk_builder import APKBuilder
"/root/Desktop/weapons/apppen/qark/qark/qark.py", line 11, in <module>
from qark.apk_builder import APKBuilder
ImportError: No module named apk_builder
|
Traceback (most recent call last):
"E:\恶趣味\工具\XX-Net\XX-Net-2.5.1\python27\1.0\lib\SocketServer.py", line 593, in process_request_thread
self.finish_request(request, client_address)
"E:\恶趣味\工具\XX-Net\XX-Net-2.5.1\launcher\web_control.py", line 48, in finish_request
self.RequestHandlerClass(request, client_address, self)
"E:\恶趣味\工具\XX-Net\XX-Net-2.5.1\python27\1.0\lib\SocketServer.py", line 649, in **init**
self.handle()
"E:\恶趣味\工具\XX-Net\XX-Net-2.5.1\python27\1.0\lib\BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
"E:\恶趣味\工具\XX-Net\XX-Net-2.5.1\python27\1.0\lib\BaseHTTPServer.py", line 328, in handle_one_request
method()
"E:\恶趣味\工具\XX-Net\XX-Net-2.5.1\launcher\web_control.py", line 143, in do_GET
controler = module_init.proc_handler[module]["imp"].local.web_control.ControlHandler(self.client_address, self.headers, self.command, path, self.rfile, self.wfile)KeyError: 'imp'
| 0.237421 |
Traceback (most recent call last):
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\tornado\gen.py", line 849, in callback
result_list.append(f.result())
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\tornado\gen.py", line 1113, in run
yielded = self.gen.send(value)
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\distributed\deploy\local.py", line 189, in _start_worker
raise gen.TimeoutError("Worker failed to start")
tornado.util.TimeoutError: Worker failed to start
|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/seaborn/linearmodels.py", line 724, in lmplot
legend=legend, legend_out=legend_out)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/seaborn/axisgrid.py", line 215, in __init__
fig.tight_layout()
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/figure.py", line 1606, in tight_layout
rect=rect)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/tight_layout.py", line 352, in get_tight_layout_figure
pad=pad, h_pad=h_pad, w_pad=w_pad)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/tight_layout.py", line 129, in auto_adjust_subplotpars
tight_bbox_raw = union([ax.get_tightbbox(renderer) for ax in subplots])
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/tight_layout.py", line 129, in <listcomp>
tight_bbox_raw = union([ax.get_tightbbox(renderer) for ax in subplots])
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/axes.py", line 9161, in get_tightbbox
bb_xaxis = self.xaxis.get_tightbbox(renderer)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/axis.py", line 1060, in get_tightbbox
renderer)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/axis.py", line 1043, in _get_tick_bboxes
extent = tick.label1.get_window_extent(renderer)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/text.py", line 755, in get_window_extent
bbox, info, descent = self._get_layout(self._renderer)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/text.py", line 321, in _get_layout
ismath=False)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/backends/backend_macosx.py", line 158, in get_text_width_height_descent
width, height, descent = self.gc.get_text_width_height_descent(str(s), family, size, weight, style)RuntimeError: CGContextRef is NULL
| 0.222746 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_arrow.py", line 284, in test_eq
assert self.arrow == self.arrow
AttributeError: 'TestArrowComparison' object has no attribute 'arrow'
|
Traceback (most recent call last):
"/redacted/path/lib/python3.2/urllib/request.py", line 1136, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
"/redacted/path/lib/python3.2/http/client.py", line 964, in request
self._send_request(method, url, body, headers)
"/redacted/path/lib/python3.2/http/client.py", line 1002, in _send_request
self.endheaders(body)
"/redacted/path/lib/python3.2/http/client.py", line 960, in endheaders
self._send_output(message_body)
"/redacted/path/lib/python3.2/http/client.py", line 805, in _send_output
self.send(msg)
"/redacted/path/lib/python3.2/http/client.py", line 743, in send
self.connect()
"/redacted/path/lib/python3.2/http/client.py", line 1105, in connect
server_hostname=server_hostname)
"/redacted/path/lib/python3.2/ssl.py", line 181, in wrap_socket
_context=self)
"/redacted/path/lib/python3.2/ssl.py", line 268, in __init__
raise x
"/redacted/path/lib/python3.2/ssl.py", line 264, in **init**
self.do_handshake()
"/redacted/path/lib/python3.2/ssl.py", line 443, in do_handshake
self._sslobj.do_handshake()ssl.SSLError: [Errno 1] _ssl.c:392: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
| 0.203759 |
The minion function caused an exception: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 1036, in _thread_return
return_data = func(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/modules/dockerng.py", line 3602, in pull
response = _image_wrapper('pull', repo_name, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/modules/dockerng.py", line 569, in wrapper
return wrapped(*args, **salt.utils.clean_kwargs(**kwargs))
"/usr/lib/python2.7/dist-packages/salt/modules/dockerng.py", line 872, in _image_wrapper
registry=registry)
"/usr/local/lib/python2.7/dist-packages/docker/api/daemon.py", line 71, in login
return self._result(response, json=True)
"/usr/local/lib/python2.7/dist-packages/docker/client.py", line 146, in _result
self._raise_for_status(response)
"/usr/local/lib/python2.7/dist-packages/docker/client.py", line 142, in _raise_for_status
raise errors.APIError(e, response, explanation=explanation)
APIError: 500 Server Error: Internal Server Error ("invalid registry endpoint https://mysubdomain.mydomain.com:5000/v0/: unable to ping registry endpoint https://mysubdomain.mydomain.com:5000/v0/
|
Traceback (most recent call last):
"e:\projects\repos\pylint\pylint\testutils.py", line 276, in test_functionality
self._test(tocheck)
"e:\projects\repos\pylint\pylint\testutils.py", line 296, in _test
self._check_result(self.linter.reporter.finalize())
"e:\projects\repos\pylint\pylint\testutils.py", line 279, in _check_result
self.assertMultiLineEqual(self._get_expected().strip()+'\n',AssertionError: '\n' != 'F:
1: No module named func_noerror_builtin_module_test$py\n'
| 0.205539 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/integrals/integrals.py", line 1280, in integrate
risch=risch, manual=manual)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/integrals/integrals.py", line 486, in doit
conds=conds)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/integrals/integrals.py", line 860, in _eval_integral
h = trigintegrate(g, x, conds=conds)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/integrals/trigonometry.py", line 100, in trigintegrate
return Piecewise((zz, Eq(a, 0)), (fx / a, True))
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/functions/elementary/piecewise.py", line 110, in __new__
r = cls.eval(_newargs)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/functions/elementary/piecewise.py", line 146, in eval
cond_eval = cls.__eval_cond(cond)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/functions/elementary/piecewise.py", line 507, in __eval_cond
if checksol(cond, {}, minimal=True):
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/solvers/solvers.py", line 227, in checksol
if not val.is_constant(_list(sol.keys()), simplify=not minimal):
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/core/expr.py", line 535, in is_constant
simultaneous=True)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/core/basic.py", line 893, in subs
rv = rv._subs(old, d_m, *_kwargs)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/core/basic.py", line 1016, in _subs
rv = fallback(self, old, new)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/core/basic.py", line 988, in fallback
arg = arg._subs(old, new, *_hints)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/core/basic.py", line 1016, in _subs
rv = fallback(self, old, new)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/core/basic.py", line 993, in fallback
rv = self.func(_args)
"/home/Users/frankel/anaconda2/lib/python2.7/site-packages/sympy/tensor/indexed.py", line 334, in __new__
raise TypeError("Base label should be a string or Symbol.")TypeError: Base label should be a string or Symbol.
|
Traceback (most recent call last):
"/Users/jasonzhang/Documents/code/foobar/foo1.py", line 25, in <module>
print(client.ping())
"/Users/jasonzhang/Documents/code/foobar/venv/lib/python3.7/site-packages/influxdb/client.py", line 540, in ping
expected_response_code=204
"/Users/jasonzhang/Documents/code/foobar/venv/lib/python3.7/site-packages/influxdb/client.py", line 302, in request
raise InfluxDBClientError(response.content, response.status_code)
influxdb.exceptions.InfluxDBClientError: 200: OK
| 0.126228 |
Traceback (most recent call last):
"<string>", line 66, in <module>
"/home/voom/python/pyinstaller-2.0/PyInstaller/loader/iu.py", line 386, in importHook
mod = _self_doimport(nm, ctx, fqname)
"/home/voom/python/pyinstaller-2.0/PyInstaller/loader/iu.py", line 480, in doimport
exec co in mod.__dict__
"/home/voom/python/pyinstaller-2.0/img_tkgui/build/pyi.linux2/img_tkgui/out00-PYZ.pyz/Pmw", line 28, in <module>
OSError: [Errno 2] No such file or directory: '/home/voom/python/pyinstaller-2.0/img_tkgui/dist/img_tkgui/img_tkgui?42197/Pmw'
|
Error in positional_encodings.infer_type: Traceback (most recent call last):
"/home/chenxiny/incubator-mxnet/python/mxnet/operator.py", line 831, in infer_storage_type_entry
ret = op_prop.infer_storage_type(stypes)
"/home/chenxiny/incubator-mxnet/python/mxnet/operator.py", line 556, in infer_storage_type
return in_stype, [in_stype[0]]*len(self.list_outputs()), \
IndexError: list index out of range
| 0.308257 |
Traceback (most recent call last):
"arjun.py", line 115, in <module>
url = stabilize(url)
"arjun.py", line 97, in stabilize
if 'http' not in url:
TypeError: argument of type 'NoneType' is not iterable
|
Thread-27 :: [a70d27a] Failed doing webui callback: Traceback (most recent call last):
"C:\SickRage\sickbeard\webserve.py", line 270, in async_call
result = function(**kwargs)
"C:\SickRage\sickbeard\webserve.py", line 2291, in processEpisode
is_priority=argToBool(is_priority), delete_on=argToBool(delete_on), failed=argToBool(failed), proc_type=proc_type
"C:\SickRage\sickbeard\processTV.py", line 243, in processDir
process_media(path, [video], nzbName, process_method, force, is_priority, result)
"C:\SickRage\sickbeard\processTV.py", line 560, in process_media
result.result = processor.process()
"C:\SickRage\sickbeard\postProcessor.py", line 1027, in process
if not verify_freespace(self.file_path, ep_obj.show._location, [ep_obj] + ep_obj.relatedEps, method=self.process_method):
# pylint: disable=protected-access
"C:\SickRage\sickbeard\helpers.py", line 1578, in verify_freespace
if method == "move" and ek(os.stat, src).st_dev == ek(os.stat, dest if ek(os.path.exists, dest) else ek(os.path.dirname, dest)).st_dev:
# pylint: disable=no-member
"C:\SickRage\sickrage\helper\encoding.py", line 38, in ek
result = function(*args, **kwargs)WindowsError: [Error 3] The system cannot find the path specified: u'Z:\\TV Shows'
| 0.264317 |
Traceback (most recent call last):
"C:\Users\zsolz\LibCST\libcst\codemod\tests\test_codemod_cli.py", line 37, in test_codemod_formatter_error_input
rlt.stderr.decode("utf-8"),
AssertionError: 'error: cannot format -: Cannot parse: 13:10:
async with AsyncExitStack() as stack:' not found in 'Calculating full-repo metadata...\r\nExecuting codemod...\r\n\r\x1b[2K0.02s 0% complete, [calculating] estimated for 1 files to go...\r\x1b[2KCodemodding C:\\Users\\zsolz\\LibCST\\libcst\\codemod\\tests\\codemod_formatter_error_input.py.txt\r\nFatal Python error: _Py_HashRandomization_Init: failed to get random numbers to initialize Python\r\n\r\n\r\nTraceback (most recent call last):\r\n
"C:\\Users\\zsolz\\LibCST\\libcst\\codemod\\_cli.py", line 334, in _parallel_exec_process_stub\r\n
newcode = invoke_formatter(formatter_args, newcode)\r\n
"C:\\Users\\zsolz\\LibCST\\libcst\\codemod\\_cli.py", line 63, in invoke_formatter\r\n
encoding=None if work_with_bytes else "utf-8",\r\n
"C:\\Users\\zsolz\\AppData\\Local\\Programs\\Python\\Python37-32\\Lib\\subprocess.py", line 376, in check_output\r\n
**kwargs).stdout\r\n
"C:\\Users\\zsolz\\AppData\\Local\\Programs\\Python\\Python37-32\\Lib\\subprocess.py", line 468, in run\r\n
output=stdout, stderr=stderr)\r\nsubprocess.CalledProcessError: Command \'[\'C:\\\\Users\\\\zsolz\\\\LibCST\\\\.tox\\\\py37\\\\Scripts\\\\black.exe\', \'-\']\' returned non-zero exit status 1.\r\n\r\nFailed to codemod C:\\Users\\zsolz\\LibCST\\libcst\\codemod\\tests\\codemod_formatter_error_input.py.txt\r\n\r\nFinished codemodding 1 files!\r\n - Transformed 0 files successfully.\r\n - Skipped 0 files.\r\n - Failed to codemod 1 files.\r\n - 0 warnings were generated.\r\n'
|
Traceback (most recent call last):
"botocore/httpsession.py", line 263, in send
"urllib3/connectionpool.py", line 727, in urlopen
"urllib3/util/retry.py", line 379, in increment
"urllib3/packages/six.py", line 735, in reraise
"urllib3/connectionpool.py", line 677, in urlopen
"urllib3/connectionpool.py", line 392, in _make_request
"http/client.py", line 1229, in request
"botocore/awsrequest.py", line 92, in _send_request
"http/client.py", line 1275, in _send_request
"http/client.py", line 1224, in endheaders
"botocore/awsrequest.py", line 119, in _send_output
"botocore/awsrequest.py", line 203, in send
"http/client.py", line 956, in send
"urllib3/connection.py", line 187, in connect
"urllib3/connection.py", line 172, in _new_conn
urllib3.exceptions.NewConnectionError: <botocore.awsrequest.AWSHTTPConnection object at 0x7fa4e7805b00>: Failed to establish a new connection: [Errno 111] Connection refused
| 0.30131 |
Traceback (most recent call last):
"/srv/hass/hass_venv/lib/python3.4/site-packages/requests/adapters.py", line 423, in send
timeout=timeout
"/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 643, in urlopen
_stacktrace=sys.exc_info()[2])
"/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/util/retry.py", line 363, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
requests.packages.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='maps.googleapis.com', port=443): Max retries exceeded with url: /maps/api/distancematrix/json?departure_time=now&destinations=-34.782027%2C138.669962&mode=driving&origins=-34.81000334502213%2C138.6212363254263&units=metric&key=AIzaSyDz5lwuNxatWHEDMq-mCIwZSpvvfbCUoYE (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x630fdbf0>: Failed to establish a new connection: [Errno -2] Name or service not known',))
|
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/device_tracker/setup.py", line 69, in async_setup_legacy
hass, self.config, tracker.async_see, discovery_info
"/usr/src/homeassistant/homeassistant/components/tile/device_tracker.py", line 67, in async_setup_scanner
await hass.async_add_job(save_json, config_file, config_data)
"/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/homeassistant/homeassistant/util/json.py", line 70, in save_json
raise SerializationError(error)
homeassistant.util.json.SerializationError: Object of type UUID is not JSON serializable
| 0.286765 |
Traceback (most recent call last):
"/Applications/anaconda/bin/conda", line 5, in <module>
sys.exit(main())
"/Applications/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 201, in main
args_func(args, p)
"/Applications/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 208, in args_func
args.func(args, p)
"/Applications/anaconda/lib/python2.7/site-packages/conda/cli/common.py", line 612, in inner
return func(args, parser)
"/Applications/anaconda/lib/python2.7/site-packages/conda/cli/main_update.py", line 39, in execute
install.install(args, parser, 'update')
"/Applications/anaconda/lib/python2.7/site-packages/conda/cli/install.py", line 413, in install
plan.execute_actions(actions, index, verbose=not args.quiet)
"/Applications/anaconda/lib/python2.7/site-packages/conda/plan.py", line 527, in execute_actions
inst.execute_instructions(plan, index, verbose)
"/Applications/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 148, in execute_instructions
cmd(state, arg)
"/Applications/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 91, in LINK_CMD
link(state['prefix'], arg, index=state['index'])
"/Applications/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 87, in link
install.link(pkgs_dir, prefix, dist, lt, index=index)
"/Applications/anaconda/lib/python2.7/site-packages/conda/install.py", line 588, in link
os.makedirs(dst_dir)
"/Applications/anaconda/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)OSError: [Errno 13] Permission denied: '/Applications/anaconda/lib/python2.7/site-packages/numba/cuda/simulator'
|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name '_validate_lengths'
| 0.255635 |
Traceback (most recent call last):
"/usr/lib64/python3.5/site-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
"/var/tmp/portage/dev-python/statsmodels-0.6.1/work/statsmodels-0.6.1-python3_5/lib/statsmodels/tsa/tests/test_arima.py", line 685, in test_arima_predict_mle_dates
assert_equal(res1.data.predict_dates, cpi_dates[start:end+1])
"/var/tmp/portage/dev-python/statsmodels-0.6.1/work/statsmodels-0.6.1-python3_5/lib/statsmodels/tools/testing.py", line 35, in assert_equal
if not is_pandas_min_version('0.14.1'):
"/var/tmp/portage/dev-python/statsmodels-0.6.1/work/statsmodels-0.6.1-python3_5/lib/statsmodels/tools/testing.py", line 20, in is_pandas_min_version
from pandas.version import short_version as pversionImportError: No module named 'pandas.version'
|
Traceback (most recent call last):
"/home/experiotech/anaconda3/envs/my_env/lib/python3.9/site-packages/tensorflow/python/framework/importer.py", line 496, in _import_graph_def_internal
results = c_api.TF_GraphImportGraphDefWithResults(
tensorflow.python.framework.errors_impl.InvalidArgumentError: Input 0 of node StatefulPartitionedCall/model/batch_normalization/AssignNewValue was passed float from Func/StatefulPartitionedCall/input/_4:0 incompatible with expected resource.
| 0.321103 |
Traceback (most recent call last):
"/usr/local/bin/ansible", line 43, in <module>
import ansible.constants as C
ModuleNotFoundError: No module named 'ansible'
|
Traceback (most recent call last):
"/home/seedit4me/.medusa/<a href="../blob/4d1e78726dc94979cc7908651d13e40f199959a9/medusa/server/web/core/base.py#L251">medusa/server/web/core/base.py</a>", line 251, in async_call
result = function(**kwargs)
"/home/seedit4me/.medusa/<a href="../blob/4d1e78726dc94979cc7908651d13e40f199959a9/medusa/server/web/home/post_process.py#L61">medusa/server/web/home/post_process.py</a>", line 61, in processEpisode
ignore_subs=argToBool(ignore_subs)
"/home/seedit4me/.medusa/<a href="../blob/4d1e78726dc94979cc7908651d13e40f199959a9/medusa/process_tv.py#L65">medusa/process_tv.py</a>", line 65, in run
return ProcessResult(path, process_method).process(force=force, **kwargs)
"/home/seedit4me/.medusa/<a href="../blob/4d1e78726dc94979cc7908651d13e40f199959a9/medusa/process_tv.py#L169">medusa/process_tv.py</a>", line 169, in process
if not self.should_process(path, failed):
"/home/seedit4me/.medusa/<a href="../blob/4d1e78726dc94979cc7908651d13e40f199959a9/medusa/process_tv.py#L257">medusa/process_tv.py</a>", line 257, in should_process
for root, dirs, files in os.walk(path):
"/usr/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
"/usr/lib/python2.7/os.py", line 278, in walk
names = listdir(top)
"/home/seedit4me/.medusa/<a href="../blob/4d1e78726dc94979cc7908651d13e40f199959a9/medusa/init/filesystem.py#L112">medusa/init/filesystem.py</a>", line 112, in patched_output
return handle_output(f(*args, **kwargs))
"/home/seedit4me/.medusa/<a href="../blob/4d1e78726dc94979cc7908651d13e40f199959a9/medusa/init/filesystem.py#L49">medusa/init/filesystem.py</a>", line 49, in _handle_output_u
return list(map(_handle_output_u, result))
"/home/seedit4me/.medusa/<a href="../blob/4d1e78726dc94979cc7908651d13e40f199959a9/medusa/init/filesystem.py#L46">medusa/init/filesystem.py</a>", line 46, in _handle_output_u
return decode(result)
"/home/seedit4me/.medusa/<a href="../blob/4d1e78726dc94979cc7908651d13e40f199959a9/medusa/init/filesystem.py#L32">medusa/init/filesystem.py</a>", line 32, in decode
return text_type(value, fs_encoding if valid_encoding else 'utf-8')
"/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)UnicodeDecodeError: 'utf8' codec can't decode byte 0x87 in position 6: invalid start byte
| 0.245914 |
Traceback (most recent call last):
"/home/tkloczko/rpmbuild/BUILDROOT/python-gevent-21.1.2-2.fc35.x86_64/usr/lib64/python3.8/site-packages/gevent/tests/test__socket.py", line 110, in setUp
self.listener = self._close_on_teardown(self._setup_listener())
"/home/tkloczko/rpmbuild/BUILDROOT/python-gevent-21.1.2-2.fc35.x86_64/usr/lib64/python3.8/site-packages/gevent/tests/test__ssl.py", line 37, in _setup_listener
listener, raw_listener = ssl_listener(self.privfile, self.certfile)
"/home/tkloczko/rpmbuild/BUILDROOT/python-gevent-21.1.2-2.fc35.x86_64/usr/lib64/python3.8/site-packages/gevent/tests/test__ssl.py", line 18, in ssl_listener
sock = ssl.wrap_socket(raw_listener, private_key, certificate, server_side=True)
"/home/tkloczko/rpmbuild/BUILDROOT/python-gevent-21.1.2-2.fc35.x86_64/usr/lib64/python3.8/site-packages/gevent/_ssl3.py", line 797, in wrap_socket
return SSLSocket(sock=sock, keyfile=keyfile, certfile=certfile,
"/home/tkloczko/rpmbuild/BUILDROOT/python-gevent-21.1.2-2.fc35.x86_64/usr/lib64/python3.8/site-packages/gevent/_ssl3.py", line 236, in __init__
self._context.load_cert_chain(certfile, keyfile)
ssl.SSLError: [SSL: EE_KEY_TOO_SMALL] ee key too small (_ssl.c:4029)
|
Traceback (most recent call last):
"/home/adamgriffiths/.anaconda/envs/systema3/lib/python3.5/site-packages/redis/client.py", line 2694, in __call__
return client.evalsha(self.sha, len(keys), *args)
"/home/adamgriffiths/.anaconda/envs/systema3/lib/python3.5/site-packages/redis/client.py", line 1944, in evalsha
return self.execute_command('EVALSHA', sha, numkeys, *keys_and_args)
"/home/adamgriffiths/.anaconda/envs/systema3/lib/python3.5/site-packages/redis/client.py", line 573, in execute_command
return self.parse_response(connection, command_name, **options)
"/home/adamgriffiths/.anaconda/envs/systema3/lib/python3.5/site-packages/redis/client.py", line 585, in parse_response
response = connection.read_response()
"/home/adamgriffiths/.anaconda/envs/systema3/lib/python3.5/site-packages/redis/connection.py", line 582, in read_response
raise responseredis.exceptions.NoScriptError: No matching script. Please use EVAL.
| 0.230118 |
Traceback (most recent call last):
"/usr/pkg/lib/python3.5/site-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
"/scratch/math/py-numpy/work/.destdir/usr/pkg/lib/python3.5/site-packages/numpy/core/tests/test_umath.py", line 1755, in check_loss_of_precision
check(x_series, 2.1*eps)
"/scratch/math/py-numpy/work/.destdir/usr/pkg/lib/python3.5/site-packages/numpy/core/tests/test_umath.py", line 1726, in check
'arcsinh'))
"/scratch/math/py-numpy/work/.destdir/usr/pkg/lib/python3.5/site-packages/numpy/testing/utils.py", line 75, in assert_
raise AssertionError(smsg)AssertionError: (0, 9.9999997e-21, inf, 'arcsinh')
|
Traceback (most recent call last):
"/opt/openstates/venv-pupa//bin/pupa", line 11, in <module>
load_entry_point('pupa', 'console_scripts', 'pupa')()
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/__main__.py", line 68, in main
subcommands[args.subcommand].handle(args, other)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 260, in handle
return self.do_handle(args, other, juris)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 307, in do_handle
report['import'] = self.do_import(juris, args)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 217, in do_import
report.update(vote_event_importer.import_directory(datadir))
"/opt/openstates/venv-pupa/src/pupa/pupa/importers/base.py", line 196, in import_directory
return self.import_data(json_stream())
"/opt/openstates/venv-pupa/src/pupa/pupa/importers/base.py", line 233, in import_data
obj_id, what = self.import_item(data)
"/opt/openstates/venv-pupa/src/pupa/pupa/importers/base.py", line 272, in import_item
raise DuplicateItemError(data, obj, related.get('sources', []))pupa.exceptions.DuplicateItemError: attempt to import data that would conflict with data already in the import: {'organization_id': 'ocd-organization/68d34c4f-e59d-42a2-bcfe-fbf7f8cc8f15', 'extras': {}, 'motion_classification': ['passage'], 'bill_id': 'ocd-bill/15494ac0-d969-41c2-b1ff-50d23806dd15', 'start_date': '2018-04-05T04:00:00+00:00', 'legislative_session_id': UUID('4cbea970-85ea-454f-9b32-a88bb3a2be4b'), 'motion_text': 'Reported favorably out of committee', 'identifier': '', 'result': 'pass'} (already imported as Reported favorably out of committee on S 976 in New Jersey 2018-2019 Regular Session)
| 0.250939 |
Traceback (most recent call last):
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2client/shell.py", line 343, in run
func(args)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2client/commands/resource.py", line 259, in run_and_print
instances = self.run(args, **kwargs)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2client/commands/resource.py", line 47, in decorate
return func(*args, **kwargs)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2client/commands/pack.py", line 359, in run
return self.manager.search(args, **kwargs)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2client/models/core.py", line 40, in decorate
return func(*args, **kwargs)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2client/models/core.py", line 511, in search
if response.status_code != http_client.OK:
UnboundLocalError: local variable 'response' referenced before assignment```
|
Traceback (most recent call last):
"/local/path/venv3/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
"/local/path/venv3/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
"/local/path/venv3/lib/python3.7/site-packages/urllib3/util/retry.py", line 436, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='example.org', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x108b00890>: Failed to establish a new connection: [Errno 61] Connection refused'))
| 0.293736 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\user\twitter_scraper_test\venv\lib\site-packages\billiard\spawn.py", line 165, in spawn_main
exitcode = _main(fd)
"C:\Users\user\twitter_scraper_test\venv\lib\site-packages\billiard\spawn.py", line 207, in _main
self = pickle.load(from_parent)
"C:\Users\user\twitter_scraper_test\venv\lib\site-packages\billiard\connection.py", line 1027, in rebuild_pipe_connection
return PipeConnection(detach(dh), readable, writable)
"C:\Users\user\twitter_scraper_test\venv\lib\site-packages\billiard\connection.py", line 550, in detach
return sock.detach()
"C:\Users\user\twitter_scraper_test\venv\lib\site-packages\billiard\reduction.py", line 166, in detach
return _winapi.DuplicateHandle(
PermissionError: [WinError 5] Access is denied
|
Traceback (most recent call last):
"/home/ray/anaconda3/lib/python3.7/site-packages/ray/tune/trial_runner.py", line 702, in _process_trial
results = self.trial_executor.fetch_result(trial)
"/home/ray/anaconda3/lib/python3.7/site-packages/ray/tune/ray_trial_executor.py", line 686, in fetch_result
result = ray.get(trial_future[0], timeout=DEFAULT_GET_TIMEOUT)
"/home/ray/anaconda3/lib/python3.7/site-packages/ray/_private/client_mode_hook.py", line 47, in wrapper
return func(*args, **kwargs)
"/home/ray/anaconda3/lib/python3.7/site-packages/ray/worker.py", line 1442, in get
raise value
ray.exceptions.RayActorError: The actor died unexpectedly before finishing this task.
| 0.205271 |
Traceback (most recent call last):
"/usr/local/bin/socli", line 9, in <module>
load_entry_point('socli==3.2', 'console_scripts', 'socli')()
"/Library/Python/2.7/site-packages/socli/socli.py", line 573, in main
except json.JSONDecodeError:
AttributeError: 'module' object has no attribute 'JSONDecodeError'
|
Traceback (most recent call last):
"youtube_dl\YoutubeDL.pyo", line 663, in extract_info
"youtube_dl\extractor\common.pyo", line 290, in extract
"youtube_dl\extractor\wimp.pyo", line 34, in _real_extract
"youtube_dl\extractor\common.pyo", line 584, in _search_regexRegexNotFoundError: Unable to extract video URL; please report this issue on htt
| 0.126357 |
Traceback (most recent call last):
"multiprocessing\process.pyc", line 258, in _bootstrap
"overviewer_core\dispatcher.pyc", line 262, in run
"<string>", line 2, in put
"multiprocessing\managers.pyc", line 758, in _callmethodIOError: [Errno 232] The pipe is being closed
|
Traceback (most recent call last):
"main_train.py", line 72, in <module>
for image_set in image_sets]
"lib/data_utils/load_data.py", line 29, in load_proposal_roidb
roidb = imdb.gt_roidb()
"lib/dataset/pascal_voc.py", line 105, in gt_roidb
gt_roidb = [self.load_pascal_annotation(index) for index in self.image_set_index]
"lib/dataset/pascal_voc.py", line 168, in load_pascal_annotation
cls = class_to_index[obj.find('name').text.lower().strip()]
KeyError: 'yanhuo'
| 0.300803 |
Traceback (most recent call last):
"/home/wp/weibospider-1.7.2/.env/lib/python3.5/site-packages/kombu/transport/base.py", line 123, in __getattr__
return self[key]
KeyError: 'async'
|
Traceback (most recent call last):
"Exporter.py", line 66, in <module>
main(sys.argv[1:])
"Exporter.py", line 56, in main
output
.write('\n%s;%s;%d;%d;"%s";%s;%s;%s;"%s";%s' % (t.username, t.date.strftime("%Y-%m-%d %H:%M"), t.retweets, t.favorites, t.text, t.geo, t.mentions, t.hashtags, t.id, t.permalink))UnicodeEncodeError: 'ascii' codec can't encode character u'\xeb' in position ...
| 0.240529 |
Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/builddir/build/BUILDROOT/python-pywt-1.0.1-4.fc31.ppc64le/usr/lib64/python3.7/site-packages/pywt/tests/test_matlab_compatibility_cwt.py", line 175, in _check_accuracy
assert_(rms < epsilon, msg=msg)
"/usr/lib64/python3.7/site-packages/numpy/testing/_private/utils.py", line 96, in assert_
raise AssertionError(smsg)
AssertionError: [RMS > EPSILON] for Scale: [1 2], Wavelet: cgau2, Length: 1000, rms=0.148
|
2019-03-14 04:56:37 ERROR POSTPROCESSOR :: [94fae84] Unable to copy file /home6/**********/files/Medusa/The.Flash.2014.S04.1080p.BluRay.x264-YELLOWBiRD/The.Flash.2014.S04E16.1080p.BluRay.x264-YELLOWBiRD.mkv to /home6/**********/files/rclone/gdriveCryptPlain/Media/TV Shows/The Flash (2014)/Season 04/The Flash - S04E16 - Run, Iris, Run.mkv: IOError(2, 'No such file or directory') Traceback (most recent call last):
"/home6/**********/.apps/medusa/medusa/medusa/post_processor.py", line 482, in copy helpers.copy_file(cur_file_path, new_file_path)
"/home6/**********/.apps/medusa/medusa/medusa/helpers/__init__.py", line 285, in copy_file shutil.copyfile(src_file, dest_file)
"/home6/**********/.apps/medusa/medusa/lib/shutil_custom/__init__.py", line 32, in copyfile_custom with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
"/home6/**********/.apps/medusa/medusa/medusa/init/filesystem.py", line 112, in patched_output return handle_output(f(*args, **kwargs)) IOError: [Errno 2] No such file or directory: '/home6/**********/files/rclone/gdriveCryptPlain/Media/TV Shows/The Flash (2014)/Season 04/The Flash - S04E16 - Run, Iris, Run.mkv'
| 0.234156 |
Traceback (most recent call last):
"eventHandler.pyo", line 155, in executeEvent
"eventHandler.pyo", line 92, in __init__
"eventHandler.pyo", line 100, in next
"NVDAObjects\__init__.pyo", line 908, in event_typedCharacter
"speech.pyo", line 679, in speakTypedCharacters
"api.pyo", line 248, in isTypingProtected
"baseObject.pyo", line 34, in __get__
"baseObject.pyo", line 115, in _getPropertyViaCache
"NVDAObjects\__init__.pyo", line 782, in _get_isProtected
"baseObject.pyo", line 34, in __get__
"baseObject.pyo", line 115, in _getPropertyViaCache
"NVDAObjects\UIA\__init__.pyo", line 1067, in _get_states
"NVDAObjects\UIA\__init__.pyo", line 734, in _prefetchUIACacheForPropertyIDs
COMError: (-2147418094, 'The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute.', (None, None, None, 0, None))
|
Traceback (most recent call last):
"web_demo.py", line 92, in <module>
multiplier, oriImg, model,
'rtpose')
TypeError: get_outputs() takes 3 positional arguments but 4 were given"
| 0.176275 |
Traceback (most recent call last):
"site.py", line 132, in main
"site.py", line 109, in run_entry_point
"site-packages\calibre\utils\ipc\worker.py", line 195, in main
"site-packages\calibre\gui2\convert\gui_conversion.py", line 33, in gui_convert_override
"site-packages\calibre\gui2\convert\gui_conversion.py", line 26, in gui_convert
"site-packages\calibre\ebooks\conversion\plumber.py", line 1074, in run
"site-packages\calibre\customize\conversion.py", line 245, in __call__
"site-packages\calibre\ebooks\conversion\plugins\azw4_input.py", line 26, in convert
"site-packages\calibre\ebooks\azw4\reader.py", line 57, in extract_content
"site-packages\calibre\ebooks\conversion\plugins\pdf_input.py", line 51, in convert
"site-packages\calibre\ebooks\pdf\pdftohtml.py", line 92, in pdftohtml
calibre.ebooks.ConversionError: pdftohtml failed with return code: 1
|
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1893, in process_info
success = dl(filename, info_dict)
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1832, in dl
return fd.download(name, info)
"/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 361, in download
return self.real_download(filename, info_dict)
"/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 286, in real_download
establish_connection()
"/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 74, in establish_connection
ctx.data = self.ydl.urlopen(request)
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2196, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 475, in error
return self._call_chain(*args)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 401: Unauthorized
| 0.305824 |
Traceback (most recent call last):
"/Users/gnc/miniconda2/envs/catalyst/bin/catalyst", line 11, in <module>
sys.exit(main())
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/catalyst/__main__.py", line 101, in _
return f(*args, **kwargs)
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/catalyst/__main__.py", line 275, in run
live_graph=False
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/catalyst/utils/run_algo.py", line 336, in _run
overwrite_sim_params=False,
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/catalyst/algorithm.py", line 725, in run
for perf in self.get_generator():
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/catalyst/gens/tradesimulation.py", line 224, in transform
for capital_change_packet in every_bar(dt):
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/catalyst/gens/tradesimulation.py", line 137, in every_bar
handle_data(algo, current_data, dt_to_use)
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/catalyst/utils/events.py", line 216, in handle_data
dt,
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/catalyst/utils/events.py", line 235, in handle_data
self.callback(context, data)
"/Users/gnc/miniconda2/envs/catalyst/lib/python2.7/site-packages/catalyst/algorithm.py", line 474, in handle_data
self._handle_data(self, data)
"buy_and_hodl.py", line 59, in handle_data
price = data[context.asset].price
"catalyst/_protocol.pyx", line 817, in catalyst._protocol.BarData.__getitem__
"catalyst/_protocol.pyx", line 211, in catalyst._protocol.BarData._get_equity_price_view
AttributeError: 'NoneType' object has no attribute 'retrieve_asset'
|
Traceback (most recent call last):
"/home/test/anaconda3/envs/pytorch/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/home/test/anaconda3/envs/pytorch/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/test/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/distributed/launch.py", line 235, in <module>
main()
"/home/test/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/distributed/launch.py", line 231, in main
cmd=process.args)
subprocess.CalledProcessError: Command '['/home/test/anaconda3/envs/pytorch/bin/python', '-u', 'train.py', '--local_rank=0', '--exp_name', 'enzh_clm_fp16', '--exp_id', 'test_one', '--dump_path', './dumped/', '--data_path', './enzh_data/processed/en-zh/', '--lgs', 'en-zh', '--clm_steps', 'en,zh', '--emb_dim', '1024', '--fp16', 'true', '--n_layers', '7', '--n_heads', '8', '--dropout', '0.1', '--attention_dropout', '0.1', '--gelu_activation', 'true', '--batch_size', '128', '--bptt', '256', '--optimizer', 'adam,lr=0.0001', '--epoch_size', '200000', '--validation_metrics', '_valid_clm_ppl', '--stopping_criterion', '_valid_clm_ppl,20']' died with <Signals.SIGABRT: 6>.
| 0.315657 |
Traceback (most recent call last):
"openvino_yolov3_test.py", line 248, in <module>
sys.exit(main_IE_infer() or 0)
"openvino_yolov3_test.py", line 181, in main_IE_infer
plugin.add_cpu_extension("lib/libcpu_extension.so")
"ie_api.pyx", line 584, in openvino.inference_engine.ie_api.IEPlugin.add_cpu_extension
"ie_api.pyx", line 588, in openvino.inference_engine.ie_api.IEPlugin.add_cpu_extension
RuntimeError: Cannot load library 'lib/libcpu_extension.so': dlopen(lib/libcpu_extension.so, 1): no suitable image found.
Did find:
|
Traceback (most recent call last):
"C:\tools\Python34\lib\site-packages\homeassistant-0.10.0.dev0-py3.4.egg\homeassistant\core.py", line 821, in job_handler
func(arg)
"C:\tools\Python34\lib\site-packages\homeassistant-0.10.0.dev0-py3.4.egg\homeassistant\core.py", line 675, in _execute_service
service(call)
"C:\tools\Python34\lib\site-packages\homeassistant-0.10.0.dev0-py3.4.egg\homeassistant\core.py", line 547, in __call__
self.func(call)
"C:\tools\Python34\lib\site-packages\homeassistant-0.10.0.dev0-py3.4.egg\homeassistant\components\light\__init__.py", line 239, in handle_light_service
light.update_ha_state(True)
"C:\tools\Python34\lib\site-packages\homeassistant-0.10.0.dev0-py3.4.egg\homeassistant\helpers\entity.py", line 102, in update_ha_state
attr = self.state_attributes or {}
"C:\tools\Python34\lib\site-packages\homeassistant-0.10.0.dev0-py3.4.egg\homeassistant\components\light\__init__.py", line 297, in state_attributes
data[ATTR_BRIGHTNESS])
"C:\tools\Python34\lib\site-packages\homeassistant-0.10.0.dev0-py3.4.egg\homeassistant\util\color.py", line 56, in color_xy_brightness_to_RGB
X = (Y / vY) * vXZeroDivisionError: float division by zero
| 0.214314 |
Traceback (most recent call last):
"/home/pjs/development/hyfm/env/lib/python3.8/site-packages/kombu/utils/functional.py", line 344, in retry_over_time
return fun(*args, **kwargs)
"/home/pjs/development/hyfm/env/lib/python3.8/site-packages/kombu/connection.py", line 283, in connect
return self.connection
"/home/pjs/development/hyfm/env/lib/python3.8/site-packages/kombu/connection.py", line 839, in connection
self._connection = self._establish_connection()
"/home/pjs/development/hyfm/env/lib/python3.8/site-packages/kombu/connection.py", line 794, in _establish_connection
conn = self.transport.establish_connection()
"/home/pjs/development/hyfm/env/lib/python3.8/site-packages/kombu/transport/pyamqp.py", line 130, in establish_connection
conn.connect()
"/home/pjs/development/hyfm/env/lib/python3.8/site-packages/amqp/connection.py", line 311, in connect
self.transport.connect()
"/home/pjs/development/hyfm/env/lib/python3.8/site-packages/amqp/transport.py", line 77, in connect
self._connect(self.host, self.port, self.connect_timeout)
"/home/pjs/development/hyfm/env/lib/python3.8/site-packages/amqp/transport.py", line 145, in _connect
raise (e
"/home/pjs/development/hyfm/env/lib/python3.8/site-packages/amqp/transport.py", line 161, in _connect
self.sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
|
Traceback (most recent call last):
"/usr/lib/python-exec/python3.8/watson", line 33, in <module>
sys.exit(load_entry_point('td-watson==1.10.0', 'console_scripts', 'watson')())
"/usr/lib/python-exec/python3.8/watson", line 25, in importlib_load_entry_point
return next(matches).load()
"/usr/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
"/usr/lib/python3.8/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 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
"/usr/lib/python3.8/site-packages/watson/__main__.py", line 1, in <module>
from watson import cli
"/usr/lib/python3.8/site-packages/watson/cli.py", line 439, in <module>
_SHORTCUT_OPTIONS_VALUES = {
"/usr/lib/python3.8/site-packages/watson/cli.py", line 440, in <dictcomp>
k: get_start_time_for_period(k) for k in _SHORTCUT_OPTIONS
"/usr/lib/python3.8/site-packages/watson/utils.py", line 177, in get_start_time_for_period
start_time = get_last_full_moon(now)
"/usr/lib/python3.8/site-packages/watson/fullmoon.py", line 226, in get_last_full_moon
idx = bisect.bisect_right(fullmoons, now)
TypeError: '<' not supported between instances of 'method' and 'int'
| 0.248126 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 878, in _decrypt_signature
return func(s)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 446, in <lambda>
return lambda s: initial_function([s])
"/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 113, in resf
res = self.interpret_statement(stmt, local_vars)
"/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 45, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
"/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 58, in interpret_expression
val = local_vars[m.group('in')]KeyError: u'lo'
|
Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/intelmq/lib/bot.py", line 127, in startAttributeError: 'NoneType' object has no attribute 'sleep'
| 0.135942 |
Traceback (most recent call last):
"site-packages\sqlalchemy\engine\base.py", line 1248, in _execute_context
"site-packages\sqlalchemy\engine\default.py", line 590, in do_execute
sqlite3.OperationalError: no such column: prices.status
|
Traceback (most recent call last):
"./fail2ban/tests/filtertestcase.py", line 1269, in test_delJournalMatch
self.assert_correct_ban("193.168.0.128", 3)
"./fail2ban/tests/filtertestcase.py", line 1205, in assert_correct_ban
self.assertTrue(self.waitFailTotal(test_attempts, 10)) # give Filter a chance to react
AssertionError: False is not true
| 0.294603 |
Traceback (most recent call last):
"/usr/bin/gitsuggest", line 9, in <module>
load_entry_point('gitsuggest==0.0.3', 'console_scripts', 'gitsuggest')()
"/usr/lib/python2.7/site-packages/gitsuggest-0.0.3-py2.7.egg/gitsuggest/commandline.py", line 57, in main
repos = list(gs.get_suggested_repositories())
"/usr/lib/python2.7/site-packages/gitsuggest-0.0.3-py2.7.egg/gitsuggest/suggest.py", line 66, in get_suggested_repositories
query = self.__get_query_for_repos(term_count=term_count)
"/usr/lib/python2.7/site-packages/gitsuggest-0.0.3-py2.7.egg/gitsuggest/suggest.py", line 250, in __get_query_for_repos
self.__construct_lda_model()
"/usr/lib/python2.7/site-packages/gitsuggest-0.0.3-py2.7.egg/gitsuggest/suggest.py", line 232, in __construct_lda_model
cleaned_tokens = self.__clean_and_tokenize(repos_of_interest)
"/usr/lib/python2.7/site-packages/gitsuggest-0.0.3-py2.7.egg/gitsuggest/suggest.py", line 186, in __clean_and_tokenize
stopwords = self.__get_words_to_ignore()
"/usr/lib/python2.7/site-packages/gitsuggest-0.0.3-py2.7.egg/gitsuggest/suggest.py", line 153, in __get_words_to_ignore
with open(language_file, 'r') as langauges:
IOError: [Errno 2] No such file or directory: '/usr/lib/python2.7/site-packages/gitsuggest-0.0.3-py2.7.egg/gitsuggest/../gitlang/languages.txt'
|
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 608, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 599, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 187, in start
self.strategy.start()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 98, in start
self._fuzzable_request_router()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 189, in _fuzzable_request_router
self._handle_all_consumer_exceptions(_other)
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 279, in _handle_all_consumer_exceptions
self._handle_consumer_exception(result_item)
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 291, in _handle_consumer_exception
self._w3af_core.exception_handler.handle_exception_data(exception_data)
"/usr/share/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 74, in handle_exception_data
exception_data.enabled_plugins)
"/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/audit.py", line 111, in _audit
plugin.audit_with_copy(fuzzable_request, orig_resp)
"/usr/share/w3af/w3af/core/controllers/plugins/audit_plugin.py", line 133, in audit_with_copy
return self.audit(fuzzable_request, orig_resp)
"/usr/share/w3af/w3af/plugins/audit/blind_sqli.py", line 80, in audit
found_vuln = method.is_injectable(mutant)
"/usr/share/w3af/w3af/core/controllers/sql_tools/blind_sqli_time_delay.py", line 52, in is_injectable
success, responses = ed.delay_is_controlled()
"/usr/share/w3af/w3af/core/controllers/delay_detection/exact_delay_controller.py", line 87, in delay_is_controlled
original_wait_time = self.get_original_time()
"/usr/share/w3af/w3af/core/controllers/delay_detection/delay_mixin.py", line 29, in get_original_time
cache=False).get_wait_time()
"/usr/share/w3af/w3af/core/controllers/plugins/plugin.py", line 221, in meth
return attr(*args, **kwargs)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 275, in send_mutant
res = functor(*args, **kwargs)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 325, in GET
return self._send(req, grep=grep)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 492, in _send
return self._handle_send_socket_error(req, e, grep, original_url)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 515, in _handle_send_socket_error
original_url)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 543, in _generic_send_error_handler
return self._retry(req, grep, exception)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 601, in _retry
return self._send(req, grep=grep)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 492, in _send
return self._handle_send_socket_error(req, e, grep, original_url)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 515, in _handle_send_socket_error
original_url)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 543, in _generic_send_error_handler
return self._retry(req, grep, exception)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 612, in _retry
raise HTTPRequestException(error_str, request=req)HTTPRequestException: SSL Error: None
| 0.178812 |
Traceback (most recent call last):
"c:\srv\tmp\huey\huey\tests\test_storage.py", line 278, in tearDown
os.unlink('huey_storage.db')
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'huey_storage.db'
|
Traceback (most recent call last):
".\grr\client\client_build.py", line 188, in <module>
flags.StartMain(main)
"C:\Users\Administrator\grr\lib\flags.py", line 107, in StartMain
main([sys.argv[0]])
".\grr\client\client_build.py", line 161, in main
builder_obj.MakeExecutableTemplate()
"C:\Users\Administrator\grr\lib\builders\windows.py", line 114, in MakeExecutableTemplate
self.BuildWithPyInstaller()
"C:\Users\Administrator\grr\lib\build.py", line 118, in BuildWithPyInstaller
subprocess.check_call(cmd)
"C:\Python27\lib\subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['C:\Python27\python.exe', u'c:\grr_build\pyinstaller\pyinstaller.py', '--d
| 0.291237 |
Traceback (most recent call last):
"/Users/kd/Library/Python/2.7/lib/python/site-packages/pip/_vendor/pep517/_in_process.py", line 257, in <module>
main()
"/Users/kd/Library/Python/2.7/lib/python/site-packages/pip/_vendor/pep517/_in_process.py", line 240, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
"/Users/kd/Library/Python/2.7/lib/python/site-packages/pip/_vendor/pep517/_in_process.py", line 91, in get_requires_for_build_wheel
return hook(config_settings)
"/private/var/folders/30/00757twx74l3jppj5c4nq7380000gn/T/pip-build-env-IK81LY/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 146, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
"/private/var/folders/30/00757twx74l3jppj5c4nq7380000gn/T/pip-build-env-IK81LY/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 127, in _get_build_requires
self.run_setup()
"/private/var/folders/30/00757twx74l3jppj5c4nq7380000gn/T/pip-build-env-IK81LY/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 243, in run_setup
self).run_setup(setup_script=setup_script)
"/private/var/folders/30/00757twx74l3jppj5c4nq7380000gn/T/pip-build-env-IK81LY/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 142, in run_setup
exec(compile(code, __file__, 'exec'), locals())
"setup.py", line 42
f"numpy >= {min_numpy_ver}",
^
SyntaxError: invalid syntax
|
Traceback (most recent call last):
"/opt/conda/envs/softlearning/lib/python3.6/site-packages/ray/workers/default_worker.py", line 69, in <module>
ray.worker.global_worker.main_loop()
"/opt/conda/envs/softlearning/lib/python3.6/site-packages/ray/worker.py", line 1044, in main_loop
self._wait_for_and_process_task(task)
"/opt/conda/envs/softlearning/lib/python3.6/site-packages/ray/worker.py", line 1003, in _wait_for_and_process_task
self._process_task(task)
"/opt/conda/envs/softlearning/lib/python3.6/site-packages/ray/worker.py", line 915, in _process_task
ray.utils.format_error_message(traceback.format_exc()))
"/opt/conda/envs/softlearning/lib/python3.6/site-packages/ray/worker.py", line 925, in _handle_process_task_failure
self._store_outputs_in_objstore(return_object_ids, failure_objects)
"/opt/conda/envs/softlearning/lib/python3.6/site-packages/ray/worker.py", line 839, in _store_outputs_in_objstore
self.put_object(object_ids[i], outputs[i])
"/opt/conda/envs/softlearning/lib/python3.6/site-packages/ray/worker.py", line 368, in put_object
self.store_and_register(object_id, value)
"/opt/conda/envs/softlearning/lib/python3.6/site-packages/ray/worker.py", line 303, in store_and_register
serialization_context=self.serialization_context)
"pyarrow/_plasma.pyx", line 396, in pyarrow._plasma.PlasmaClient.put
"pyarrow/_plasma.pyx", line 300, in pyarrow._plasma.PlasmaClient.create
"pyarrow/error.pxi", line 83, in pyarrow.lib.check_status
pyarrow.lib.ArrowIOError: Broken pipe
| 0.321171 |
Traceback (most recent call last):
"E:/PycharmProjects/pytorch-YOLOv4/train.py", line 626, in <module>
device=device, )
"E:/PycharmProjects/pytorch-YOLOv4/train.py", line 370, in train
for i, batch in enumerate(train_loader):
"D:\app\anaconda3\envs\Yet-Another-EfficientDet-Pytorch\lib\site-packages\torch\utils\data\dataloader.py", line 345, in __next__
data = self._next_data()
"D:\app\anaconda3\envs\Yet-Another-EfficientDet-Pytorch\lib\site-packages\torch\utils\data\dataloader.py", line 856, in _next_data
return self._process_data(data)
"D:\app\anaconda3\envs\Yet-Another-EfficientDet-Pytorch\lib\site-packages\torch\utils\data\dataloader.py", line 881, in _process_data
data.reraise()
"D:\app\anaconda3\envs\Yet-Another-EfficientDet-Pytorch\lib\site-packages\torch\_utils.py", line 395, in reraise
raise self.exc_type(msg)
AttributeError: Caught AttributeError in DataLoader worker process 0.
|
Traceback (most recent call last):
"hacking/test-module", line 194, in <module>
main()
"hacking/test-module", line 178, in main
(modfile, module_style) = boilerplate_module(options.module_path, options.module_args, options.interpreter, options.check)
"hacking/test-module", line 103, in boilerplate_module
complex_args = utils.combine_vars(complex_args, utils.parse_yaml(args))AttributeError: 'module' object has no attribute 'combine_vars'
| 0.286499 |
Traceback (most recent call last):
"/usr/share/pyload/module/database/DatabaseBackend.py", line 96, in processJob
self.result = self.f(*self.args, **self.kwargs)
"/usr/share/pyload/module/database/
Database.py", line 774, in updateLink
self.c.execute('UPDATE links SET url=?,name=?,size=?,status=?,error=?,package=? WHERE id=?', (f.url, f.name, f.size, f.status, f.error, str(f.packageid), str(f.id)))InterfaceError: Error binding parameter 4 - probably unsupported type.
|
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\downloader\http.py", line 250, in download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\utils.py", line 2054, in sanitize_open
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\user\\Desktop'
| 0.238736 |
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/spanner/cloud-client/snippets_test.py", line 102, in test_read_stale_data
assert 'SingerId: 1, AlbumId: 1, MarketingBudget: None' in outAssertionError: assert 'SingerId: 1, AlbumId: 1, MarketingBudget: None' in 'SingerId: 1, AlbumId: 1, MarketingBudget: 100000\nSingerId: 1, AlbumId: 2, MarketingBudget: None\nSingerId: 2, AlbumI...ketingBudget: None\nSingerId: 2, AlbumId: 2, MarketingBudget: 500000\nSingerId: 2, AlbumId: 3, MarketingBudget: None\n'</pre></details>
|
Traceback (most recent call last):
"terminal_example.py", line 30, in <module>
bot_input = bot.get_response(None)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chatterbot/chatterbot.py", line 113, in get_response
statement, response = self.generate_response(input_statement, conversation_id)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chatterbot/chatterbot.py", line 132, in generate_response
response = self.logic.process(input_statement)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chatterbot/logic/multi_adapter.py", line 49, in process
if adapter.can_process(statement):
"/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chatterbot/logic/mathematical_evaluation.py", line 33, in can_process
response = self.process(statement)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chatterbot/logic/mathematical_evaluation.py", line 59, in process
mathparse.parse(expression, language=self.language)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mathparse/mathparse.py", line 269, in parse
postfix = to_postfix(tokens)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mathparse/mathparse.py", line 176, in to_postfix
while (opstack != []) and (precedence[opstack[-1]] >= precedence[token]):
KeyError: '9ty'
| 0.071852 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 609, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 600, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 191, in start
self.strategy.start()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 96, in start
self._seed_discovery()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 423, in _seed_discovery
self._seed_producer.seed_output_queue(cf.cf.get('targets'))
"/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/seed.py", line 104, in seed_output_queue
kb.kb.add_fuzzable_request(_seed)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated
return _method(self, *args, **kwargs)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 671, in add_fuzzable_request
self.add_url(fuzzable_request.get_url())
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated
return _method(self, *args, **kwargs)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 652, in add_url
return self.urls.add(url)AttributeError: 'DBKnowledgeBase' object has no attribute 'urls'
|
Traceback (most recent call last):
"/home/vs/.local/bin/mathics", line 11, in <module>
load_entry_point('Mathics3', 'console_scripts', 'mathics')()
"/media/Data/Projects/Other/Mathics/mathics/main.py", line 280, in main
definitions = Definitions(add_builtin=True, extension_modules=extension_modules)
"/media/Data/Projects/Other/Mathics/mathics/core/definitions.py", line 77, in __init__
contribute(self)
"/media/Data/Projects/Other/Mathics/mathics/builtin/__init__.py", line 137, in contribute
builtins["System`MakeBoxes"].contribute(definitions)
KeyError: 'System`MakeBoxes'
| 0.270395 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/xdot/ui/window.py", line 171, in update
current_mtime = os.stat(self.openfilename).st_mtime
NotFoundError: [Errno 2] No such file or directory: '/tmp/test.dot'
|
Traceback (most recent call last):
"demo_graph.py", line 55, in <module>
w.add_graph(model, (dummy_input, ))
"/home/tqri/tensorboard-pytorch/tensorboardX/writer.py", line 499, in add_graph
self.file_writer.add_graph(graph(model, input_to_model, verbose))
"/home/tqri/tensorboard-pytorch/tensorboardX/pytorch_graph.py", line 96, in graph
torch.onnx._optimize_trace(trace, False)
"/home/tqri/anaconda2/envs/py36/lib/python3.6/site-packages/torch/onnx/__init__.py", line 41, in _optimize_trace
trace.set_graph(utils._optimize_graph(trace.graph(), operator_export_type))
"/home/tqri/anaconda2/envs/py36/lib/python3.6/site-packages/torch/onnx/utils.py", line 106, in _optimize_graph
if operator_export_type != OperatorExportTypes.RAW:
TypeError: __ne__(): incompatible function arguments. The following argument types are supported:
| 0.279024 |
Traceback (most recent call last):
"/opt/medusa/<a href="../blob/ee1b898d0f74750c4c265d077fcc0da73d17b41e/ext/urllib3/connection.py#L159">ext/urllib3/connection.py</a>", line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
"/opt/medusa/<a href="../blob/ee1b898d0f74750c4c265d077fcc0da73d17b41e/ext/urllib3/util/connection.py#L80">ext/urllib3/util/connection.py</a>", line 80, in create_connection
raise err
"/opt/medusa/<a href="../blob/ee1b898d0f74750c4c265d077fcc0da73d17b41e/ext/urllib3/util/connection.py#L70">ext/urllib3/util/connection.py</a>", line 70, in create_connection
sock.connect(sa)ConnectionRefusedError: [Errno 111] Connection refused
|
Traceback (most recent call last):
"exec.py", line 167, in <module>
train(logger)
"exec.py", line 102, in train
TrainingPlot.update_and_save(monitor_metrics, epoch)
"/home/ivan/retcustom3d/plotting.py", line 189, in update_and_save
self.do_validation)
"/home/ivan/retcustom3d/plotting.py", line 195, in detection_monitoring_plot
monitor_values_keys = metrics['train']['monitor_values'][1][0].keys()
IndexError: list index out of range
| 0.049096 |
Traceback (most recent call last):
"./pokecli.py", line 116, in <module>
main()
"./pokecli.py", line 113, in main
bot.take_step()
"/Users/jd/dev/pokemon/original/PokemonGo-Bot/bot.py", line 29, in take_step
self.stepper.take_step()
"/Users/jd/dev/pokemon/original/PokemonGo-Bot/stepper.py", line 65, in take_step
self.bot.work_on_cell(cell,position)
"/Users/jd/dev/pokemon/original/PokemonGo-Bot/bot.py", line 36, in work_on_cell
worker.work()
"/Users/jd/dev/pokemon/original/PokemonGo-Bot/cell_workers/pokemon_catch_worker.py", line 77, in work
self.transfer_pokemon(list(Set(id_list2) - Set(id_list1))[0])IndexError: list index out of range
|
Traceback (most recent call last):
"readFolder.py", line 2, in <module>
from oct2py import octave
"<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
"c:\python37\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
"site-packages\oct2py\__init__.py", line 26, in <module>
"<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
"c:\python37\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
"site-packages\oct2py\core.py", line 14, in <module>
"<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
"c:\python37\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
"site-packages\octave_kernel\kernel.py", line 49, in <module>
"site-packages\octave_kernel\kernel.py", line 54, in OctaveKernel
"site-packages\octave_kernel\kernel.py", line 43, in get_kernel_json
NotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\toshiba\\AppData\\Local\\Temp\\_MEI94962\\octave_kernel\\kernel.json
| 0.190805 |
Traceback (most recent call last):
"/usr/local/bin/p4a", line 9, in <module>
load_entry_point('python-for-android==0.4', 'console_scripts', 'p4a')()
"/usr/local/lib/python2.7/dist-packages/pythonforandroid/toolchain.py", line 775, in main
ToolchainCL()
"/usr/local/lib/python2.7/dist-packages/pythonforandroid/toolchain.py", line 450, in __init__
getattr(self, args.subparser_name.replace('-', '_'))(args)
"/usr/local/lib/python2.7/dist-packages/pythonforandroid/toolchain.py", line 143, in wrapper_func
func(self, args)
"/usr/local/lib/python2.7/dist-packages/pythonforandroid/toolchain.py", line 633, in apk
build_args = build.parse_args(args.unknown_args)
"/home/kivy/.local/share/python-for-android/dists/unnamed_dist_1/build.py", line 521, in parse_args
make_package(args)
"/home/kivy/.local/share/python-for-android/dists/unnamed_dist_1/build.py", line 346, in make_package
'res/drawable/presplash.jpg')
"/usr/lib/python2.7/shutil.py", line 119, in copy
copyfile(src, dst)
"/usr/lib/python2.7/shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:IOError: [Errno 2] No such file or directory: '/home/kivy/launcher-presplash.png'
|
Traceback (most recent call last):
"./sublime_plugin.py", line 337, in run_
"./SideBar.py", line 1168, in run
"./sidebar/SideBarItem.py", line 61, in projectURL
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/json/**init**.py", line 318, in loads
return cls(encoding=encoding, **kw).decode(s)
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/json/decoder.py", line 319, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/json/decoder.py", line 338, in raw_decode
raise ValueError("No JSON object could be decoded")ValueError: No JSON object could be decoded
| 0.240523 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 877, in _decrypt_signature
video_id, player_url, s
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 792, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 855, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
"/usr/lib64/python2.7/site-packages/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)ExtractorError: Could not find JS function u'gr'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
|
`Traceback (most recent call last):
"loadCell.py", line 2, in <module>
pyarmor_runtime()
"/home/pi/temp/dist/pytransform/__init__.py", line 314, in pyarmor_runtime
pyarmor_init(path, is_runtime=1, suffix=suffix)
"/home/pi/temp/dist/pytransform/__init__.py", line 309, in pyarmor_init
_pytransform = _load_library(path, is_runtime, platid, suffix)
"/home/pi/temp/dist/pytransform/__init__.py", line 277, in _load_library
m = cdll.LoadLibrary(filename)
"/usr/lib/python2.7/ctypes/__init__.py", line 444, in LoadLibrary
return self._dlltype(name)
"/usr/lib/python2.7/ctypes/__init__.py", line 366, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/pi/temp/dist/pytransform/_pytransform.so: wrong ELF class: ELFCLASS64`
| 0.195965 |
Traceback (most recent call last):
"/home/david/anaconda3/envs/microservice/lib/python3.6/site-packages/requests/adapters.py", line 440, in send
timeout=timeout
"/home/david/anaconda3/envs/microservice/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
"/home/david/anaconda3/envs/microservice/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.googleapis.com', port=443): Max retries exceeded with url: /bigquery/v2/projects/cloud-eng-dev/datasets/STATS/tables/MY_DATA/data (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe2ce0d6be0>: Failed to establish a new connection: [Errno -2] Name or service not known',))
|
Traceback (most recent call last):
"/usr/local/bin/mitmproxy", line 46, in <module>
config = proxy.process_proxy_options(parser, options)
"/usr/local/lib/python2.7/site-packages/libmproxy/proxy.py", line 664, in process_proxy_options
authenticator = authenticator
"/usr/local/lib/python2.7/site-packages/libmproxy/proxy.py", line 52, in __init__
self.certstore = certutils.CertStore(certdir)TypeError: __init__() takes exactly 1 argument (2 given)
| 0.201116 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"c:\users\thomas\appdata\local\temp\pip-build-ffltlx\gooey\setup.py", line 9, in <module>
with open('version.txt', 'r') as f:
IOError: [Errno 2] No such file or directory: 'version.txt'
|
Traceback (most recent call last):
"test_ftpd.py", line 392, in test_user_on_transfer
self.assertRaises(ftplib.error_perm, ftp.sendcmd, 'pwd')AssertionError: error_perm not raised
| 0.286862 |
Traceback (most recent call last):
"c:\python27\lib\site-packages\pyocd\coresight\discovery.py", line 158, in _create_1_ap
ap = AccessPort.create(self.dp, ap_address)
"c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 342, in create
ap.init()
"c:\python27\lib\site-packages\pyocd\utility\concurrency.py", line 28, in _locking
return func(self, *args, **kwargs)
"c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 528, in init
self._init_hprot()
"c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 579, in _init_hprot
csw = AccessPort.read_reg(self, self._reg_offset + MEM_AP_CSW)
"c:\python27\lib\site-packages\pyocd\utility\concurrency.py", line 28, in _locking
return func(self, *args, **kwargs)
"c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 404, in read_reg
return self.dp.read_ap(self.address.address + addr, now)
"c:\python27\lib\site-packages\pyocd\coresight\dap.py", line 615, in read_ap
return read_ap_cb()
"c:\python27\lib\site-packages\pyocd\coresight\dap.py", line 603, in read_ap_cb
result = result_cb()
"c:\python27\lib\site-packages\pyocd\probe\cmsis_dap_probe.py", line 287, in read_ap_result_callback
six.raise_from(self._convert_exception(error), error)
"c:\python27\lib\site-packages\six.py", line 737, in raise_from
raise value
TransferFaultError: SWD/JTAG Transfer Fault
|
Traceback (most recent call last):
"/usr/lib64/python2.6/logging/__init__.py", line 776, in emit
msg = self.format(record)
"/usr/lib64/python2.6/logging/__init__.py", line 654, in format
return fmt.format(record)
"/usr/lib64/python2.6/logging/__init__.py", line 439, in format
s = self._fmt % record.__dict__KeyError: 'namespace'
| 0.250278 |
Traceback (most recent call last):
"/opt/code/localstack/localstack/services/plugins.py", line 96, in check_infra
check_service_health(api=name, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 115, in check_service_health
raise e
"/opt/code/localstack/localstack/services/plugins.py", line 111, in check_service_health
plugin.check(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 45, in check
return self.check_function(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/secretsmanager/secretsmanager_starter.py", line 129, in check_secretsmanager
assert isinstance(out['SecretList'], list)
TypeError: 'NoneType' object is not subscriptable
|
Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/filebrowser/tests/base.py", line 58, in test_posix_paths
self.assertEqual(f.url, '/media/uploads/testdir/testfile.jpg')AssertionError: '/assets/uploads/testdir/testfile.jpg' != '/media/uploads/testdir/testfile.jpg'
| 0.305785 |
Traceback (most recent call last):
"register.py", line 16, in <module>
flow.register(
"C:\dev\scratch\venv\lib\site-packages\prefect\core\flow.py", line 1575, in register
registered_flow = client.register(
"C:\dev\scratch\venv\lib\site-packages\prefect\client\client.py", line 677, in register
serialized_flow = flow.serialize(build=build)
# type: Any
"C:\dev\scratch\venv\lib\site-packages\prefect\core\flow.py", line 1429, in serialize
storage = self.storage.build()
# type: Optional[Storage]
"C:\dev\scratch\venv\lib\site-packages\prefect\environments\storage\docker.py", line 327, in build
self._build_image(push=push)
"C:\dev\scratch\venv\lib\site-packages\prefect\environments\storage\docker.py", line 391, in _build_image
raise ValueError(
ValueError: Your docker image failed to build!
Your flow might have failed one of its deployment health checks - please ensure that all necessary files and dependencies have been included.
|
Traceback (most recent call last):
"/Users/.../.ansible/tmp/ansible-tmp-1431542488.13-155094175069439/rds", line 2807, in <module>
main()
"/Users/.../.ansible/tmp/ansible-tmp-1431542488.13-155094175069439/rds", line 1008, in main
invocations[module.params.get('command')](module, conn)
"/Users/.../.ansible/tmp/ansible-tmp-1431542488.13-155094175069439/rds", line 652, in create_db_instance
module.params.get('username'), module.params.get('password'), **params)
"/Users/.../.ansible/tmp/ansible-tmp-1431542488.13-155094175069439/rds", line 429, in create_db_instance
db_engine, username, password, **params)['CreateDBInstanceResponse']['CreateDBInstanceResult']['DBInstance']TypeError: create_db_instance() got an unexpected keyword argument 'vpc_security_groups'
| 0.292438 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python3.7/site-packages/sklearn/datasets/openml.py", line 643, in fetch_openml
X, y = _convert_arff_data(arff['data'], col_slice_x, col_slice_y, shape)
"/usr/lib/python3.7/site-packages/sklearn/datasets/openml.py", line 249, in _convert_arff_data
y = data[:, col_slice_y]
IndexError: index 17 is out of bounds for axis 1 with size 17
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/wk/ppqw97nn4zv467mnrpgp_4f00000gn/T/pip-build-TllN6p/mujoco-py/setup.py", line 2, in <module>
import importlib.util
ImportError: No module named util
| 0.288741 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/tmp/pip-install-qrcjgqqg/kivy/setup.py", line 1073, in <module>
setup(
"/Users/temitayoadefemi/Desktop/kivy-ios/dist/root/python3/lib/python3.8/site-packages/setuptools/__init__.py", line 143, in setup
_install_setup_requires(attrs)
"/Users/temitayoadefemi/Desktop/kivy-ios/dist/root/python3/lib/python3.8/site-packages/setuptools/__init__.py", line 138, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
"/Users/temitayoadefemi/Desktop/kivy-ios/dist/root/python3/lib/python3.8/site-packages/setuptools/dist.py", line 695, in fetch_build_eggs
resolved_dists = pkg_resources.working_set.resolve(
"/Users/temitayoadefemi/Desktop/kivy-ios/dist/root/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 781, in resolve
dist = best[req.key] = env.best_match(
"/Users/temitayoadefemi/Desktop/kivy-ios/dist/root/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1066, in best_match
return self.obtain(req, installer)
"/Users/temitayoadefemi/Desktop/kivy-ios/dist/root/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1078, in obtain
return installer(requirement)
"/Users/temitayoadefemi/Desktop/kivy-ios/dist/root/python3/lib/python3.8/site-packages/setuptools/dist.py", line 754, in fetch_build_egg
return fetch_build_egg(self, req)
"/Users/temitayoadefemi/Desktop/kivy-ios/dist/root/python3/lib/python3.8/site-packages/setuptools/installer.py", line 130, in fetch_build_egg
raise DistutilsError(str(e))
distutils.errors.DistutilsError: Command '['/Users/temitayoadefemi/Desktop/kivy-ios/dist/hostpython3/bin/python3.8', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmphc3gx8cc', '--quiet', '--find-links', 'https://github.com/kivy-garden/garden/archive/master.zip', 'cython!=0.27,!=0.27.2,<=0.29.10,>=0.24']' returned non-zero exit status 1.
|
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/integrate/tests/test_quadpack.py", line 60, in test_typical
assert_quad(quad(myfunc,0,pi,(2,1.8)), 0.30614353532540296487)
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/integrate/quadpack.py", line 247, in quad
retval = _quad(func,a,b,args,full_output,epsabs,epsrel,limit,points)
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/integrate/quadpack.py", line 312, in _quad
return _quadpack._qagse(func,a,b,args,full_output,epsabs,epsrel,limit)ImportError: No module named ctypes
| 0.298037 |
Traceback (most recent call last):
"/home/ubuntu/OpenDroneMap/run.py", line 8, in <module>
import ectoImportError: No module named ecto
|
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 134, in handle_call_service
connection.context(msg),
"/usr/src/homeassistant/homeassistant/core.py", line 1232, in async_call
await asyncio.shield(self._execute_service(handler, service_call))
"/usr/src/homeassistant/homeassistant/core.py", line 1255, in _execute_service
await handler.func(service_call)
"/usr/src/homeassistant/homeassistant/components/notify/__init__.py", line 119, in async_notify_message
await notify_service.async_send_message(**kwargs)
"/config/custom_components/alexa_media/notify.py", line 209, in async_send_message
self.email
AttributeError: 'AlexaNotificationService' object has no attribute 'email'
| 0.29844 |
Traceback (most recent call last):
"/Users/laurentperrinet/science/pupil/pupil/pupil_src/launchables/world.py", line 118, in world
from plugin_manager import Plugin_Manager
"/Users/laurentperrinet/science/pupil/pupil/pupil_src/shared_modules/plugin_manager.py", line 15, in <module>
from video_capture import Base_Manager, Base_Source
"/Users/laurentperrinet/science/pupil/pupil/pupil_src/shared_modules/video_capture/__init__.py", line 45, in <module>
from .realsense_backend import Realsense_Source, Realsense_Manager
"/Users/laurentperrinet/science/pupil/pupil/pupil_src/shared_modules/video_capture/realsense_backend.py", line 19, in <module>
from pyrealsense.constants import rs_stream, rs_option, rs_preset
ImportError: cannot import name 'rs_preset'
|
Traceback (most recent call last):
"/Users/Saeed/xxxx/nilmtk/nilmtk/tests/test_fhmm.py", line 26, in test_fhmm_correctness
fhmm.train(elec)
"/Users/Saeed/xxxx/nilmtk/nilmtk/disaggregate/fhmm_exact.py", line 283, in train
learnt_model[meter].fit([X])
"/Users/Saeed/.local/lib/python2.7/site-packages/hmmlearn/base.py", line 420, in fit
X = check_array(X)
"/Users/Saeed/anaconda/envs/nilmtk-env/lib/python2.7/site-packages/sklearn/utils/validation.py", line 396, in check_array
% (array.ndim, estimator_name))ValueError: Found array with dim 3. Estimator expected <= 2.
| 0.221128 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/numpy/testing/decorators.py", line 146, in skipper_func
return f(*args, **kwargs)
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/numpy/testing/decorators.py", line 146, in skipper_func
return f(*args, **kwargs)
"/Users/christian/Documents/Eclipse/projects/mne-python/mne/tests/test_source_space.py", line 100, in test_vertex_to_mni_fs_nibabel
coords_2 = vertex_to_mni(vertices, hemis, subject, mode='freesurfer')
"/Users/christian/Documents/Eclipse/projects/mne-python/mne/utils.py", line 323, in dec
return function(*args, **kwargs)
"/Users/christian/Documents/Eclipse/projects/mne-python/mne/source_space.py", line 679, in vertex_to_mni
xfm = _read_talxfm(subject, subjects_dir, mode)
"/Users/christian/Documents/Eclipse/projects/mne-python/mne/utils.py", line 323, in dec
return function(*args, **kwargs)
"/Users/christian/Documents/Eclipse/projects/mne-python/mne/source_space.py", line 752, in _read_talxfm
stdout, stderr = run_subprocess(['mri_info', conv, path])
"/Users/christian/Documents/Eclipse/projects/mne-python/mne/utils.py", line 172, in run_subprocess
p = subprocess.Popen(command, *args, **kwargs)
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory
|
Traceback (most recent call last):
"/home/homeassistant/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/homekit/img_util.py", line 61, in __init__
TurboJPEGSingleton.__instance = TurboJPEG()
"/home/homeassistant/srv/homeassistant/lib/python3.8/site-packages/turbojpeg.py", line 155, in __init__
self.__buffer_size_YUV2 = turbo_jpeg.tjBufSizeYUV2
"/usr/local/lib/python3.8/ctypes/__init__.py", line 382, in __getattr__
func = self.__getitem__(name)
"/usr/local/lib/python3.8/ctypes/__init__.py", line 387, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /lib64/libturbojpeg.so.0: undefined symbol: tjBufSizeYUV2
| 0.291724 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/bin/wtfpython", line 10, in <module>
sys.exit(load_and_read())
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wtf_python/main.py", line 31, in load_and_read
render_doc()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wtf_python/main.py", line 24, in render_doc
with open(file_name, 'r') as f:
NotFoundError: [Errno 2] No such file or directory: 'content.md'
|
Traceback (most recent call last):
"tools/recongnize_chinese_pdf.py", line 266, in <module>
output_path=args.save_path
"tools/recongnize_chinese_pdf.py", line 198, in recognize
saver.restore(sess=sess, save_path=weights_path)
"/usr/local/lib/python3.5/dist-packages/tensorflow/python/training/saver.py", line 1582, in restore
err, "a mismatch between the current graph and the graph")
tensorflow.python.framework.errors_impl.InvalidArgumentError: Restoring from checkpoint failed. This is most likely due to a mismatch between the current graph and the graph from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error:
| 0.302853 |
Traceback (most recent call last):
"/home/user01/anaconda2/envs/tensorflow/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
"/home/user01/anaconda2/envs/tensorflow/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"/home/user01/SRGAN-master/tensorlayer/prepro.py", line 87, in apply_fn
results[i] = fn(data, **kwargs)
"/home/user01/SRGAN-master/utils.py", line 17, in crop_sub_imgs_fn
x = crop(x, wrg=384, hrg=384, is_random=is_random)
"/home/user01/SRGAN-master/tensorlayer/prepro.py", line 232, in crop
h, w = x.shape[row_index], x.shape[col_index]
AttributeError: 'NoneType' object has no attribute 'shape'
|
Traceback (most recent call last):
"/home/ayf/anaconda2/lib/python2.7/site-packages/spyder/widgets/variableexplorer/collectionseditor.py", line 329, in data
display = to_text_string(value)
"/home/ayf/anaconda2/lib/python2.7/site-packages/spyder/py3compat.py", line 135, in to_text_string
return unicode(obj)UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 17: ordinal not in range(128)
| 0.202142 |
Traceback (most recent call last):
"/usr/local/bin/slack-export-viewer", line 11, in <module>
sys.exit(main())
"/Library/Python/2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/Library/Python/2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/Library/Python/2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Library/Python/2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/Library/Python/2.7/site-packages/slackviewer/main.py", line 50, in main
configure_app(app, archive, debug)
"/Library/Python/2.7/site-packages/slackviewer/main.py", line 22, in configure_app
top.channels = reader.compile_channels()
"/Library/Python/2.7/site-packages/slackviewer/reader.py", line 31, in compile_channels
return self._create_messages(channel_names, channel_data)
"/Library/Python/2.7/site-packages/slackviewer/reader.py", line 154, in _create_messages
day_messages = json.load(f)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 290, in load
**kw)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 369, in decode
raise ValueError(errmsg("Extra data", s, end, len(s)))
ValueError: Extra data: line 184 column 2 - line 219 column 2 (char 5446 - 6376)
|
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\extractor\xhamster.py", line 242, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\extractor\common.py", line 1350, in _sort_formats
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.148371 |
Traceback (most recent call last):
"onnx_test_hls.py", line 57, in <module>
shape = shape_dict, params=params)
"/home/hls/Documents/MyWorkplace/sofeware/tvm/nnvm/python/nnvm/compiler/build_module.py", line 305, in build
graph = graph.apply("GraphCompile")
"/home/hls/Documents/MyWorkplace/sofeware/tvm/nnvm/python/nnvm/graph.py", line 234, in apply
check_call(_LIB.NNGraphApplyPasses(self.handle, npass, cpass, ctypes.byref(ghandle)))
"/home/hls/Documents/MyWorkplace/sofeware/tvm/nnvm/python/nnvm/_base.py", line 75, in check_call
raise NNVMError(py_str(_LIB.NNGetLastError()))
nnvm._base.NNVMError: TVMCall CFunc Error:
|
Traceback (most recent call last):
"/home/dennis/hummingbot/test/test_config_templates.py", line 51, in test_strategy_config_template_complete
with open(strategy_template_path, "r") as template_fd:
NotFoundError: [Errno 2] No such file or directory: '/home/dennis/hummingbot/hummingbot/templates/conf_discovery_strategy_TEMPLATE.yml'
| 0.257814 |
Traceback (most recent call last):
"/tmp/kitchen/testing/tests/integration/shell/test_enabled.py", line 44, in test_shell_disabled
self.assertEqual(ret, disabled_ret)
AssertionError: 'first second third | wc -l ; export SALTY_VARI[57 chars]null' != 'first\nsecond\nthird\n|\nwc\n-l\n;\nexport\nSA[73 chars]null'
|
Traceback (most recent call last):
"/home/sanket/.virtualenvs/djangohub/bin/pip-compile", line 11, in <module>
sys.exit(cli())
"/home/sanket/.virtualenvs/djangohub/local/lib/python2.7/site-packages/click/core.py", line 700, in __call__
return self.main(*args, **kwargs)
"/home/sanket/.virtualenvs/djangohub/local/lib/python2.7/site-packages/click/core.py", line 680, in main
rv = self.invoke(ctx)
"/home/sanket/.virtualenvs/djangohub/local/lib/python2.7/site-packages/click/core.py", line 873, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/sanket/.virtualenvs/djangohub/local/lib/python2.7/site-packages/click/core.py", line 508, in invoke
return callback(*args, **kwargs)
"/home/sanket/.virtualenvs/djangohub/local/lib/python2.7/site-packages/piptools/scripts/compile.py", line 73, in cli
for line in parse_requirements(src_file, finder=repository.finder, session=repository.session):
"/home/sanket/.virtualenvs/djangohub/local/lib/python2.7/site-packages/pip/req/req_file.py", line 75, in parse_requirements
filename, comes_from=comes_from, session=session
"/home/sanket/.virtualenvs/djangohub/local/lib/python2.7/site-packages/pip/download.py", line 416, in get_file_content
'Could not open requirements file: %s' % str(exc)pip.exceptions.InstallationError: Could not open requirements file: [Errno 21] Is a directory: 'requirements'
| 0.262802 |
Traceback (most recent call last):
"/Volumes/Raptor/miniconda3/envs/production/lib/python3.4/site-packages/jupyterhub/app.py", line 960, in start
yield self.start_proxy()
"/Volumes/Raptor/miniconda3/envs/production/lib/python3.4/site-packages/jupyterhub/app.py", line 735, in start_proxy
self.proxy_process = Popen(cmd, env=env)
"/Volumes/Raptor/miniconda3/envs/production/lib/python3.4/subprocess.py", line 859, in __init__
restore_signals, start_new_session)
"/Volumes/Raptor/miniconda3/envs/production/lib/python3.4/subprocess.py", line 1457, in _execute_child
raise child_exception_type(errno_num, err_msg)
NotFoundError: [Errno 2] No such file or directory: 'configurable-http-proxy'
|
Traceback (most recent call last):
"G:\reusable\junk.py", line 1, in <module>
import matplotlib.pyplot as plt
"c:\anaconda3\lib\site-packages\matplotlib\pyplot.py", line 114, in <module>
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
"c:\anaconda3\lib\site-packages\matplotlib\backends\__init__.py", line 32, in pylab_setup
globals(),locals(),[backend_name],0)
"c:\anaconda3\lib\site-packages\matplotlib\backends\backend_qt4agg.py", line 18, in <module>
from .backend_qt5agg import FigureCanvasQTAggBase as _FigureCanvasQTAggBase
"c:\anaconda3\lib\site-packages\matplotlib\backends\backend_qt5agg.py", line 15, in <module>
from .backend_qt5 import QtCore
"c:\anaconda3\lib\site-packages\matplotlib\backends\backend_qt5.py", line 31, in <module>
from .qt_compat import QtCore, QtGui, QtWidgets, _getSave
Name, __version__
"c:\anaconda3\lib\site-packages\matplotlib\backends\qt_compat.py", line 124, in <module>
from PyQt4 import QtCore, QtGuiImportError: cannot import name 'QtCore'
| 0.239476 |
Oct 11 12:58:50.348 - [ERROR] Except stack:Traceback (most recent call last):
"/Users/youxiangyang/tools/XX-Net-3.2.7/code/3.6.13/gae_proxy/local/google_ip.py", line 633, in scan_ip_worker ip = self.get_ip_to_scan()
"/Users/youxiangyang/tools/XX-Net-3.2.7/code/3.6.13/gae_proxy/local/google_ip_range.py", line 177, in get_ip index = random.randint(0, len(self.ip_range_list) - 1)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py", line 242, in randint return self.randrange(a, b+1)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py", line 218, in randrange raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width) ValueError: empty range for randrange() (0,0, 0)
Oct 11 12:58:50.348 - [ERROR] Except stack:Traceback (most recent call last):
"/Users/youxiangyang/tools/XX-Net-3.2.7/code/3.6.13/gae_proxy/local/google_ip.py", line 633, in scan_ip_worker ip = self.get_ip_to_scan()
"/Users/youxiangyang/tools/XX-Net-3.2.7/code/3.6.13/gae_proxy/local/google_ip_range.py", line 177, in get_ip index = random.randint(0, len(self.ip_range_list) - 1)
|
Traceback (most recent call last):
"/home/aakash/.local/lib/python3.8/site-packages/spotdl/metadata/providers/youtube.py", line 230, in from_url
content = pytube.YouTube(url)
"/home/aakash/.local/lib/python3.8/site-packages/pytube/__main__.py", line 88, in __init__
self.prefetch_init()
"/home/aakash/.local/lib/python3.8/site-packages/pytube/__main__.py", line 97, in prefetch_init
self.init()
"/home/aakash/.local/lib/python3.8/site-packages/pytube/__main__.py", line 130, in init
mixins.apply_descrambler(self.player_config_args, fmt)
"/home/aakash/.local/lib/python3.8/site-packages/pytube/mixins.py", line 89, in apply_descrambler
for i in stream_data[key].split(',')
KeyError: 'url_encoded_fmt_stream_map'
| 0.253026 |
Traceback (most recent call last):
"/usr/bin/salt", line 10, in <module>
salt_main()
"/usr/lib/python2.7/dist-packages/salt/scripts.py", line 349, in salt_main
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/salt.py", line 145, in run
res
"/usr/lib/python2.7/dist-packages/salt/auth/__init__.py", line 393, in token_cli
tdata = self._send_token_request(load)
"/usr/lib/python2.7/dist-packages/salt/auth/__init__.py", line 346, in _send_token_request
tdata = sreq.send('clear', load)
"/usr/lib/python2.7/dist-packages/salt/payload.py", line 273, in send
'SaltReqTimeoutError: after {0} seconds, ran {1} tries'.format(timeout * tried, tried)SaltReqTimeoutError: SaltReqTimeoutError: after 60 seconds, ran 1 tries
|
Traceback (most recent call last):
"C:\Python27\lib\site-packages\spyderlib\widgets\externalshell\startup.py", line 227, in <module>
**ipythonshell**.IP.stdin_encoding = os.environ['SPYDER_ENCODING']
"C:\Python27\lib\os.py", line 423, in **getitem**
return self.data[key.upper()]KeyError: 'SPYDER_ENCODING' What version of the product are you using? On what operating system? Spyder 2.0.13 with python 2.7, on windows 7, 64 bit
| 0.24056 |
Traceback (most recent call last):
"/share/Download/nzbToMedia/nzbToSickBeard.py", line 252, in <module>
import nzbToMedia
"/share/MD0_DATA/Download/nzbToMedia/nzbToMedia.py", line 491, in <module>
import nzbtomedia
"/share/MD0_DATA/Download/nzbToMedia/nzbtomedia/__init__.py", line 28, in <module>
from nzbtomedia.autoProcess.autoProcessComics import autoProcessComics
"/share/MD0_DATA/Download/nzbToMedia/nzbtomedia/autoProcess/autoProcessComics.py", line 4, in <module>
import requests
"/share/MD0_DATA/Download/nzbToMedia/libs/requests/__init__.py", line 58, in <module>
from . import utils
"/share/MD0_DATA/Download/nzbToMedia/libs/requests/utils.py", line 25, in <module>
from .compat import parse_http_list as _parse_list_header
"/share/MD0_DATA/Download/nzbToMedia/libs/requests/compat.py", line 7, in <module>
from .packages import chardet
"/share/MD0_DATA/Download/nzbToMedia/libs/requests/packages/__init__.py", line 3, in <module>
from . import urllib3
"/share/MD0_DATA/Download/nzbToMedia/libs/requests/packages/urllib3/__init__.py", line 16, in <module>
from .connectionpool import (
"/share/MD0_DATA/Download/nzbToMedia/libs/requests/packages/urllib3/connectionpool.py", line 34, in <module>
from .connection import (
"/share/MD0_DATA/Download/nzbToMedia/libs/requests/packages/urllib3/connection.py", line 43, in <module>
from .util import (
"/share/MD0_DATA/Download/nzbToMedia/libs/requests/packages/urllib3/util/__init__.py", line 18, in <module>
from .retry import Retry
"/share/MD0_DATA/Download/nzbToMedia/libs/requests/packages/urllib3/util/retry.py", line 4, in <module>
from ..exceptions import (ImportError: cannot import name ProtocolError
|
Traceback (most recent call last):
"/usr/local/bin/wifiphisher", line 9, in <module>
load_entry_point('wifiphisher==1.1', 'console_scripts', 'wifiphisher')()
"/usr/local/lib/python2.7/dist-packages/wifiphisher-1.1-py2.7.egg/wifiphisher/pywifiphisher.py", line 920, in run
sniffing(mon_iface, targeting_cb)
"/usr/local/lib/python2.7/dist-packages/wifiphisher-1.1-py2.7.egg/wifiphisher/pywifiphisher.py", line 209, in sniffing
sniff(iface=interface, prn=cb, store=0, stop_filter=stopfilter)
"/usr/lib/python2.7/dist-packages/scapy/sendrecv.py", line 570, in sniff
s = L2socket(type=ETH_P_ALL, _arg, *_karg)
"/usr/lib/python2.7/dist-packages/scapy/arch/linux.py", line 484, in **init**
_flush_fd(self.ins)
"/usr/lib/python2.7/dist-packages/scapy/arch/linux.py", line 303, in _flush_fd
os.read(fd,MTU)OSError: [Errno 100] Network is down
| 0.24492 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update.
|
[autoreload of pandas.io.formats.format 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/io/formats/format.py", line 27, in <module>
import pandas.core.common as com
AttributeError: module 'pandas.core' has no attribute 'common'
| 0.325954 |
Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/tornado/ioloop.py", line 567, in _run_callback
ret = callback()
"/usr/lib64/python2.7/site-packages/tornado/stack_context.py", line 274, in null_wrapper
return fn(*args, **kwargs)
"/usr/lib64/python2.7/site-packages/tornado/ioloop.py", line 573, in <lambda>
self.add_future(ret, lambda f: f.result())
"/usr/lib64/python2.7/site-packages/tornado/concurrent.py", line 208, in result
raise_exc_info(self._exc_info)
"/usr/lib64/python2.7/site-packages/tornado/gen.py", line 810, in run
yielded = self.gen.throw(*sys.exc_info())
"/usr/lib/python2.7/site-packages/salt/minion.py", line 527, in _connect_minion
if auth_wait < self.max_auth_wait:AttributeError: 'MultiMinion' object has no attribute 'max_auth_wait'
|
Traceback (most recent call last):
"core/handler.py", line 54, in <module>
main()
"core/handler.py", line 51, in main
run(port=port)
"core/handler.py", line 45, in run
httpd = server_class(('0.0.0.0', port), handler_class)
"/usr/lib/python3.5/socketserver.py", line 440, in __init__
self.server_bind()
"/usr/lib/python3.5/http/server.py", line 138, in server_bind
socketserver.TCPServer.server_bind(self)
"/usr/lib/python3.5/socketserver.py", line 454, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use
| 0.210852 |
Traceback (most recent call last):
"C:\Users\Koch-\Desktop\Instaloader\instaloader.py", line 1832, in <module>
"C:\Users\Koch-\Desktop\Instaloader\instaloader.py", line 1828, in _main
"C:\Users\Koch-\Desktop\Instaloader\instaloader.py", line 1804, in main
"C:\Users\Koch-\Desktop\Instaloader\instaloader.py", line 1571, in main
"C:\Users\Koch-\Desktop\Instaloader\instaloader.py", line 1541, in interactive_login
"C:\Users\Koch-\Desktop\Instaloader\instaloader.py", line 1001, in login
"C:\Users\Koch-\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\sessions.py", line 521, in get
"C:\Users\Koch-\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\sessions.py", line 508, in request
"C:\Users\Koch-\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\sessions.py", line 618, in send
"C:\Users\Koch-\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\adapters.py", line 508, in send
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.instagram.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnectio
|
Traceback (most recent call last):
"trainer.py", line 17, in <module>
model = XLMForSequenceClassification(config)
"/home/ankit/anaconda3/lib/python3.6/site-packages/pytorch_transformers/modeling_xlm.py", line 823, in __init__
self.sequence_summary = SequenceSummary(config)
"/home/ankit/anaconda3/lib/python3.6/site-packages/pytorch_transformers/modeling_utils.py", line 734, in __init__
self.summary = nn.Identity()
AttributeError: module 'torch.nn' has no attribute 'Identity'
| 0.322159 |
Traceback (most recent call last):
"/root/cobra/cobra/__init__.py", line 89, in main
cli.start(args.target, args.format, args.output, args.special_rules, a_sid)
"/root/cobra/cobra/cli.py", line 75, in start
files, file_count, time_consume = Directory(target_directory).collect_files()
"/root/cobra/cobra/pickup.py", line 163, in collect_files
self.files(self.absolute_path)
"/root/cobra/cobra/pickup.py", line 205, in files
if os.path.isdir(directory):
"/usr/lib/python2.7/genericpath.py", line 49, in isdir
st = os.stat(s)UnicodeEncodeError: 'ascii' codec can't encode characters in position 34-37: ordinal not in range(128)
|
Traceback (most recent call last):
"/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
"<doctest Bio.NMR.xpktools.Peaklist[3]>", line 1, in <module>
peaklist.dataset
NameError: name 'peaklist' is not defined
| 0.259797 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.