text1 stringlengths 92 132k | text2 stringlengths 83 99.1k | score float64 0.01 1 |
|---|---|---|
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/server.py", line 121, in handle
root_layer()
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/modes/http_proxy.py", line 9, in __call__
layer()
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/protocol/tls.py", line 285, i... | Traceback (most recent call last):
"/usr/lib/python3.7/socketserver.py", line 720, in __init__
self.handle()
"/usr/lib/python3.7/http/server.py", line 426, in handle
self.handle_one_request()
"/usr/lib/python3.7/http/server.py", line 394, in handle_one_request
self.raw_requestline = self.rfile.readline(6553... | 0.625849 |
Traceback (most recent call last):
"<stdin>", line 14, in <module>
"<string>", line 32, in <module>
RuntimeError: Python version >= 3.5 required.
| Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/torch/multiprocessing/spawn.py", line 20, in _wrap
fn(i, *args)
"/usr/local/lib/python3.6/dist-packages/torch_xla/distributed/xla_multiprocessing.py", line 116, in _start_fn
_setup_replication()
"/usr/local/lib/python3.6/dist-packages... | 0.530381 |
Traceback (most recent call last):
"train.py", line 232, in <module>
main()
"train.py", line 152, in main
for _, train_data in enumerate(train_loader):
"/home/pjh2/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 582, in __next__
return self._process_next_batch(batch)
"/home/pj... | Traceback (most recent call last):
"eval_voc.py", line 113, in <module>
visiual=opt.visiual).detection()
"eval_voc.py", line 34, in __init__
self.__load_model_weights(weight_path)
"eval_voc.py", line 43, in __load_model_weights
self.__model.load_state_dict(chkpt)
"C:\Anaconda3\envs\YOLOv4-pytorch\lib\sit... | 0.622138 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mu/modes/microbit.py", line 75, in ls
result = tuple(microfs.ls(microfs.get_serial()))
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mu/contrib/microfs.py", line 146,... |
Traceback (most recent call last):
"/home/rmurri/sw/src/xonsh/xonsh/execer.py", line 151, in _parse_ctx_free
debug_level=self.debug_level)
"/home/rmurri/sw/src/xonsh/xonsh/parser.py", line 265, in parse
tree = self.parser.parse(input=s, lexer=self.lexer, debug=debug_level)
"/home/rmurri/.local/lib/python3.4/site... | 0.608566 |
Traceback (most recent call last):
"/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/usr/local/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http2.py", line 722, in run
layer()
"/usr/local/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http.py", line 203, in __call_... | Traceback (most recent call last):
"manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 350, in execute_from_command_line
utility.execute()
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init_... | 0.60912 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python2.7/site-packages/msrest/paging.py", line 143, in __next__
self.advance_page()
"/usr/lib/python2.7/site-packages/msrest/paging.py", line 129, in advance_page
self._response = self._get_next(self.next_link)
"/usr/lib/python2.... | Traceback (most recent call last):
"/app/extra/plugins/python/helpers/pydev/pydevd.py", line 1477, in _exec
pydev_imports.execfile(file, globals, locals)
# execute the script
"/app/extra/plugins/python/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'),... | 0.643598 |
Traceback (most recent call last):
"script_switch.py", line 308, in <module>
main(sys.argv[1:])
"script_switch.py", line 303, in main
test_migration(ip, login, pwd, driver, fex)
"script_switch.py", line 206, in test_migration
new_intf_table = device.get_interfaces()
"/home/florian_lacommare/GitHub/napalm... | Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 416, in start
resp = yield from self._request_handler(request)
"/usr/lib/python3.6/site-packages/aiohttp/web.py", line 325, in _handle
resp = yield from handler(request)
"/usr/lib/python3.6/site-packages/aioht... | 0.635462 |
Traceback (most recent call last):
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/exceptions.py", line 632, in conda_exception_handler
return_value = func(*args, **kwargs)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/cli/main.py", line 137, in _main
exit_code = args.func(args, p)
"... | Traceback (most recent call last):
"/usr/bin/rdiff-backup", line 32, in <module>
rdiff_backup.Main.error_check_Main(sys.argv[1:])
"/usr/lib64/python3.6/site-packages/rdiff_backup/Main.py", line 390, in error_check_Main
Main(arglist)
"/usr/lib64/python3.6/site-packages/rdiff_backup/Main.py", line 412, in Main... | 0.623333 |
Traceback (most recent call last):
"/home/jbernier/.local/lib/python3.6/site-packages/airflow/models/dagbag.py", line 256, in process_file
m = imp.load_source(mod_name, filepath)
"/usr/lib/python3.6/imp.py", line 172, in load_source
module = _load(spec)
"<frozen importlib._bootstrap>", line 684, in _load
... | Traceback (most recent call last):
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports
return _getImports_pe(pth)
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe
import_dllnames_only=True,
TypeError: pars... | 0.526265 |
Traceback (most recent call last):
"/.../lib/python3.5/site-packages/tornado/web.py", line 1467, in _execute
result = method(*self.path_args, **self.path_kwargs)
"/.../lib/python3.5/site-packages/snakeviz/main.py", line 33, in get
table_rows=table_rows(s), callees=json_stats(s))
"/.../lib/python3.5/site-pack... | Traceback (most recent call last):
"/Users/deil/software/anaconda3/envs/gammapy-dev/bin/pylint", line 11, in <module>
sys.exit(run_pylint())
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/pylint/__init__.py", line 19, in run_pylint
Run(sys.argv[1:])
"/Users/deil/software/anacond... | 0.665106 |
Traceback (most recent call last):
"/Library/Python/2.7/site-packages/bottle.py", line 862, in _handle
return route.call(**args)
"/Library/Python/2.7/site-packages/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
"bazarr.py", line 276, in wanted_search_missing_subtitles_list
wanted_search_missing_s... | Traceback (most recent call last):
"/home/david/research/keras_bug/save_resave.py", line 45, in <module>
model = load_model('a{}.h5'.format(i))
"/home/david/.virtualenvs/py36/lib/python3.6/site-packages/keras/engine/saving.py", line 263, in load_model
load_weights_from_hdf5_group(f['model_weights'], model.layer... | 0.508166 |
[!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| Traceback (most recent call last):
"test_v2.py", line 65, in <module>
model.load_state_dict(torch.load(crnn_model_path))
"/home/wai/miniconda3/envs/python35/lib/python3.5/site-packages/torch/serialization.py", line 229, in load
return _load(f, map_location, pickle_module)
"/home/wai/miniconda3/envs/python35/... | 0.528113 |
Traceback (most recent call last):
"C:\Program
s\JetBrains\PyCharm 2017.2.4\helpers\pydev\pydevd.py", line 1599, in <module>
globals = debugger.run(setup['file'], None, None, is_module)
"C:\Program
s\JetBrains\PyCharm 2017.2.4\helpers\pydev\pydevd.py", line 1026, in run
pydev_imports.execfile(file, globals, l... | Traceback (most recent call last):
"C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
"C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)... | 0.569449 |
Traceback (most recent call last):
"main.py", line 56, in <module>
main(args, cfg)
"main.py", line 32, in main
trainer = Trainer(cfg)
"/root/paddlejob/workspace/code/PaddleGAN/ppgan/engine/trainer.py", line 80, in __init__
self.distributed_data_parallel()
"/root/paddlejob/workspace/code/PaddleGAN/ppgan/e... | Traceback (most recent call last):
"/volume1/@appstore/py3k/usr/local/bin/subliminal", line 11, in <module>
sys.exit(subliminal())
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/volume1/@appstore/py3k/usr/local/lib/pyth... | 0.603675 |
Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| Traceback (most recent call last):
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports
return _getImports_pe(pth)
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe
import_dllnames_only=True,
TypeError: pars... | 0.527291 |
Traceback (most recent call last):
"rsf.py", line 26, in <module>
routersploit()
"rsf.py", line 22, in routersploit
rsf.start()
"/root/routersploit/routersploit/interpreter.py", line 116, in start
command_handler(args)
"/root/routersploit/routersploit/core/exploit/utils.py", line 175, in wrapper
return ... | Traceback (most recent call last):
"/home/cig/PycharmProjects/PythonSandbox/venv/lib64/python3.6/site-packages/uvicorn/protocols/http/httptools_impl.py", line 387, in run_asgi
result = await asgi(self.receive, self.send)
"/home/cig/PycharmProjects/PythonSandbox/venv/lib64/python3.6/site-packages/uvicorn/middlewa... | 0.603871 |
Traceback (most recent call last):
"node2vec.py", line 58, in <module>
main()
"node2vec.py", line 38, in main
optimizer = torch.optim.SparseAdam(model.parameters(), lr=args.lr)
"/home/asouza/anaconda3/lib/python3.6/site-packages/torch/optim/sparse_adam.py", line 49, in __init__
super(SparseAdam, self).__ini... | Traceback (most recent call last):
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_use... | 0.610225 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
"/home/abuild/beets/test/test_mbsync.py", line 64, in test_update_library
self.run_command('mbsync')
"/home/abuild/beets/test/helper.py", line 445, in run_command
beets.ui... | Traceback (most recent call last):
"/mnt/betago/.betago/lib/python2.7/site-packages/flask/app.py", line 1994, in __call__
return self.wsgi_app(environ, start_response)
"/mnt/betago/.betago/lib/python2.7/site-packages/flask/app.py", line 1985, in wsgi_app
response = self.handle_exception(e)
"/mnt/betago/.beta... | 0.576691 |
Traceback (most recent call last):
"/home/code/open_mmlab_codebase/huatian_bump_blur_cls/tools/train.py", line 177, in <module>
main()
"/home/code/open_mmlab_codebase/huatian_bump_blur_cls/tools/train.py", line 151, in main
model = build_classifier(cfg.model)
"/home/code/open_mmlab_codebase/mmclassification/... | salt-call: error: Error while processing <bound method SaltCall.__setup_extended_logging of <salt.cli.call.SaltCall object at 0x7f3270e93d10>>: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 212, in parse_args
mixin_after_parsed_func(self)
"/usr/lib/python2.7/di... | 0.571388 |
Traceback (most recent call last):
"C:\Users\mchivers\AppData\Local\Continuum\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2881, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-6-ba00dea82129>", line 1, in <module>
pd.to_datetime(1, unit='D', origin=datetime(... | Traceback (most recent call last):
"/Users/trnhgquan/vyper-venv/bin/vyper", line 8, in <module>
sys.exit(_parse_cli_args())
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/cli/vyper_compile.py", line 57, in _parse_cli_args
return _parse_args(sys.argv[1:])
"/Users/trnhgquan/vyper-venv/lib/pytho... | 0.534768 |
Traceback (most recent call last):
"/Users/tiferrei/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_utils.py", line 96, in CompatibleWithCurrentCore
ycm_core = ImportCore()
"/Users/tiferrei/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_utils.py", line 88, in ImportCore
import ycm_core as ycm_cor... |
Traceback (most recent call last):
"/tmp/.2110bf/salt-call", line 4, in <module>
salt_call()
"/tmp/.2110bf/salt/scripts.py", line 325, in salt_call
import salt.cli.call
"/tmp/.2110bf/salt/cli/call.py", line 6, in <module>
from salt.utils import parsers
"/tmp/.2110bf/salt/utils/parsers.py", line 26, in <module>... | 0.569228 |
Traceback (most recent call last):
"./python3.3/threading.py", line 901, in _bootstrap_inner
"./python3.3/threading.py", line 858, in run
"/Users/tijani/Library/Application Support/Sublime Text 3/Packages/Stino-Stino-Dev/libs/base_utils/task_queue.py", line 86, in _run
self._consumer(*args)
"/Users/tijani/... | Traceback (most recent call last):
"/usr/local/bin/streamlink", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python3.6/dist-packages/streamlink_cli/main.py", line 1024, in main
handle_url()
"/usr/local/lib/python3.6/dist-packages/streamlink_cli/main.py", line 585, in handle_url
streams = fetch_stre... | 0.660537 |
Traceback (most recent call last):
"SickBeard.py", line 4, in <module>
from medusa.__main__ import main
"/opt/share/medusa/Medusa/medusa/__main__.py", line 67, in <module>
from . import (
"/opt/share/medusa/Medusa/medusa/providers/__init__.py", line 10, in <module>
from medusa.providers.nzb import (
"/op... | Traceback (most recent call last):
"hunt.py", line 132, in <module>
data = ytb.get_channels(client, name, config.data_path,
"/home/bizi/Documents/tools/osint/GHunt/lib/youtube.py", line 86, in get_channels
from_youtube = youtube_channel_search(client, query)
"/home/bizi/Documents/tools/osint/GHunt/lib/youtub... | 0.611463 |
Traceback (most recent call last):
"setup.py", line 500, in <module>
setup_package()
"setup.py", line 484, in setup_package
generate_cython()
"setup.py", line 260, in generate_cython
raise RuntimeError("Running cythonize failed!")
RuntimeError: Running cythonize failed!
| Traceback (most recent call last):
"/root/venv/bin/fabmanager", line 8, in <module>
sys.exit(cli())
"/root/venv/lib/python3.6/site-packages/flask_appbuilder/console.py", line 422, in cli
cli_app()
"/root/venv/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)... | 0.548854 |
Traceback (most recent call last):
"shadowsocksr/shadowsocks/local.py", line 81, in <module>
main()
"shadowsocksr/shadowsocks/local.py", line 43, in main
config = shell.get_config(True)
"****/shadowsocksr-speed/shadowsocksr/shadowsocks/../shadowsocks/shell.py", line 221, in get_config
config['verbose'] = v_... | Traceback (most recent call last):
"/Users/margus/Library/Application Support/Sublime Text 3/Packages/LSP/plugin/core/rpc.py", line 141, in receive_payload
self.response_handler(payload)
"/Users/margus/Library/Application Support/Sublime Text 3/Packages/LSP/plugin/core/rpc.py", line 160, in response_handler
han... | 0.571947 |
Traceback (most recent call last):
"/Users/hhp21/Documents/sandbox/csvlink/venv/bin/csvlink", line 11, in <module>
sys.exit(launch_new_instance())
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/csvdedupe/csvlink.py", line 208, in launch_new_instance
d.main()
"/Users/hhp21/Documents/... | Traceback (most recent call last):
"/home/frappe/benches/bench-2017-07-11/apps/frappe/frappe/app.py", line 56, in application
response = frappe.handler.handle()
"/home/frappe/benches/bench-2017-07-11/apps/frappe/frappe/handler.py", line 21, in handle
data = execute_cmd(cmd)
"/home/frappe/benches/bench-2017-0... | 0.539714 |
Traceback (most recent call last):
"C:\Users\aditi\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\Blender-power-sequencer\operators\crossfade_add.py", line 38, in poll
active = bpy.context.scene.sequence_editor.active_strip
AttributeError: 'NoneType' object has no attribute 'active_strip'
| [autoreload of pandas.core.panel 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_... | 0.553961 |
Traceback (most recent call last):
"/usr/local/bin/svtplay-dl", line 7, in <module>
svtplay_dl.main()
"/usr/local/Cellar/svtplay-dl/1.9.3_1/libexec/lib/python2.7/site-packages/svtplay_dl/__init__.py", line 463, in main
get_media(urls[0], options)
"/usr/local/Cellar/svtplay-dl/1.9.3_1/libexec/lib/python2.7/si... | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmppgbwk_g4\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmppgbwk_g4\build\youtube_dl\extractor\biqle.py", line 60, in _real_extract
Key... | 0.606546 |
Traceback (most recent call last):
"C:\Users\Ted\.vim\bundle\jedi-vim\pythonx\jedi_vim.py", line 192, in wrapper
return func(*args, **kwargs)
"C:\Users\Ted\.vim\bundle\jedi-vim\pythonx\jedi_vim.py", line 510, in usages
show_goto_multi_results(definitions, "usages")
"C:\Users\Ted\.vim\bundle\jedi-vim\pythonx\... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"PDBIO.py", line 370, in save
s = get_atom_line(
"PDBIO.py", line 229, in _get_atom_line
return _ATOM_FORMAT_STRING % args
TypeError: %c requires int or char
| 0.601821 |
Traceback (most recent call last):
"apptest.py", line 108, in <module>
app.run_server(debug=True)
"C:\Users\gioxc\AppData\Local\Programs\Python\Python37\lib\site-packages\dash\dash.py", line 1475, in run_server
dev_tools_prune_errors,
"C:\Users\gioxc\AppData\Local\Programs\Python\Python37\lib\site-packages\d... | Traceback (most recent call last):
"C:\Python27\Scripts\spotdl-script.py", line 11, in <module>
load_entry_point('spotdl==0.9.3', 'console_scripts', 'spotdl')()
"c:\python27\lib\site-packages\pkg_resources\__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
... | 0.593917 |
Traceback (most recent call last):
"docker-compose", line 3, in <module>
"compose\cli\main.py", line 78, in main
TypeError: can only concatenate str (not "dict") to str
| Traceback (most recent call last):
"lib/galaxy/jobs/runners/__init__.py", line 137, in run_next
method(arg)
"lib/galaxy/jobs/runners/drmaa.py", line 204, in queue_job
job_wrapper.change_ownership_for_run()
"lib/galaxy/jobs/__init__.py", line 2220, in change_ownership_for_run
external_chown_script, descripti... | 0.547081 |
Traceback (most recent call last):
"D:\sources\personal\python\pyframework\jedi_crash.py", line 25, in <module>
print(c.name, c.type, c.params)
"d:\virtual_envs\py364_32\lib\site-packages\jedi\cache.py", line 142, in wrapper
result = method(self, *args, **kwargs)
"d:\virtual_envs\py364_32\lib\site-packages\... | Traceback (most recent call last):
"C:\Apps\Sublime\Data\Packages\LSP\plugin\core\documents.py", line 110, in <lambda>
lambda: purge_did_change(buffer_id, buffer_version), 500)
"C:\Apps\Sublime\Data\Packages\LSP\plugin\core\documents.py", line 121, in purge_did_change
notify_did_change(pending_buffer["view"])
... | 0.584 |
Traceback (most recent call last):
"train.py", line 137, in <module>
GANTrainer.train()
"/ssd/gan/pytorch_GAN_zoo/models/trainer/progressive_gan_trainer.py", line 237, in train
maxIter=self.modelConfig.maxIterAtScale[scale])
"/ssd/gan/pytorch_GAN_zoo/models/trainer/gan_trainer.py", line 470, in trainOnEpoch
... | Traceback (most recent call last):
"/usr/bin/vorta", line 11, in <module>
load_entry_point('vorta==0.6.24', 'gui_scripts', 'vorta')()
"/usr/lib/python3.6/site-packages/vorta/__main__.py", line 37, in main
app = VortaApp(sys.argv, single_app=True)
"/usr/lib/python3.6/site-packages/vorta/application.py", line ... | 0.544209 |
```Traceback (most recent call last):
"./psk-frontend.py", line 111, in <module>
main()
"./psk-frontend.py", line 107, in main
p.data_ready_cb(s)
"./psk-frontend.py", line 78, in data_ready_cb
self.new_client(_s)
"./psk-frontend.py", line 66, in new_client
hint=self.hint)
"/usr/local/lib/python3.7/di... | Traceback (most recent call last):
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 169, in <lambda>
timer.timeout.connect(lambda: self.restart_lsp(language))
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 9... | 0.564225 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.7/bin/gimme-aws-creds", line 17, in <module>
GimmeAWSCreds().run()
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gimme_aws_creds/main.py", line 385, in run
auth_result = okta.auth_session()
"/... | Traceback (most recent call last):
"/bin/streamlink", line 11, in <module>
load_entry_point('streamlink==0.8.1', 'console_scripts', 'streamlink')()
"/usr/lib/python3.6/site-packages/streamlink_cli/main.py", line 1047, in main
handle_url()
"/usr/lib/python3.6/site-packages/streamlink_cli/main.py", line 486, i... | 0.639599 |
Traceback (most recent call last):
"C:\Softwares\Miniconda3\lib\site-packages\spyder\widgets\variableexplorer\importwizard.py", line 575, in _set_step
self.text_widget.get_comments())
"C:\Softwares\Miniconda3\lib\site-packages\spyder\widgets\variableexplorer\importwizard.py", line 477, in open_data
skiprows, co... | Traceback (most recent call last):
"/home/ubuntu/anaconda3/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/home/ubuntu/anaconda3/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"/home/ubuntu/pointer-generator/src/batcher.py", line 309, in fill_b... | 0.618856 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/django/contrib/staticfiles/handlers.py", line 68, in __call__
return self.application(environ, start_response)
"/usr/local/lib/python3.8/site-packages/django/core/handlers/wsgi.py", line 133, in __call__
response = self.get_response(requ... | Traceback (most recent call last):
"/home/werner/.pyenv/versions/3.8.3/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
"sublist3r.py", line 268, in run
domain_list = self.enumerate()
"sublist3r.py", line 573, in enumerate
if 'Next Page' not in resp:
TypeError: argument of type ... | 0.555676 |
Traceback (most recent call last):
"/home/vcruces/programs/anaconda3/bin/conda", line 13, in <module>
sys.exit(main())
"/home/vcruces/.local/lib/python3.8/site-packages/conda/cli/main.py", line 162, in main
return conda_exception_handler(_main, *args)
"/home/vcruces/.local/lib/python3.8/site-packages/conda/e... | Traceback (most recent call last):
"tiktok.py", line 51, in <module>
vid = api.get_Video_By_DownloadURL(tiktok['video']['downloadAddr'])
"/usr/local/lib/python3.7/site-packages/TikTokApi/tiktok.py", line 897, in get_Video_By_DownloadURL
return self.getBytes(b, proxy=proxy)
"/usr/local/lib/python3.7/site-pack... | 0.594014 |
Traceback (most recent call last):
"X:\Python35\lib\site-packages\nose\case.py", line 198, in runTest
self.test(*self.arg)
"X:\Python35\lib\site-packages\scipy\sparse\tests\test_matrix_io.py", line 34, in test_save_and_load_empty
_check_save_and_load(dense_matrix)
"X:\Python35\lib\site-packages\scipy\sparse\... | Traceback (most recent call last):
"c:\srv\tmp\huey\huey\tests\test_storage.py", line 142, in test_priority
self.assertEqual([self.s.dequeue() for _ in range(10)], expected)
"c:\srv\tmp\huey\huey\tests\test_storage.py", line 142, in <listcomp>
self.assertEqual([self.s.dequeue() for _ in range(10)], expected)
... | 0.607129 |
Traceback (most recent call last):
"/opt/miniconda/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3319, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-2-7c572d1b8c2f>", line 41, in <module>
res = cross_val_predict(cls, data.loc[:, ["A"]], data.loc[:, "B"], cv=... | Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/libqtile/hook.py", line 365, in _subscribe
lst.remove(func)
ValueError: list.remove(x): x not in list
| 0.460554 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/IPython/core/interactiveshell.py", line 1823, in showtraceback
stb = value._render_traceback_()
AttributeError: 'NotImplementedError' object has no attribute '_render_traceback_'
| Traceback (most recent call last):
"D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Packages\Package Control\package_control\commands\disable_package_command.py", line 50, in on_done
self.disable_packages(package, 'disable')
"D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Packa... | 0.570402 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Us... | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph9lcnopy\build\youtube_dl\YoutubeDL.py", line 785, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph9lcnopy\build\youtube_dl\extractor\common.py", line 440, in extract
"C:\Users\dst\Ap... | 0.656322 |
Traceback (most recent call last):
"benchmark_cpu_gpu.py", line 81, in <module>
train_taken = train_ray(num_workers, num_boost_rounds, num_files, use_gpu)
"benchmark_cpu_gpu.py", line 49, in train_ray
evals=[(dtrain, "train")])
"/root/anaconda3/lib/python3.7/site-packages/xgboost_ray/main.py", line 463, in t... | Traceback (most recent call last):
"C:\Python36\lib\multiprocessing\process.py", line 258, in _bootstrap
self.run()
"C:\Python36\lib\multiprocessing\process.py", line 93, in run
self._target(*self._args, **self._kwargs)
"D:\AI\fake\DeepFaceLab-master\utils\iter_utils.py", line 39, in process_func
gen_data =... | 0.551756 |
Traceback (most recent call last):
"/usr/lib/python3.5/shutil.py", line 538, in move
os.rename(src, real_dst)
NotFoundError: [Errno 2] No such file or directory: '/opt/data/lf-dev/rv-output/raw-datasets/tiny-test/datasets/object-detection/models/default/output/frozen_inference_graph.pb' -> '/opt/data/lf-dev/rv-out... |
ERROR: Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/pb/j_dpdd4n0858j1ym98g3884r0000gn/T/pip-install-x3_d5nyd/django-lifecycle/setup.py", line 30, in <module>
long_description=readme(),
"/private/var/folders/pb/j_dpdd4n0858j1ym98g3884r0000gn/T/pip-install-x3_d5nyd/d... | 0.62538 |
Traceback (most recent call last):
"/cluster/home/hmariya/software/anaconda/envs/horovod/lib/python3.6/site-packages/pip/_internal/utils/outdated.py", line 90, in pip_version_check
state = SelfCheckState(cache_dir=options.cache_dir)
"/cluster/home/hmariya/software/anaconda/envs/horovod/lib/python3.6/site-package... | Traceback (most recent call last):
"/opt/conda/lib/python3.7/site-packages/tensorflow_core/python/ops/script_ops.py", line 236, in __call__
ret = func(*args)
"/opt/conda/lib/python3.7/site-packages/tensorflow_core/python/data/ops/dataset_ops.py", line 800, in generator_py_func
"element was %s." % (output_type... | 0.614955 |
Traceback (most recent call last):
"/media/lf216/Data/elie/replica/blender crm/src/run.py", line 33, in <module>
from src.main.Pipeline import Pipeline
"./src/main/Pipeline.py", line 6, in <module>
from src.utility.ConfigParser import ConfigParser
"./src/utility/ConfigParser.py", line 1, in <module>
import ... | Traceback (most recent call last):
"/usr/local/lib/python3.7/dist-packages/open_cobol_ide/extlibs/keyring/backend.py", line 155, in _load_plugins
init_func = ep.load()
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2443, in load
return self.resolve()
"/usr/lib/python3/dist-packages/pkg_reso... | 0.637469 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/salt/state.py", line 1379, in call
self.verify_ret(ret)
"/usr/lib64/python2.6/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
"/usr/lib/python2.6/site-packages/salt/utils... | Traceback (most recent call last):
"gyb.py", line 1583, in <module>
"gyb.py", line 1537, in main
"gyb.py", line 532, in callGAPIpages
"gyb.py", line 485, in callGAPI
"googleapiclient\discovery.py", line 718, in method
TypeError: Got an unexpected keyword argument "maxItems"
| 0.635703 |
Traceback (most recent call last):
"/home/zhengr/anaconda3/envs/keypoint/lib/python3.5/multiprocessing/process.py", line 252, in _bootstrap
self.run()
"/home/zhengr/anaconda3/envs/keypoint/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
"/home/zhengr/Docum... | 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... | 0.556634 |
Traceback (most recent call last):
"bin/meshroom_photogrammetry", line 64, in <module>
meshroom.core.graph.executeGraph(graph, toNodes=toNodes, forceCompute=args.forceCompute, forceStatus=args.forceStatus)
"/home/yueh/meshroom/meshroom/core/graph.py", line 1124, in executeGraph
chunk.process(forceCompute)
"/... | Traceback (most recent call last):
"N:\git\leo-editor\leo\plugins\stickynotes.py", line 615, in closeEvent
self.save_states()
"N:\git\leo-editor\leo\plugins\stickynotes.py", line 733, in save_states
for (gnx, n) in self.notes.items() if n.isVisible())
"N:\git\leo-editor\leo\plugins\stickynotes.py", line 733,... | 0.533494 |
2020-06-09T11:04:42:ERROR:localstack.services.plugins: Error checking state of local environment (after some retries): Traceback (most recent call last):
"/opt/code/localstack/localstack/services/plugins.py", line 94, in check_infra
check_service_health(api=name, print_error=print_error)
"/opt/code/localstack/lo... |
Traceback (most recent call last):
"<string>", line 16, in <module>
"/Users/wronglink/.virtualenvs/p33/build/wikipedia/setup.py", line 29, in <module>
'License :: OSI Approved :: MIT License',
"/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/core.py", line 148, in setup
dist.r... | 0.563346 |
Addon error: Traceback (most recent call last):
"examples/tcp_message.py", line 16, in tcp_message
modified_msg = tcp_msg.message.replace("foo", "bar")
AttributeError: 'TCPFlow' object has no attribute 'message'
| Traceback (most recent call last):
"./bqcreatetable.py", line 70, in <module>
main(args)
"./bqcreatetable.py", line 59, in main
insert_data(dataset_ref)
"./bqcreatetable.py", line 32, in insert_data
errors = table.insert_data(table, rows_to_insert)
# API request
AttributeError: 'Table' object has no attribu... | 0.665378 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/localstack/services/infra.py", line 416, in check_infra
raise e
"/usr/local/lib/python3.7/site-packages/localstack/services/infra.py", line 413, in check_infra
plugin.check(expect_shutdown=expect_shutdown, print_error=print_error)
"/u... | 2019-06-27 08:08:33 ERROR
twisted
TypeError: 'NoneType' object is not iterable: Traceback (most recent call last):
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\autobahn\twisted\websocket.py", line 162, in _onMessage
| 0.622393 |
Traceback (most recent call last):
"t2.py", line 16, in <module>
prg = prg.build()
"/Users/bogdan/.pyenv/versions/3.7.5/lib/python3.7/site-packages/pyopencl/__init__.py", line 476, in build
self._context, options)
"/Users/bogdan/.pyenv/versions/3.7.5/lib/python3.7/site-packages/pyopencl/__init__.py", line 45... | Traceback (most recent call last):
"/home/amanda/.local/lib/python2.7/site-packages/flask/app.py", line 2446, in wsgi_app
response = self.full_dispatch_request()
"/home/amanda/.local/lib/python2.7/site-packages/flask/app.py", line 1951, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/amand... | 0.60368 |
Traceback (most recent call last):
"/home/linuxbrew/.linuxbrew/bin/ikhal", line 10, in <module>
sys.exit(main_ikhal())
"/home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/click/... | Traceback (most recent call last):
"...\flaskproj\venv\lib\site-packages\_pytest\config\__init__.py", line 412, in _importconftest
return self._conftestpath2mod[conftestpath]
KeyError: local('...\\flaskproj\\tests\\conftest.py')
| 0.567239 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_parser.py", line 359, in test_parse_subsecond
self.parser.parse("2013-01-01 12:30:45.9", "YYYY-MM-DD HH:mm:ss.S")
AttributeError: '... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: module 'creme' has no attribute 'feature_extraction'
| 0.569358 |
Traceback (most recent call last):
"uvloop/cbhandles.pyx", line 64, in uvloop.loop.Handle._run
"/usr/src/app/homeassistant/helpers/event.py", line 82, in state_change_listener
event.data.get('new_state'))
"/usr/src/app/homeassistant/core.py", line 333, in async_run_job
target(*args)
"/usr/src/app/homeassi... | Traceback (most recent call last):
"C:\Users\Daniel\Documents\Spyder\spyder\spyder\plugins\completion\providers\kite\widgets\calltoaction.py", line 135, in _learn_more
kite = self.parent().completions.get_client('kite')
AttributeError: 'CompletionPlugin' object has no attribute 'get_client'
| 0.578241 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/ib_insync/decoder.py", line 188, in interpret
handler(fields)
"/usr/local/lib/python3.6/site-packages/ib_insync/decoder.py", line 293, in contractDetails
cd.realExpirationDate) = fields
ValueError: not enough values to unpack (expected 5... | Traceback (most recent call last):
"<console>", line 1, in <module>
"/usr/lib/python2.7/site-packages/googletrans/client.py", line 172, in translate
data = self._translate(text, dest, src)
"/usr/lib/python2.7/site-packages/googletrans/client.py", line 81, in _translate
data = utils.format_json(r.text)
"/u... | 0.643369 |
Traceback (most recent call last):
"/anaconda3/lib/python3.6/site-packages/tornado/web.py", line 1469, in _execute
result = yield result
"/anaconda3/lib/python3.6/site-packages/jupyterhub/handlers/login.py", line 94, in post
yield self.spawn_single_user(user)
"/anaconda3/lib/python3.6/site-packages/jupyterh... | Traceback (most recent call last):
"yolo3_one_file_to_detect_them_all.py", line 434, in <module>
_main_(args)
"yolo3_one_file_to_detect_them_all.py", line 421, in _main_
correct_yolo_boxes(boxes, image_h, image_w, net_h, net_w)
"yolo3_one_file_to_detect_them_all.py", line 334, in correct_yolo_boxes
boxes[i]... | 0.507402 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_workaround_against_bad_memmap_with_copied_buffers() takes exactly 1 argument (0 given)
| Traceback (most recent call last):
"calibre_plugins.dedrm.kindlekey", line 1540, in getDBfrom
cleartext = UnprotectHeaderData(encryptedValue)
"calibre_plugins.dedrm.kindlekey", line 1408, in UnprotectHeaderData
crp = LibCrypto()
TypeError: 'NoneType' object is not callable
| 0.485242 |
Traceback (most recent call last):
"/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 390, in async_remove_entity
await self.entities[entity_id].async_remove()
"/srv/homeassistant/l... |
Traceback (most recent call last):
"/usr/lib/python2.7/site.py", line 158, in addpackage
exec line
"<string>", line 1, in <module>
KeyError: 'google'
| 0.515068 |
Traceback (most recent call last):
"C:\Program
s (x86)\Python36-32\Scripts\soundscrape-script.py", line 11, in <module>
load_entry_point('soundscrape==0.30.1', 'console_scripts', 'soundscrape')()
"c:\program files (x86)\python36-32\lib\site-packages\soundscrape\soundscrape.py", line 119, in main
process_soundc... | Traceback (most recent call last):
"train.py", line 40, in <module>
trainer.run_generator_one_step(data_i)
"/home/user/SPADE/SPADE/trainers/pix2pix_trainer.py", line 35, in run_generator_one_step
g_losses, generated = self.pix2pix_model(data, mode='generator')
"/opt/anaconda3/lib/python3.7/site-packages/torc... | 0.65406 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"path/lib/python3.8/site-packages/apex/__init__.py", line 13, in <module>
from pyramid.session import UnencryptedCookieSessionFactoryConfig
ImportError: cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown loc... | Traceback (most recent call last):
".\pager.py", line 96, in <module>
full_screen=True)
"c:\users\test\documents\development\python-prompt-toolkit\prompt_toolkit\application\application.py", line 217, in __init__
self._running_in_terminal_f = get_event_loop().create_future()
"c:\users\test\documents\developm... | 0.659896 |
Traceback (most recent call last):
"applications/tools/first-order-demo.py", line 18, in <module>
from ppgan.apps.first_order_predictor import FirstOrderPredictor
"/home/aistudio/PaddleGAN/ppgan/apps/__init__.py", line 2, in <module>
from .deepremaster_predictor import DeepRemasterPredictor
"/home/aistudio/P... | Traceback (most recent call last):
"/usr/lib/python3.8/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
"/usr/lib/python3.8/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
"/usr/lib/python3.8/socketserver.... | 0.576285 |
Traceback (most recent call last):
"gen.py", line 122, in main
add_res_to_db(imname,res,out_db)
"gen.py", line 73, in add_res_to_db
db['data'][dname].attrs['txt'] = res[i]['txt']
"h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
"h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapp... | Traceback (most recent call last):
"C:\Users\86177\anaconda3\envs\AlphaPose\lib\threading.py", line 916, in _bootstrap_inner
self.run()
"C:\Users\86177\anaconda3\envs\AlphaPose\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"C:\Users\86177\AlphaPose\dataloader.py", line 675, in... | 0.491176 |
Traceback (most recent call last):
"/usr/lib64/az/lib/python2.7/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
"/usr/lib64/az/lib/python2.7/site-packages/azure/cli/core/commands/__init__.py", line 445, in execute
self.commands_loader.load_arguments(command)
"/usr/... | Python: Traceback (most recent call last):
"/usr/share/blender/2.91/scripts/addons/io_scene_gltf2/__init__.py", line 974, in execute
return self.import_gltf2(context)
"/usr/share/blender/2.91/scripts/addons/io_scene_gltf2/__init__.py", line 988, in import_gltf2
if self.unit_import(path, import_settings) == {'FI... | 0.568973 |
Traceback (most recent call last):
"/elasticdl/elasticdl/python/worker/worker.py", line 982, in _process_minibatch_and_report
train_with_local_model,
"/elasticdl/elasticdl/python/worker/worker.py", line 889, in _process_minibatch
features, labels
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"C:\Users\dhirschf\envs\dev\lib\site-packages\IPython\core\interactiveshell.py", line 3417, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-46-d78c0d3ee4ad>", line 1, in <module>
hash(pd.offsets.Day())
TypeError: unhashable type: 'pandas._libs.tsl... | 0.561429 |
Traceback (most recent call last):
"/opt/venvs/matrix-synapse/lib/python3.6/site-packages/synapse/app/homeserver.py", line 429, in start
yield acme.start_listening()
"/opt/venvs/matrix-synapse/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIn... | Traceback (most recent call last):
"train.py", line 134, in <module>
main()
"train.py", line 75, in main
model.load_state_dict(checkpoint['state_dict'])
KeyError: 'state_dict'
| 0.532085 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", line 2813, in _dep_map
return self.__dep_map
"/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", line 2624, in __getattr__
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_... | Traceback (most recent call last):
"/root/.local/bin/pyt", line 8, in <module>
sys.exit(main())
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/__main__.py", line 101, in main
cfg = make_cfg(
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/make_cfg.py", line 36... | 0.603183 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-B_GnPn/rows/setup.py", line 79, in <module>
'Topic :: Utilities',
"/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
"/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_c... | Traceback (most recent call last):
"/home/inforactiv1/frappe-bench/apps/frappe/frappe/app.py", line 62, in application
response = frappe.api.handle()
"/home/inforactiv1/frappe-bench/apps/frappe/frappe/api.py", line 56, in handle
return frappe.handler.handle()
"/home/inforactiv1/frappe-bench/apps/frappe/frapp... | 0.562505 |
Traceback (most recent call last):
"SelectField_error.py", line 9, in <module>
form.validate()
"[...]/python3.7/site-packages/wtforms/form.py", line 300, in validate
return super(Form, self).validate(extra)
"[...]/python3.7/site-packages/wtforms/form.py", line 136, in validate
if not field.validate(self, ex... | Traceback (most recent call last):
"/home/legluondunet/Téléchargements/lutris/lutris/gui/views/base.py", line 34, in popup_contextual_menu
selected_id = self.get_selected_id(self.get_model().get_iter(view.current_path))
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 873, in get_iter
path = self._c... | 0.552842 |
Traceback (most recent call last):
"/home/user/code/test/run_smac.py", line 114, in <module>
incumbent = smac.optimize()
"/home/user/anaconda3/envs/myenv/lib/python3.8/site-packages/smac/facade/smac_ac_facade.py", line 597, in optimize
incumbent = self.solver.run()
"/home/user/anaconda3/envs/myenv/lib/python... | Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_simple() missing 1 required positional argument: 'tdata'
| 0.498405 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/icalendar/parser.py", line 230, in from_ical
key, val = q_split(param, '=')
ValueError: too many values to unpack (expected 2)
| Traceback (most recent call last):
"/usr/local/bin/ethereumetl", line 10, in <module>
sys.exit(cli())
"/usr/local/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx... | 0.532885 |
Traceback (most recent call last):
"manage.py", line 171, in <module>
drive(cfg, model_path=args['--model'], model_type=args['--type'])
"manage.py", line 136, in drive
if cfg.DONKEY_GYM or cfg.DRIVE_TRAIN_TYPE == "MOCK":
AttributeError: 'Config' object has no attribute 'DRIVE_TRAIN_TYPE'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: 'Word2VecKeyedVectors' object has no attribute 'wv'
| 0.501478 |
Traceback (most recent call last):
"/opt/apps/superset/venv_py3_test/lib64/python3.4/site-packages/superset/views/base.py", line 49, in wraps
return f(self, *args, **kwargs)
"/opt/apps/superset/venv_py3_test/lib64/python3.4/site-packages/flask_appbuilder/security/decorators.py", line 52, in wraps
return f(self,... | Traceback (most recent call last):
"/home/ubuntu/venvpypy/bin/pip", line 8, in <module>
sys.exit(main())
"/home/ubuntu/venvpypy/site-packages/pip/_internal/cli/main.py", line 75, in main
return command.main(cmd_args)
"/home/ubuntu/venvpypy/site-packages/pip/_internal/cli/base_command.py", line 117, in main
... | 0.59777 |
[2019-09-22 09:57:13,877] lafp-mac-JG5J.int.svenskaspel.se/ERROR/stderr: Traceback (most recent call last):
"/Users/lafp/git/locust/locust/core.py", line 361, in run
self.execute_next_task()
"/Users/lafp/git/locust/locust/core.py", line 387, in execute_next_task
self.execute_task(task["callable"], *task["args"]... | Traceback (most recent call last):
"site-packages\matplotlib\backends\backend_wx.py", line 1079, in _onLeftButtonDown
"site-packages\matplotlib\backend_bases.py", line 1917, in button_press_event
"site-packages\matplotlib\cbook.py", line 554, in process
"site-packages\matplotlib\cbook.py", line 416, in __ca... | 0.53592 |
Traceback (most recent call last):
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/werkzeug/wsgi.py", line 506, in __next__
return self._next()
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/werkzeug/wrappers/base_response.py", line 45, in _iter_encoded
for item in iterable:
"/... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: hello() missing 1 required keyword-only argument: 'cheese'
| 0.518374 |
Traceback (most recent call last):
"test.py", line 61, in <module>
generated = model.inference(data['label'], data['inst'], data['image'])
"/home/shu/pix2pixHD2/models/pix2pixHD_model.py", line 200, in inference
input_label, inst_map, real_image, _ = self.encode_input(Variable(label), Variable(inst), image, inf... | Traceback (most recent call last):
"pretrain_bert_nccl.py", line 629, in <module>
main()
"pretrain_bert_nccl.py", line 607, in main
timers, args)
"pretrain_bert_nccl.py", line 338, in train
args, timers)
"pretrain_bert_nccl.py", line 297, in train_step
nsp_loss, args)
"pretrain_bert_nccl.py", line 27... | 0.581836 |
Traceback (most recent call last):
"1-2-3-proteins.py", line 37, in <module>
dataset = dataset[perm]
"/usr/local/lib/python3.6/site-packages/torch_geometric/data/dataset.py", line 191, in __getitem__
return self.index_select(idx)
"/usr/local/lib/python3.6/site-packages/torch_geometric/data/dataset.py", line ... | Traceback (most recent call last):
"/usr/bin/buku", line 11, in <module>
load_entry_point('buku==3.9', 'console_scripts', 'buku')()
"/usr/lib/python3.7/site-packages/buku.py", line 4931, in main
bdb.browse_by_index(int(idx))
"/usr/lib/python3.7/site-packages/buku.py", line 1907, in browse_by_index
browse(ro... | 0.662277 |
Traceback (most recent call last):
"/usr/local/bin/nikola", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python3.5/dist-packages/nikola/__main__.py", line 171, in main
_ = DN.run(oargs)
"/usr/local/lib/python3.5/dist-packages/nikola/__main__.py", line 339, in run
self.nikola.init_plugins()
"/usr... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/tkem/src/cachetools/cachetools/lru.py", line 31, in popitem
raise KeyError('%s is empty' % self.__class__.__name__)
KeyError: 'LRUCache is empty'
| 0.452876 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/pblair/t2t-stuff/venv-t2t-py3/lib/python3.4/site-packages/tensor2tensor/utils/trainer_utils.py", line 1035, in input_fn
problem_count, batches = len(data_file_patterns), []
TypeError: object of type 'NoneType' has no len()
| Traceback (most recent call last):
"compare_gan/main.py", line 133, in <module>
app.run(main)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 300, in run
_run_main(main, args)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
"compare_gan/main.py... | 0.574588 |
Traceback (most recent call last):
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 416, in start
manager.requests_count += 1
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/aiohttp/web.py", line 317, in _handle
"""gunicorn compatibility"""
Typ... | Saved zidane.jpg,Traceback (most recent call last):
"<input>", line 21, in <module>
"/Users/glennjocher/.cache/torch/hub/ultralytics_yolov5_master/models/common.py", line 348, in save
self.display(save=True, save_dir=save_dir)
# save results
"/Users/glennjocher/.cache/torch/hub/ultralytics_yolov5_master/model... | 0.560277 |
Traceback (most recent call last):
"/home/jwfu/anaconda3/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2888, in _parsed_pkg_info
return self._pkg_info
"/home/jwfu/anaconda3/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2691, in __getattr__
raise AttributeErr... | Traceback (most recent call last):
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/homekit/__init__.py", line 529, in async_start
ent_reg_ent, dev_reg, state.entity_id
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/homekit/__init__.py", line 630, in _async_set_d... | 0.567779 |
Traceback (most recent call last):
"/home/anaconda3/envs/CPN-python3/lib/python3.6/multiprocessing/process.py", line 249, in _bootstrap
self.run()
"/home/code/tf-cpn/models/COCO.res101.384x288.CPN/../../lib/tfflat/mp_utils.py", line 37, in run
self._queue.put( dumps([self.id, msg]) )
"/home/code/tf-cpn/model... | Traceback (most recent call last):
"C:/Users/huhongyang/Desktop/Faster-RCNN-TensorFlow-Python3-master/train.py", line 216, in <module>
train.train()
"C:/Users/huhongyang/Desktop/Faster-RCNN-TensorFlow-Python3-master/train.py", line 123, in train
variables_to_restore = self.net.get_variables_to_restore(variables... | 0.600469 |
Traceback (most recent call last):
"src/gevent/greenlet.py", line 527, in gevent._greenlet.Greenlet.spawn
"src/gevent/greenlet.py", line 247, in gevent._greenlet.Greenlet.__init__
"src/gevent/greenlet.py", line 133, in gevent._greenlet._extract_stack
ValueError: call stack is not deep enough
| Traceback (most recent call last):
"/home/hao.zhang/project/pycharm/ludwig-ray/ludwig-petfinder/petfinder-adoption-prediction/train.py", line 34, in <module>
) = model.train(dataset=dataset_to_use)
"/home/hao.zhang/project/pycharm/ludwig-ray/ludwig/ludwig/api.py", line 480, in train
save_path=model_dir,
"/ho... | 0.565808 |
Traceback (most recent call last):
"/home/florian/proj/qutebrowser/git/qutebrowser/misc/crashsignal.py", line 288, in exception_hook
self._app.lastWindowClosed.disconnect(
RuntimeError: wrapped C/C++ object of type Application has been deleted
|
Traceback (most recent call last):
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/exceptions.py", line 617, in conda_exception_handler
return_value = func(*args, **kwargs)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/cli/main.py", line 137, in _main
exit_code = args.func(args, p)
"/h... | 0.538824 |
Traceback (most recent call last):
"/srv/hass/hass_venv/lib/python3.4/site-packages/aiohttp/web_protocol.py", line 422, in start
resp = yield from self._request_handler(request)
"/srv/hass/hass_venv/lib/python3.4/site-packages/aiohttp/web.py", line 306, in _handle
resp = yield from handler(request)
"/usr/lib... | Traceback (most recent call last):
"demo-alpha-pose.py", line 31, in <module>
from nets.vgg16 import vgg16
"/home/chikiuso/Downloads/AlphaPose/human-detection/tools/../lib/nets/vgg16.py", line 11, in <module>
import tensorflow.contrib.slim as slim
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/... | 0.627968 |
Traceback (most recent call last):
"D:\dev\Anaconda\envs\paddle\lib\site-packages\IPython\core\interactiveshell.py", line 3331, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-2-18576bfe9166>", line 1, in <module>
runfile('D:/dev/projects/local/python/research/user-intent-classific... | Traceback (most recent call last):
"C:\Users\ayman\Anaconda3\envs\py35\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 524, in _apply_op_helper
values, as_ref=input_arg.is_ref).dtype.name
"C:\Users\ayman\Anaconda3\envs\py35\lib\site-packages\tensorflow\python\framework\ops.py", line 1104, ... | 0.578974 |
Traceback (most recent call last):
"/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 290, in draw
layout.prop(bpy.data.worlds['Arm'], 'arm_material_advanced')
KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
| [PID:26512] 2020-06-04 10:27:21,536 - ERROR <tribler_window:107> root.on_exception(): Traceback (most recent call last):
"/home/tribler/src/tribler-gui/tribler_gui/debug_window.py", line 630, in on_core_memory_history
for mem_info in data["memory_history"]:
KeyError: 'memory_history'
| 0.517746 |
Traceback (most recent call last):
"/Users/ryan/opt/miniconda3/envs/tensorflow/lib/python3.6/site-packages/vaex/scopes.py", line 94, in evaluate
result = self[expression]
"/Users/ryan/opt/miniconda3/envs/tensorflow/lib/python3.6/site-packages/vaex/scopes.py", line 141, in __getitem__
raise KeyError("Unknown var... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Library/Python/2.7/site-packages/napalm_ios/ios.py", line 1330, in get_bgp_neighbors
remote_addr = napalm_base.helpers.ip(entry['remote_addr'])
KeyError: u'remote_addr'
| 0.55388 |
Traceback (most recent call last):
"/nix/store/qhavgb609vv920aqk4y897va35nz6fsd-python3.7-uncompyle6-3.3.3/bin/.uncompyle6-wrapped", line 11, in <module>
sys.exit(main_bin())
"/nix/store/qhavgb609vv920aqk4y897va35nz6fsd-python3.7-uncompyle6-3.3.3/lib/python3.7/site-packages/uncompyle6/bin/uncompile.py", line 179... | Traceback (most recent call last):
"manage.py", line 17, in <module>
"Couldn't import Django. Are you sure it's installed and "
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
| 0.660428 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/local/opt/pyenv/versions/salt/lib/python2.7/site-packages/salt/state.py", line 1529, in call
**cdata['kwargs'])
"/usr/local/opt/pyenv/versions/salt/lib/python2.7/site-packages/salt/states/saltmod.py", line 250, in state
m_ret = ... | Traceback (most recent call last):
"/home/sebastian/projects/HEDGEFUND/freqtrade/.env/lib/python3.8/site-packages/pandas/core/indexes/base.py", line 3080, in get_loc
return self._engine.get_loc(casted_key)
"pandas/_libs/index.pyx", line 70, in pandas._libs.index.IndexEngine.get_loc
"pandas/_libs/index.pyx", l... | 0.462669 |
Traceback (most recent call last):
"C:/Users/Du/Desktop/a program/python/CCC/mainpro_FER.py", line 218, in <module>
train(epoch)
"C:/Users/Du/Desktop/a program/python/CCC/mainpro_FER.py", line 110, in train
for batch_idx, (inputs, targets) in enumerate(trainloader):
"C:\A\envs\tensorflow-gpu\lib\site-package... | Traceback (most recent call last):
"/usr/src/app/homeassistant/components/websocket_api/decorators.py", line 16, in _handle_async_response
await func(hass, connection, msg)
"/usr/src/app/homeassistant/components/lovelace/__init__.py", line 271, in websocket_lovelace_config
load_config, hass.config.path(LOVELACE... | 0.548185 |
Traceback (most recent call last):
"/home/czgdp1807ssd/sympy_project/sympy/sympy/core/assumptions.py", line 260, in getit
return self._assumptions[fact]
KeyError: 'zero'
| Traceback (most recent call last):
"/work/src/experiment/reporter.py", line 43, in output_report
in_progress=in_progress)
"/work/src/experiment/generate_report.py", line 123, in generate_report
in_progress)
"/work/src/analysis/rendering.py", line 41, in render_report
in_progress=in_progress)
"/work/.venv... | 0.572074 |
Traceback (most recent call last):
"application.py", line 90, in open_main_window_action
"views/main_window.py", line 47, in __init__
"views/repo_tab.py", line 54, in __init__
"views/repo_tab.py", line 100, in init_ssh
"utils.py", line 84, in get_private_keys
"paramiko/pkey.py", line 235, in from_priv... | Traceback (most recent call last):
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/backends/backend_macosx.py", line 83, in _draw
self.figure.draw(renderer)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args,... | 0.532388 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.6/dist-packages/databricks/koalas/series.py", line 2407, in __getitem__
return Series(self._scol.__getitem__(key), anchor=self._kdf, index=self._index_map)
"/usr/local/lib/python3.6/dist-packages/databricks/koalas/series... | Traceback (most recent call last):
"/opt/sickchill/sickbeard/providers/bjshare.py", line 204, in parse
seeders = try_int(cells[labels.index('Seeders') + group_index].get_text(strip=True))
ValueError: 'Seeders' is not in list
| 0.537337 |
Traceback (most recent call last):
"/opt/bench/frappe-bench/apps/frappe/frappe/app.py", line 62, in application
response = frappe.handler.handle()
"/opt/bench/frappe-bench/apps/frappe/frappe/handler.py", line 22, in handle
data = execute_cmd(cmd)
"/opt/bench/frappe-bench/apps/frappe/frappe/handler.py", line ... | 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 439, in test_utctimetuple
result = self.arrow.utctimetuple()
AttributeError: 'TestArrowDatetimeInterface' object ha... | 0.581431 |
Traceback (most recent call last):
"/srv/jhass/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 84, in async_setup
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
"/usr/lib/python3.5/asyncio/tasks.py", line 392, in wait_for
return fut.result()
"/usr/lib/python3.5/asyncio/futures.py", line 274... | Traceback (most recent call last):
"Sooty.py", line 1224, in <module>
mainMenu()
"Sooty.py", line 181, in mainMenu
switchMenu(input())
"Sooty.py", line 62, in switchMenu
phishingMenu()
"Sooty.py", line 718, in phishingMenu
phishingSwitch(input())
"Sooty.py", line 119, in phishingSwitch
emailTemplate... | 0.564194 |
Traceback (most recent call last):
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/bin/great_expectations", line 8, in <module>
sys.exit(main())
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/great_expectations/cli/cli.py", line 66, in main
cli()
"/home/shahin... | Traceback (most recent call last):
"/home/lwin/speech-emotion/Speech_emotion_recognition_BLSTM-master1/find_best_model.py", line 163, in <module>
functions.feature_extract(ds.data, nb_samples=len(ds.targets), dataset=dataset)
"/home/lwin/speech-emotion/Speech_emotion_recognition_BLSTM-master1/utility/functions.p... | 0.568978 |
Traceback (most recent call last):
"$HOME/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"$HOME/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"pi_importer.py", line 161, in import_data_worker
conn ... | Traceback (most recent call last):
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
"/Users/sujitmishra/tensorrec/test/test_movielens.py", line 26, in test_movie_lens_fit
epochs=5)
"/Users/sujitmishra/tensorrec/tensorrec/tensorrec.py", l... | 0.644452 |
Traceback (most recent call last):
"/private/var/tmp/_bazel_fedenusy/82761fbb391b03a602abc1324ff91dda/sandbox/darwin-sandbox/55/execroot/com_github_softwaremotor_smc/bazel-out/darwin-fastbuild/bin/libpy/kafka/tests/test_consumer.runfiles/com_github_softwaremotor_smc/libpy/kafka/tests/test_consumer.py", line 1, in <m... | Traceback (most recent call last):
"/usr/local/bin/wifiphisher", line 11, in <module>
load_entry_point('wifiphisher==1.2', 'console_scripts', 'wifiphisher')()
"/usr/local/lib/python2.7/dist-packages/wifiphisher-1.2-py2.7.egg/wifiphisher/pywifiphisher.py", line 1056, in run
ap_logo_path = template.use_file(mac_m... | 0.599566 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.