text1 stringlengths 92 132k | text2 stringlengths 83 99.1k | score float64 0.01 1 |
|---|---|---|
Traceback (most recent call last):
"vocal-translate.py", line 6, in <module>
print(sr.Microphone.list_working_microphones())
AttributeError: type object 'Microphone' has no attribute 'list_working_microphones'
| Traceback (most recent call last):
"test_linalg.py", line 27, in tearDown
linalg.shutdown()
AttributeError: module 'skcuda.linalg' has no attribute 'shutdown'
| 0.513903 |
Traceback (most recent call last):
"/Users/pascal/Library/Python/2.7/bin/cldoc", line 11, in <module>
sys.exit(run())
"/Users/pascal/Library/Python/2.7/lib/python/site-packages/cldoc/__init__.py", line 57, in run
run_generate(rest)
"/Users/pascal/Library/Python/2.7/lib/python/site-packages/cldoc/__init__.py"... | Traceback (most recent call last):
"train.py", line 635, in <module>
device=device, )
"train.py", line 425, in train
evaluator = evaluate(eval_model, val_loader, config, device)
"/root/anaconda2/envs/pytorch_1_5/lib/python3.6/site-packages/torch/autograd/grad_mode.py", line 15, in decorate_context
return fu... | 0.560687 |
Traceback (most recent call last):
"/home/a/anaconda2/envs/magenta/bin/melody_rnn_generate", line 7, in <module>
from magenta.models.melody_rnn.melody_rnn_generate import console_entry_point
"/home/a/anaconda2/envs/magenta/lib/python2.7/site-packages/magenta/__init__.py", line 34, in <module>
import magenta.mus... | Traceback (most recent call last):
"/home/dodzilla/my_project/components_with_adapter/column_type_specifier.py", line 68, in processCols
date_check_list = int(ColumnTypeSpecifier.is_date(cols[:limit]))
"/home/dodzilla/my_project/components_with_adapter/column_type_specifier.py", line 28, in is_date
parse(str(v)... | 0.564109 |
Traceback (most recent call last):
"/usr/local/bin/fairseq-train", line 11, in <module>
load_entry_point('fairseq', 'console_scripts', 'fairseq-train')()
"/content/drive/My Drive/Colab Notebooks/BERT/BERTによる翻訳/fairseq/fairseq_cli/train.py", line 307, in cli_main
main(args)
"/content/drive/My Drive/Colab Note... | Traceback (most recent call last):
"/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
"/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
"/builddir/build/BUILD/dask-2.18.0/dask/tests/test_threaded.py", line 135, in test_f
L.append(get(dsk, ... | 0.628402 |
> Traceback (most recent call last):
"/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/data1/fujiayi/Project/GitHub/onnx-tensorflow/example/onnx_to_tf.py", line 6, in <module>
tf_rep = prepare(... | Traceback (most recent call last):
"/home/travis/miniconda3/envs/testenv/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/travis/build/pymc-devs/pymc3/pymc3/tests/test_starting.py", line 74, in test_find_MAP
map_est1 = starting.find_MAP()
"/home/travis/build/pymc-de... | 0.538344 |
Traceback (most recent call last):
"vmonkey.py", line 1108, in _process_file
vm.add_compiled_module(m)
"/home/nametag/Downloads/ViperMonkey-master/vipermonkey/core/__init__.py", line 250, in add_compiled_module
self.globals[name.lower()] = _function
TypeError: 'str' object is not callable
| Traceback (most recent call last):
"/opt/anaconda2/envs/py2_conda52/lib/python2.7/site-packages/matplotlib/backends/backend_qt5.py", line 519, in _draw_idle
self.draw()
"/opt/anaconda2/envs/py2_conda52/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 433, in draw
self.figure.draw(self.rende... | 0.510205 |
Traceback (most recent call last):
"C:\Users\Shaikh Abuzar\Envs\django\lib\site-packages\djongo\sql2mongo\query.py", line 856, in parse
return handler(self, statement)
"C:\Users\Shaikh Abuzar\Envs\django\lib\site-packages\djongo\sql2mongo\query.py", line 932, in _select
return SelectQuery(self.db, self.connecti... | Traceback (most recent call last):
"C:\Users\alber\anaconda3\envs\env\lib\site-packages\psd_tools\compression\__init__.py", line 95, in decode_rle
rle_impl.decode(fp.read(count), row_size) for count in bytes_counts
"C:\Users\alber\anaconda3\envs\env\lib\site-packages\psd_tools\compression\__init__.py", line 95, ... | 0.556328 |
Traceback (most recent call last):
"deep_speech.py", line 411, in <module>
absl_app.run(main)
"/home/yuhao/ENVs/py3.5-tensorflow-1.13.1/lib/python3.5/site-packages/absl/app.py", line 300, in run
_run_main(main, args)
"/home/yuhao/ENVs/py3.5-tensorflow-1.13.1/lib/python3.5/site-packages/absl/app.py", line 251... | Traceback (most recent call last):
"/patroni/patronictl.py", line 5, in <module>
ctl(None)
"/usr/lib/python2.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python2.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/usr/lib/python2.... | 0.651003 |
Traceback (most recent call last):
"D:/学习/Deep-Reinforcement-Learning-Algorithms-with-PyTorch-master/results/Cart_Pole.py", line 142, in <module>
trainer.run_games_for_agents()
"D:\学习\Deep-Reinforcement-Learning-Algorithms-with-PyTorch-master\agents\Trainer.py", line 79, in run_games_for_agents
self.run_games_f... | Traceback (most recent call last):
"C:\projects\bleachbit\bleachbit\Worker.py", line 87, in execute
"C:\projects\bleachbit\bleachbit\Command.py", line 82, in execute
"C:\projects\bleachbit\bleachbit\
Utilities.py", line 350, in delete
"C:\projects\bleachbit\bleachbit\
Utilities.py", line 789, in wipe_conten... | 0.58472 |
Traceback (most recent call last):
"<string>", line 20, in <module>
"/tmp/pip-build-wfdn4b93/djangocms-placeholder-attr/setup.py", line 34, in <module>
zip_safe=False,
"/usr/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.4/distutils/dist.py", line 955, in run_command... | [
] 0/323, elapsed: 0s, ETA:Traceback (most recent call last):
"tools/create_data.py", line 256, in <module>
max_sweeps=args.max_sweeps)
"tools/create_data.py", line 81, in nuscenes_data_prep
f'{out_dir}/{info_prefix}_infos_train.pkl')
"/home/xymbiotec/mmdetection3d/tools/data_converter/create_gt_database.py... | 0.555491 |
Traceback (most recent call last):
"...\lib\site-packages\django\core\handlers\exception.py", line 39, in inner
response = get_response(request)
"...\lib\site-packages\django\core\handlers\base.py", line 249, in _legacy_get_response
response = self._get_response(request)
"...\lib\site-packages\django\core\ha... | Traceback (most recent call last):
"c:\program files\python37\Lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\program files\python37\Lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\Admin\Envs\wikipedia-embeddings\Scripts\wikipedia2vec.exe\__main__.py", line 5,... | 0.597499 |
Traceback (most recent call last):
"/home/seb/linuxcnc-dev/bin/axis", line 3784, in <module>
get_coordinate_font(vars.dro_large_font.get())
"/home/seb/linuxcnc-dev/bin/axis", line 3680, in get_coordinate_font
glnav.use_pango_font(coordinate_font, 0, 128)
"/home/seb/linuxcnc-dev/lib/python/glnav.py", line 6, ... | Traceback (most recent call last):
"/data/data/com.termux/files/home/reconspider/reconspider.py", line 39, in <module>
from core import repl_prompt
"/data/data/com.termux/files/home/reconspider/core/__init__.py", line 1, in <module>
from .repl_prompt import *
"/data/data/com.termux/files/home/reconspider/cor... | 0.547296 |
Traceback (most recent call last):
"/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/_cprequest.py", line 638, in respond
self._do_respond(path_info)
"/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/_cprequest.py", line 688, in _do_respond
self.hooks.run('before_request_body')
"/Users/jaraco/code/pu... | Traceback (most recent call last):
"/usr/lib/python3.5/runpy.py", line 174, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"/usr/lib/python3.5/runpy.py", line 133, in _get_module_details
return _get_module_details(pkg_main_name, error)
"/usr/lib/python3.5/runpy.py", l... | 0.58522 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
"/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
"/usr/src/homeassistant/homeassistant/config_entries.py", line 562, ... | Traceback (most recent call last):
"/home/rdemb/anaconda3/envs/py2/lib/python2.7/site-packages/ray/function_manager.py", line 408, in fetch_and_register_remote_function
function = pickle.loads(serialized_function)
"/home/rdemb/anaconda3/envs/py2/lib/python2.7/pickle.py", line 1388, in loads
return Unpickler(fil... | 0.594036 |
Traceback (most recent call last):
"c:\Users\HP\.vscode\extensions\ms-python.python-2019.1.0\python
s\ptvsd_launcher.py", line 45, in <module>
main(ptvsdArgs)
"c:\Users\HP\.vscode\extensions\ms-python.python-2019.1.0\python
s\lib\python\ptvsd\__main__.py", line 348, in main
run()
"c:\Users\HP\.vscode\extensi... | Traceback (most recent call last):
"C:\Analyze\Noriben-master\Noriben.py", line 1512, in <module>
main()
"C:\Analyze\Noriben-master\Noriben.py", line 1499, in main
parse_csv(csv_file, report, timeline)
"C:\Analyze\Noriben-master\Noriben.py", line 1077, in parse_csv
error_output.append(original_line.strip())... | 0.573172 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/hrpc/object_proxy.py", line 114, in __del__
"/usr/local/lib/python3.7/site-packages/hrpc/client.py", line 63, in evaluate
"/usr/local/lib/python3.7/site-packages/hrpc/transport/http.py", line 23, in send
"/usr/local/lib/python3.7/sit... | Traceback (most recent call last):
"raccoon_src/main.py", line 2, in <module>
import asyncio
ImportError: No module named asyncio
| 0.493347 |
Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\logging\__init__.py", line 992, in emit
msg = self.format(record)
"C:\ProgramData\Anaconda3\lib\logging\__init__.py", line 838, in format
return fmt.format(record)
"C:\ProgramData\Anaconda3\lib\logging\__init__.py", line 575, in format
record.... |
Traceback (most recent call last):
"/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/basecommand.py", line 209, in main
status = self.run(options, args)
"/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/commands/install.py", line 328, in run
wb.build(autobuilding=True)
"/usr/share/pyth... | 0.543466 |
Traceback (most recent call last):
"/home/Deep_Learner/work/Mask_RCNN/model.py", line 1632, in data_generator
use_mini_mask=config.USE_MINI_MASK)
"/home/Deep_Learner/work/Mask_RCNN/model.py", line 1190, in load_image_gt
image = dataset.load_image(image_id)
"<ipython-input-73-2cd3a75d0095>", line 99, in load_... | [CRITICAL] Traceback (most recent call last):
"/Users/shirley/Desktop/pyglossary/ui/ui_gtk.py", line 973, in convertClicked
finalOutput
= self.glos.convert(
"/Users/shirley/Desktop/pyglossary/pyglossary/glossary.py", line 1374, in convert
if not self.read(
"/Users/shirley/Desktop/pyglossary/pyglossary/gloss... | 0.626784 |
Traceback (most recent call last):
"/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
result = coro.throw(exc)
"/srv/homeassistant/lib/python3.4/site-packages/homeassistant/core.py", line 1025, in _event_to_service_call
yield from service_handler.func(service_call)
"/srv/homeassistant/lib/python3.4/si... | ```Traceback (most recent call last):
"I:\GitHub\CellProfiler\cellprofiler\gui\pipelinecontroller.py", line 2844, in do_step
self.__pipeline.run_module(module, workspace)
"I:\GitHub\CellProfiler\cellprofiler\pipeline.py", line 2108, in run_module
module.run(workspace)
"I:\GitHub\CellProfiler\cellprofiler\mod... | 0.603216 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\masma\AppData\Local\Temp\pip-install-rhpx0g7l\sqlalchemy\setup.py", line 217, in <module>
run_setup(True)
"C:\Users\masma\AppData\Local\Temp\pip-install-rhpx0g7l\sqlalchemy\setup.py", line 196, in run_setup
**kwargs
"c:\users\ma... | Traceback (most recent call last):
"make_gif.py", line 52, in <module>
anim.save("output.gif", writer="imagemagick")
"/usr/local/lib/python3.6/dist-packages/matplotlib/animation.py", line 1102, in save
alt_writer = next(writers, None)
TypeError: 'MovieWriterRegistry' object is not an iterator
| 0.550996 |
Traceback (most recent call last):
"examples/atari_dqn_async_cpu.py", line 70, in <module>
run_ID=args.run_ID,
"examples/atari_dqn_async_cpu.py", line 59, in build_and_train
runner.train()
"/Users/billtubbs/rlpyt/rlpyt/runners/async_rl.py", line 40, in train
throttle_itr, delta_throttle_itr = self.startup()... | Traceback (most recent call last):
"/opt/rh/rh-python36/root/usr/lib64/python3.6/wsgiref/handlers.py", line 138, in run
self.finish_response()
"/opt/rh/rh-python36/root/usr/lib64/python3.6/wsgiref/handlers.py", line 179, in finish_response
for data in self.result:
"/app/apps/analytics_app/views.py", line 518... | 0.618118 |
Traceback (most recent call last):
"/home/pazz/.local/bin/alot", line 11, in <module>
load_entry_point('alot==0.4.dev0', 'console_scripts', 'alot')()
"/home/pazz/.local/lib/python2.7/site-packages/alot-0.4.dev0-py2.7.egg/alot/__main__.py", line 116, in main
args.parseOptions()
# When given no argument, parses s... | 2021-02-21 10:25:52.210179 WARNING AppDaemon: Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/appdaemon/http.py", line 171, in __init__
net = url.netloc.split(":")
TypeError: a bytes-like object is required, not 'str'
| 0.520914 |
Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_client_certs() missing 1 required positional argument: 'tdata'
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-liolni/superset/setup.py", line 19, in <module>
with open('README.md', encoding='utf-8') as f:
TypeError: 'encoding' is an invalid keyword argument for this function
| 0.55579 |
Traceback (most recent call last):
"<path_to_my_venv>\Scripts\shreddit-script.py", line 33, in <module>
sys.exit(load_entry_point('shreddit==6.0.7', 'console_scripts', 'shreddit')())
"<path_to_my_venv>\lib\site-packages\shreddit\app.py", line 44, in main
shredder = Shredder(default_config, args.user)
"<path_... | Traceback (most recent call last):
"/home/hummingbot/hummingbot/core/utils/async_utils.py", line 9, in safe_wrapper
return await c
"/home/hummingbot/hummingbot/client/command/start_command.py", line 84, in start_check
await self.start_market_making(self.strategy_name)
"/home/hummingbot/hummingbot/client/comm... | 0.60581 |
Traceback (most recent call last):
"C:\Users\ROHAN LOCKS\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3214, in run_ast_nodes
if (yield from self.run_code(code, result)):
"C:\Users\ROHAN LOCKS\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3313, in run_code
self.showtr... | Traceback (most recent call last):
"/usr/local/opt/chisel/libexec/fblldb.py", line 83, in runCommand
command.run(args, options)
"/usr/local/Cellar/chisel/1.7.1/libexec/commands/FBVisualizationCommands.py", line 178, in run
_visualize(arguments[0])
"/usr/local/Cellar/chisel/1.7.1/libexec/commands/FBVisualizat... | 0.567629 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/ropper/console.py", line 360, in __generateChain
chain = self.__rs.createRopChain(generator, str(self.current
.arch) ,options)
"/usr/local/lib/python2.7/dist-packages/ropper/service.py", line 775, in createRopChain
return generator.creat... | Traceback (most recent call last):
"main.py", line 30, in <module>
trio.run(async_main)
"/.../site-packages/trio/_core/_run.py", line 1337, in run
raise runner.main_task_outcome.error
"main.py", line 27, in async_main
raise
"/.../site-packages/trio/_core/_ki.py", line 165, in wrapper
return fn(*args, **... | 0.531958 |
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/site-... | Traceback (most recent call last):
"/home/debian8/anaconda3/lib/python3.6/site-packages/urllib3-1.21.1-py3.6.egg/urllib3/util/timeout.py", line 124, in _validate_timeout
float(value)
TypeError: float() argument must be a string or a number, not 'Timeout'
| 0.592934 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/certbot_apache/parser.py", line 452, in get_arg
value = value.replace(var, self.variables[var[2:-1]])
KeyError: 'DOMAIN'
| Traceback (most recent call last):
".\youtube-dl\youtube_dl\extractor\common.py", line 530, in extract
ie_result = self._real_extract(url)
".\youtube-dl\youtube_dl\extractor\nrk.py", line 430, in _real_extract
display_id)['@id']
KeyError: '@id'
| 0.61601 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/traitlets/traitlets.py", line 528, in get
value = obj._trait_values[self.name]
KeyError: 'kernel_manager_class'
| Traceback (most recent call last):
"C:\Users\Gebruiker\Envs\rotkehlchen\lib\site-packages\flask\app.py", line 1949, in full_dispatch_request
rv = self.dispatch_request()
"C:\Users\Gebruiker\Envs\rotkehlchen\lib\site-packages\flask\app.py", line 1935, in dispatch_request
return self.view_functions[rule.endpoint]... | 0.456149 |
Traceback (most recent call last):
"x:/WebDesign/AW19/emails/z_approved/test/New folder/main.py", line 7, in <module>
image = layer.compose()
"C:\Users\rory.ferguson\AppData\Local\Programs\Python\Python37-32\lib\site-packages\psd_tools\api\layers.py", line 510, in compose
return compose(self, **kwargs)
"C:\U... |
Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'setuptools'
| 0.55839 |
Traceback (most recent call last):
"/remote-home/my/habitat-lab/habitat/core/vector_env.py", line 529, in __del__
self.close()
"/remote-home/my/habitat-lab/habitat/core/vector_env.py", line 413, in close
write_fn((CLOSE_COMMAND, None))
"/root/anaconda3/envs/vln/lib/python3.7/multiprocessing/connection.py", l... | Traceback (most recent call last):
"/usr/lib64/python3.6/logging/handlers.py", line 936, in emit
self.socket.send(msg)
OSError: [Errno 90] Message too long
| 0.589118 |
Traceback (most recent call last):
"./salt-call", line 14, in <module>
salt_call()
"/opt/saltdev/lib/python2.7/site-packages/salt/scripts.py", line 390, in salt_call
import salt.cli.call
"/opt/saltdev/lib/python2.7/site-packages/salt/cli/call.py", line 5, in <module>
import salt.utils.parsers
"/opt/saltd... | Traceback (most recent call last):
"/usr/local/lib64/python3.5/site-packages/IPython/core/interactiveshell.py", line 2885, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-46-c5d811b93ac1>", line 1, in <module>
df = reader.read()
"/home/users/piotr/workspace/pandas-pijucha/pandas... | 0.596048 |
Traceback (most recent call last):
"/home/yuvi/PycharmProjects/task-1/temp/Temp-2-others.py", line 149, in <module>
ds.save_as(filename=dicomized_filename, write_like_original=False)
"/home/yuvi/anaconda3/envs/task-1/lib/python3.7/site-packages/pydicom/dataset.py", line 1749, in save_as
pydicom.dcmwrite(filenam... | [!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| 0.598855 |
Traceback (most recent call last):
"electrum\util.py", line 879, in run_with_except_hook
"threading.py", line 864, in run
"asyncio\base_events.py", line 471, in run_until_complete
"asyncio\base_events.py", line 438, in run_forever
"asyncio\base_events.py", line 1415, in _run_once
"selectors.py", line ... | Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/xonsh/base_shell.py", line 322, in default
run_compiled_code(code, self.ctx, None, 'single')
"/usr/local/lib/python3.5/site-packages/xonsh/codecache.py", line 65, in run_compiled_code
func(code, glb, loc)
"<xonsh-code>", line 1, in <m... | 0.600424 |
Traceback (most recent call last):
"/tmp/ansible_ByRYQt/ansible_module_redshift.py", line 485, in <module>
main()
"/tmp/ansible_ByRYQt/ansible_module_redshift.py", line 467, in main
(changed, cluster) = create_cluster(module, conn)
"/tmp/ansible_ByRYQt/ansible_module_redshift.py", line 293, in create_cluster... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/Thomas/.local/miniconda3/envs/4cast/lib/python3.6/site-packages/sklearn/ensemble/gradient_boosting.py", line 1421, in fit
self.init_.fit(X, y, sample_weight)
TypeError: fit() takes from 2 to 3 positional arguments but 4 were given
| 0.488503 |
Traceback (most recent call last):
"oneforall.py", line 13, in <module>
import dbexport
"C:\Users\Administrator\Desktop\子域名收集工具\OneForAll-0.3.0\OneForAll-0.3.0\dbexport.py", line 13, in <module>
from common import utils
"C:\Users\Administrator\Desktop\子域名收集工具\OneForAll-0.3.0\OneForAll-0.3.0\common\utils.py",... | Traceback (most recent call last):
"c:\users\iulian\appdata\local\programs\python\python38-32\lib\site-packages\pysc2\env\environment.py", line 160, in __del__
"c:\users\iulian\appdata\local\programs\python\python38-32\lib\site-packages\pysc2\env\sc2_env.py", line 752, in close
"c:\users\iulian\appdata\local\p... | 0.516366 |
Traceback (most recent call last):
"/home/jaburgos/.local/lib/python3.7/site-packages/guessit/api.py", line 192, in guessit
config = self.configure(options, sanitize_options=False)
"/home/jaburgos/.local/lib/python3.7/site-packages/guessit/api.py", line 163, in configure
self.rebulk = rules_builder(advanced_con... | Traceback (most recent call last):
"/usr/lib64/python3.5/site-packages/ranger/core/main.py", line 196, in main
fm.loop()
"/usr/lib64/python3.5/site-packages/ranger/core/fm.py", line 390, in loop
ui.redraw()
"/usr/lib64/python3.5/site-packages/ranger/gui/ui.py", line 338, in redraw
self.draw()
"/usr/lib64... | 0.588652 |
Traceback (most recent call last):
"test.py", line 50, in <module>
loop.run_until_complete(main())
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete
return future.result()
"test.py", line 42, in main
for item in pa... | Traceback (most recent call last):
"/tmp/zim-desktop-wiki/zim/gui/widgets.py", line 563, in do_button_press_event
menu.popup_at_pointer(event)
AttributeError: 'Menu' object has no attribute 'popup_at_pointer'
| 0.518594 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/thingsboard_gateway/gateway/tb_client.py", line 125, in run
min_reconnect_delay=self.__min_reconnect_delay)
"/usr/lib/python3/dist-packages/thingsboard_gateway/tb_client/tb_device_mqtt.py", line 162, in connect
ciphers=None)
"/usr/lib/python3... | Traceback (most recent call last):
"./toto.py", line 39, in <module>
load_pem_x509_certificate(bytes(cert, 'utf-8'), default_backend())
"/Users/fabricemarie/.local/share/virtualenvs/toto/lib/python3.6/site-packages/cryptography/x509/base.py", line 52, in load_pem_x509_certificate
return backend.load_pem_x509_ce... | 0.587561 |
Traceback (most recent call last):
"/usr/lib/python3.9/site-packages/ranger/core/main.py", line 203, in main
fm.loop()
"/usr/lib/python3.9/site-packages/ranger/core/fm.py", line 382, in loop
ui.handle_input()
"/usr/lib/python3.9/site-packages/ranger/gui/ui.py", line 276, in handle_input
self.handle_key(key)... | Traceback (most recent call last):
"/usr/lib/python3.5/pdb.py", line 1661, in main
pdb._runscript(mainpyfile)
"/usr/lib/python3.5/pdb.py", line 1542, in _runscript
self.run(statement)
"/usr/lib/python3.5/bdb.py", line 431, in run
exec(cmd, globals, locals)
"<string>", line 1, in <module>
"/home/rohits... | 0.63018 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.5/dist-packages/pwnlib/elf/elf.py", line 1097, in search
offset = data.find(needle, offset)
TypeError: a bytes-like object is required, not 'str'
| Traceback (most recent call last):
"/home/panotech/PycharmProjects/Mask_RCNN/samples/nucleus/nucleus.py", line 455, in <module>
model_dir=args.logs)
"/home/panotech/PycharmProjects/Mask_RCNN/mrcnn/model.py", line 1820, in __init__
self.keras_model = self.build(mode=mode, config=config)
"/home/panotech/Pychar... | 0.539294 |
Traceback (most recent call last):
"/home/building/calibre/psutil-5.4.3/psutil/tests/test_linux.py", line 735, in test_ctx_switches
self.assertAlmostEqual(vmstat_value, psutil_value, delta=500)
AssertionError: 4216416761 != 21396285949 within 500 delta
| Traceback (most recent call last):
"D:\anaconda3\envs\venv\lib\multiprocessing\process.py", line 258, in _bootstrap
self.run()
"D:\iPERCore-main\iPERCore\services\preprocess.py", line 43, in run
device=device
"D:\iPERCore-main\iPERCore\tools\processors\preprocessors.py", line 127, in __init__
device=device
... | 0.53342 |
Traceback (most recent call last):
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._arg... | Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = sel... | 0.662262 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/torch_xla/distributed/xla_multiprocessing.py", line 330, in _mp_start_fn
_start_fn(index, pf_cfg, fn, args)
"/usr/local/lib/python3.6/dist-packages/torch_xla/distributed/xla_multiprocessing.py", line 324, in _start_fn
fn(gindex, *args)
... | Traceback (most recent call last):
"/tmp/kitchen/testing/tests/support/mixins.py", line 374, in wrapper
type(module)
RuntimeError: The dictionary keys returned by MandrillModuleTest.setup_loader_modules() must be an imported module, not <class 'str'>
| 0.525512 |
Traceback (most recent call last):
"./weevely.py", line 99, in <module>
main(arguments)
"./weevely.py", line 39, in main
password = arguments.password
"/root/tools/weevely3/core/sessions.py", line 225, in __init__
saved_url = sessiondb.get('url')
AttributeError: 'NoneType' object has no attribute 'get'
| 2020-04-13 14:02:04,536 CRITICAL friture.exceptionhandler: Unhandled exception: Traceback (most recent call last):
"friture\audiobackend.py", line 429, in fetchAudioData
"friture\audiobackend.py", line 451, in get_stream_time
AttributeError: 'NoneType' object has no attribute 'time'
| 0.666501 |
Traceback (most recent call last):
"/usr/local/Cellar/python/2.7.2/lib/python2.7/doctest.py", line 1254, in __run
compileflags, 1) in test.globs
"<doctest align.doctest[9]>", line 1, in <module>
als.alignment = align.Alignment([(0, 0), (1, 4), (2, 1), (3, 3)])
AttributeError: can't set attribute | Traceback (most recent call last):
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'
| 0.489232 |
Traceback (most recent call last):
"/Users/nrryuya1/work/blockchain/nrryuya/vyper/tests/examples/tokens/ERC20_solidity_compatible/test/erc20_tests_1.py", line 406, in setUp
super().setUp()
"/Users/nrryuya1/work/blockchain/nrryuya/vyper/tests/examples/tokens/ERC20_solidity_compatible/test/erc20_tests_1.py", line ... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Python27\lib\site-packages\scapy\sendrecv.py", line 15, in <module>
from scapy.arch.consts import DARWIN, FREEBSD, OPENBSD
"C:\Python27\lib\site-packages\scapy\arch\__init__.py", line 96, in <module>
from scapy.arch.windows.compatibility i... | 0.58968 |
Traceback (most recent call last):
"myscript.py", line 1, in <module>
import transformers
"/home/user/miniconda3/envs/sberttest/lib/python3.7/site-packages/transformers/__init__.py", line 22, in <module>
from .integrations import (
# isort:skip
"/home/user/miniconda3/envs/sberttest/lib/python3.7/site-package... | Traceback (most recent call last):
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"D:\tools\XX-Net-3.7.9\code\defaul... | 0.581531 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/dist-packages/tartube-1.4.0-py3.7.egg/tartube/mainapp.py", line 1369, in do_activate
"/usr/local/lib/python3.7/dist-packages/tartube-1.4.0-py3.7.egg/tartube/mainapp.py", line 1459, in start
"/usr/local/lib/python3.7/dist-packages/tartube-1.4.0-py3.7.... | Traceback (most recent call last):
"/usr/lib/python3/dist-packages/patroni/postgresql.py", line 1667, in post_bootstrap
self.create_or_update_role(self._superuser['username'], self._superuser['password'], ['SUPERUSER'])
KeyError: 'password'
| 0.48491 |
Traceback (most recent call last):
"convert_pascal_voc_to_tfrecords.ipynb", line 18, in <module>
mode=2)
"/home/cxy/Desktop/FCN_MIL_supervision_tensorflow-master/code/tf_image_segmentation/utils/pascal_voc.py", line 557, in get_augmented_pascal_image_annotation_filename_pairs
train_from_berkeley_image_annotatio... | Traceback (most recent call last):
"venv3/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app
response = self.full_dispatch_request()
"venv3/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request
rv = self.handle_user_exception(e)
"venv3/lib/python3.7/site-packages/flask... | 0.514482 |
Traceback (most recent call last):
"displayModel.pyc", line 312, in _get__storyFieldsAndRects
"locationHelper.pyc", line 261, in toLogical
RuntimeError: Couldn't convert RectLTWH(left=259, top=54, width=1403, height=921) to logical coordinates
| /opt/conda/conda-bld/pytorch_1579027003190/work/aten/src/ATen/native/cuda/MultinomialKernel.cu:87: int at::native::<unnamed>::binarySearchForMultinomial(scalar_t *, scalar_t *, int, scalar_t) [with scalar_t = float]: block: [21,0,0], thread: [0,1,0] Assertion `cumdist[size - 1] > static_cast<scalar_t>(0)` failed.
/opt/... | 0.505315 |
Traceback (most recent call last):
"./pytorch/train.py", line 674, in <module>
fire.Fire()
"/opt/conda/lib/python3.6/site-packages/fire/core.py", line 138, in Fire
component_trace = _Fire(component, args, parsed_flag_args, context, name)
"/opt/conda/lib/python3.6/site-packages/fire/core.py", line 468, in _Fi... | Traceback (most recent call last):
"main.py", line 184, in <module>
main()
"main.py", line 152, in main
loss = train(imgL_crop,imgR_crop, disp_crop_L)
"main.py", line 95, in train
output1, output2, output3 = model(imgL,imgR)
"/usr/local/lib/python2.7/dist-packages/torch/nn/modules/module.py", line 491, i... | 0.576216 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/kombu-4.0.0-py3.5.egg/kombu/transport/qpid.py", line 1734, in __del__
if self.use_async_interface:
AttributeError: 'Transport' object has no attribute 'use_async_interface'
| Traceback (most recent call last):
"/Users/jameysmith/.local/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-21-57ff3821ad92>", line 11, in <module>
max_threads=5
"/Users/jameysmith/opt/miniconda3/envs/sen... | 0.596281 |
Traceback (most recent call last):
"/home/whot/code/ratbag/piper/piper/application.py", line 52, in do_activate
window = Window(self._ratbag, application=self)
"/home/whot/code/ratbag/piper/piper/window.py", line 57, in __init__
capabilities = self._device.capabilities
AttributeError: 'NoneType' object has no a... | Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python3.6/site-packages/flask/app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python3.6/site... | 0.589763 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/dist-packages/telebot/util.py", line 69, in run
task(*args, **kwargs)
"tbot.py", line 26, in replyphoto
bot.sendPhoto(message.chat.id, message.photo.file_id)
AttributeError: 'TeleBot' object has no attribute 'sendPhoto'
| Traceback (most recent call last):
"/usr/local/bin/wifiphisher", line 11, in <module>
load_entry_point('wifiphisher==1.4', 'console_scripts', 'wifiphisher')()
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
... | 0.584129 |
Traceback (most recent call last):
"/usr/lib/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
"/usr/bin/../lib/kitty/kittens/tui/loop.py", line 222, in _read_ready
self.read_buf = self.parse_input_from_terminal(self.read_buf, self.in_bracketed_paste)
"/usr/bin/../... | Traceback (most recent call last):
"deeplab/eval.py", line 227, in <module>
tf.app.run()
"/home/mll/anaconda3/envs/tensor/lib/python3.7/site-packages/tensorflow_core/python/platform/app.py", line 40, in run
_run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)
"/home/mll/anaconda3/envs/tensor/... | 0.59349 |
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/... | Traceback (most recent call last):
"./mwerror.py", line 13, in <module>
for doc in nlp.pipe(TEXTS, n_process=2):
".../python3.8/site-packages/spacy/language.py", line 1479, in pipe
for doc in docs:
".../python3.8/site-packages/spacy/language.py", line 1515, in _multiprocessing_pipe
proc.start()
".../pyth... | 0.583756 |
Traceback (most recent call last):
"VideoWidget_vlc.py", line 866, in mediaStop
TypeError: 'method' object is not connected
| Traceback (most recent call last):
"/opt/medusa/medusa/server/web/core/base.py", line 252, in async_call
result = function(**kwargs)
"/opt/medusa/medusa/server/web/home/handler.py", line 1691, in fetch_releasegroups
groups = get_release_groups_for_anime(series_name)
"</opt/medusa/ext/decorator.py:decorator-g... | 0.493796 |
Traceback (most recent call last):
"asyncpg/protocol/prepared_stmt.pyx", line 146, in asyncpg.protocol.protocol.PreparedStatementState._encode_bind_msg
"asyncpg/protocol/codecs/base.pyx", line 192, in asyncpg.protocol.protocol.Codec.encode
"asyncpg/protocol/codecs/base.pyx", line 103, in asyncpg.protocol.proto... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/leon/virtualenvs/ogn/lib/python3.5/site-packages/PIL/ImageDraw.py", line 165, in line
for start, end in ((xy[i-1], point), (point, xy[i+1]))
"/home/leon/virtualenvs/ogn/lib/python3.5/site-packages/PIL/ImageDraw.py", line 165, in <listcom... | 0.590967 |
Traceback (most recent call last):
"main.py", line 168, in <module>
main()
"main.py", line 164, in main
engine.run(**engine_run_kwargs(args))
"/home/guest/mvb/deep-person-reid/torchreid/engine/engine.py", line 119, in run
self.train(epoch, max_epoch, trainloader, fixbase_epoch, open_layers, print_freq)
"... |
Traceback (most recent call last):
"./reproduce.py", line 7, in <module>
p.feed(new_data)
"/home/test/env/lib/python3.8/site-packages/PIL/Image
.py", line 411, in feed
im = Image.open(fp)
"/home/test/env/lib/python3.8/site-packages/PIL/Image.py", line 2885, in open
im = _open_core(fp, filename, prefix)
... | 0.569189 |
Traceback (most recent call last):
"../../extract_graph_def.py", line 19, in <module>
main()
"../../extract_graph_def.py", line 15, in main
extract_graph_def(input, output)
"../../extract_graph_def.py", line 7, in extract_graph_def
meta_graph_def = tf.train.import_meta_graph(input)
"/usr/local/lib/python... | Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
"/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
"lib/iterators/PrefetchingIter.py", line 64, in prefetch_func
self.next_batch[i] = self.iters[i].ne... | 0.572559 |
Traceback (most recent call last):
"/work/smg/v-ricardo/EXPERIMENTS/multimodel/bin/t2t-trainer", line 108, in <module>
tf.app.run()
"/work/smg/v-ricardo/EXPERIMENTS/multimodel/local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))... | Traceback (most recent call last):
"/var/task/c7n/policy.py", line 261, in run
results = a.process(resources)
"/var/task/c7n/resources/ec2.py", line 1347, in process
raise err
"/var/lang/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/var/task/c7... | 0.61315 |
Traceback (most recent call last):
"eventHandler.pyc", line 246, in executeEvent
"eventHandler.pyc", line 96, in __init__
"eventHandler.pyc", line 105, in next
"NVDAObjects\UIA\__init__.pyc", line 1142, in event_gainFocus
"NVDAObjects\__init__.pyc", line 1137, in event_gainFocus
"NVDAObjects\__init__.... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/lenovo/.virtualenvs/nlp/lib/python3.6/site-packages/summarizer/__init__.py", line 1, in <module>
from summarizer.model_processors import Summarizer, TransformerSummarizer
"/home/lenovo/.virtualenvs/nlp/lib/python3.6/site-packages/summari... | 0.597277 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/sibcb1/mxqianlab1/common/anaconda/envs/cnmf_env/lib/python3.6/site-packages/scanpy/__init__.py", line 36, in <module>
from . import tools as tl
"/sibcb1/mxqianlab1/common/anaconda/envs/cnmf_env/lib/python3.6/site-packages/scanpy/tools/__init_... | Traceback (most recent call last):
"C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 1148, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
"C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", lin... | 0.609426 |
Traceback (most recent call last):
"pipes.pyx", line 640, in spacy.pipeline.pipes.Tagger.from_disk.load_model
"/data/spacy-test/lib/python3.7/site-packages/thinc/neural/_classes/model.py", line 375, in from_bytes
dest = getattr(layer, name)
AttributeError: 'FunctionLayer' object has no attribute 'vectors'
| Traceback (most recent call last):
"c:\users\biscoito\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
"c:\users\biscoito\appdata\local\programs\python\python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
"C:\Us... | 0.608887 |
Traceback (most recent call last):
"overviewer.py", line 653, in <module>
"overviewer.py", line 488, in main
"overviewer_core\world.py", line 103, in __init__
"overviewer_core\nbt.py", line 31, in wrapper
"overviewer_core\nbt.py", line 40, in load
"overviewer_core\nbt.py", line 199, in read_all
"gz... | Traceback (most recent call last):
"/var/tmp/portage/dev-python/psutil-5.6.7/work/psutil-5.6.7-python2_7/lib/psutil/tests/test_linux.py", line 1470, in test_emulate_power_not_plugged
self.assertEqual(psutil.sensors_battery().power_plugged, False)
"/var/tmp/portage/dev-python/psutil-5.6.7/work/psutil-5.6.7-python... | 0.584833 |
Traceback (most recent call last):
"phantom-evasion.py", line 709, in <module>
Phantom_lib.dependencies_checker()
"Setup/Phantom_lib.py", line 296, in dependencies_checker
kali_parrot_isready()
"Setup/Phantom_lib.py", line 204, in kali_parrot_isready
wine_check()
"Setup/Phantom_lib.py", line 510, in wine... | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/manticore-0.1.9-py2.7.egg/manticore/core/executor.py", line 461, in run
if not current_state.execute():
"/usr/local/lib/python2.7/dist-packages/manticore-0.1.9-py2.7.egg/manticore/core/state.py", line 127, in execute
result = self._platf... | 0.583674 |
Traceback (most recent call last):
"/home/pi/.local/lib/python3.5/site-packages/flask/app.py", line 1997, in __call__
return self.wsgi_app(environ, start_response)
"/home/pi/.local/lib/python3.5/site-packages/flask/app.py", line 1985, in wsgi_app
response = self.handle_exception(e)
"/home/pi/.local/lib/pytho... |
Traceback (most recent call last):
"/opt/ts/services/miniconda.ext_public_miniconda/dist/lib/python3.5/site-packages/conda/exceptions.py", line 591, in conda_exception_handler
return_value = func(*args, **kwargs)
"/opt/ts/services/miniconda.ext_public_miniconda/dist/lib/python3.5/site-packages/conda_env/cli/mai... | 0.556147 |
Traceback (most recent call last):
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 295, in data
value = self.get_value(row, column-1)
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\variableex... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"cupy/core/core.pyx", line 1139, in cupy.core.core.ndarray.sum
"cupy/core/core.pyx", line 1147, in cupy.core.core.ndarray.sum
"cupy/core/reduction.pxi", line 222, in cupy.core.core.simple_reduction_function.__call__
"cupy/core/elementwise.... | 0.608011 |
Traceback (most recent call last):
"weibo.py", line 635, in get_one_page
self.print_weibo(wb)
"weibo.py", line 556, in print_weibo
print('-' * 120)
OSError: [WinError 87] 参数错误。
| Traceback (most recent call last):
"hg_download.py", line 30, in <module>
tokenizer = AutoTokenizer.from_pretrained("lonePatient/albert_chinese_small")
"/usr/local/lib/python3.8/site-packages/transformers/tokenization_auto.py", line 217, in from_pretrained
return tokenizer_class_py.from_pretrained(pretrained_mo... | 0.480277 |
Traceback (most recent call last):
"/private/tmp/sslyze-20171218-32066-v2b4f9/sslyze-1.3.0/tests/test_protocols.py", line 65, in test_international_names
plugin_result = plugin.process_task(server_info, CertificateInfoScanCommand())
"/private/tmp/sslyze-20171218-32066-v2b4f9/sslyze-1.3.0/sslyze/plugins/certifica... | Traceback (most recent call last):
"./scripts/train.py", line 262, in <module>
main()
"./scripts/train.py", line 220, in main
rcnn_AP = validate(m.module, opt, heatmap_to_coord)
"./scripts/train.py", line 86, in validate
det_dataset = builder.build_dataset(cfg.DATASET.TEST, preset_cfg=cfg.DATA_PRESET, train... | 0.632141 |
Traceback (most recent call last):
"noisy.py", line 265, in <module>
main()
"noisy.py", line 261, in main
crawler.crawl()
"noisy.py", line 232, in crawl
self._browse_from_links()
"noisy.py", line 173, in _browse_from_links
self._browse_from_links(depth + 1)
"noisy.py", line 173, in _browse_from_links... | Traceback (most recent call last):
"/home/sanjie.lp/workdir/softwares/anaconda2/bin/t2t-trainer", line 32, in <module>
tf.app.run()
"/home/sanjie.lp/workdir/softwares/anaconda2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 126, in run
_sys.exit(main(argv))
"/home/sanjie.lp/workdir/soft... | 0.517162 |
Traceback (most recent call last):
"/usr/lib/python3.8/unittest/mock.py", line 1778, in _inner
return f(*args, **kw)
"/usr/lib/python3.8/unittest/mock.py", line 1348, in patched
return func(*newargs, **newkeywargs)
"/home/antonio/debian/git/build-area/satpy-0.20.0/satpy/tests/writer_tests/test_ninjotiff.py",... | Oct 06 03:39:44.192 - [ERROR] Except stack:Traceback (most recent call last):
"D:\proxy\XX-Net-3.12.5\code\default\launcher\module_init.py", line 40, in start
proc_handler[module]["imp"] = __import__(module, globals(), locals(), ['local', 'start'], -1)
"D:\proxy\XX-Net-3.12.5\code\default\gae_proxy\start.py", li... | 0.558347 |
Traceback (most recent call last):
"solve.py", line 89, in <module>
main()
"solve.py", line 86, in main
solve(sf, args.method, args.input_file, args.output_file)
"solve.py", line 29, in solve
[result, stats] = solver(maze)
"C:\Users\micha\Desktop\mazesolving-master\astar.py", line 80, in solve
unvisited... | Traceback (most recent call last):????? 0/99 ? 00:00:00
"/usr/bin/pipenv", line 11, in <module>
sys.exit(cli())
"/usr/lib/python2.7/site-packages/pipenv/vendor/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python2.7/site-packages/pipenv/vendor/click/core.py", line 697, in ... | 0.559354 |
Traceback (most recent call last):
"nvda.pyw", line 215, in <module>
"core.pyc", line 265, in main
"<frozen importlib._bootstrap>", line 983, in _find_and_load
"<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 668, in _load_unlocked
"<frozen im... | Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = sel... | 0.621726 |
Traceback (most recent call last):
"/usr/lib/python3.6/wsgiref/handlers.py", line 141, in run
self.handle_error()
"/usr/lib/python3.6/wsgiref/handlers.py", line 368, in handle_error
self.finish_response()
"/usr/lib/python3.6/wsgiref/handlers.py", line 180, in finish_response
self.write(data)
"/usr/lib/py... | Traceback (most recent call last):
"C:\Users\Thinkpad\Downloads\Compressed\CleanMyWechat-master\autoui.py", line 229, in confirm
self.videoCheck)
"C:\Users\Thinkpad\Downloads\Compressed\CleanMyWechat-master\autoui.py", line 272, in get
Num
dirname = PureWindowsPath(path)
"C:\Users\Thinkpad\AppData\Local\Prog... | 0.605586 |
Traceback (most recent call last):
"/usr/bin/youtube-dl", line 11, in <module>
load_entry_point('youtube-dl==2020.5.29', 'console_scripts', 'youtube-dl')()
"/usr/lib/python3/dist-packages/youtube_dl/__init__.py", line 478, in main
_real_main(argv)
"/usr/lib/python3/dist-packages/youtube_dl/__init__.py", line... | Traceback (most recent call last):
"/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
return func(*args, **keywargs)
"/home/ubuntu/binaryalert/tests/manage_test.py", line 357, in test_deploy
mock_test.assert_called_once()
"/usr/lib/python3.5/unittest/mock.py", line 583, in __getattr__
raise Attrib... | 0.556 |
Traceback (most recent call last):
".\Src\StdLib\Lib\ctypes\test\test_unicode.py", line 28, in test_ascii_strict
self.assertRaises(ctypes.ArgumentError, wcslen, "abä")
AssertionError: ArgumentError not raised
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
AssertionError: failed with pass
| 0.537453 |
Traceback (most recent call last):
"experiment.py", line 3, in <module>
p = ssh(host='e01.zenysec.com', user='ch03', password='ch03', port=20001) #process('./ch03')
"/home/user1/.local/lib/python2.7/site-packages/pwnlib/tubes/ssh.py", line 606, in __init__
self.client.connect(host, port, user, password, key, ke... |
Traceback (most recent call last):
"<string>", line 17, in <module>
"/tmp/pip_build_root/matplotlib/setup.py", line 155, in <module>
result = package.check()
"/tmp/pip_build_root/matplotlib/setupext.py", line 962, in check
min_version='2.3', version=version)
"/tmp/pip_build_root/matplotlib/setupext.py", line 4... | 0.628781 |
Traceback (most recent call last):
"/opt/az/lib/python3.6/site-packages/knack/cli.py", line 194, in invoke
cmd_result = self.invocation.execute(args)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 331, in execute
six.reraise(*sys.exc_info())
"/opt/az/lib/python3.6/site-packag... | Traceback (most recent call last):
"/home/yukun/theano_pak/_2_stage_opti_theano/dl4mt-opti/theano/theano/sparse/tests/test_sp2.py", line 86, in test_op
tested = f(*self._inputs)
"/home/yukun/theano_pak/_2_stage_opti_theano/dl4mt-opti/theano/theano/compile/function_module.py", line 875, in __call__
storage_map=g... | 0.605508 |
Traceback (most recent call last):
"/Users/m/.virtualenvs/ansible/bin/ansible-lint", line 11, in <module>
sys.exit(main())
"/Users/m/.virtualenvs/ansible/lib/python2.7/site-packages/ansiblelint/__main__.py", line 187, in main
matches.extend(runner.run())
"/Users/m/.virtualenvs/ansible/lib/python2.7/site-pack... | Traceback (most recent call last):
"/home/yoh/anaconda-5.2.0-2.7/envs/mvdm-nept/lib/python3.7/site-packages/tqdm/std.py", line 1084, in __del__
self.close()
"/home/yoh/anaconda-5.2.0-2.7/envs/mvdm-nept/lib/python3.7/site-packages/tqdm/notebook.py", line 245, in close
self.sp(bar_style='danger')
AttributeError: ... | 0.617709 |
Traceback (most recent call last):
"/usr/local/bin/anime", line 11, in <module>
load_entry_point('anime-downloader==4.3.0', 'console_scripts', 'anime')()
"/usr/local/Cellar/anime-downloader/HEAD-57f82b7/libexec/lib/python3.8/site-packages/anime_downloader/cli.py", line 53, in main
cli()
"/usr/local/Cellar/an... | Traceback (most recent call last):
"/root/synapse/local/lib/python2.7/site-packages/synapse/http/server.py", line 116, in wrapped_request_handler
yield request_handler(self, request, request_metrics)
AttributeError: 'SynchrotronSlavedStore' object has no attribute '_state_group_cache'
| 0.620124 |
Traceback (most recent call last):
"c:\users\Silverarmor\appdata\local\programs\python\python38-32\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
"c:\users\Silverarmor\appdata\local\programs\python\python38-32\lib\runpy.py", line 87, in _run_code
exec(code, run_global... | Traceback (most recent call last):
"./run_glue.py", line 247, in <module>
main()
"./run_glue.py", line 143, in main
if training_args.do_eval
"/home/USER/anaconda3/envs/nlu/lib/python3.7/site-packages/transformers/data/datasets/glue.py", line 106, in __init__
with
Lock(lock_path):
"/home/USER/anaconda3/e... | 0.621375 |
Traceback (most recent call last):
"msg4_test_multiscene_1.py", line 53, in <module>
mscn.save_animation('/Pictures/test.mp4', fps=1)
"/home/cpeters/anaconda2/envs/pytroll/lib/python3.6/site-packages/satpy/multiscene.py", line 424, in save_animation
info_datasets = [scn.get(dataset_id) for scn in info_scenes]
... | Module deeptools raised an exception: Traceback (most recent call last):
"/sandbox/users/foucal-a/miniconda3/envs/deeptools/bin/multiqc", line 440, in multiqc
output = mod()
"/sandbox/users/foucal-a/miniconda3/envs/deeptools/lib/python3.6/site-packages/multiqc/modules/deeptools/deeptools.py", line 75, in __init_... | 0.522772 |
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 1055, in test_gnu_date
assert self.parser.parse_iso("2016-11-16T09:46:30,895636557-0800") == datetime(
AttributeEr... | Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = sel... | 0.633032 |
Traceback (most recent call last):
"HiddenEye.py", line 45, in <module>
server_runner.server_selection(port)
"/home/neversoft/Documents/tools/HiddenEye/Defs/ActionManager/Server/server_runner.py", line 64, in server_selection
NgrokController().establish_connection(port=port)
"/home/neversoft/Documents/tools/... | Traceback (most recent call last):
"/Users/miquelllobet/anaconda/envs/gym/lib/python3.6/unittest/loader.py", line 428, in _find_test_path
module = self._get_module_from_name(name)
"/Users/miquelllobet/anaconda/envs/gym/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name
__import__(name)
"/U... | 0.668705 |
Traceback (most recent call last):
"tools/infer_simple.py", line 51, in <module>
cv2.ocl.setUseOpenCL(False)
AttributeError: 'module' object has no attribute 'ocl'
| Traceback (most recent call last):
"s.py", line 6, in <module>
handler = google.cloud.logging.handlers.CloudLoggingHandler(client=client, name="xyz")
"/path/to/venv/lib/python3.5/site-packages/google/cloud/logging/handlers/handlers.py", line 80, in __init__
self.transport = transport(client, name)
"/path/to/... | 0.628253 |
Traceback (most recent call last):
"C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
"C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line ... | Traceback (most recent call last):
"/home/raouf/workspace/gitprojects/Pointnet2_PyTorch/pointnet2/utils/pointnet2_utils.py", line 20, in <module>
import pointnet2._ext as _ext
ImportError: /home/raouf/workspace/gitprojects/Pointnet2_PyTorch/pointnet2/_ext.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3c105E... | 0.532459 |
Traceback (most recent call last):
"test/runtest.py", line 160, in testRecursiveObjects
ray.init(num_workers=0)
"/home/ubuntu/.local/lib/python3.5/site-packages/ray-0.0.1-py3.5.egg/ray/worker.py", line 1063, in init
num_gpus=num_gpus)
"/home/ubuntu/.local/lib/python3.5/site-packages/ray-0.0.1-py3.5.egg/ray/w... | Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/graphql/execution/executor.py", line 311, in resolve_or_error
return executor.execute(resolve_fn, source, info, **args)
"/usr/local/lib/python3.5/dist-packages/graphql/execution/executors/sync.py", line 7, in execute
return fn(*args, **k... | 0.517188 |
Traceback (most recent call last):
"train.py", line 382, in <module>
train()
"train.py", line 213, in train
for datum in data_loader:
"/home/student/.local/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 582, in __next__
return self._process_next_batch(batch)
"/home/student/.local/lib/p... | Traceback (most recent call last):
"/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
| 0.527008 |
Traceback (most recent call last):
"/home/ccarta/.virtualenvs/point3d/lib/python3.6/site-packages/torch_points3d/datasets/base_dataset.py", line 125, in set_transform
transform = instantiate_transforms(getattr(dataset_opt, key_name))
"/home/ccarta/.virtualenvs/point3d/lib/python3.6/site-packages/torch_points3d/c... | Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/spyder/widgets/helperwidgets.py", line 127, in paint
textRect = style.subElementRect(QStyle.SE_ItemViewItemText, options)
TypeError: subElementRect(self, QStyle.SubElement, QStyleOption, QWidget): not enough arguments
| 0.553225 |
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... | Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 197, in call
ret['return'] = func(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 1165, in show_highstate
st_ = salt.state.HighState(__opts__, pillar, pillar_enc=pillar_enc)
"/usr/li... | 0.561568 |
ERROR (theano.gof.opt): Traceback (most recent call last):
"C:\Users\kawther\Anaconda3\envs\myTheanoEnv\lib\site-packages\theano\gof\opt.py", line 2034, in process_node
replacements = lopt.transform(node)
"C:\Users\kawther\Anaconda3\envs\myTheanoEnv\lib\site-packages\theano\tensor\opt.py", line 6516, in constant... | Traceback (most recent call last):
"C:\Users\hjkhkk\Documents\telechient.py", line 13, in <module>
client.sign_in(phone=phone)
"C:\Python\Python36-32\lib\site-packages\telethon\telegram_client.py", line 161, in sign_in
return self.send_code_request(phone)
"C:\Python\Python36-32\lib\site-packages\telethon\tel... | 0.66807 |
Traceback (most recent call last):
"NVDAObjects\IAccessible\__init__.pyc", line 1111, in _get_presentationalRowNumber
TypeError: int() argument must be a string or a number, not 'NoneType'
| Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| 0.60512 |
Traceback (most recent call last):
"/home/mdyer/.virtualenvs/faust-threatx/lib/python3.7/site-packages/faust/agents/agent.py", line 625, in _execute_task
await coro
"/home/mdyer/faust-threatx/test.py", line 34, in count_page_views
async for view in stream.group_by(PageView.id):
"/home/mdyer/.virtualenvs/faus... | Traceback (most recent call last):
"kernelpop.py", line 17, in <module>
main()
"kernelpop.py", line 7, in main
kernelpop()
"/opt/kernelpop/src/kernelpop.py", line 362, in kernelpop
kernel_v = get_kernel_version()
"/opt/kernelpop/src/kernelpop.py", line 207, in get_kernel_version
return Kernel(kernel_ver... | 0.564588 |
Traceback (most recent call last):
"/Users/sbasu1/packages/python3/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-6-a9612f85a127>", line 1, in <module>
caf.Comparison_plot('total', freq='monthly')
"/Users... | Traceback (most recent call last):
"C:\Users\Администратор\Desktop\Controller_bot\classes\Client.py", line 89, in reconnect
spawn_read_thread=False)
"C:\Python\lib\site-packages\telethon\telegram_client.py", line 159, in __init__
**kwargs
"C:\Python\lib\site-packages\telethon\telegram_bare_client.py", line ... | 0.52578 |
The minion function caused an exception: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 1317, in _thread_return
return_data = executor.execute()
"/usr/lib/python2.7/dist-packages/salt/executors/direct_call.py", line 28, in execute
return self.func(*self.args, **self.kwar... | Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/astroid/decorators.py", line 32, in cached
return cache[func]
KeyError: <bound method Assign._get_assign_nodes of <Assign l.373 at 0x7efeb9e19110>>
| 0.542632 |
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/tenso... | > Traceback (most recent call last):
"C:\Program
s\JetBrains\PyCharm Community Edition 2018.2.4\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 23, in do_import
succeeded = activate_func()
"C:\Program
s\JetBrains\PyCharm Community Edition 2018.2.4\helpers\pydev\_pydev_bundle\pydev_console_utils.py", li... | 0.515578 |
Traceback (most recent call last):
"/usr/lusers/zeyuliu2/miniconda3/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lusers/zeyuliu2/miniconda3/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/usr/lusers/zeyuliu2/miniconda3/lib/python3.6/site-packa... | Traceback (most recent call last):
"C:\Users\trpresco\Documents\github\env2\Scripts\check_style-script.py", line 11, in <module>
load_entry_point('azure-cli-dev-tools', 'console_scripts', 'check_style')()
"C:\Users\trpresco\Documents\github\env2\lib\site-packages\pkg_resources\__init__.py", line 561, in load_ent... | 0.602189 |
Traceback (most recent call last):
"calibre_plugins.dedrm.adobekey", line 266, in __del__
TypeError: 'NoneType' object is not callable
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/spyder/widgets/helperwidgets.py", line 127, in paint
textRect = style.subElementRect(QStyle.SE_ItemViewItemText, options)
TypeError: subElementRect(self, QStyle.SubElement, QStyleOption, QWidget): not enough arguments
| 0.494151 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.