text1 stringlengths 92 132k | text2 stringlengths 83 99.1k | score float64 0.01 1 |
|---|---|---|
Traceback (most recent call last):
"train.py", line 114, in <module>
train(epoch)
"train.py", line 68, in train
for batch_idx, (inputs, loc_targets, cls_targets) in enumerate(trainloader):
"/usr/local/lib/python2.7/dist-packages/torch/utils/data/dataloader.py", line 336, in __next__
return self._process_nex... | Traceback (most recent call last):
"test.py", line 832, in <module>
main()
"test.py", line 782, in main
global_step, tr_loss = train(args, train_dataset, model, tokenizer)
"test.py", line 386, in train
outputs = model(inputs, masked_lm_labels=labels) if args.mlm else model(inputs, labels=labels)
"/home/e... | 0.541981 |
Traceback (most recent call last):
"C:\Users\Alex\AppData\Local\Programs\Python\Python37\lib\site-packages\ray\tune\trial_runner.py", line 747, in _process_trial
trial.trial_id, result=flat_result)
"C:\Users\Alex\AppData\Local\Programs\Python\Python37\lib\site-packages\ray\tune\suggest\search_generator.py", line... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/optiplex/.local/share/virtualenvs/optiplex-tjYW2U7K/lib/python3.6/site-packages/pytube/__main__.py", line 87, in __init__
self.prefetch_init()
"/home/optiplex/.local/share/virtualenvs/optiplex-tjYW2U7K/lib/python3.6/site-packages/pytube/... | 0.53196 |
Traceback (most recent call last):
"/PortableApps/Installed/PortableApps/BlenderPortable/App/Blender64/2.79/scripts/addons/sverchok-master/utils/sv_extra_search.py", line 165, in invoke
loop['results'] = gather_items()
"/PortableApps/Installed/PortableApps/BlenderPortable/App/Blender64/2.79/scripts/addons/sverch... | Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
"/usr/lib/python2.7/dist-packages/pip/__init__.py", line 21, in <module>
from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning
"/usr/lib/python2.7/dist-packages/pip/_vendor/__init__.py", line ... | 0.606477 |
Traceback (most recent call last):
"/home/PycharmProjects/..../.buildozer/venv/bin/garden", line 189, in <module>
GardenTool().main(sys.argv[1:])
"/home/PycharmProjects/..../.buildozer/venv/bin/garden", line 71, in main
options.func()
"/home/PycharmProjects/...../.buildozer/venv/bin/garden", line 109, in cmd... | Traceback (most recent call last):
"C:\Python3\lib\site-packages\urllib3\connectionpool.py", line 377, in _make_request
httplib_response = conn.getresponse(buffering=True)
TypeError: getresponse() got an unexpected keyword argument 'buffering'
| 0.520187 |
Traceback (most recent call last):
"/home/developer/celery/celery/app/trace.py", line 411, in trace_task
R = retval = fun(*args, **kwargs)
"/home/developer/celery/celery/app/trace.py", line 680, in __protected_call__
return self.run(*args, **kwargs)
"/home/developer/celery/tasks.py", line 13, in fail
raise ... | Traceback (most recent call last):
"../libs/object_detection/train.py", line 202, in <module>
tf.app.run()
"py3-tensorflow/lib/python3.4/site-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
"libs/object_detection/train.py", line 198, in main
wo... | 0.646674 |
Traceback (most recent call last):
"/usr/bin/qutebrowser", line 11, in <module>
load_entry_point('qutebrowser==0.9.0', 'gui_scripts', 'qutebrowser')()
"/usr/lib/python3.6/site-packages/qutebrowser/qutebrowser.py", line 165, in main
earlyinit.earlyinit(args)
"/usr/lib/python3.6/site-packages/qutebrowser/misc... | Traceback (most recent call last):
"C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\exceptions.py", line 819, in __call__
return func(*args, **kwargs)
"C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\cli\main.py", line 78, in _main
exit_code = do_call(args, p)
"C:\Users\MFBX3JE3\Anaconda3\lib\site-pa... | 0.636751 |
Traceback (most recent call last):
"c:\program files\python37\lib\site-packages\ffmpeg_normalize\_logger.py", line 18, in emit
tqdm.set_lock(Lock())
AttributeError: type object 'tqdm' has no attribute 'set_lock'
| Traceback (most recent call last):
"state-test.py", line 5, in <module>
machine = Machine(states, initial='A')
"/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 463, in __init__
self.add_model(model)
"/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 482, in add_model
model.... | 0.538206 |
Traceback (most recent call last):
"/home/anshu/.local/bin/yowsup-cli", line 6, in <module>
from yowsup.env import YowsupEnv
"/usr/local/lib/python2.7/dist-packages/yowsup2-2.5.2-py2.7.egg/yowsup/env/__init__.py", line 1, in <module>
from .env import YowsupEnv
"/usr/local/lib/python2.7/dist-packages/yowsup2-... | 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/__main__.py", line 291, in set... | 0.573132 |
Traceback (most recent call last):
"C:\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1103, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
"C:\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 248, in wrapped
return f(*args, **kwargs)
"C:\Anaconda... | Traceback (most recent call last):
"venv\lib\site-packages\redbot\core\bot.py", line 409, in pre_flight
await asyncio.wait_for(self.load_extension(spec), 30)
"C:\Python37\lib\asyncio\tasks.py", line 442, in wait_for
return fut.result()
"lib\site-packages\redbot\core\bot.py", line 648, in load_extension
name... | 0.643671 |
Traceback (most recent call last):
"/usr/local/bin/pythem", line 24, in <module>
from pythem.core.interface import Processor
"/usr/local/lib/python2.7/dist-packages/pythem/core/interface.py", line 24, in <module>
from scapy.all import *
"/usr/local/lib/python2.7/dist-packages/scapy/all.py", line 10, in <modu... | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/celery/app/trace.py", line 381, in trace_task
I, R, state, retval = on_error(task_request, exc, uuid)
"/usr/local/lib/python2.7/dist-packages/celery/app/trace.py", line 323, in on_error
task, request, eager=eager, call_errbacks=call_... | 0.563403 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpn4uo9muj\build\youtube_dl\YoutubeDL.py", line 699, in prepare_filename
ValueError: unsupported format character '/' (0x2f) at index 21
| Traceback (most recent call last):
"./python3.3/threading.py", line 901, in _bootstrap_inner
"package_control.package_cleanup in /Users/stan/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package", line 55, in run
"package_control.package_manager in /Users/stan/Library/Ap... | 0.595102 |
[tester]
ERROR
Bandit internal error running: hardcoded_password_default on file test.py at line 1: 'module' object has no attribute 'arg'Traceback (most recent call last):
"/home/vtorre/.virtualenvs/bandit/local/lib/python2.7/site-packages/bandit/core/tester.py", line 64, in run_tests
result = test(context)
"/h... | Traceback (most recent call last):
"/usr/local/bin/typer", line 8, in <module>
sys.exit(main())
"/usr/local/lib/python3.6/dist-packages/typer_cli/main.py", line 306, in main
return app()
"/usr/local/lib/python3.6/dist-packages/typer/main.py", line 214, in __call__
return get_command(self)(*args, **kwargs)
... | 0.644466 |
Traceback (most recent call last):
"pytorch_translate/onnx_component_export.py", line 124, in <module>
main()
"pytorch_translate/onnx_component_export.py", line 89, in main
encoder_ensemble.save_to_db(args.encoder_output_file)
"/home/translate/pytorch_translate/ensemble_export.py", line 213, in save_to_db
s... | Traceback (most recent call last):
"train.py", line 538, in <module>
main() # pylint: disable=no-value-for-parameter
"C:\Users\vokho\anaconda3\envs\stylegan\lib\site-packages\click\core.py", line 829, in __call__
return self.main(*args, **kwargs)
"C:\Users\vokho\anaconda3\envs\stylegan\lib\site-packages\clic... | 0.593634 |
Traceback (most recent call last):
"/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
return func(*args, **keywargs)
"/home/ubuntu/binaryalert/tests/lambda_functions/build_test.py", line 107, in test_build_downloader
mock_pip.assert_called_once()
"/usr/lib/python3.5/unittest/mock.py", line 583, in ... | Traceback (most recent call last):
"widgets/gitlab.py", line 2, in <module>
import gitlab
"/widgets/gitlab.py", line 4, in <module>
gl = gitlab.Gitlab('https://gitlab.example.com', private_token='****')
AttributeError: partially initialized module 'gitlab' has no attribute 'Gitlab' (most likely due to a circula... | 0.509081 |
Traceback (most recent call last):
"/cluster/home/anovak/.local/bin/toil", line 11, in <module>
load_entry_point('toil==3.14.0', 'console_scripts', 'toil')()
"/cluster/home/anovak/.local/lib/python2.7/site-packages/toil/utils/toilMain.py", line 19, in main
printHelp(modules)
"/cluster/home/anovak/.local/lib/... | Traceback (most recent call last):
"main.py", line 127, in <module>
main()
"main.py", line 124, in main
test(cfg, args)
"main.py", line 79, in test
model = build_model(cfg, arguments, args.local_rank, args.distributed)
"/media/jungjunkim/Dataset_SSD_500GB/graph-rcnn.pytorch-master/lib/model.py", line 363... | 0.644031 |
Traceback (most recent call last):
"setup.py", line 415, in <module>
setup_package()
"setup.py", line 407, in setup_package
setup(**metadata)
"/builddir/build/BUILD/numpy-1.16.2/numpy/distutils/core.py", line 171, in setup
return old_setup(**new_attr)
"/usr/lib/python3.6/site-packages/setuptools/__init__... | Traceback (most recent call last):
"examples/trpo_gym_pendulum.py", line 46, in <module>
seed=1,
"/home/rjulian/code/garage/garage/misc/instrument.py", line 482, in run_experiment_lite
task["exp_name"])
"/home/rjulian/miniconda2/envs/garage/lib/python3.5/posixpath.py", line 89, in join
genericpath._check_ar... | 0.668999 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 184, in _async_setup_platform
await asyncio.shield(task)
"/usr/src/homeassistant/homeassistant/components/ovo_energy/sensor.py", line 30, in async_setup_entry
currency = coordinator.data.electricity[
Attri... | `Traceback (most recent call last):
"segmentation_models_pytorch.py", line 1, in <module>
import segmentation_models_pytorch as smp
"/home/renping/000_SceneUnderstanding/cityscape_mini3/segmentation_models_pytorch.py", line 3, in <module>
model = smp.Unet('resnet34', classes=3, encoder_weights='imagenet')
Attri... | 0.59372 |
Exception occurred in runner fileserver.file_list: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/client/mixins.py", line 337, in low
data['return'] = self.functions[fun](*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/runners/fileserver.py", line 83, in file_list
output = filese... | Traceback (most recent call last):
"/opt/MobSF/Mobile-Security-Framework-MobSF/MalwareAnalyzer/views/apkid.py", line 45, in apkid_analysis
findings = output._build_json_output(res)['files']
AttributeError: 'OutputFormatter' object has no attribute '_build_json_output'
| 0.584104 |
Traceback (most recent call last):
"transformer/transformer_main.py", line 404, in <module>
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
"/usr/local/lib/python3.5/dist-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"transformer/transformer_main.py", line 298, in m... | Traceback (most recent call last):
"/Users/doyounggwak/Project/MoTLabs/rehapp/ML/tf-pose-estimation-with-transfer-learning/convert_to_mlmodel.py", line 47, in <module>
input_name_shape_dict = {'resnet50_input' : [1, 160, 160, 3]})
"/Users/doyounggwak/Project/MoTLabs/rehapp/ML/tf-coreml/tfcoreml/_tf_coreml_conver... | 0.575338 |
Traceback (most recent call last):
"test.py", line 6, in <module>
class Doc(pydantic.BaseModel):
"pydantic/main.py", line 199, in pydantic.main.ModelMetaclass.__new__
"pydantic/fields.py", line 277, in pydantic.fields.ModelField.infer
"pydantic/fields.py", line 249, in pydantic.fields.ModelField.__init__
... | Traceback (most recent call last):
"C:\Users\Matthew\AppData\Local\Programs\Python\Python39\lib\asyncio\base_subprocess.py", line 126, in __del__
self.close()
"C:\Users\Matthew\AppData\Local\Programs\Python\Python39\lib\asyncio\base_subprocess.py", line 104, in close
proto.pipe.close()
"C:\Users\Matthew\App... | 0.507806 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/knack/cli.py", line 206, in invoke
"/usr/local/lib/python3.5/dist-packages/azure/cli/core/commands/__init__.py", line 486, in execute
"/usr/local/lib/python3.5/dist-packages/knack/cli.py", line 162, in raise_event
"/usr/local/lib/pyt... |
Traceback (most recent call last):
"/tmp/pip-install-MkrWxc/horovod/setup.py", line 193, in get_mpi_flags
shlex.split(show_command), universal_newlines=True).strip()
"/usr/lib64/python2.7/subprocess.py", line 568, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
"/usr/lib64/python2.7/subpr... | 0.653228 |
Traceback (most recent call last):
"/home/nvidia/Workspace/SCENARIO_3/tfl-car/main.py", line 57, in <module>
machine = stateMachine(new_video_FPS, weights)
"/home/nvidia/Workspace/SCENARIO_3/tfl-car/aux_func.py", line 584, in __init__
self.detector = Detector(weights,True)
"/home/nvidia/Workspace/SCENARIO_3/... | Traceback (most recent call last):
"/usr/lib/python3.8/logging/__init__.py", line 1081, in emit
msg = self.format(record)
"/usr/lib/python3.8/logging/__init__.py", line 925, in format
return fmt.format(record)
"/usr/lib/python3.8/logging/__init__.py", line 664, in format
record.message = record.getMessage()... | 0.601513 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/setup.py", line 148, in _async_setup_component
component.setup, hass, processed_config)
# type: ignore
"/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwa... | 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'
| 0.546829 |
Traceback (most recent call last):
"/usr/local/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 146, in _async_setup_platform
entity_platform.async_add_entities, discovery_info
"/usr/local/lib/python3.4/site-packages/homeassistant/components/media_player/squeezebox.py", line 56, in as... | Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service
connection.context(msg),
"/usr/src/homeassistant/homeassistant/core.py", line 1234, in async_call
await asyncio.shield(self._execute_service(handler, service_call))
... | 0.611197 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: 'encoding' is an invalid keyword argument for this function
| Traceback (most recent call last):
"/usr/local/bin/canconvert", line 11, in <module>
load_entry_point('canmatrix===0caf5fe.post11-gc6a24f3', 'console_scripts', 'canconvert')()
"/usr/local/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/pytho... | 0.546065 |
Traceback (most recent call last):
"/home/rami/Documents/Desktop/Development/scoutsuite-develop/ScoutSuite/ScoutSuite/core/processingengine.py", line 51, in run
cloud_provider.services[service][self.ruleset.rule_type][rule.key]['items'] = recurse(
"/home/rami/Documents/Desktop/Development/scoutsuite-develop/Scou... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: subscribe() takes at least 3 arguments (2 given)
| 0.512342 |
Traceback (most recent call last):
"/hummingbot/client/config/config_helpers.py", line 162, in load_yml_into_cm
raise ValueError(f"Cannot find corresponding config to key {key}.")
ValueError: Cannot find corresponding config to key limit_order_min_expiration.
| Traceback (most recent call last):
"/usr/local/bin/opensnitch", line 5, in <module>
pkg_resources.run_script('opensnitch==0.0.2', 'opensnitch')
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
"/usr/lib/python2.7/dist-packages/... | 0.540395 |
Traceback (most recent call last):
"h5py/_objects.pyx", line 193, in h5py._objects.ObjectID.__dealloc__
RuntimeError: Can't decrement id ref count (can't close file, there are objects still open)
| Traceback (most recent call last):
"/data/******/anaconda3/envs/CenterNet/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/data/******/anaconda3/envs/CenterNet/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"train.py", line 54, in pin_memory
da... | 0.547386 |
Traceback (most recent call last):
"/home/PokestarFan/PokestarBot/bot_data/extensions/updates.py", line 419, in mangadex_update
request.raise_for_status()
AttributeError: 'NoneType' object has no attribute 'raise_for_status'
| Traceback (most recent call last):
"/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/alex/p4a/pythonforandroid/toolchain.py", line 1032, in <module>
main()
"/home/alex/p4a/pythonforandr... | 0.624977 |
Traceback (most recent call last):
"Scripts\bumpversion-script.py", line 11, in <module>
load_entry_point('bump2version', 'console_scripts', 'bumpversion')()
"bump2version\bumpversion\cli.py", line 104, in main
_replace_version_in_files(files, current_version, new_version, args.dry_run, context)
"bump2versi... | Traceback (most recent call last):
"infer.py", line 146, in <module>
main()
"infer.py", line 142, in main
infer()
"infer.py", line 88, in infer
infer_data = next(batch_reader())
"/home/ubuntu/DeepSpeech/data_utils/data.py", line 197, in batch_reader
for instance in instance_reader():
"/home/ubuntu/De... | 0.572787 |
Traceback (most recent call last):
"flow", line 6, in <module>
cliHandler(sys.argv)
"/home/ubuntu/My
s/darkflow/darkflow/cli.py", line 33, in cliHandler
print('Enter training ...'); tfnet.train()
"/home/ubuntu/My
s/darkflow/darkflow/net/flow.py", line 39, in train
for i, (x_batch, datum) in enumerate(batche... | 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_formatter.py", line 24, in test_year
assert self.formatter._format_token(dt, "YYYY") == "2013"
AttributeError: 'TestDateTimeFormatt... | 0.512525 |
Traceback (most recent call last):
"C:\Users\000\faceswap\lib\gui\wrapper.py", line 318, in terminate
raise ValueError("Timeout reached sending Exit Signal")
ValueError: Timeout reached sending Exit Signal | Traceback (most recent call last):
"/afs/cern.ch/work/r/roneil/mconda3/envs/snakemake/lib/python3.9/site-packages/snakemake/__init__.py", line 687, in snakemake
success = workflow.execute(
"/afs/cern.ch/work/r/roneil/mconda3/envs/snakemake/lib/python3.9/site-packages/snakemake/workflow.py", line 882, in execute
... | 0.499429 |
Traceback (most recent call last):
"asm.py", line 946, in <module>
main(keychain, sw1, output_path, c1)
"asm.py", line 741, in main
keychain["linkedin_password"], answer2, 0)
"/mydir/AttackSurfaceMapper/modules/linkedinner.py", line 93, in get_emails_for_company_name
cookies['JSESSIONID'] = 'ajax:0397788525... | Traceback (most recent call last):
"/usr/local/bin/bench", line 11, in <module>
load_entry_point('frappe-bench', 'console_scripts', 'bench')()
"/Users/narendra/Development/bench-repo/bench/cli.py", line 48, in cli
if sys.argv[1] in get_frappe_commands() + ["--site", "--verbose", "--force", "--profile"]:
TypeErr... | 0.599166 |
Traceback (most recent call last):
"/home/george.trojan/miniconda3/envs/python-3.7/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
"/home/george.trojan/miniconda3/envs/python-3.7/lib/python3.7/site-packages/distributed/utils.py", line 201, in ignoring
except exceptions... | Traceback (most recent call last):
"c:\users\warre\appdata\local\programs\python\python36\lib\threading.py", line 916, in _bootstrap_inner
self.run()
"c:\users\warre\appdata\local\programs\python\python36\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"c:\SentinelMlTfLocal\lib\... | 0.592561 |
Traceback (most recent call last):
"redata.py", line 180, in <module>
ffmpeg.concat(*videostream, v=1, a=1).output("playlist.mp4").run()
"/home/owen/.local/share/virtualenvs/redata-c2MOZ56k/lib/python3.8/site-packages/ffmpeg/_filters.py", line 399, in concat
return FilterNode(streams, concat.__name__, kwargs=kw... | Traceback (most recent call last):
"predict.py", line 36, in <module>
m = modelFN( n_classes , input_height=input_height, input_width=input_width
)
"C:\MyKeras\image-segmentation-keras-py3\Models\VGGSegnet.py", line 77, in VGGSegnet
o =
Conv2D( n_classes , (3, 3) , padding='same', data_format='channels_first' )... | 0.582407 |
Traceback (most recent call last):
"/home/rorym/pysystemtrade/sysdata/data_blob.py", line 117, in _add_ib_class
resolved_instance = class_object(self.ib_conn, log = log)
"/home/rorym/pysystemtrade/sysdata/data_blob.py", line 244, in ib_conn
client_id = self.db_ib_broker_client_id.return_valid_client_id()
"/h... | Traceback (most recent call last):
"/srv/wechat/service/venv/lib/python3.6/site-packages/starlette/endpoints.py", line 68, in __call__
raise exc from None
"/srv/wechat/service/venv/lib/python3.6/site-packages/starlette/endpoints.py", line 59, in __call__
message = await websocket.receive()
"/srv/wechat/servi... | 0.55048 |
Traceback (most recent call last):
| 0/11290 [00:00<?, ?it/s]
"main.py", line 72, in <module>
tf.app.run()
"/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"main.py", line 53, in main
model.train(sess, data)
"/Users/brian/Downloads/show-at... | Traceback (most recent call last):
"manage.py", line 11, in <module>
execute_from_command_line(sys.argv)
"/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 363, in execute_from_command_line
utility.execute()
"/venv/lib/python2.7/site-packages/django/core/management/__init__.py", lin... | 0.557365 |
Traceback (most recent call last):
"/usr/lib/python3.6/asyncio/tasks.py", line 179, in _step
result = coro.send(None)
"/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 381, in async_process_entity
new_entity, self, update_before_add=update_before_add
"/usr/lib/python3.6/site-... | Traceback (most recent call last):
"/home/daniel/anaconda3/lib/python3.6/site-packages/prompt_toolkit/application/application.py", line 652, in _run_async2
result = yield f
"/home/daniel/anaconda3/lib/python3.6/site-packages/prompt_toolkit/eventloop/coroutine.py", line 86, in step_next
new_f = coroutine.send(No... | 0.543865 |
Traceback (most recent call last):
"examples/seq2seq/run_summarization.py", line 595, in <module>
main()
"examples/seq2seq/run_summarization.py", line 533, in main
train_result = trainer.train(resume_from_checkpoint=checkpoint)
"/opt/anaconda3/envs/tensorflow2/lib/python3.6/site-packages/transformers/trainer... | Traceback (most recent call last):
"train.py", line 266, in <module>
var=opt.var,
"train.py", line 95, in train
load_weights(model, def_weight_file)
"E:\ObjectDetectionCode\Pytorch-yolov3-new\PyTorch-yolov3-master2\yolov3-tiny-master\models.py", line 384, in load_weights
conv_b = torch.from_numpy(weights[pt... | 0.596253 |
Traceback (most recent call last):
"\sverchok\core\update_system.py", line 384, in do_update_general
node.process()
"\sverchok\nodes\list_struct\item_insert.py", line 99, in process
out = self.set_items(data, new_item, indexes[0])
"\sverchok\nodes\list_struct\item_insert.py", line 105, in set_items
data_out... | Traceback (most recent call last):
"/home/chovanec/anaconda3/lib/python3.6/site-packages/skbio/alignment/tests/test_tabular_msa.py", line 2595, in test_no_sequences
joined = msa1.join(msa2)
"/home/chovanec/anaconda3/lib/python3.6/site-packages/skbio/alignment/_tabular_msa.py", line 2236, in join
join_index, con... | 0.625396 |
Traceback (most recent call last):
"scripts/run_goal_conditioned_policy.py", line 60, in <module>
simulate_policy(args)
"scripts/run_goal_conditioned_policy.py", line 15, in simulate_policy
policy = data['trainer/policy']
"/home/yunchuz/rlkit/rlkit/samplers/rollout_functions.py", line 41, in multitask_rollou... | Traceback (most recent call last):
"/media/ehsan/48BE4782BE476810/AA_GITHUP/forked_reid_baseline/tools/train.py", line 154, in <module>
main()
"/media/ehsan/48BE4782BE476810/AA_GITHUP/forked_reid_baseline/tools/train.py", line 150, in main
train(cfg)
"/media/ehsan/48BE4782BE476810/AA_GITHUP/forked_reid_basel... | 0.623456 |
Traceback (most recent call last):
"quickstart.py", line 18, in <module>
with smart_run(session):
"C:\Python38\lib\contextlib.py", line 115, in __enter__
raise RuntimeError("generator didn't yield") from None
RuntimeError: generator didn't yield
| Traceback (most recent call last):
"/usr/local/bin/telepresence/telepresence/cli.py", line 135, in crash_reporting
yield
"/usr/local/bin/telepresence/telepresence/main.py", line 77, in main
runner, remote_info, env, socks_port, ssh, mount_dir, pod_info
"/usr/local/bin/telepresence/telepresence/outbound/setup... | 0.528827 |
Traceback (most recent call last):
"/project/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
"/project/lib/python3.6/site-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
"/project/lib/python3.6/site-packa... | `[0;31mERROR:[0m Signature extraction failed: Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1011, in _decrypt_signature
video_id, player_url, s
"/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 925, in _extract_sign... | 0.541981 |
Reading image shapes:
0%|
| 0/464 [00:00<?, ?it/s]Traceback (most recent call last):
"D:\Py_Program\yolov3-master\utils\datasets.py", line 290, in __init__
with open(sp, 'r') as f:
# read existing shapefile
NotFoundError: [Errno 2] No such file or directory: 'data\\test.shapes'
| Traceback (most recent call last):
"/home/melody/anaconda3/envs/parlai/bin/parlai", line 33, in <module>
sys.exit(load_entry_point('parlai', 'console_scripts', 'parlai')())
"/mnt/disks/disk-huge/melody/parlai/parlai/core/script.py", line 272, in superscript_main
SCRIPT_REGISTRY[cmd].klass._run_from_parser_and_o... | 0.597562 |
Traceback (most recent call last):
"/pub38/kayussky/anaconda3/envs/ete/bin/ete3", line 11, in <module>
load_entry_point('ete3==3.1.1', 'console_scripts', 'ete3')()
"/pub38/kayussky/anaconda3/envs/ete/lib/python3.6/site-packages/ete3/tools/ete.py", line 95, in main
_main(sys.argv)
"/pub38/kayussky/anaconda3/e... | Traceback (most recent call last):
"fnsave.py", line 7, in <module>
st.step()
"/home/ed/Documents/angr-dev/angr/angr/sim_state.py", line 534, in step
return self.project.factory.successors(self, **kwargs)
"/home/ed/Documents/angr-dev/angr/angr/factory.py", line 58, in successors
return self.default_engine.p... | 0.609451 |
1/6 [====>.........................] - ETA: 0s - loss: 0.3922 - acc: 1.0000Traceback (most recent call last):
"graph_cnn.py", line 58, in <module>
model.fit(training_feature_maps, y_train, batch_size=batch_size, epochs=2, validation_data=(testing_feature_maps, y_test), shuffle=True)
"/home/sasse/.local/lib/pytho... |
Traceback (most recent call last):
"/Users/jeffstewart/maroon-bells/venv/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py", line 280, in <module>
main()
"/Users/jeffstewart/maroon-bells/venv/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py", line 263, in main
json_out['return_val'] = ... | 0.530558 |
Traceback (most recent call last):
"bert.py", line 85, in <module>
epochs=10)
"/usr/local/lib/python3.5/dist-packages/keras/engine/training.py", line 952, in fit
batch_size=batch_size)
"/usr/local/lib/python3.5/dist-packages/keras/engine/training.py", line 751, in _standardize_user_data
exception_prefix='in... | Traceback (most recent call last):
"hitomi_searcher", line 214, in download_json
"hitomi_searcher", line 375, in download_json_
ValueError: Expected object or value
| 0.483892 |
Traceback (most recent call last):
"/home/wli/.envs/project/lib/python3.6/site-packages/django/core/handlers/exception.py", line 35, in inner
response = get_response(request)
"/home/wli/.envs/project/lib/python3.6/site-packages/django/core/handlers/base.py", line 128, in _get_response
response = self.process_ex... | Traceback (most recent call last):
"c:\salt\bin\lib\site-packages\salt\modules\reg.py", line 565, in set_value
local_vdata = _mbcs_to_unicode_wrap(vdata, local_vtype)
"c:\salt\bin\lib\site-packages\salt\modules\reg.py", line 120, in _mbcs_to_unicode_wrap
return _mbcs_to_unicode(obj)
"c:\salt\bin\lib\site-pac... | 0.537025 |
Traceback (most recent call last):
"C:\Users\User\projects\tuf\tests\test_key_revocation_integration.py", line 209, in test_timestamp_key_revocation
repository.writeall()
"c:\users\user\projects\tuf\tuf\repository_tool.py", line 261, in writeall
repository_name=self._repository_name)
"c:\users\user\projects\... | > Traceback (most recent call last):
"tensorflow_datasets/scripts/create_new_dataset.py", line 241, in <module>
app.run(main)
"C:\Users\eshan\Anaconda3\envs\keras-gpu\lib\site-packages\absl\app.py", line 299, in run
_run_main(main, args)
"C:\Users\eshan\Anaconda3\envs\keras-gpu\lib\site-packages\absl\app.py"... | 0.64155 |
Traceback (most recent call last):
"thumt/scripts/checkpoint_averaging.py", line 121, in <module>
tf.app.run()
"/home/felix/miniconda3/envs/py37-trans/lib/python3.7/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"thumt/scripts/checkpoint_averaging.py", line 103, in m... | Traceback (most recent call last):
"train.py", line 267, in <module>
initial_weights=initial_weights)
"train.py", line 239, in train
for batch_idx, (batch_xs, batch_ys) in batch_iter:
"train.py", line 103, in wrapped
proc.start()
"C:\ProgramData\Anaconda3\lib\multiprocessing\process.py", line 105, in sta... | 0.579697 |
Traceback (most recent call last):
"/usr/bin/st2-register-content", line 22, in <module>
sys.exit(content_loader.main(sys.argv[1:]))
"/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/content/bootstrap.py", line 407, in main
register_content()
"/opt/stackstorm/st2/lib/python2.7/site-packages/st2commo... | Traceback (most recent call last):
"<ipython-input-2-2786152bf86a>", line 1, in <module>
(target_bounding_boxes, target_image, target_scores, _), _ = generator.next()
"/home/shantanu/kaggle/dsb/keras-rcnn/keras_rcnn/preprocessing/_object_detection.py", line 81, in next
[boxes, images, labels, self.metadata], ... | 0.573729 |
2020-05-07 13:58:05,577 CRITICAL friture.exceptionhandler: Unhandled exception: Traceback (most recent call last):
"/usr/lib64/python3.8/site-packages/numpy/core/function_base.py", line 117, in linspace
num = operator.index(num)
TypeError: 'float' object cannot be interpreted as an integer
| Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/salt/minion.py", line 2484, in handle_beacons
beacons = self.process_beacons(self.functions)
"/usr/lib/python2.7/site-packages/salt/minion.py", line 444, in process_beacons
return self.beacons.process(b_conf, self.opts['grains'])
# pylint: dis... | 0.546494 |
Traceback (most recent call last):
"cam_eye_tracking.py", line 11, in <module>
face_landmarks_list = face_recognition.face_landmarks(image)
"C:\Program
s\Python36\lib\site-packages\face_recognition\api.py", line 173, in face_landmarks
landmarks = _raw_face_landmarks(face_image, face_locations)
"C:\Program
... | Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
"/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_update
await self.hass.async_add_ex... | 0.521195 |
Traceback (most recent call last):
"/home/evilyach/dev/test-repo/venv/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 3021, in _dep_map
return self.__dep_map
"/home/evilyach/dev/test-repo/venv/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources... | Traceback (most recent call last):
"./src/NeirbiLSTM-occupancy.py", line 52, in <module>
predict.run()
"/Users/jasonachonu/git/SeqHub_Summer2018/src/nblib/predict.py", line 51, in run
[rawdata, var_type,var_timing,var_use,key] = preprocess.preprocess(rawdata,checks=False)
"/Users/jasonachonu/git/SeqHub_Summe... | 0.659473 |
Traceback (most recent call last):
"./scrape.py", line 15, in <module>
token = util.prompt_for_user_token(username, scope)
"/Users/steve/env/spotify-artist-scrape/lib/python3.5/site-packages/spotipy/util.py", line 86, in prompt_for_user_token
token_info = sp_oauth.get_access_token(code)
"/Users/steve/env/spo... | Traceback (most recent call last):
"c:\users\name\appdata\local\programs\python\python38-32\lib\site-packages\gallery_dl\job.py", line 68, in run
self.dispatch(msg)
"c:\users\name\appdata\local\programs\python\python38-32\lib\site-packages\gallery_dl\job.py", line 102, in dispatch
self.handle_url(url, kwds)
... | 0.600301 |
Traceback (most recent call last):
"/Users/liusitong/lstworkspace/wowo-server/services/crawler_py/venv/bin/ludwig", line 11, in <module>
sys.exit(main())
"/Users/liusitong/lstworkspace/wowo-server/services/crawler_py/venv/lib/python3.6/site-packages/ludwig/cli.py", line 86, in main
CLI()
"/Users/liusitong/ls... | Traceback (most recent call last):
"train.py", line 75, in <module>
monitored_metrics={'val_generator_PSNR_Y' : 'max'}
"D:\ProgramData\Anaconda3\envs\isr\lib\site-packages\ISR\train\trainer.py", line 308, in train
validation_feats = self.feature_extractor.model.predict(validation_set['hr'])
"D:\ProgramData\A... | 0.620831 |
Traceback (most recent call last):
"run_sequence_labeling_parrallel.py", line 369, in <module>
main(args)
"run_sequence_labeling_parrallel.py", line 278, in main
train_ret["num_correct_chunks"],
"/home/work/huangdingbang/anaconda2/lib/python2.7/site-packages/paddle/fluid/parallel_executor.py", line 303, in r... | "string, not %r" % s.__class__.__name__) from None Traceback (most recent call last):
"C:\repos\private\panel\.venv\lib\site-packages\bokeh\application\handlers\code_runner.py", line 179, in run
exec(self._code, module.__dict__)
"C:\repos\private\panel\examples\folium_issue.py", line 8, in <module>
pn.Column(in... | 0.55851 |
Traceback (most recent call last):
"E:/微博数据/爬虫工具/weiboSpider-master/用户爬虫/weiboSpider(315.py", line 251, in get_user
self.user['id'] = self.get_user_id(selector)
"E:/微博数据/爬虫工具/weiboSpider-master/用户爬虫/weiboSpider(315.py", line 238, in get_user_id
url_list = selector.xpath("//div[@class='u']//a")
AttributeError: '... | Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/elyra/pipeline/processor_kfp.py", line 134, in process
kfp_tekton.compiler.TektonCompiler().compile(pipeline_function, pipeline_path)
"/usr/local/lib/python3.6/dist-packages/kfp_tekton/compiler/compiler.py", line 740, in compile
super().... | 0.578937 |
Traceback (most recent call last):
"translate.py", line 171, in <module>
main()
"translate.py", line 120, in main
for i in predBatch[b][0]]) + '\n')
"translate.py", line 120, in <listcomp>
for i in predBatch[b][0]]) + '\n')
AttributeError: 'str' object has no attribute 'decode'
| Traceback (most recent call last):
"sqlalchemy\engine\base.py", line 1211, in _execute_context
"sqlalchemy\engine\default.py", line 803, in _init_compiled
"sqlalchemy\engine\default.py", line 1159, in create_cursor
"sqlalchemy\pool\base.py", line 1000, in cursor
AttributeError: 'NoneType' object has no attr... | 0.606082 |
Traceback (most recent call last):
"test.py", line 18, in <module>
f(D)
"test.py", line 16, in f
return cls()
TypeError: Can't instantiate abstract class D with abstract methods f
| Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_save_settings() missing 1 required positional argument: 'tmpdir'
| 0.538503 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/joblib/externals/loky/process_executor.py", line 418, in _process_worker
r = call_item()
"/usr/local/lib/python3.6/dist-packages/joblib/externals/loky/process_executor.py", line 272, in __call__
return self.fn(*self.args, **self.kwargs)
... | $ sudo cfn-lint -u
Traceback (most recent call last):
"/usr/local/bin/cfn-lint", line 10, in <module>
sys.exit(main())
"/usr/local/lib/python3.5/dist-packages/cfnlint/__main__.py", line 28, in main
(args, filenames, formatter) = cfnlint.core.get_args_filenames(sys.argv[1:])
"/usr/local/lib/python3.5/dist-pac... | 0.572163 |
Traceback (most recent call last):
"./rsf.py", line 26, in <module>
routersploit()
"./rsf.py", line 22, in routersploit
rsf.start()
"/Users/chuck/Public/gits/routersploit/routersploit/interpreter.py", line 115, in start
command_handler(args)
"/Users/chuck/Public/gits/routersploit/routersploit/core/exploi... | 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/... | 0.564018 |
Traceback (most recent call last):
"/home/jugmac00/.local/lib/python3.6/site-packages/tox/session/cmd/run/single.py", line 41, in _evaluate
tox_env.ensure_setup(recreate=recreate)
"/home/jugmac00/.local/lib/python3.6/site-packages/tox/tox_env/api.py", line 179, in ensure_setup
self.setup()
"/home/jugmac00/.l... | Traceback (most recent call last):
"/usr/lib/python3.4/multiprocessing/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
"/usr/lib/python3.4/multiprocessing/pool.py", line 47, in starmapstar
return list(itertools.starmap(args[0], args[1]))
"./status_checks.py", line 344, in run_domain_checks... | 0.573616 |
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'
| Epoch 0:
0%|
| 0/383 [00:00<?, ?it/s] Traceback (most recent call last):
"H:/Project/PycharmProject/FER_Long-tailed/train_SimCLR.py", line 236, in <module>
trainer.fit(model, dm)
"F:\Program\Anaconda3\envs\pytorch-lightning\lib\site-packages\pytorch_lightning\trainer\trainer.py", line 440, in fit
results = self... | 0.589857 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/homeassistant/components/sensor/qnap.py", line 205, in update
self.data["system_stats"] = self._api.get_system_stats()
"/usr/lib/python3.6/site-packages/qnapstats/qnap_stats.py", line 204, in get_system_stats
force_list=("DNS_LIST")
"/usr/l... |
Traceback (most recent call last):
"C:\salt\bin\lib\site-packages\salt\loader.py", line 740, in grains
ret = funcs[key]()
TypeError: sub() missing 3 required positional arguments: 'pattern', 'repl', and 'string'
| 0.443934 |
Traceback (most recent call last):
"/usr/local/bin/arxiv_latex_cleaner", line 7, in <module>
from arxiv_latex_cleaner.__main__ import __main__
"/Library/Python/2.7/site-packages/arxiv_latex_cleaner/__main__.py", line 91, in <module>
run_arxiv_cleaner(ARGS)
"/Library/Python/2.7/site-packages/arxiv_latex_clean... |
Traceback (most recent call last):
"/usr/lib64/python3.9/doctest.py", line 1329, in __run
exec(compile(example.source, filename, "single",
"<doctest always_allow_keywords_T295.A[2]>", line 1, in <module>
A().meth1(arg=None)
TypeError: A.meth1() takes no keyword arguments
| 0.527404 |
Traceback (most recent call last):
"test_filereader.py", line 508 in test_read_UR_implicit_little
ds = read_file(self.fp, force=True)
".../pydicom/filereader.py", line 753, in read_file
force=force)
".../pydicom/filreader.py", line 594, in read_partial
preamble = read_preamble(fileobj, force)
".../pydico... | Traceback (most recent call last):
"train.py", line 373, in <module>
main()
"train.py", line 370, in main
lr=args.lr, lr_step=args.lr_step)
"train.py", line 93, in train_net
sym = eval('get_' + args.network + '_train')(sym)
"/home/admin/tools/insightface-master/RetinaFace/rcnn/symbol/symbol_resnet.py", l... | 0.554449 |
Traceback (most recent call last):
"example_train_transe.py", line 26, in <module>
con.set_model(models.TransE)
"OpenKE/config/Config.py", line 271, in set_model
grads_and_vars = self.optimizer.compute_gradients(self.trainModel.loss)
".conda/envs/py36/lib/python3.6/site-packages/torch/nn/modules/module.py", ... | Traceback (most recent call last):
"<pyshell#33>", line 1, in <module>
pm.record()
AttributeError: module 'papermill' has no attribute 'record'
| 0.587673 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"C:\salt\bin\lib\site-packages\salt\state.py", line 1703, in call
**cdata['kwargs'])
"C:\salt\bin\lib\site-packages\salt\loader.py", line 1649, in wrapper
return f(*args, **kwargs)
"C:\salt\bin\lib\site-packages\salt\states\win_cert... | Traceback (most recent call last):
"/usr/bin/sceptre", line 11, in <module>
sys.exit(cli())
"/usr/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python3.6/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/usr/lib/python3... | 0.5503 |
Traceback (most recent call last):
"transformer_main.py", line 440, in <module>
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
"/root/envs/ml_trans/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 40, in run
_run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)
"/root... | Traceback (most recent call last):
"VideoWidget_vlc.py", line 767, in stopDanmuMessage
TypeError: 'method' object is not connected
| 0.566273 |
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'
| ```Traceback (most recent call last):
"test_pmml.py", line 14, in <module>
('model', clf)
"/home/maxnoe/Uni/FACT/aict-tools/venv/lib/python3.7/site-packages/sklearn2pmml/pipeline/__init__.py", line 48, in __init__
super(PMMLPipeline, self).__init__(steps = steps)
"/home/maxnoe/Uni/FACT/aict-tools/venv/lib/py... | 0.643701 |
Traceback (most recent call last):
"example/tune.py", line 188, in <module>
main()
"example/tune.py", line 171, in main
x = optimizer.ask(n_points=len(devices))
"/usr/local/lib/python3.5/dist-packages/skopt/optimizer/optimizer.py", line 336, in ask
opt.tell(x, y_lie)
# lie to the optimizer
"/usr/local/li... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/davidcorbin/Documents/hw-api/venv/lib/python3.6/site-packages/google/cloud/datastore/client.py", line 384, in put
self.put_multi(entities=[entity])
"/Users/davidcorbin/Documents/hw-api/venv/lib/python3.6/site-packages/google/cloud/datas... | 0.528564 |
Traceback (most recent call last):
"/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
"/opt/frigate/frigate/video.py", line 180, in run
capture_frames(self.ffmpeg_process, self.name, self.frame_shape, self.frame_manager, self.frame_queue, self.take_frame,
"/opt/frigate/frigate/video.... | Traceback (most recent call last):
"snrm_trainer.py", line 128, in <module>
main(hparams)
"snrm_trainer.py", line 94, in main
trainer.fit(model)
"/home/kyoungrok/anaconda3/envs/sigir/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 343, in fit
mp.spawn(self.ddp_train, nprocs=self.num_... | 0.629288 |
Traceback (most recent call last):
"C:\Users\user\Anaconda3\envs\tf1.13\lib\site-packages\torch\utils\data\dataloader.py", line 138, in _worker_loop
samples = collate_fn([dataset[i] for i in batch_indices])
"C:\Users\user\Anaconda3\envs\tf1.13\lib\site-packages\torch\utils\data\dataloader.py", line 138, in <list... | Traceback (most recent call last):
"C:\Users\hidden\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py", line 312, in _run_event
await coro(*args, **kwargs)
"hidden", line 115, in on_message
await user.send('Hi!')
AttributeError: 'NoneType' object has no attribute 'send'
| 0.619917 |
Traceback (most recent call last):
"/freqtrade/freqtrade/main.py", line 43, in main
args.func(args)
"/freqtrade/freqtrade/optimize/__init__.py", line 57, in start_backtesting
backtesting.start()
"/freqtrade/freqtrade/optimize/backtesting.py", line 448, in start
'end_date': max_date,
"/freqtrade/freqtrade... | Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/organize/main.py", line 102, in main
execute_rules(config.rules, simulate=args['sim'])
"/usr/local/lib/python3.6/dist-packages/organize/config.py", line 134, in rules
rule_filters = list(self.instantiate_filters(rule_item))
"/usr/loca... | 0.601014 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/build/skimage-0.12.3/debian/tmp/usr/lib/python2.7/dist-packages/skimage/transform/tests/test_integral.py", line 46, in test_vectorized_integrate
assert_equal(expected, integrate(s, r0,... | Traceback (most recent call last):
"/usr/lib/python3/dist-packages/lutris/gui/application.py", line 172, in do_activate
self.window = LutrisWindow(application=self)
"/usr/lib/python3/dist-packages/lutris/gui/lutriswindow.py", line 100, in __init__
self.game_store = self.get_store()
"/usr/lib/python3/dist-pac... | 0.578924 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/mesonbuild/mesonmain.py", line 122, in run
return options.run_func(options)
"/usr/local/lib/python3.6/dist-packages/mesonbuild/minstall.py", line 514, in run
installer.do_install(datafilename)
"/usr/local/lib/python3.6/dist-packages/m... |
Traceback (most recent call last):
"/home/avijit/anaconda2/lib/python2.7/site-packages/conda/exceptions.py", line 591, in conda_exception_handler
return_value = func(*args, **kwargs)
"/home/avijit/anaconda2/lib/python2.7/site-packages/conda/cli/main.py", line 134, in _main
exit_code = args.func(args, p)
"/h... | 0.581713 |
Traceback (most recent call last):
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-yf22vmg2\msrest\msrest\serialization.py", line 1291, in _deserialize
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-yf22vmg2\msrest\msrest\serialization.py", line 1081, in rest_key_case_insensitive_extractor
"C:\Users\VSSAD... | [autoreload of pandas.core.window 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.603158 |
Traceback (most recent call last):
".. telepot/aio/helper.py", line 107, in compute_and_answer
await self._bot.answerInlineQuery(query_id, ans)
".. telepot/aio/__init__.py", line 296, in answerInlineQuery
return await self._api_request('answerInlineQuery', _rectify(p))
".. telepot/aio/__init__.py", line 68, ... | 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 584, in run_until_complete
return future.result()
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main... | 0.577551 |
Traceback (most recent call last):
"C:\Python36\lib\threading.py", line 916, in _bootstrap_inner
self.run()
"C:\Python36\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"C:\Python36\lib\site-packages\keras\utils\data_utils.py", line 548, in _run
with closing(self.executor... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: 'list' object has no attribute 'dump'
| 0.539505 |
Traceback (most recent call last):
"/Users/crusaderky/miniconda3/envs/pint/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-25-f57a4fd9ba92>", line 1, in <module>
pint.Quantity("1 kg").plus_minus(pint.Quantity... | Traceback (most recent call last):
"/home/synapse/bridges/mautrix-telegram/env/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 405, in handle
await self._run_handler(handler, evt)
"/home/synapse/bridges/mautrix-telegram/mautrix_telegram/commands/handler.py", line 121, in _run_handler
retur... | 0.531656 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\hzhwcmhf\anaconda3\envs\mix\lib\site-packages\transformers\tokenization_utils_base.py", line 1362, in save_pretrained
f.write(json.dumps(tokenizer_config, ensure_ascii=False))
"C:\Users\hzhwcmhf\anaconda3\envs\mix\lib\json\__init__.py... | Traceback (most recent call last):
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity
await entity.async_device_update(warning=False)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_... | 0.599832 |
Traceback (most recent call last):
"/usr/local/bin/subliminal", line 10, in <module>
sys.exit(subliminal())
"/usr/local/lib/python3.7/dist-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python3.7/dist-packages/click/core.py", line 782, in main
rv = self.invo... | Traceback (most recent call last):
"/var/lib/galaxy/venv/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(request)
"/var/lib/galaxy/venv/lib/python2.7/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response
response = self._get_resp... | 0.628558 |
Traceback (most recent call last):
"main.py", line 16, in <module>
main(sys.argv[1:])
"/home/hl3236/jiant/jiant/__main__.py", line 550, in main
pretrain_tasks, target_tasks, vocab, word_embs = build_tasks(args, cuda_device)
"/home/hl3236/jiant/jiant/preprocess.py", line 404, in build_tasks
task, split, inde... | 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... | 0.593989 |
Traceback (most recent call last):
"c:\salt\bin\lib\site-packages\salt-3002.1-py3.7.egg\salt\state.py", line 2154, in call
*cdata["args"], **cdata["kwargs"]
"c:\salt\bin\lib\site-packages\salt-3002.1-py3.7.egg\salt\loader.py", line 2188, in wrapper
return f(*args, **kwargs)
"c:\salt\bin\lib\site-packages\sal... | 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.612051 |
Traceback (most recent call last):
"/home/afy/PycharmProjects/pymata-aio/pymata_aio/pymata_iot.py", line 716, in <module>
asyncio.get_event_loop().run_until_complete(start_server)
"/usr/local/lib/python3.7/asyncio/base_events.py", line 568, in run_until_complete
return future.result()
"/usr/local/lib/python3... | Module custom_content raised an exception: Traceback (most recent call last):
"/Users/lecorguille/miniconda3/envs/multiqc/lib/python3.6/site-packages/multiqc-1.2-py3.6.egg/EGG-INFO/scripts/multiqc", line 411, in multiqc
output = mod()
"/Users/lecorguille/miniconda3/envs/multiqc/lib/python3.6/site-packages/multiq... | 0.545208 |
Traceback (most recent call last):
"bloch_test.py", line 59, in <module>
ani.save('bloch_sphere.mp4', fps=20, clear_temp=True)
TypeError: save() got an unexpected keyword argument 'clear_temp'
| `Traceback (most recent call last):
"./python-twitterGraphDB.py", line 201, in <module>
mta = MyTwitterAPI(consumer_key, consumer_secret, access_token, access_token_secret)
"./python-twitterGraphDB.py", line 114, in __init__
self.api = twitter.Api(consumer_key, consumer_secret, access_token, access_token_secret... | 0.545945 |
Traceback (most recent call last):
"C:\conda\lib\site-packages\conda\exceptions.py", line 1062, in __call__
return func(*args, **kwargs)
"C:\conda\lib\site-packages\conda\cli\main.py", line 84, in _main
exit_code = do_call(args, p)
"C:\conda\lib\site-packages\conda\cli\conda_argparse.py", line 80, in do_call... | Traceback (most recent call last):
"redis-rdb-tools-0.1.13/tests/memprofiler_tests.py", line 94, in test_rdb_with_stream
stats = get_stats('redis_50_with_streams.rdb')
"redis-rdb-tools-0.1.13/tests/memprofiler_tests.py", line 38, in get_stats
parser.parse(os.path.join(os.path.dirname(__file__), 'dumps', file_na... | 0.558744 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: module 'tabula' has no attribute 'environment'
|
Traceback (most recent call last):
"./udemy-dl/udemy-dl.py", line 607, in <module>
main()
"./udemy-dl/udemy-dl.py", line 591, in main
skip_hls_stream=args.skip_hls_stream,
"./udemy-dl/udemy-dl.py", line 354, in course_download
quality,
"./udemy-dl/udemy-dl.py", line 81, in download_lecture
lecture = le... | 0.563903 |
Traceback (most recent call last):
"/usr/lib/python3.6/unittest/loader.py", line 428, in _find_test_path
module = self._get_module_from_name(name)
"/usr/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name
__import__(name)
"/content/bilm-tf/tests/test_elmo.py", line 7, in <module>
import te... | Traceback (most recent call last):
"/home/cyan/Documents/test-pypy2/bin/pip", line 5, in <module>
from pip._internal.cli.main import main
"/home/cyan/Documents/test-pypy2/site-packages/pip/_internal/cli/main.py", line 10, in <module>
from pip._internal.cli.autocompletion import autocomplete
"/home/cyan/Docum... | 0.657101 |
Traceback (most recent call last):
"tools/convert_pkl_to_pb.py", line 652, in <module>
main()
"tools/convert_pkl_to_pb.py", line 640, in main
[net, init_net] = convert_model_gpu(args, net, init_net)
"tools/convert_pkl_to_pb.py", line 347, in convert_model_gpu
cdo_cuda = mutils.get_device_option_cuda()
"/... |
Traceback (most recent call last):
"L:\Anaconda3\lib\site-packages\conda\exceptions.py", line 632, in conda_exception_handler
return_value = func(*args, **kwargs)
"L:\Anaconda3\lib\site-packages\conda\cli\main.py", line 137, in _main
exit_code = args.func(args, p)
"L:\Anaconda3\lib\site-packages\conda\cli\m... | 0.583259 |
_Traceback (most recent call last):
".virtualenvs/py360/lib/python3.6/site-packages/superset/views/core.py", line 107, in wraps
return f(self, *args, **kwargs)
".virtualenvs/py360/lib/python3.6/site-packages/flask_appbuilder/security/decorators.py", line 52, in wraps
return f(self, *args, **kwargs)
".virtual... | Original Traceback (most recent call last):
"/root/anaconda3/lib/python3.7/site-packages/torch/nn/parallel/parallel_apply.py", line 60, in _worker
output = module(*input, **kwargs)
"/root/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 722, in _call_impl
result = self.forward(*input, **k... | 0.532785 |
Traceback (most recent call last):
"/snap/beets/6/bin/beet", line 8, in <module>
sys.exit(main())
"/snap/beets/6/lib/python3.8/site-packages/beets/ui/__init__.py", line 1266, in main
_raw_main(args)
"/snap/beets/6/lib/python3.8/site-packages/beets/ui/__init__.py", line 1249, in _raw_main
subcommands, plugin... | Traceback (most recent call last):
"./tools/train.py", line 137, in <module>
main()
"./tools/train.py", line 132, in main
logger=logger,
"/home/ai/CenterPoint/det3d/torchie/apis/train.py", line 327, in train_detector
trainer.run(data_loaders, cfg.workflow, cfg.total_epochs, local_rank=cfg.local_rank)
"/h... | 0.560522 |
Traceback (most recent call last):
"setup.py", line 20, in <module>
from os.path import splitext, basename, join as pjoin, walk
ImportError: cannot import name 'walk' from 'posixpath' (/usr/lib/python3.8/posixpath.py)
|
Traceback (most recent call last):
"C:\Users\Hickman\AppData\Local\Programs\Python\Python35-32\lib\doctest.py", line 1320, in __run
compileflags, 1), test.globs)
"<doctest sympy.plotting.pygletplot.__init__.PygletPlot[11]>", line 1, in <module>
Plot(x**2, [], []) # [x,-1,1,40], [y,-1,1,40]
"C:\Users\Hickman\Docu... | 0.560627 |
Traceback (most recent call last):
"PixivUtil2.py", line 2334, in main
np_is_valid, op_is_valid, selection = main_loop(ewd, op_is_valid, selection, np_is_valid, args)
"PixivUtil2.py", line 2091, in main_loop
menu_fanbox_download_supported_artist(op_is_valid, args)
"PixivUtil2.py", line 1841, in menu_fanbox_d... | 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.625236 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/tos/Documents/chainer/chainer/serializers/npz.py", line 67, in save_npz
s.save(obj)
"/Users/tos/Documents/chainer/chainer/serializer.py", line 66, in save
obj.serialize(self)
"/Users/tos/Documents/chainer/chainer/optimizer.py", line... |
Traceback (most recent call last):
"c:\python38\lib\site.py", line 169, in addpackage
exec(line)
"<string>", line 1, in <module>
"<frozen importlib._bootstrap>", line 553, in module_from_spec
AttributeError: 'NoneType' object has no attribute 'loader
| 0.632407 |
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):
"/usr/local/lib/python3.7/site-packages/synapse/federation/federation_server.py", line 828, in on_edu
await handler(origin, content)
"/usr/local/lib/python3.7/site-packages/synapse/handlers/receipts.py", line 65, in _received_remote_receipt
await self._handle_new_receipts(rece... | 0.653795 |
Traceback (most recent call last):
"/home/user/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
ie_result = ie.extract(url)
"/home/user/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 369, in extract
return self._real_extract(url)
"/home/user/lib/python3.6/sit... | Traceback (most recent call last):
"./youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"./youtube-dl/youtube_dl/extractor/common.py", line 529, in extract
ie_result = self._real_extract(url)
"./youtube-dl/youtube_dl/extractor/tbs.py", line 59, in _real_extract
'auth... | 0.610592 |
Traceback (most recent call last):
"C:/Users/GiYong KIM/Desktop/Deep learning/YOLO_Last/Yunyang/train.py", line 187, in <module>
if __name__ == '__main__': YoloTrain().train()
"C:/Users/GiYong KIM/Desktop/Deep learning/YOLO_Last/Yunyang/train.py", line 147, in train
for train_data in pbar:
"C:\Users\GiYong K... | Traceback (most recent call last):
"D:/workspace/pyclustering/pyclustering/cluster/examples/elbow_examples.py", line 77, in <module>
sample_simple_01()
"D:/workspace/pyclustering/pyclustering/cluster/examples/elbow_examples.py", line 65, in sample_simple_01
elbow_analysis(SIMPLE_SAMPLES.SAMPLE_SIMPLE1, 1, 10)
... | 0.667244 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpa8aoq3sz\build\youtube_dl\extractor\common.py", line 877, in _parse_json
"C:\Python\Python34\lib\json\__init__.py", line 318, in loads
"C:\Python\Python34\lib\json\decoder.py", line 343, in decode
"C:\Python\Pyt... | Traceback (most recent call last):
"/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddlex/cv/datasets/dataset.py", line 158, in _read_into_queue
result = mapper(sample[0], sample[1], sample[2])
"/opt/conda/envs/python35-paddle120-env/lib/python3.7/multiprocessing/process.py", line 297, in _b... | 0.609295 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.