text1 stringlengths 92 132k | text2 stringlengths 83 99.1k | score float64 0.01 1 |
|---|---|---|
Traceback (most recent call last):
"/home/katelyng/anaconda3/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
self.run()
"/home/katelyng/anaconda3/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
"/home/katelyng/baselines/baselines/common/vec_env/subproc_vec_env.py", line 8, in worker
env = env_fn_wrapper.x()
TypeError: 'Monitor' object is not callable
| [2019-06-04 10:13:34] [Error]
Traceback (most recent call last):
"/home/sleeve/文档/bilibili-live-tools-4.1/Tasks.py", line 131, in run
await self.Daily_bag()
"/home/sleeve/文档/bilibili-live-tools-4.1/Tasks.py", line 23, in Daily_bag
for i in range(0, len(json_response['data']['bag_list'])):
TypeError: object of type 'NoneType' has no len()
| 0.612525 |
Traceback (most recent call last):
"C:/Data/firevis/hvbkex.py", line 67, in <module>
show(app, notebook_url='localhost:8888')
"C:\Data\firevis\venv\lib\site-packages\bokeh\io.py", line 387, in show
return _run_notebook_hook(_state.notebook_type, 'app', obj, _state, notebook_url)
"C:\Data\firevis\venv\lib\site-packages\bokeh\core\state.py", line 91, in notebook_type
return self._notebook_type
AttributeError: 'State' object has no attribute '_notebook_type'
| Traceback (most recent call last):
"/home/arthur/.virtualenvs/mediacore/bin/paster", line 11, in <module>
load_entry_point('PasteScript', 'console_scripts', 'paster')()
"/home/arthur/local/mediadrop/.eggs/PasteScript-1.7.5-py2.7.egg/paste/script/command.py", line 104, in run
invoke(command, command_name, options, args[1:])
"/home/arthur/local/mediadrop/.eggs/PasteScript-1.7.5-py2.7.egg/paste/script/command.py", line 143, in invoke
exit_code = runner.run(args)
"/home/arthur/local/mediadrop/.eggs/PasteScript-1.7.5-py2.7.egg/paste/script/command.py", line 238, in run
result = self.command()
"/home/arthur/local/mediadrop/.eggs/PasteScript-1.7.5-py2.7.egg/paste/script/serve.py", line 311, in command
serve()
"/home/arthur/local/mediadrop/.eggs/PasteScript-1.7.5-py2.7.egg/paste/script/serve.py", line 295, in serve
server(app)
"/home/arthur/local/mediadrop/.eggs/PasteDeploy-1.5.0-py2.7.egg/paste/deploy/loadwsgi.py", line 189, in server_wrapper
**context.local_conf)
"/home/arthur/local/mediadrop/.eggs/PasteDeploy-1.5.0-py2.7.egg/paste/deploy/util.py", line 56, in fix_call
val = callable(*args, **kw)
"/home/arthur/local/mediadrop/.eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1342, in server_runner
serve(wsgi_app, **kwargs)
"/home/arthur/local/mediadrop/.eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1291, in serve
request_queue_size=request_queue_size)
"/home/arthur/local/mediadrop/.eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1134, in __init__
request_queue_size=request_queue_size)
"/home/arthur/local/mediadrop/.eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1113, in __init__
request_queue_size=request_queue_size)
"/home/arthur/local/mediadrop/.eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 328, in __init__
HTTPServer.__init__(self, server_address, RequestHandlerClass)
"/usr/lib/python2.7/SocketServer.py", line 420, in __init__
self.server_close()
"/home/arthur/local/mediadrop/.eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1105, in server_close
self.thread_pool.shutdown(60)
AttributeError: 'WSGIThreadPoolServer' object has no attribute 'thread_pool'
| 0.578702 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: module 'logging' has no attribute 'TestTubeLogger'
| Traceback (most recent call last):
"<string>", line 1, in <module>
"<string>", line 578, in start
"<string>", line 465, in load_modules
"<string>", line 702, in __init__
"<string>", line 728, in add_subcommands
"<string>", line 2124, in commands
AttributeError: 'module' object has no attribute 'COMPLETE_EXPRESSION'
| 0.635535 |
Traceback (most recent call last):
"/build/python-hypothesis/src/hypothesis-python-3.44.1/src/hypothesis/core.py", line 818, in run
falsifying_example.__expected_traceback,
"/build/python-hypothesis/src/hypothesis-python-3.44.1/src/hypothesis/core.py", line 579, in execute
result = self.test_runner(data, run)
"/build/python-hypothesis/src/hypothesis-python-3.44.1/src/hypothesis/executors.py", line 58, in default_new_style_executor
return function(data)
"/build/python-hypothesis/src/hypothesis-python-3.44.1/src/hypothesis/core.py", line 571, in run
return test(*args, **kwargs)
"/build/python-hypothesis/src/hypothesis-python-3.44.1/tests/cover/test_numerics.py", line 88, in test_decimals_include_nan
@given(decimals())
"/build/python-hypothesis/src/hypothesis-python-3.44.1/src/hypothesis/core.py", line 518, in test
result = self.test(*args, **kwargs)
"/build/python-hypothesis/src/hypothesis-python-3.44.1/tests/cover/test_numerics.py", line 90, in test_decimals_include_nan
assert not math.isnan(x)
"/usr/lib/python3.6/_pydecimal.py", line 1651, in __float__
raise ValueError("Cannot convert signaling NaN to float")
ValueError: Cannot convert signaling NaN to float
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py", line 214, in read_from_file
return await reader.process_lines(lines)
"/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py", line 313, in process_lines
raise ValueError(msg)
ValueError: Error in line 2: 'NoneType' object has no attribute 'intents'
| 0.537394 |
Traceback (most recent call last):
"main.py", line 13, in <module>
print (mint.get_budgets())
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mintapi/api.py", line 508, in get_budgets
response = json.loads(self.get(url, params, headers=JSON_HEADER)).text
TypeError: get() takes 2 positional arguments but 3 were given
| 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__.py", line 249, in setup_and_run_hass
safe_mode=args.safe_mode,
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 89, in async_setup_hass
await async_from_config_dict(config_dict, hass)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 132, in async_from_config_dict
await _async_set_up_integrations(hass, config)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 377, in _async_set_up_integrations
*(async_setup_component(hass, domain, config) for domain in domains_to_load)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 49, in async_setup_component
return await task
# type: ignore
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 145, in _async_setup_component
hass, config, integration
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 704, in async_process_component_config
return component.CONFIG_SCHEMA(config)
# type: ignore
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 272, in __call__
return self._compiled([], data)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
return base_validate(path, iteritems(data), out)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 386, in validate_mapping
cval = cvalue(key_path, value)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 817, in validate_callable
return schema(data)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 272, in __call__
return self._compiled([], data)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
return base_validate(path, iteritems(data), out)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 373, in validate_mapping
new_key = ckey(key_path, key)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 817, in validate_callable
return schema(data)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/config_validation.py", line 659, in validator
value = config[key]
TypeError: string indices must be integers
| 0.535144 |
Traceback (most recent call last):
"src/predict_3dpose.py", line 537, in <module>
tf.app.run()
"C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
"src/predict_3dpose.py", line 532, in main
sample()
"src/predict_3dpose.py", line 424, in sample
model = create_model(sess, actions, batch_size)
"src/predict_3dpose.py", line 137, in create_model
raise( ValueError, "Checkpoint {0} does not seem to exist".format( ckpt.model_checkpoint_path ) )
AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'
| Traceback (most recent call last):
"setup.py", line 74, in <module>
test_suite='nose.collector',
"/usr/pkg/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/pkg/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/usr/pkg/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/usr/pkg/lib/python3.4/site-packages/setuptools/command/test.py", line 142, in run
self.with_project_on_sys_path(self.run_tests)
"/usr/pkg/lib/python3.4/site-packages/setuptools/command/test.py", line 122, in with_project_on_sys_path
func()
"/usr/pkg/lib/python3.4/site-packages/setuptools/command/test.py", line 163, in run_tests
testRunner=self._resolve_as_ep(self.test_runner),
"/usr/pkg/lib/python3.4/unittest/main.py", line 93, in __init__
self.runTests()
"/usr/pkg/lib/python3.4/unittest/main.py", line 244, in runTests
self.result = testRunner.run(self.test)
"/usr/pkg/lib/python3.4/unittest/runner.py", line 168, in run
test(result)
"/usr/pkg/lib/python3.4/unittest/suite.py", line 87, in __call__
return self.run(*args, **kwds)
"/usr/pkg/lib/python3.4/unittest/suite.py", line 130, in run
self._removeTestAtIndex(index)
"/usr/pkg/lib/python3.4/unittest/suite.py", line 83, in _removeTestAtIndex
self._removed_tests += test.countTestCases()
"/usr/pkg/lib/python3.4/unittest/suite.py", line 41, in countTestCases
cases = self._removed_tests
AttributeError: 'FinalizingSuiteWrapper' object has no attribute '_removed_tests'
| 0.604038 |
Traceback (most recent call last):
"dask_wrap_example.py", line 18, in <module>
lazy = da.from_array(wrapped, chunks=-1)
"/tmp/persistent/miniconda3/envs/dask2/lib/python3.7/site-packages/dask/array/core.py", line 2683, in from_array
return Array(dsk, name, chunks, meta=meta, dtype=getattr(x, "dtype", None))
"/tmp/persistent/miniconda3/envs/dask2/lib/python3.7/site-packages/dask/array/core.py", line 1000, in __new__
meta = meta_from_array(meta, dtype=dtype)
"/tmp/persistent/miniconda3/envs/dask2/lib/python3.7/site-packages/dask/array/utils.py", line 86, in meta_from_array
ndim = x.ndim
AttributeError: 'Wrapped' object has no attribute 'ndim'
| Traceback (most recent call last):
"<input>", line 1, in <module>
"/home/...", line 197, in runfile
pydev_imports.execfile(filename, global_vars, local_vars)
# execute the script
"/home/...", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"/home/...", line 3, in <module>
graph = karate.KarateClub()
"/home/.../dgl/data/karate.py", line 21, in __init__
[kG.node[i]['club'] != 'Mr. Hi' for i in kG.nodes]).astype(np.int64)
"/home/.../dgl/data/karate.py", line 21, in <listcomp>
[kG.node[i]['club'] != 'Mr. Hi' for i in kG.nodes]).astype(np.int64)
AttributeError: 'Graph' object has no attribute 'node'
| 0.59037 |
Traceback (most recent call last):
"/opt/conda/bin/jupyter-labhub", line 11, in <module>
load_entry_point('jupyterlab==0.31.3', 'console_scripts', 'jupyter-labhub')()
"/opt/conda/lib/python3.6/site-packages/jupyterlab/labhubapp.py", line 32, in main
return SingleUserLabApp.launch_instance(argv)
"/opt/conda/lib/python3.6/site-packages/jupyter_core/application.py", line 266, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
"/opt/conda/lib/python3.6/site-packages/traitlets/config/application.py", line 658, in launch_instance
app.start()
"/opt/conda/lib/python3.6/site-packages/jupyterhub/singleuser.py", line 368, in start
super(SingleUserNotebookApp, self).start()
"/opt/conda/lib/python3.6/site-packages/notebook/notebookapp.py", line 1453, in start
self.write_server_info_file()
"/opt/conda/lib/python3.6/site-packages/notebook/notebookapp.py", line 1412, in write_server_info_file
json.dump(self.server_info(), f, indent=2, sort_keys=True)
OSError: [Errno 28] No space left on device
| Traceback (most recent call last):
"/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/tanberk/İndirilenler/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py", line 916, in <module>
main()
"/home/tanberk/İndirilenler/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py", line 913, in main
ToolchainCL()
"/home/tanberk/İndirilenler/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py", line 514, in __init__
getattr(self, args.subparser_name.replace('-', '_'))(args)
"/home/tanberk/İndirilenler/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py", line 147, in wrapper_func
build_dist_from_args(ctx, dist, args)
"/home/tanberk/İndirilenler/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py", line 192, in build_dist_from_args
build_recipes(build_order, python_modules, ctx)
"/home/tanberk/İndirilenler/.buildozer/android/platform/python-for-android-master/pythonforandroid/build.py", line 550, in build_recipes
recipe.download_if_necessary()
"/home/tanberk/İndirilenler/.buildozer/android/platform/python-for-android-master/pythonforandroid/recipe.py", line 344, in download_if_necessary
self.download()
"/home/tanberk/İndirilenler/.buildozer/android/platform/python-for-android-master/pythonforandroid/recipe.py", line 384, in download
self.download_file(url, filename)
"/home/tanberk/İndirilenler/.buildozer/android/platform/python-for-android-master/pythonforandroid/recipe.py", line 150, in download_file
urlretrieve(url, target, report_hook)
"/usr/lib/python3.5/urllib/request.py", line 1732, in retrieve
fp = self.open(url, data)
"/usr/lib/python3.5/urllib/request.py", line 1704, in open
raise OSError('socket error', msg).with_traceback(sys.exc_info()[2])
"/usr/lib/python3.5/urllib/request.py", line 1698, in open
return getattr(self, name)(url)
"/usr/lib/python3.5/urllib/request.py", line 1877, in open_http
return self._open_generic_http(http.client.HTTPConnection, url, data)
"/usr/lib/python3.5/urllib/request.py", line 1873, in _open_generic_http
response.status, response.reason, response.msg, data)
"/usr/lib/python3.5/urllib/request.py", line 1889, in http_error
result = method(url, fp, errcode, errmsg, headers)
"/usr/lib/python3.5/urllib/request.py", line 2112, in http_error_301
return self.http_error_302(url, fp, errcode, errmsg, headers, data)
"/usr/lib/python3.5/urllib/request.py", line 2077, in http_error_302
headers, data)
"/usr/lib/python3.5/urllib/request.py", line 2108, in redirect_internal
return self.open(newurl)
"/usr/lib/python3.5/urllib/request.py", line 1704, in open
raise OSError('socket error', msg).with_traceback(sys.exc_info()[2])
"/usr/lib/python3.5/urllib/request.py", line 1698, in open
return getattr(self, name)(url)
"/usr/lib/python3.5/urllib/request.py", line 1908, in open_https
return self._open_generic_http(self._https_connection, url, data)
"/usr/lib/python3.5/urllib/request.py", line 1873, in _open_generic_http
response.status, response.reason, response.msg, data)
"/usr/lib/python3.5/urllib/request.py", line 1889, in http_error
result = method(url, fp, errcode, errmsg, headers)
"/usr/lib/python3.5/urllib/request.py", line 2112, in http_error_301
return self.http_error_302(url, fp, errcode, errmsg, headers, data)
"/usr/lib/python3.5/urllib/request.py", line 2077, in http_error_302
headers, data)
"/usr/lib/python3.5/urllib/request.py", line 2108, in redirect_internal
return self.open(newurl)
"/usr/lib/python3.5/urllib/request.py", line 1704, in open
raise OSError('socket error', msg).with_traceback(sys.exc_info()[2])
"/usr/lib/python3.5/urllib/request.py", line 1698, in open
return getattr(self, name)(url)
"/usr/lib/python3.5/urllib/request.py", line 1908, in open_https
return self._open_generic_http(self._https_connection, url, data)
"/usr/lib/python3.5/urllib/request.py", line 1857, in _open_generic_http
http_conn.request("GET", selector, headers=headers)
"/usr/lib/python3.5/http/client.py", line 1107, in request
self._send_request(method, url, body, headers)
"/usr/lib/python3.5/http/client.py", line 1152, in _send_request
self.endheaders(body)
"/usr/lib/python3.5/http/client.py", line 1103, in endheaders
self._send_output(message_body)
"/usr/lib/python3.5/http/client.py", line 934, in _send_output
self.send(msg)
"/usr/lib/python3.5/http/client.py", line 877, in send
self.connect()
"/usr/lib/python3.5/http/client.py", line 1261, in connect
server_hostname=server_hostname)
"/usr/lib/python3.5/ssl.py", line 385, in wrap_socket
_context=self)
"/usr/lib/python3.5/ssl.py", line 760, in __init__
self.do_handshake()
"/usr/lib/python3.5/ssl.py", line 996, in do_handshake
self._sslobj.do_handshake()
"/usr/lib/python3.5/ssl.py", line 641, in do_handshake
self._sslobj.do_handshake()
OSError: [Errno socket error] [Errno socket error] [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:720)
| 0.607189 |
Traceback (most recent call last):
"train.py", line 334, in <module>
main()
"train.py", line 119, in main
epoch=epoch)
"train.py", line 182, in train
scores, _ = pack_padded_sequence(scores, decode_lengths, batch_first=True)
ValueError: too many values to unpack (expected 2)
| > Traceback (most recent call last):
"gpt2_generate_main.py", line 210, in <module>
tf.app.run()
"/home1/deepak/anaconda/envs/nlp_proj/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 126, in run
_sys.exit(main(argv))
"gpt2_generate_main.py", line 144, in main
mode=tf.estimator.ModeKeys.PREDICT)
"/home1/deepak/RaviTej/texar/texar/module_base.py", line 116, in __call__
return self._template(*args, **kwargs)
"/home1/deepak/anaconda/envs/nlp_proj/lib/python3.6/site-packages/tensorflow/python/ops/template.py", line 455, in __call__
result = self._call_func(args, kwargs)
"/home1/deepak/anaconda/envs/nlp_proj/lib/python3.6/site-packages/tensorflow/python/ops/template.py", line 406, in _call_func
result = self._func(*args, **kwargs)
"/home1/deepak/RaviTej/texar/texar/modules/decoders/transformer_decoders.py", line 569, in _build
scope=self.variable_scope)
"/home1/deepak/anaconda/envs/nlp_proj/lib/python3.6/site-packages/tensorflow/contrib/seq2seq/python/ops/decoder.py", line 309, in dynamic_decode
swap_memory=swap_memory)
"/home1/deepak/anaconda/envs/nlp_proj/lib/python3.6/site-packages/tensorflow/python/ops/control_flow_ops.py", line 3202, in while_loop
result = loop_context.BuildLoop(cond, body, loop_vars, shape_invariants)
"/home1/deepak/anaconda/envs/nlp_proj/lib/python3.6/site-packages/tensorflow/python/ops/control_flow_ops.py", line 2940, in BuildLoop
pred, body, original_loop_vars, loop_vars, shape_invariants)
"/home1/deepak/anaconda/envs/nlp_proj/lib/python3.6/site-packages/tensorflow/python/ops/control_flow_ops.py", line 2914, in _BuildLoop
next_vars.append(_AddNextAndBackEdge(m, v))
"/home1/deepak/anaconda/envs/nlp_proj/lib/python3.6/site-packages/tensorflow/python/ops/control_flow_ops.py", line 688, in _AddNextAndBackEdge
_EnforceShapeInvariant(m, v)
"/home1/deepak/anaconda/envs/nlp_proj/lib/python3.6/site-packages/tensorflow/python/ops/control_flow_ops.py", line 632, in _EnforceShapeInvariant
(merge_var.name, m_shape, n_shape))
ValueError: The shape for transformer_decoder_1/transformer_decoder/while/Merge_27:0 is not an invariant for the loop. It enters the loop with shape (1, 768), but has shape (?, 768) after one iteration. Provide shape invariants using either the `shape_invariants` argument of tf.while_loop or set_shape() on the loop variables.
| 0.502274 |
I get an error that reads 'Traceback (most recent call last):
`
"zmq.py", line 10, in <module>
import zmq
"/Users/bundito/joe/joe/zmq.py", line 13, in <module>
context = zmq.Context()
AttributeError: module 'zmq' has no attribute 'Context'`
| Traceback (most recent call last):
"/home/foo/python/BeeWare/test/venv/lib/python3.6/site-packages/toga_gtk/app.py", line 140, in startup
self.interface.startup()
"/home/foo/python/BeeWare/test/foo/foo/app.py", line 13, in startup
box.style.set(flex_direction='column', padding=10)
AttributeError: 'Pack' object has no attribute 'set'
| 0.540159 |
Traceback (most recent call last):
"/home/sjw/anaconda3/envs/test/lib/python3.6/site-packages/nni/msg_dispatcher_base.py", line 90, in command_queue_worker
self.process_command(command, data)
"/home/sjw/anaconda3/envs/test/lib/python3.6/site-packages/nni/msg_dispatcher_base.py", line 149, in process_command
command_handlers[command](data)
"/home/sjw/anaconda3/envs/test/lib/python3.6/site-packages/nni/msg_dispatcher.py", line 101, in handle_request_trial_jobs
params_list = self.tuner.generate_multiple_parameters(ids, st_callback=self.send_trial_callback)
"/home/sjw/anaconda3/envs/test/lib/python3.6/site-packages/nni/tuner.py", line 132, in generate_multiple_parameters
res = self.generate_parameters(parameter_id, **kwargs)
"/home/sjw/nni_tutorial/nas/./random_nas_tuner.py", line 49, in generate_parameters
return random_archi_generator(self.searchspace_json, self.random_state)
"/home/sjw/nni_tutorial/nas/./random_nas_tuner.py", line 22, in random_archi_generator
for _ in range(n_chosen):
TypeError: 'NoneType' object cannot be interpreted as an integer
| Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/redacted/.vim/plugged/vim-orgmode/ftplugin/orgmode/plugins/Export.py", line 90, in topdf
ret = cls._export(u'org-latex-export-to-pdf')
"/home/redacted/.vim/plugged/vim-orgmode/ftplugin/orgmode/plugins/Export.py", line 84, in _export
echom('\n'.join(p.communicate()))
TypeError: sequence item 0: expected str instance, bytes found
| 0.583497 |
Traceback (most recent call last):
"striker.py", line 222, in <module>
dnsdump(domain)
"striker.py", line 158, in dnsdump
for entry in res['dns_records']['dns']:
TypeError: list indices must be integers, not str
| Traceback (most recent call last):
"/home/kali/routersploit/rsf.py", line 29, in <module>
routersploit(sys.argv)
"/home/kali/routersploit/rsf.py", line 25, in routersploit
rsf.start()
"/home/kali/routersploit/routersploit/interpreter.py", line 125, in start
command_handler(args, **kwargs)
"/home/kali/routersploit/routersploit/core/exploit/utils.py", line 177, in wrapper
return fn(self, *args, **kwargs)
"/home/kali/routersploit/routersploit/interpreter.py", line 394, in command_run
print_error(traceback.format_exc(sys.exc_info()))
"/usr/lib/python3.9/traceback.py", line 167, in format_exc
return "".join(format_exception(*sys.exc_info(), limit=limit, chain=chain))
"/usr/lib/python3.9/traceback.py", line 120, in format_exception
return list(TracebackException(
"/usr/lib/python3.9/traceback.py", line 508, in __init__
self.stack = StackSummary.extract(
"/usr/lib/python3.9/traceback.py", line 340, in extract
if limit >= 0:
TypeError: '>=' not supported between instances of 'tuple' and 'int'
| 0.579645 |
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
| Traceback (most recent call last):
"_ctypes/callbacks.c", line 232, in 'calling callback function'
"C:\Python37\lib\site-packages\pywinauto\win32_element_info.py", line 138, in enum_window_proc
if control_type is not None and control_type != element.control_type:
"C:\Python37\lib\site-packages\pywinauto\win32_element_info.py", line 235, in control_type
return self.__get_control_type(full=False)
"C:\Python37\lib\site-packages\pywinauto\win32_element_info.py", line 216, in __get_control_type
remote_mem = RemoteMemoryBlock(self, size=length*2)
"C:\Python37\lib\site-packages\pywinauto\remote_memory_block.py", line 105, in __init__
if hex(self.mem_address) == '0xffffffff80000000' or hex(self.mem_address).upper() == '0xFFFFFFFF00000000':
TypeError: 'NoneType' object cannot be interpreted as an integer
| 0.522691 |
Traceback (most recent call last):
"C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'
| Traceback (most recent call last):
"x:\pypy3\site-packages\nose\case.py", line 198, in runTest
self.test(*self.arg)
"x:\pypy3\site-packages\numpy\core\tests\test_arrayprint.py", line 396, in test_refcount
r1 = sys.getrefcount(a)
AttributeError: module 'sys' has no attribute 'getrefcount'
| 0.651733 |
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)
"/usr/local/lib/python3.6/dist-packages/pip/__main__.py", line 16, in <module>
from pip._internal.main import main as _main
# isort:skip # noqa
"/usr/local/lib/python3.6/dist-packages/pip/_internal/main.py", line 8, in <module>
import locale
"/usr/lib/python3.6/locale.py", line 16, in <module>
import re
"/usr/lib/python3.6/re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
| Traceback (most recent call last):
"C:\Users\liugw\Anaconda3\envs\rqalpha-mod-hello\Scripts\rqalpha-script.py", line 11, in <module>
load_entry_point('rqalpha==3.4.4', 'console_scripts', 'rqalpha')()
"C:\Users\liugw\Anaconda3\envs\rqalpha-mod-hello\lib\site-packages\rqalpha\__main__.py", line 69, in entry_point
cli(obj={})
"C:\Users\liugw\Anaconda3\envs\rqalpha-mod-hello\lib\site-packages\click\core.py", line 764, in __call__
return self.main(*args, **kwargs)
"C:\Users\liugw\Anaconda3\envs\rqalpha-mod-hello\lib\site-packages\click\core.py", line 717, in main
rv = self.invoke(ctx)
"C:\Users\liugw\Anaconda3\envs\rqalpha-mod-hello\lib\site-packages\click\core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"C:\Users\liugw\Anaconda3\envs\rqalpha-mod-hello\lib\site-packages\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"C:\Users\liugw\Anaconda3\envs\rqalpha-mod-hello\lib\site-packages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
"C:\Users\liugw\Anaconda3\envs\rqalpha-mod-hello\lib\site-packages\rqalpha\__main__.py", line 390, in mod
locals()[cmd](params)
"C:\Users\liugw\Anaconda3\envs\rqalpha-mod-hello\lib\site-packages\rqalpha\__main__.py", line 237, in install
pip_main = pip_main.main
AttributeError: 'function' object has no attribute 'main' | 0.605361 |
Traceback (most recent call last):
"vol.py", line 192, in <module>
main()
"vol.py", line 183, in main
command.execute()
"/home/littlewho/ctf/neuro/volatility/volatility/plugins/linux/common.py", line 67, in execute
commands.Command.execute(self, *args, **kwargs)
"/home/littlewho/ctf/neuro/volatility/volatility/commands.py", line 147, in execute
func(outfd, data)
"/home/littlewho/ctf/neuro/volatility/volatility/plugins/linux/recover_filesystem.py", line 106, in render_text
for (num_files) in data:
"/home/littlewho/ctf/neuro/volatility/volatility/plugins/linux/recover_filesystem.py", line 99, in calculate
self._fix_metadata(file_path, file_dentry)
"/home/littlewho/ctf/neuro/volatility/volatility/plugins/linux/recover_filesystem.py", line 50, in _fix_metadata
os.chown(out_path, inode.i_uid, inode.i_gid)
TypeError: an integer is required
| Traceback (most recent call last):
"D:\Python\Python36\lib\threading.py", line 916, in _bootstrap_inner
self.run()
"D:\Users\Kairus\Downloads\pyCraft-master\minecraft\networking\connection.py", line 341, in run
self.connection._handle_exception(e, sys.exc_info())
"D:\Users\Kairus\Downloads\pyCraft-master\minecraft\networking\connection.py", line 319, in _handle_exception
raise_(*exc_info)
"D:\Python\Python36\lib\site-packages\future\utils\__init__.py", line 413, in raise_
raise exc.with_traceback(tb)
"D:\Users\Kairus\Downloads\pyCraft-master\minecraft\networking\connection.py", line 339, in run
self._run()
"D:\Users\Kairus\Downloads\pyCraft-master\minecraft\networking\connection.py", line 371, in _run
self.connection.file_object)
"D:\Users\Kairus\Downloads\pyCraft-master\minecraft\networking\connection.py", line 424, in read_packet
ready_to_read = select.select([stream], [], [], self.TIME_OUT)[0]
TypeError: argument must be an int, or have a fileno() method.
| 0.622151 |
Traceback (most recent call last):
"/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
"/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/home/airflow/.local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
raise value
"/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
"/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/home/airflow/.local/lib/python3.8/site-packages/airflow/www_rbac/decorators.py", line 121, in wrapper
return f(self, *args, **kwargs)
"/home/airflow/.local/lib/python3.8/site-packages/flask_appbuilder/security/decorators.py", line 109, in wraps
return f(self, *args, **kwargs)
"/home/airflow/.local/lib/python3.8/site-packages/airflow/www_rbac/decorators.py", line 56, in wrapper
return f(*args, **kwargs)
"/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/db.py", line 74, in wrapper
return func(*args, **kwargs)
"/home/airflow/.local/lib/python3.8/site-packages/airflow/www_rbac/views.py", line 1941, in refresh
appbuilder.sm.sync_perm_for_dag(dag_id, dag.access_control)
AttributeError: 'NoneType' object has no attribute 'access_control'
| Traceback (most recent call last):
"<pyshell#9>", line 1, in <module>
import imutils
"D:\Python 27\lib\site-packages\imutils\__init__.py", line 8, in <module>
from .convenience import translate
"D:\Python 27\lib\site-packages\imutils\convenience.py", line 65, in <module>
def resize(image, width=None, height=None, inter=cv2.INTER_AREA):
AttributeError: 'module' object has no attribute 'INTER_AREA'
| 0.609446 |
Traceback (most recent call last):
"./pyload/pyLoadCore.py", line 685, in <module>
"./pyload/pyLoadCore.py", line 672, in main
"./pyload/pyLoadCore.py", line 664, in deamon
"./pyload/pyLoadCore.py", line 486, in start
"/home/user/pyload/module/ThreadManager.py", line 151, in work
self.assignJob()
"/home/user/pyload/module/ThreadManager.py", line 265, in assignJob
inuse = set([(x.active.pluginname,self.getLimit(x)) for x in self.threads if x.active and x.active.hasPlugin() and x.active.plugin.account])
"/home/user/pyload/module/ThreadManager.py", line 313, in getLimit
limit = thread.active.plugin.account.getAccountData(thread.active.plugin.user)["options"].get("limitDL",["0"])[0]
"/home/user/pyload/module/plugins/internal/misc.py", line 227, in new
return fn(*args, **kwargs)
"/home/user/pyload/module/plugins/internal/Account.py", line 274, in getAccountData
return self.accounts[user]
KeyError: None
| Traceback (most recent call last):
"/data/neural_collision_detection/results/for_article/fig1/code/find_collisions_distribution.py", line 58, in <module>
napari.view_image(img, colormap='BuPu')
# KeyError
"/home/hagai/.conda/envs/ncd/lib/python3.7/site-packages/napari/view_layers.py", line 137, in view_image
path=path,
"/home/hagai/.conda/envs/ncd/lib/python3.7/site-packages/napari/components/viewer_model.py", line 519, in add_image
visible=visible,
"/home/hagai/.conda/envs/ncd/lib/python3.7/site-packages/napari/layers/image/image.py", line 214, in __init__
self.colormap = colormap
"/home/hagai/.conda/envs/ncd/lib/python3.7/site-packages/napari/layers/intensity_mixin.py", line 77, in colormap
self._cmap = self._colormaps[name]
KeyError: 'BuPu'
| 0.543987 |
`Traceback (most recent call last):
"/private/var/mobile/Containers/Shared/AppGroup/92292B95-D1E2-43B1-BC1C-1324446DF6EB/Pythonista3/Documents/my_scripts/Other/mining demo.py", line 25, in <module>
auth = OAuthHandler(consumer_key, consumer_secret)
"/private/var/mobile/Containers/Shared/AppGroup/92292B95-D1E2-43B1-BC1C-1324446DF6EB/Pythonista3/Documents/site-packages/tweepy/auth.py", line 49, in __init__
callback_uri=self.callback)
TypeError: 'module' object is not callable`
| Traceback (most recent call last):
"<string>", line 1, in <module>
"/usr/lib/python3.6/json/__init__.py", line 231, in dumps
return _default_encoder.encode(obj)
"/usr/lib/python3.6/json/encoder.py", line 199, in encode
chunks = self.iterencode(o, _one_shot=True)
"/usr/lib/python3.6/json/encoder.py", line 257, in iterencode
return _iterencode(o, 0)
"/usr/lib/python3.6/json/encoder.py", line 180, in default
o.__class__.__name__)
TypeError: Object of type 'PipelineParam' is not JSON serializable
| 0.612684 |
Traceback (most recent call last):
"./tools/test_net.py", line 70, in <module>
while not os.path.exists(args.model) and args.wait:
"/usr/lib/python2.7/genericpath.py", line 18, in exists
os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found | Traceback (most recent call last):
"/Users/pradyunsg/.pyenv/versions/3.7.0/bin/pipenv", line 11, in <module>
sys.exit(cli())
"/Users/pradyunsg/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/Users/pradyunsg/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/Users/pradyunsg/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/pradyunsg/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/pradyunsg/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/Users/pradyunsg/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pipenv/cli.py", line 435, in install
selective_upgrade=selective_upgrade,
"/Users/pradyunsg/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pipenv/core.py", line 1971, in do_install
pypi_mirror=pypi_mirror,
"/Users/pradyunsg/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pipenv/core.py", line 1375, in pip_install
package_name.split('--hash')[0].split('--trusted-host')[0]
"/Users/pradyunsg/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 704, in from_line
line, extras = _strip_extras(line)
TypeError: 'module' object is not callable
| 0.540173 |
Traceback (most recent call last):
"scipy_minimize_constraints.py", line 19, in <module>
a=minimize(obj,x,args=(b),constraints={'type': 'ineq', 'fun':constr,'args':[b]})
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/optimize/_minimize.py", line 495, in minimize
constraints, callback=callback, **options)
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/optimize/slsqp.py", line 378, in _minimize_slsqp
fx = func(x)
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/optimize/optimize.py", line 292, in function_wrapper
return function(*(wrapper_args + args))
"scipy_minimize_constraints.py", line 9, in obj
return math.log(x-b)
ValueError: math domain error
| 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\Anaconda3\envs\isr\lib\site-packages\keras\engine\training.py", line 1149, in predict
x, _, _ = self._standardize_user_data(x)
"D:\ProgramData\Anaconda3\envs\isr\lib\site-packages\keras\engine\training.py", line 751, in _standardize_user_data
exception_prefix='input')
"D:\ProgramData\Anaconda3\envs\isr\lib\site-packages\keras\engine\training_utils.py", line 128, in standardize_input_data
'with shape ' + str(data_shape))
ValueError: Error when checking input: expected input_2 to have 4 dimensions, but got array with shape (1024, 1)
| 0.617877 |
Traceback (most recent call last):
"/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"/home/simpleai/.local/lib/python3.6/site-packages/paddle/fluid/dataloader/dataloader_iter.py", line 323, in _thread_loop
six.reraise(*sys.exc_info())
"/home/simpleai/.local/lib/python3.6/site-packages/six.py", line 703, in reraise
raise value
"/home/simpleai/.local/lib/python3.6/site-packages/paddle/fluid/dataloader/dataloader_iter.py", line 293, in _thread_loop
batch = self._dataset_fetcher.fetch(indices)
"/home/simpleai/.local/lib/python3.6/site-packages/paddle/fluid/dataloader/fetcher.py", line 53, in fetch
return self.collate_fn(data)
"/home/simpleai/.local/lib/python3.6/site-packages/paddle/fluid/dataloader/dataloader_iter.py", line 94, in default_collate_fn
raise RuntimeError("Unknown data type {}".format(type(slot[0])))
RuntimeError: Unknown data type <class 'str'>
| Traceback (most recent call last):
"/home/vagrant/.virtualenvs/project/lib/python3.6/site-packages/django/utils/autoreload.py", line 228, in wrapper
fn(*args, **kwargs)
"/home/vagrant/.virtualenvs/project/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 116, in inner_run
autoreload.raise_last_exception()
"/home/vagrant/.virtualenvs/project/lib/python3.6/site-packages/django/utils/autoreload.py", line 251, in raise_last_exception
six.reraise(*_exception)
"/home/vagrant/.virtualenvs/project/lib/python3.6/site-packages/django/utils/six.py", line 685, in reraise
raise value.with_traceback(tb)
"/home/vagrant/.virtualenvs/project/lib/python3.6/site-packages/django/utils/autoreload.py", line 228, in wrapper
fn(*args, **kwargs)
"/home/vagrant/.virtualenvs/project/lib/python3.6/site-packages/django/__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
"/home/vagrant/.virtualenvs/project/lib/python3.6/site-packages/django/apps/registry.py", line 108, in populate
app_config.import_models()
"/home/vagrant/.virtualenvs/project/lib/python3.6/site-packages/django/apps/config.py", line 202, in import_models
self.models_module = import_module(models_module_name)
"/home/vagrant/.virtualenvs/project/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 994, in _gcd_import
"<frozen importlib._bootstrap>", line 971, in _find_and_load
"<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 665, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/home/vagrant/workspace/projecthealth/src/marketplace5/testing/models.py", line 9, in <module>
class AutomaticProductList(AutomaticProductListCore):
"/home/vagrant/.virtualenvs/project/lib/python3.6/site-packages/django/db/models/base.py", line 319, in __new__
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
"/home/vagrant/.virtualenvs/project/lib/python3.6/site-packages/django/apps/registry.py", line 224, in register_model
(model_name, app_label, app_models[model_name], model))
RuntimeError: Conflicting 'automaticproductlist' models in application 'promotions': <class 'oscar.apps.promotions.models.AutomaticProductList'> and <class 'testing.models.AutomaticProductList'>.
| 0.567432 |
Traceback (most recent call last):
"/home/robin/Documents/web2py/gluon/restricted.py", line 219, in restricted
exec(ccode, environment)
"/home/robin/Documents/web2py/applications/newversion/models/db.py", line 95, in <module>
auth.define_tables(username=False, signature=False)
"/home/robin/Documents/web2py/gluon/tools.py", line 2216, in define_tables
super(Auth, self).define_tables(username, signature, migrate, fake_migrate)._table_signature_list
"/home/robin/Documents/web2py/gluon/authapi.py", line 350, in define_tables
format='%(first_name)s %(last_name)s (%(id)s)'))
"/home/robin/.local/lib/python2.7/site-packages/pydal/base.py", line 587, in define_table
table = self.lazy_define_table(tablename, *fields, **args)
"/home/robin/.local/lib/python2.7/site-packages/pydal/base.py", line 606, in lazy_define_table
field.requires = auto_validators(field)
"/home/robin/.local/lib/python2.7/site-packages/pydal/helpers/methods.py", line 260, in auto_validators
return db.validators_method(field)
"/home/robin/Documents/web2py/gluon/dal.py", line 35, in _default_validators
if isinstance(field.options, list) and field.requires:
AttributeError: 'Field' object has no attribute 'options'
| [!] 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.652688 |
Traceback (most recent call last):
"multiprocessing\process.py", line 249, in _bootstrap
"multiprocessing\process.py", line 93, in run
"eye.py", line 524, in eye
"pyglui\ui.pyx", line 169, in pyglui.ui.UI.update (pyglui/ui.cpp:8760)
"pyglui\ui.pyx", line 137, in pyglui.ui.UI.handle_input (pyglui/ui.cpp:8298)
"pyglui\menus.pxi", line 525, in pyglui.ui.Scrolling_Menu.handle_input (pyglui/ui.cpp:41331)
"pyglui\menus.pxi", line 542, in pyglui.ui.Scrolling_Menu.handle_input (pyglui/ui.cpp:41113)
"pyglui\menus.pxi", line 360, in pyglui.ui.Growing_Menu.handle_input (pyglui/ui.cpp:38407)
"pyglui\menus.pxi", line 370, in pyglui.ui.Growing_Menu.handle_input (pyglui/ui.cpp:38267)
"pyglui\ui_elements.pxi", line 409, in pyglui.ui.Selector.handle_input (pyglui/ui.cpp:19409)
"pyglui\ui_elements.pxi", line 420, in pyglui.ui.Selector.handle_input (pyglui/ui.cpp:19251)
"pyglui\ui_elements.pxi", line 439, in pyglui.ui.Selector.finish_selection (pyglui/ui.cpp:19705)
"pyglui\ui.pyx", line 332, in pyglui.ui.Synced_Value.value.__set__ (pyglui/ui.cpp:43408)
"eye.py", line 311, in open_manager
"video_capture\ndsi_backend.py", line 275, in init_gui
"video_capture\ndsi_backend.py", line 266, in host_selection_list
AttributeError: 'dict' object has no attribute 'iteritems'
| Traceback (most recent call last):
"/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/usr/local/lib/python3.6/site-packages/rasa_core-0.7.3-py3.6.egg/rasa_core/server.py", line 152, in <module>
"/usr/local/lib/python3.6/site-packages/rasa_core-0.7.3-py3.6.egg/rasa_core/server.py", line 76, in __init__
"/usr/local/lib/python3.6/site-packages/rasa_core-0.7.3-py3.6.egg/rasa_core/server.py", line 80, in _create_agent
"/usr/local/lib/python3.6/site-packages/rasa_core-0.7.3-py3.6.egg/rasa_core/agent.py", line 54, in load
"/usr/local/lib/python3.6/site-packages/rasa_core-0.7.3-py3.6.egg/rasa_core/policies/ensemble.py", line 99, in load
"/usr/local/lib/python3.6/site-packages/rasa_core-0.7.3-py3.6.egg/rasa_core/utils.py", line 29, in class_from_module_path
AttributeError: module '__main__' has no attribute 'HubBotPolicy'
| 0.643261 |
Traceback (most recent call last):
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/optuna/study.py", line 331, in optimize
func, n_trials, timeout, catch, callbacks, gc_after_trial, None
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/optuna/study.py", line 626, in _optimize_sequential
self._run_trial_and_callbacks(func, catch, callbacks, gc_after_trial)
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/optuna/study.py", line 656, in _run_trial_and_callbacks
trial = self._run_trial(func, catch, gc_after_trial)
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/optuna/study.py", line 677, in _run_trial
result = func(trial)
"/Users/Hendrik/Desktop/larry1/min_working.py", line 174, in objective
trainer.fit(model)
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 793, in fit
self.run_pretrain_routine(model)
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 913, in run_pretrain_routine
self.train()
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/training_loop.py", line 347, in train
self.run_training_epoch()
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/training_loop.py", line 453, in run_training_epoch
self.call_early_stop_callback()
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/training_loop.py", line 793, in call_early_stop_callback
self.early_stop_callback.on_epoch_end(self, self.get_model())
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/optuna/integration/pytorch_lightning.py", line 61, in on_epoch_end
self._trial.report(current_score, step=epoch)
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/optuna/trial.py", line 597, in report
if step < 0:
TypeError: '<' not supported between instances of 'Trainer' and 'int'
| Traceback (most recent call last):
"/Users/zed/.pyenv/versions/3.5.1/bin/scrapyd", line 9, in <module>
load_entry_point('scrapyd==1.1.1', 'console_scripts', 'scrapyd')()
"/Users/zed/.pyenv/versions/3.5.1/lib/python3.5/site-packages/pkg_resources/__init__.py", line 558, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/Users/zed/.pyenv/versions/3.5.1/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2682, in load_entry_point
return ep.load()
"/Users/zed/.pyenv/versions/3.5.1/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2355, in load
return self.resolve()
"/Users/zed/.pyenv/versions/3.5.1/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2361, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/Users/zed/.pyenv/versions/3.5.1/lib/python3.5/site-packages/scrapyd/__init__.py", line 3, in <module>
version_info = tuple(__version__.split('.')[:3])
TypeError: a bytes-like object is required, not 'str'
| 0.60185 |
Traceback (most recent call last):
"coach.py", line 23, in <module>
from architectures import *
"/home/viktor/DeepRL/coach/architectures/__init__.py", line 20, in <module>
from architectures.tensorflow_components.general_network import *
"/home/viktor/DeepRL/coach/architectures/tensorflow_components/general_network.py", line 17, in <module>
from architectures.tensorflow_components.embedders import *
"/home/viktor/DeepRL/coach/architectures/tensorflow_components/embedders.py", line 20, in <module>
class InputEmbedder:
"/home/viktor/DeepRL/coach/architectures/tensorflow_components/embedders.py", line 21, in InputEmbedder
def __init__(self, input_size, activation_function=tf.nn.relu, name="embedder"):
AttributeError: module 'tensorflow' has no attribute 'nn'
| Traceback (most recent call last):
"D:\Neutron\main\src\Lib64\Debug_Build\Debug\Python\lib\site-packages\ptvsd\visualstudio_py_debugger.py", line 2288, in _excepthook
do_wait()
"D:\Neutron\main\src\Lib64\Debug_Build\Debug\Python\lib\site-packages\ptvsd\visualstudio_py_debugger.py", line 2413, in do_wait
sys.__stdout__.write('Press any key to continue . . . ')
AttributeError: 'NoneType' object has no attribute 'write'
| 0.571273 |
Traceback (most recent call last):
"nubia_example.py", line 17, in <module>
sys.exit(shell.run())
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/nubia.py", line 296, in run
return self.start_interactive(args)
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/nubia.py", line 196, in start_interactive
io_loop.run()
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/interactive.py", line 181, in run
self.parse_and_evaluate(stdout, text)
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/interactive.py", line 127, in parse_and_evaluate
return self.evaluate_command(stdout, cmd, args, input)
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/interactive.py", line 159, in evaluate_command
result = cmd_instance.run_interactive(cmd, args, raw)
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/cmdbase.py", line 340, in run_interactive
new_value = apply_typing(value, target_type)
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/typing/builder.py", line 34, in apply_typing
return get_typing_function(type)(value)
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/typing/builder.py", line 195, in wrapped
return function(string, *args_builders)
"/usr/lib/python3.7/typing.py", line 668, in __call__
raise TypeError(f"Type {self._name} cannot be instantiated; "
TypeError: Type List cannot be instantiated; use list() instead
| Traceback (most recent call last):
"/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/usr/bin/youtube-dl/__main__.py", line 19, in <module>
"/usr/bin/youtube-dl/youtube_dl/__init__.py", line 465, in main
"/usr/bin/youtube-dl/youtube_dl/__init__.py", line 455, in _real_main
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1896, in download
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 760, in extract_info
"/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 429, in extract
"/usr/bin/youtube-dl/youtube_dl/extractor/pbs.py", line 445, in _real_extract
"/usr/bin/youtube-dl/youtube_dl/extractor/pbs.py", line 427, in _extract_webpage
"/usr/lib/python2.7/re.py", line 141, in match
return _compile(pattern, flags).match(string)
TypeError: expected string or buffer
| 0.552726 |
Traceback (most recent call last):
"c:\program files\python36\lib\site-packages\monkeytype\tracing.py", li
ne 252, in __call__
self.handle_return(frame, arg)
"c:\program files\python36\lib\site-packages\monkeytype\tracing.py", li
ne 227, in handle_return
typ = get_type(arg)
"c:\program files\python36\lib\site-packages\monkeytype\typing.py", lin
e 76, in get_type
val_type = shrink_types(get_type(v) for v in obj.values())
"c:\program files\python36\lib\site-packages\monkeytype\typing.py", lin
e 34, in shrink_types
types = tuple(types)
"c:\program files\python36\lib\site-packages\monkeytype\typing.py", lin
e 76, in <genexpr>
val_type = shrink_types(get_type(v) for v in obj.values())
"c:\program files\python36\lib\site-packages\monkeytype\typing.py", lin
e 62, in get_type
return Type[obj]
"c:\program files\python36\lib\typing.py", line 652, in inner
return func(*args, **kwds)
"c:\program files\python36\lib\typing.py", line 1098, in __getitem__
params = tuple(_type_check(p, msg) for p in params)
"c:\program files\python36\lib\typing.py", line 1098, in <genexpr>
params = tuple(_type_check(p, msg) for p in params)
"c:\program files\python36\lib\typing.py", line 376, in _type_check
raise TypeError("Plain %s is not valid as type argument" % arg)
TypeError: Plain typing.Generic is not valid as type argument
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/problem_report.py", line 497, in add_to_existing
self.write(f)
"/usr/lib/python3/dist-packages/problem_report.py", line 452, in write
crc = zlib.crc32(block, crc)
TypeError: a bytes-like object is required, not 'str'
| 0.566044 |
Traceback (most recent call last):
"lint.events in C:\Users\XXX\AppData\Roaming\Sublime Text 3\Installed Packages\SublimeLinter.sublime-package", line 28, in broadcast
"highlight_view in C:\Users\XXX\AppData\Roaming\Sublime Text 3\Installed Packages\SublimeLinter.sublime-package", line 91, in on_lint_result
"highlight_view in C:\Users\XXX\AppData\Roaming\Sublime Text 3\Installed Packages\SublimeLinter.sublime-package", line 308, in prepare_highlights_data
"highlight_view in C:\Users\XXX\AppData\Roaming\Sublime Text 3\Installed Packages\SublimeLinter.sublime-package", line 350, in get_scope
"lint.style in C:\Users\XXX\AppData\Roaming\Sublime Text 3\Installed Packages\SublimeLinter.sublime-package", line 54, in wrapper
"lint.style in C:\Users\XXX\AppData\Roaming\Sublime Text 3\Installed Packages\SublimeLinter.sublime-package", line 97, in get_val
AttributeError: 'NoneType' object has no attribute 'split'
| Traceback (most recent call last):
"/Users/ultimaker/build/2.5/build/inst/lib/python3.5/site-packages/UM/Qt/Bindings/PreferencesProxy.py", line 22, in setValue
"/Users/ultimaker/build/2.5/build/inst/lib/python3.5/site-packages/UM/Preferences.py", line 66, in setValue
"/Users/ultimaker/build/2.5/build/inst/lib/python3.5/site-packages/UM/Signal.py", line 201, in emit
"/Users/ultimaker/build/2.5/build/inst/lib/python3.5/site-packages/UM/Signal.py", line 305, in __performEmit
"/Users/ultimaker/build/2.5/build/inst/lib/python3.5/site-packages/cura/PrintInformation.py", line 173, in _onPreferencesChanged
"/Users/ultimaker/build/2.5/build/inst/lib/python3.5/site-packages/cura/PrintInformation.py", line 134, in _calculateInformation
AttributeError: 'PrintInformation' object has no attribute '_material_amounts'
| 0.586163 |
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\variableexplorer\dataframeeditor.py", line 270, in get_value
value = self.df.iloc[row, column]
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\indexing.py", line 1491, in __getitem__
return self._getitem_scalar(key)
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\indexing.py", line 2113, in _getitem_scalar
values = self.obj._get_value(*key, takeable=True)
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\frame.py", line 2765, in _get_value
return com.maybe_box_datetimelike(series._values[index])
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\arrays\sparse.py", line 1010, in __getitem__
return self._get_val_at(key)
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\arrays\sparse.py", line 1053, in _get_val_at
return libindex.get_value_at(self.sp_values, sp_loc)
TypeError: Argument 'arr' has incorrect type (expected numpy.ndarray, got IntegerArray)
| Traceback (most recent call last):
"/media/michael/Storage2/Programming/CWLDiff/venv/bin/graphtage", line 5, in <module>
from graphtage.__main__ import main
"/media/michael/Storage2/Programming/CWLDiff/venv/lib/python3.9/site-packages/graphtage/__init__.py", line 1, in <module>
from . import graphtage
"/media/michael/Storage2/Programming/CWLDiff/venv/lib/python3.9/site-packages/graphtage/graphtage.py", line 11, in <module>
from .multiset import MultiSetEdit
"/media/michael/Storage2/Programming/CWLDiff/venv/lib/python3.9/site-packages/graphtage/multiset.py", line 12, in <module>
from .matching import WeightedBipartiteMatcher
"/media/michael/Storage2/Programming/CWLDiff/venv/lib/python3.9/site-packages/graphtage/matching.py", line 263, in <module>
class PathSet(Generic[T], Matching[T]):
"/usr/lib/python3.9/abc.py", line 85, in __new__
cls = super().__new__(mcls, name, bases, namespace, **kwargs)
TypeError: Cannot create a consistent method resolution
| 0.547944 |
[=========================
] 62.4 % Traceback (most recent call last):
"/Users/anikitin/anaconda/bin/mloginfo", line 11, in <module>
sys.exit(main())
"/Users/anikitin/anaconda/lib/python3.6/site-packages/mtools/mloginfo/mloginfo.py", line 95, in main
tool.run()
"/Users/anikitin/anaconda/lib/python3.6/site-packages/mtools/mloginfo/mloginfo.py", line 90, in run
section.run()
"/Users/anikitin/anaconda/lib/python3.6/site-packages/mtools/mloginfo/sections/query_section.py", line 81, in run
pattern=le.pattern, duration=le.duration)
"/Users/anikitin/anaconda/lib/python3.6/site-packages/mtools/util/logevent.py", line 431, in pattern
self._pattern = self._find_pattern('query: ')
"/Users/anikitin/anaconda/lib/python3.6/site-packages/mtools/util/logevent.py", line 716, in _find_pattern
return json2pattern(search_str)
"/Users/anikitin/anaconda/lib/python3.6/site-packages/mtools/util/pattern.py", line 82, in json2pattern
doc = json.loads(s, object_hook=_decode_pattern_dict)
"/Users/anikitin/anaconda/lib/python3.6/json/__init__.py", line 367, in loads
return cls(**kw).decode(s)
"/Users/anikitin/anaconda/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/Users/anikitin/anaconda/lib/python3.6/json/decoder.py", line 355, in raw_decode
obj, end = self.scan_once(s, idx)
"/Users/anikitin/anaconda/lib/python3.6/site-packages/mtools/util/pattern.py", line 38, in _decode_pattern_dict
value = _decode_pattern_list(value)
"/Users/anikitin/anaconda/lib/python3.6/site-packages/mtools/util/pattern.py", line 20, in _decode_pattern_list
rv = sorted(rv)
TypeError: '<' not supported between instances of 'dict' and 'dict'
| Traceback (most recent call last):
"C:\Users\krajasekhara\AppData\Local\Continuum\anaconda3\lib\site-packages\kerastuner\engine\hypermodel.py", line 105, in build
model = self.hypermodel.build(hp)
"<ipython-input-58-22abd649ed4e>", line 15, in build_model
input_length=max_length),
TypeError: __init__() missing 2 required positional arguments: 'input_dim' and 'output_dim'
| 0.518297 |
Traceback (most recent call last):
"/Users/aprice/.pyenv/versions/software-3.6.3/bin/scancode", line 10, in <module>
sys.exit(scancode())
"/Users/aprice/.pyenv/versions/3.6.3/envs/software-3.6.3/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/Users/aprice/.pyenv/versions/3.6.3/envs/software-3.6.3/lib/python3.6/site-packages/scancode/utils.py", line 70, in main
standalone_mode=standalone_mode, **extra)
"/Users/aprice/.pyenv/versions/3.6.3/envs/software-3.6.3/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/Users/aprice/.pyenv/versions/3.6.3/envs/software-3.6.3/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/aprice/.pyenv/versions/3.6.3/envs/software-3.6.3/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/Users/aprice/.pyenv/versions/3.6.3/envs/software-3.6.3/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/Users/aprice/.pyenv/versions/3.6.3/envs/software-3.6.3/lib/python3.6/site-packages/scancode/cli.py", line 530, in scancode
*args, **kwargs)
"/Users/aprice/.pyenv/versions/3.6.3/envs/software-3.6.3/lib/python3.6/site-packages/scancode/cli.py", line 927, in run_scan
quiet=quiet, verbose=verbose, kwargs=requested_options, echo_func=echo_func,
"/Users/aprice/.pyenv/versions/3.6.3/envs/software-3.6.3/lib/python3.6/site-packages/scancode/cli.py", line 1118, in run_scanners
with_timing=timing, progress_manager=progress_manager)
"/Users/aprice/.pyenv/versions/3.6.3/envs/software-3.6.3/lib/python3.6/site-packages/scancode/cli.py", line 1212, in scan_codebase
location, rid, scan_errors, scan_time, scan_result, scan_timings = next(scans)
TypeError: 'EnhancedProgressBar' object is not an iterator
| Traceback (most recent call last):
"./vault-certificate-importer.py", line 103, in <module>
entity_id = create_response['data']['id']
TypeError: 'Response' object is not subscriptable
| 0.594705 |
Traceback (most recent call last):
"__main__.py", line 19, in <module>
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\__init__.py", line 474, in main
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\__init__.py", line 464, in _real_main
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\YoutubeDL.py", line 2018, in download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\extractor\atresplayer.py", line 84, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\extractor\atresplayer.py", line 49, in _handle_error
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\extractor\common.py", line 899, in _parse_json
"C:\Python\Python34\lib\json\__init__.py", line 312, in loads
TypeError: the JSON object must be str, not 'bytes'
| Traceback (most recent call last):
"/tmp/runlike/bin/runlike", line 9, in <module>
load_entry_point('runlike==0.1.2', 'console_scripts', 'runlike')()
"/tmp/runlike/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/tmp/runlike/local/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/tmp/runlike/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/tmp/runlike/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/tmp/runlike/local/lib/python2.7/site-packages/runlike.py", line 126, in cli
print ins.format_cli()
"/tmp/runlike/local/lib/python2.7/site-packages/runlike.py", line 111, in format_cli
parameters = joiner.join(parameters)
TypeError: sequence item 25: expected string or Unicode, list found
| 0.552568 |
Traceback (most recent call last):
"neural_style.py", line 651, in <module>
main()
"neural_style.py", line 645, in main
stylize(args)
"neural_style.py", line 437, in stylize
style_model.load_state_dict(torch.load(modX))
"D:\Vitrual.C.Drive\Anaconda\envs\Pytorch\lib\site-packages\torch\nn\modules\module.py", line 721, in load_state_dict
self.__class__.__name__, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for TransformerNet:
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/anaconda3/lib/python3.6/site-packages/torchvision/datasets/folder.py", line 178, in __init__
target_transform=target_transform)
"/anaconda3/lib/python3.6/site-packages/torchvision/datasets/folder.py", line 79, in __init__
"Supported extensions are: " + ",".join(extensions)))
RuntimeError: Found 0 files in subfolders of: /Users/administer/Desktop/D-HAZY_DATASET1/Middlebury_Hazy
| 0.594935 |
Traceback (most recent call last):
"train.py", line 299, in train
loss, loss_items = compute_loss(pred, targets, model, giou_loss=giou_loss)
"/code/utils/utils.py", line 340, in compute_loss
txy, twh, tcls, tbox, indices, anchor_vec = build_targets(model, targets)
"/code/utils/utils.py", line 398, in build_targets
print("check yololayer.ng", model.module.module_list[16][0].ng, model.module.module_list[23][0].ng)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 535, in __getattr__
type(self).__name__, name))
AttributeError: 'YOLOLayer' object has no attribute 'ng'
| Traceback (most recent call last):
"test.py", line 33, in <module>
save_images(webpage, visuals, img_path, aspect_ratio=opt.aspect_ratio, width=opt.display_winsize)
AttributeError: 'Namespace' object has no attribute 'display_winsize'
| 0.630112 |
Traceback (most recent call last):
"/home/enes/ws/code/arl/mt/test/consume_experiences.py", line 16, in <module>
results = trainer.train()
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/rllib/agents/trainer.py", line 522, in train
raise e
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/rllib/agents/trainer.py", line 508, in train
result = Trainable.train(self)
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/tune/trainable.py", line 332, in train
result = self.step()
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/rllib/agents/trainer_template.py", line 110, in step
res = next(self.train_exec_impl)
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 758, in __next__
return next(self.built_iterator)
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 785, in apply_foreach
for item in it:
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 845, in apply_filter
for item in it:
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 845, in apply_filter
for item in it:
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 785, in apply_foreach
for item in it:
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 845, in apply_filter
for item in it:
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 1078, in build_union
item = next(it)
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 758, in __next__
return next(self.built_iterator)
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 785, in apply_foreach
for item in it:
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 785, in apply_foreach
for item in it:
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/util/iter.py", line 785, in apply_foreach
for item in it:
[Previous line repeated 2 more times]
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/rllib/execution/replay_ops.py", line 89, in gen_replay
item = local_buffer.replay()
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/rllib/execution/replay_buffer.py", line 331, in replay
beta=self.prioritized_replay_beta)
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/rllib/execution/replay_buffer.py", line 173, in sample
batch = self._encode_sample(idxes)
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/rllib/execution/replay_buffer.py", line 64, in _encode_sample
out = SampleBatch.concat_samples([self._storage[i] for i in idxes])
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/rllib/policy/sample_batch.py", line 93, in concat_samples
out[k] = concat_aligned([s[k] for s in samples])
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/rllib/policy/sample_batch.py", line 93, in <listcomp>
out[k] = concat_aligned([s[k] for s in samples])
"/home/enes/ws/envs/rlws/lib/python3.7/site-packages/ray/rllib/policy/sample_batch.py", line 294, in __getitem__
return self.data[key]
KeyError: 'action_logp'
| Traceback (most recent call last):
"/Users/alcanno/.virtualenvs/pylint3/lib/python3.7/site-packages/astroid/__init__.py", line 91, in _inference_tip_cached
return iter(_cache[func, node])
KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x103572e18>, <Call l.1336 at 0x103b2e9b0>)
| 0.514979 |
Traceback (most recent call last):
"/home/user/freqtrade-wrk/github-hroff-1902/freqtrade/freqtrade/main.py", line 40, in main
args.func(args)
"/home/user/freqtrade-wrk/github-hroff-1902/freqtrade/freqtrade/utils.py", line 75, in start_download_data
logger.info(f'About to download pairs: {config["pairs"]}, '
KeyError: 'pairs'
| Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 129, in async_init
flow, flow.init_step, data, init_done
"/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 201, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
"/usr/src/homeassistant/homeassistant/components/forked_daapd/config_flow.py", line 168, in async_step_zeroconf
if entry.data[CONF_HOST] != discovery_info["host"]:
KeyError: 'host'
| 0.541791 |
Traceback (most recent call last):
"./tools/train.py", line 154, in <module>
main()
"./tools/train.py", line 150, in main
meta=meta)
"/root/src/mmdet/mmdet/apis/train.py", line 143, in train_detector
runner.run(data_loaders, cfg.workflow, cfg.total_epochs)
"/root/src/mmcv-full/mmcv/runner/epoch_based_runner.py", line 122, in run
epoch_runner(data_loaders[i], **kwargs)
"/root/src/mmcv-full/mmcv/runner/epoch_based_runner.py", line 43, in train
self.call_hook('after_train_iter')
"/root/src/mmcv-full/mmcv/runner/base_runner.py", line 298, in call_hook
getattr(hook, fn_name)(self)
"/root/src/mmcv-full/mmcv/runner/hooks/optimizer.py", line 24, in after_train_iter
runner.outputs['loss'].backward()
"/opt/conda/lib/python3.6/site-packages/torch/tensor.py", line 198, in backward
torch.autograd.backward(self, gradient, retain_graph, create_graph)
"/opt/conda/lib/python3.6/site-packages/torch/autograd/__init__.py", line 99, in backward
allow_unreachable=True)
# allow_unreachable flag
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input. (getWorkspaceSize at ../aten/src/ATen/native/cudnn/Conv.cpp:622)
| Traceback (most recent call last):
"/Users/glennjocher/opt/anaconda3/envs/env1/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3331, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-5-be04c762b799>", line 5, in <module>
c = a / 0
RuntimeError: ZeroDivisionError
| 0.542637 |
Traceback (most recent call last):
"create_tf_record.py", line 178, in <module>
tf.app.run()
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"create_tf_record.py", line 173, in main
image_dir, train_examples)
"create_tf_record.py", line 145, in create_tf_record
tf_example = dict_to_tf_example(data, label_map_dict, image_dir)
"create_tf_record.py", line 60, in dict_to_tf_example
img_path = os.path.join(image_subdirectory, data['filename'])
TypeError: string indices must be integers | Traceback (most recent call last):
...
".local/python/lib/site-packages/nni/metis_tuner/metis_tuner.py", line 123, in update_search_space
for value in range(key_range[0], key_range[1], key_range[2]):
TypeError: 'float' object cannot be interpreted as an integer
| 0.556026 |
Traceback (most recent call last):
"train_resnet50_video.py", line 52, in <module>
epochs, validation_steps, steps_per_epoch)
"U:\git\code311016\Resnet50Video.py", line 91, in fit_generator
self.model.save("D:\\dataset\\model.hdf5")
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\site-packages\keras\engine\topology.py", line 2553, in save
save_model(self, filepath, overwrite, include_optimizer)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\site-packages\keras\models.py", line 107, in save_model
'config': model.get_config()
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\site-packages\keras\engine\topology.py", line 2394, in get_config
return copy.deepcopy(config)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 223, in _deepcopy_tuple
y = [deepcopy(a, memo) for a in x]
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 223, in <listcomp>
y = [deepcopy(a, memo) for a in x]
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 223, in _deepcopy_tuple
y = [deepcopy(a, memo) for a in x]
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 223, in <listcomp>
y = [deepcopy(a, memo) for a in x]
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 223, in _deepcopy_tuple
y = [deepcopy(a, memo) for a in x]
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 223, in <listcomp>
y = [deepcopy(a, memo) for a in x]
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 218, in _deepcopy_list
y.append(deepcopy(a, memo))
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 223, in _deepcopy_tuple
y = [deepcopy(a, memo) for a in x]
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 223, in <listcomp>
y = [deepcopy(a, memo) for a in x]
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 297, in _reconstruct
state = deepcopy(state, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 155, in deepcopy
y = copier(x, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 243, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 182, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"C:\Users\koko\AppData\Local\conda\conda\envs\tf\lib\copy.py", line 306, in _reconstruct
y.__dict__.update(state)
AttributeError: 'NoneType' object has no attribute 'update'
| Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 2000, in __call__
return self.wsgi_app(environ, start_response)
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1991, in wsgi_app
response = self.make_response(self.handle_exception(e))
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1567, in handle_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise
raise value
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise
raise value
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1625, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/usr/local/lib/python3.5/dist-packages/flask_restless/views/base.py", line 394, in new_func
return func(*args, **kw)
"/usr/local/lib/python3.5/dist-packages/flask_restless/views/base.py", line 343, in new_func
return func(*args, **kw)
"/usr/local/lib/python3.5/dist-packages/flask_restless/views/base.py", line 247, in new_func
return func(*args, **kw)
"/usr/local/lib/python3.5/dist-packages/flask/views.py", line 84, in view
return self.dispatch_request(*args, **kwargs)
"/usr/local/lib/python3.5/dist-packages/flask/views.py", line 149, in dispatch_request
return meth(*args, **kwargs)
"/usr/local/lib/python3.5/dist-packages/flask_restless/views/base.py", line 447, in wrapped
return func(*args, **kw)
"/usr/local/lib/python3.5/dist-packages/flask_restless/views/resources.py", line 400, in get
return self._get_resource(resource_id)
"/usr/local/lib/python3.5/dist-packages/flask_restless/views/resources.py", line 335, in _get_resource
return self._get_resource_helper(resource)
"/usr/local/lib/python3.5/dist-packages/flask_restless/views/base.py", line 1549, in _get_resource_helper
result = serializer.serialize(resource, only=only)
"/usr/local/lib/python3.5/dist-packages/flask_restless/serialization/serializers.py", line 493, in serialize
resource = self._dump(instance, only=only)
"/usr/local/lib/python3.5/dist-packages/flask_restless/serialization/serializers.py", line 315, in _dump
assoc_scalars = list(assoc_proxy_scalar_collections(model))
"/usr/local/lib/python3.5/dist-packages/flask_restless/helpers.py", line 87, in assoc_proxy_scalar_collections
and not isinstance(v.remote_attr.property, RelationshipProperty) \
AttributeError: 'AssociationProxy' object has no attribute 'property'
| 0.64548 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 143, in main
status = self.run(options, args)
"/usr/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 366, in run
use_user_site=options.use_user_site,
"/usr/lib/python3.6/site-packages/pip/_internal/req/__init__.py", line 49, in install_given_reqs
**kwargs
"/usr/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 760, in install
use_user_site=use_user_site, pycompile=pycompile,
"/usr/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 382, in move_wheel_files
warn_script_location=warn_script_location,
"/usr/lib/python3.6/site-packages/pip/_internal/wheel.py", line 514, in move_wheel_files
for row in sorted(outrows):
TypeError: '<' not supported between instances of 'int' and 'str'
| Traceback (most recent call last):
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports
return _getImports_pe(pth)
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe
import_dllnames_only=True,
TypeError: parse_data_directories() got an unexpected keyword argument 'forwarded_exports_only'
| 0.514627 |
Traceback (most recent call last):
"/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
"/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
| Traceback (most recent call last):
"sqliscan.py", line 214, in <module>
SqliScan(urls)
"sqliscan.py", line 64, in __init__
self.urlRequest(self.urlReader(urls))
"sqliscan.py", line 99, in urlRequest
self.scanVulnerability(site)
"sqliscan.py", line 128, in scanVulnerability
parms = dict([item.split("=") for item in parsedUrl[4].split("&")])
ValueError: dictionary update sequence element #0 has length 1; 2 is required
| 0.575705 |
Traceback (most recent call last):
"/home/adrian/src/ansible/bin/ansible-playbook", line 103, in <module>
exit_code = cli.run()
"/home/adrian/src/ansible/lib/ansible/cli/playbook.py", line 156, in run
results = pbex.run()
"/home/adrian/src/ansible/lib/ansible/executor/playbook_executor.py", line 153, in run
result = self._tqm.run(play=play)
"/home/adrian/src/ansible/lib/ansible/executor/task_queue_manager.py", line 264, in run
start_at_done = self._start_at_done,
"/home/adrian/src/ansible/lib/ansible/executor/play_iterator.py", line 193, in __init__
for block in self._play.compile():
"/home/adrian/src/ansible/lib/ansible/playbook/play.py", line 268, in compile
loader=self._loader
"/home/adrian/src/ansible/lib/ansible/playbook/block.py", line 86, in load
return b.load_data(data, variable_manager=variable_manager, loader=loader)
"/home/adrian/src/ansible/lib/ansible/playbook/base.py", line 250, in load_data
self._attributes[name] = method(name, ds[name])
"/home/adrian/src/ansible/lib/ansible/playbook/block.py", line 122, in _load_block
use_handlers=self._use_handlers,
"/home/adrian/src/ansible/lib/ansible/playbook/helpers.py", line 309, in load_list_of_tasks
t = Task.load(task_ds, block=block, role=role, task_include=task_include, variable_manager=variable_manager, loader=loader)
"/home/adrian/src/ansible/lib/ansible/playbook/task.py", line 139, in load
return t.load_data(data, variable_manager=variable_manager, loader=loader)
"/home/adrian/src/ansible/lib/ansible/playbook/base.py", line 240, in load_data
ds = self.preprocess_data(ds)
"/home/adrian/src/ansible/lib/ansible/playbook/task.py", line 179, in preprocess_data
(action, args, delegate_to) = args_parser.parse()
"/home/adrian/src/ansible/lib/ansible/parsing/mod_args.py", line 286, in parse
if item in module_loader or item in ['meta', 'include', 'include_role']:
"/home/adrian/src/ansible/lib/ansible/plugins/__init__.py", line 329, in has_plugin
return self.find_plugin(name) is not None
"/home/adrian/src/ansible/lib/ansible/plugins/__init__.py", line 265, in find_plugin
for path in (p for p in self._get_paths() if p not in self._searched_paths and os.path.isdir(p)):
"/home/adrian/src/ansible/lib/ansible/plugins/__init__.py", line 196, in _get_paths
ret.extend(self._get_package_paths(subdirs=subdirs))
"/home/adrian/src/ansible/lib/ansible/plugins/__init__.py", line 159, in _get_package_paths
m = __import__(self.package)
ImportError: No module named modules
| Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
| 0.581499 |
Traceback (most recent call last):
"/root/.pycharm_helpers/pydev/pydevd.py", line 1664, in <module>
main()
"/root/.pycharm_helpers/pydev/pydevd.py", line 1658, in main
globals = debugger.run(setup['file'], None, None, is_module)
"/root/.pycharm_helpers/pydev/pydevd.py", line 1068, in run
pydev_imports.execfile(file, globals, locals)
# execute the script
"/root/.pycharm_helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"/data/CNN_dlw_v0/CNN_dlw/main.py", line 100, in <module>
main()
"/data/CNN_dlw_v0/CNN_dlw/main.py", line 72, in main
model.train(epoch=15)
"/data/CNN_dlw_v0/CNN_dlw/Model.py", line 383, in train
verbose=2)
"/data/SkyCompute/lib/python3.6/site-packages/keras/legacy/interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
"/data/SkyCompute/lib/python3.6/site-packages/keras/engine/training.py", line 2280, in fit_generator
callbacks.on_epoch_end(epoch, epoch_logs)
"/data/SkyCompute/lib/python3.6/site-packages/keras/callbacks.py", line 77, in on_epoch_end
callback.on_epoch_end(epoch, logs)
"/data/SkyCompute/lib/python3.6/site-packages/keras/callbacks.py", line 447, in on_epoch_end
self.model.save(filepath, overwrite=True)
"/data/SkyCompute/lib/python3.6/site-packages/keras/engine/topology.py", line 2576, in save
save_model(self, filepath, overwrite, include_optimizer)
"/data/SkyCompute/lib/python3.6/site-packages/keras/models.py", line 106, in save_model
with h5py.
(filepath, mode='w') as f:
"/data/SkyCompute/lib/python3.6/site-packages/h5py/_hl/files.py", line 271, in __init__
fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr)
"/data/SkyCompute/lib/python3.6/site-packages/h5py/_hl/files.py", line 107, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, fapl=fapl, fcpl=fcpl)
"h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
"h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
"h5py/h5f.pyx", line 98, in h5py.h5f.create
OSError: Unable to create file (Unable to lock file, errno = 11, error message = 'resource temporarily unavailable')
| Traceback (most recent call last):
"hummingbot\connector\exchange\bitfinex\bitfinex_exchange.pyx", line 489, in _api_do_request
"hummingbot\connector\exchange\bitfinex\bitfinex_exchange.pyx", line 495, in hummingbot.connector.exchange.bitfinex.bitfinex_exchange.BitfinexExchange._api_do_request
OSError: Error fetching data from https://api.bitfinex.com/v2/auth/r/orders/hist. HTTP status is 500. ['error', 10114, 'nonce: small']
| 0.561717 |
Traceback (most recent call last):
"train.py", line 310, in <module>
main()
"train.py", line 158, in main
model.optimize_parameters(current_step)
"/home/thrc_pyj/mmsr-master/codes/models/SRGAN_model.py", line 145, in optimize_parameters
l_g_pix = self.l_pix_w * self.cri_pix(self.fake_H, self.var_H)
"/home/thrc_pyj/anaconda3/envs/torch1/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)
"/home/thrc_pyj/anaconda3/envs/torch1/lib/python3.7/site-packages/torch/nn/modules/loss.py", line 91, in forward
return F.l1_loss(input, target, reduction=self.reduction)
"/home/thrc_pyj/anaconda3/envs/torch1/lib/python3.7/site-packages/torch/nn/functional.py", line 2230, in l1_loss
expanded_input, expanded_target = torch.broadcast_tensors(input, target)
"/home/thrc_pyj/anaconda3/envs/torch1/lib/python3.7/site-packages/torch/functional.py", line 62, in broadcast_tensors
return torch._C._VariableFunctions.broadcast_tensors(tensors)
RuntimeError: The size of tensor a (172) must match the size of tensor b (129) at non-singleton dimension 3
| Traceback (most recent call last):
"/usr/lib/python3.5/concurrent/futures/_base.py", line 297, in _invoke_callbacks
callback(self)
"/usr/lib/python3.5/asyncio/futures.py", line 463, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
"/usr/lib/python3.5/asyncio/base_events.py", line 618, in call_soon_threadsafe
self._check_closed()
"/usr/lib/python3.5/asyncio/base_events.py", line 357, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
| 0.51866 |
Traceback (most recent call last):
"R:\web2py\gluon\restricted.py", line 219, in restricted
exec(ccode, environment)
"R:\web2py\applications\myapp\models\db.py", line 321, in <module>
'aaaaaaaaaaaaaaaaaaaaaaaaaaaa')
"R:\web2py\gluon\tools.py", line 884, in __init__
self.request_vars = request and request.vars or current.request.vars
"R:\web2py\gluon\globals.py", line 316, in vars
self.parse_all_vars()
"R:\web2py\gluon\globals.py", line 287, in parse_all_vars
for key, value in iteritems(self.post_vars):
"R:\web2py\gluon\globals.py", line 308, in post_vars
self.parse_post_vars()
"R:\web2py\gluon\globals.py", line 244, in parse_post_vars
dpost = cgi.FieldStorage(fp=body, environ=env, keep_blank_values=1)
"c:\python37\lib\cgi.py", line 491, in __init__
self.read_single()
"c:\python37\lib\cgi.py", line 682, in read_single
self.read_binary()
"c:\python37\lib\cgi.py", line 704, in read_binary
self.file.write(data)
"c:\python37\lib\tempfile.py", line 481, in func_wrapper
return func(*args, **kwargs)
TypeError: write() argument must be str, not bytes
| Traceback (most recent call last):
"udemy-dl.py", line 936, in <module>
main()
"udemy-dl.py", line 725, in main
udemy.ExtractAndDownload()
"udemy-dl.py", line 303, in ExtractAndDownload
self.login()
"udemy-dl.py", line 40, in login
extract_info.login(self.username, self.password)
"/opt/udemy-dl/udemy/_extractor.py", line 147, in login
login_form
= self._fill_login_form(login_popup, username, password)
"/opt/udemy-dl/udemy/_extractor.py", line 98, in _fill_login_form
login_form = self._form_hidden_inputs('login-form', webpage)
"/opt/udemy-dl/udemy/_extractor.py", line 88, in _form_hidden_inputs
return _hidden_inputs(form)
"/opt/udemy-dl/udemy/_utils.py", line 80, in _hidden_inputs
html = re.sub(r'<!--(?:(?!<!--).)*-->', '', html)
"/usr/lib/python3.4/re.py", line 179, in sub
return _compile(pattern, flags).sub(repl, string, count)
TypeError: expected string or buffer
| 0.618759 |
Traceback (most recent call last):
"/bin/molecule", line 11, in <module>
sys.exit(main())
"/usr/lib/python2.7/site-packages/molecule/cli.py", line 41, in main
cli(obj={})
"/usr/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/usr/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/usr/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/usr/lib/python2.7/site-packages/molecule/command/create.py", line 71, in create
util.sysexit(c.execute()[0])
"/usr/lib/python2.7/site-packages/molecule/command/create.py", line 42, in execute
self.molecule.driver.up(no_provision=True)
"/usr/lib/python2.7/site-packages/molecule/driver/dockerdriver.py", line 116, in up
self._build_ansible_compatible_image()
"/usr/lib/python2.7/site-packages/molecule/driver/dockerdriver.py", line 222, in _build_ansible_compatible_image
for tag in image.get('RepoTags', [])
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\fitCommands\calc\fitSetCharge.py", line 23, in Do
"C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\fitCommands\calc\fitSetCharge.py", line 32, in __setAmmo
"C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\fitCommands\calc\fitSetCharge.py", line 32, in <dictcomp>
TypeError: list indices must be integers or slices, not Module
| 0.594854 |
Traceback (most recent call last):
".../bin/pip-compile", line 10, in <module>
sys.exit(cli())
".../lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
".../lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
".../lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
".../lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
".../lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
".../lib/python3.7/site-packages/piptools/scripts/compile.py", line 256, in cli
repository = PyPIRepository(pip_options, session, build_isolation)
".../lib/python3.7/site-packages/piptools/repositories/pypi.py", line 95, in __init__
self.finder = PackageFinder(**finder_kwargs)
TypeError: __init__() got an unexpected keyword argument 'find_links'
| Traceback (most recent call last):
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\handlers\exception.py", line 35, in inner
response = get_response(request)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\handlers\base.py", line 128, in _get_response
response = self.process_exception_by_middleware(e, request)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\handlers\base.py", line 126, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
"C:\Users\ferdi\workspace\rpgtools\starsheet\views.py", line 65, in characterDetail
character = Character.objects.create()
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\manager.py", line 82, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\query.py", line 417, in create
obj.save(force_insert=True, using=self.db)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\base.py", line 729, in save
force_update=force_update, update_fields=update_fields)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\base.py", line 759, in save_base
updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\base.py", line 842, in _save_table
result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\base.py", line 880, in _do_insert
using=using, raw=raw)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\manager.py", line 82, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\query.py", line 1125, in _insert
return query.get_compiler(using=using).execute_sql(return_id)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\sql\compiler.py", line 1280, in execute_sql
for sql, params in self.as_sql():
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\sql\compiler.py", line 1233, in as_sql
for obj in self.query.objs
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\sql\compiler.py", line 1233, in <listcomp>
for obj in self.query.objs
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\sql\compiler.py", line 1232, in <listcomp>
[self.prepare_value(field, self.pre_save_val(field, obj)) for field in fields]
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\sql\compiler.py", line 1172, in prepare_value
value = field.get_db_prep_save(value, connection=self.connection)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\django\db\models\fields\__init__.py", line 767, in get_db_prep_save
return self.get_db_prep_value(value, connection=connection, prepared=False)
"C:\Users\ferdi\AppData\Local\Programs\Python\Python36\lib\site-packages\djongo\models.py", line 380, in get_db_prep_value
raise TypeError('Object must be of type Model, but is ' + str(type(value)))
TypeError: Object must be of type Model, but is <class 'NoneType'>
| 0.5328 |
Traceback (most recent call last):
"/home/didi/PycharmProjects/darts/rnn/train.py", line 255, in <module>
model = torch.load(os.path.join(args.save, 'model.pt'))
"/home/didi/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 356, in load
f = open(f, 'rb')
NotFoundError: [Errno 2] No such file or directory: 'eval-EXP-20190902-104658/model.pt'
| Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/whipper/extern/task/task.py", line 518, in c
callable_task(*args, **kwargs)
"/usr/lib64/python3.6/site-packages/whipper/program/cdrdao.py", line 111, in _read
self._done()
"/usr/lib64/python3.6/site-packages/whipper/program/cdrdao.py", line 149, in _done
self.toc.parse()
"/usr/lib64/python3.6/site-packages/whipper/image/toc.py", line 191, in parse
with open(self._path) as f:
NotFoundError: [Errno 2] No such file or directory: '/tmp/tmpgbvzifxl.cdrdao.read-toc.whipper.task'
| 0.611769 |
Traceback (most recent call last):
"gui\builtinViews\fittingView.py", line 91, in fitSelected
"gui\builtinViews\fittingView.py", line 346, in fitSelected
"gui\builtinViews\fittingView.py", line 591, in slotsChanged
"gui\builtinViews\fittingView.py", line 542, in generateMods
"service\fit.py", line 348, in getFit
"service\fit.py", line 529, in recalc
"eos\saveddata\fit.py", line 509, in clear
"eos\saveddata\fit.py", line 298, in modules
"site-packages\sqlalchemy\orm\attributes.py", line 287, in __get__
"site-packages\sqlalchemy\orm\attributes.py", line 723, in get
"site-packages\sqlalchemy\orm\strategies.py", line 750, in _load_for_state
"<string>", line 1, in <lambda>
"site-packages\sqlalchemy\orm\strategies.py", line 892, in _emit_lazyload
"site-packages\sqlalchemy\ext\baked.py", line 545, in all
"site-packages\sqlalchemy\orm\loading.py", line 101, in instances
"site-packages\sqlalchemy\util\langhelpers.py", line 69, in __exit__
"site-packages\sqlalchemy\util\compat.py", line 178, in raise_
"site-packages\sqlalchemy\orm\loading.py", line 81, in instances
"site-packages\sqlalchemy\orm\loading.py", line 81, in <listcomp>
"site-packages\sqlalchemy\orm\loading.py", line 602, in _instance
"site-packages\sqlalchemy\event\attr.py", line 322, in __call__
"site-packages\sqlalchemy\orm\mapper.py", line 3378, in _event_on_load
"eos\saveddata\module.py", line 119, in init
"eos\db\gamedata\queries.py", line 133, in getItemWithBaseItemAttribute
AttributeError: 'NoneType' object has no attribute 'attributes'
| Traceback (most recent call last):
"/Users/igortkachenko/Tools/kivy-designer/venv/lib/python3.6/site-packages/kivy/uix/widget.py", line 265, in _widget_destructor
"/Users/igortkachenko/Tools/kivy-designer/venv/lib/python3.6/site-packages/kivy/lang/builder.py", line 760, in unbind_widget
"kivy/weakproxy.pyx", line 30, in kivy.weakproxy.WeakProxy.__getattr__
AttributeError: 'weakref' object has no attribute 'cline_in_traceback'
| 0.644392 |
Traceback (most recent call last):
"/home/e/se/sympy/core/assumptions.py", line 262, in getit
return self._assumptions[fact]
KeyError: 'rational'
| Traceback (most recent call last):
"train.py", line 73, in <module>
model = config.get_model(cfg, device=device, dataset=train_dataset)
"/home/mazharnaveed804/experimental/occupancy_networks/im2mesh/config.py", line 76, in get_model
cfg, device=device, dataset=dataset)
"/home/mazharnaveed804/experimental/occupancy_networks/im2mesh/onet/config.py", line 35, in get_model
encoder_latent = models.encoder_latent_dict[encoder_latent](
KeyError: None
| 0.584461 |
Traceback (most recent call last):
"C:\Python27\Lib\threading.py", line 530, in __bootstrap_inner
self.run()
"C:\Python27\Lib\threading.py", line 483, in run
self.__target(*self.__args, **self.__kwargs)
"C:\Python27\binance-trader-master\trader.py", line 338, in action
print ('price:%.8f buyp:%.8f sellp:%.8f-bid:%.8f ask:%.8f' % (lastPrice, buyPrice, profitableSellingPrice, lastBid, lastAsk))
TypeError: float argument required, not NoneType
| Traceback (most recent call last):
"/usr/local/google/home/henryc/git/forseti-security/google/cloud/security/scanner/scanner.py", line 114, in main
scanner.run()
"/usr/local/google/home/henryc/git/forseti-security/google/cloud/security/scanner/scanners/iap_scanner.py", line 576, in run
iap_data, resource_counts = self._retrieve()
"/usr/local/google/home/henryc/git/forseti-security/google/cloud/security/scanner/scanners/iap_scanner.py", line 542, in _retrieve
firewall_rules=self._get_firewall_rules(),
"/usr/local/google/home/henryc/git/forseti-security/google/cloud/security/scanner/scanners/iap_scanner.py", line 494, in _get_firewall_rules
get_firewall_rules(self.snapshot_timestamp)
"/usr/local/google/home/henryc/git/forseti-security/google/cloud/security/common/data_access/firewall_rule_dao.py", line 45, in get_firewall_rules
for row in rows]
"/usr/local/google/home/henryc/git/forseti-security/google/cloud/security/common/data_access/dao.py", line 134, in map_row_to_object
return object_class(**row)
"/usr/local/google/home/henryc/git/forseti-security/google/cloud/security/common/gcp_type/firewall_rule.py", line 52, in __init__
kwargs.get('firewall_rule_destination_ranges', '[]')))
TypeError: 'NoneType' object is not iterable
| 0.590985 |
Traceback (most recent call last):
"/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/disk1/home/server/MinkowskiEngine/examples/reconstruction.py", line 625, in <module>
visualize(net, dataloader, device, config)
"/disk1/home/server/MinkowskiEngine/examples/reconstruction.py", line 546, in visualize
for data_dict in dataloader:
"/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 345, in __next__
data = self._next_data()
"/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 856, in _next_data
return self._process_data(data)
"/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 881, in _process_data
data.reraise()
"/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/site-packages/torch/_utils.py", line 394, in reraise
raise self.exc_type(msg)
ValueError: Caught ValueError in DataLoader worker process 0.
| Traceback (most recent call last):
"/home/rakan/.pyenv/versions/raiden/bin/raiden", line 11, in <module>
load_entry_point('raiden', 'console_scripts', 'raiden')()
"/home/rakan/raiden/raiden/__main__.py", line 11, in main
run(auto_envvar_prefix='RAIDEN')
"/home/rakan/.pyenv/versions/3.6.5/envs/raiden/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/home/rakan/.pyenv/versions/3.6.5/envs/raiden/lib/python3.6/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/home/rakan/.pyenv/versions/3.6.5/envs/raiden/lib/python3.6/site-packages/click/core.py", line 1043, in invoke
return Command.invoke(self, ctx)
"/home/rakan/.pyenv/versions/3.6.5/envs/raiden/lib/python3.6/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/rakan/.pyenv/versions/3.6.5/envs/raiden/lib/python3.6/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/home/rakan/.pyenv/versions/3.6.5/envs/raiden/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/home/rakan/raiden/raiden/ui/cli.py", line 966, in run
app_ = _run_app()
"/home/rakan/raiden/raiden/ui/cli.py", line 887, in _run_app
app_ = ctx.invoke(app, **kwargs)
"/home/rakan/.pyenv/versions/3.6.5/envs/raiden/lib/python3.6/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/home/rakan/raiden/raiden/ui/cli.py", line 693, in app
discovery=discovery,
"/home/rakan/raiden/raiden/app.py", line 121, in __init__
discovery=discovery,
"/home/rakan/raiden/raiden/raiden_service.py", line 216, in __init__
self.start()
"/home/rakan/raiden/raiden/raiden_service.py", line 283, in start
on_raiden_event(self, event)
"/home/rakan/raiden/raiden/raiden_event_handler.py", line 333, in on_raiden_event
handle_contract_send_channelclose(raiden, event)
"/home/rakan/raiden/raiden/raiden_event_handler.py", line 201, in handle_contract_send_channelclose
signature,
"/home/rakan/raiden/raiden/network/proxies/payment_channel.py", line 119, in close
signature=signature,
"/home/rakan/raiden/raiden/network/proxies/token_network.py", line 561, in close
signature,
"/home/rakan/raiden/raiden/network/rpc/smartcontract_proxy.py", line 40, in transact
**kargs,
"/home/rakan/raiden/raiden/network/rpc/client.py", line 497, in send_transaction
result = self.web3.eth.sendRawTransaction(signed_txn.rawTransaction)
"/home/rakan/.pyenv/versions/3.6.5/envs/raiden/lib/python3.6/site-packages/web3-4.4.1-py3.6.egg/web3/eth.py", line 274, in sendRawTransaction
[raw_transaction],
"/home/rakan/.pyenv/versions/3.6.5/envs/raiden/lib/python3.6/site-packages/web3-4.4.1-py3.6.egg/web3/manager.py", line 110, in request_blocking
raise ValueError(response["error"])
ValueError: {'code': -32000, 'message': 'replacement transaction underpriced'}
| 0.611051 |
Traceback (most recent call last):
"/home/ubuntu/anaconda3/envs/multi/lib/python3.8/site-packages/torch/multiprocessing/spawn.py", line 19, in _wrap
fn(i, *args)
"/home/ubuntu/fairseq/fairseq_cli/train.py", line 267, in distributed_main
main(args, init_distributed=True)
"/home/ubuntu/fairseq/fairseq_cli/train.py", line 101, in main
train(args, trainer, task, epoch_itr)
"/home/ubuntu/anaconda3/envs/multi/lib/python3.8/contextlib.py", line 75, in inner
return func(*args, **kwds)
"/home/ubuntu/fairseq/fairseq_cli/train.py", line 168, in train
log_output = trainer.train_step(samples)
"/home/ubuntu/anaconda3/envs/multi/lib/python3.8/contextlib.py", line 75, in inner
return func(*args, **kwds)
"/home/ubuntu/fairseq/fairseq/trainer.py", line 347, in train_step
logging_outputs, sample_size, ooms = self._aggregate_logging_outputs(
"/home/ubuntu/fairseq/fairseq/trainer.py", line 611, in _aggregate_logging_outputs
return self._fast_stat_sync_sum(logging_outputs, *extra_stats_to_sum)
"/home/ubuntu/fairseq/fairseq/trainer.py", line 649, in _fast_stat_sync_sum
stats = [0.] + list(extra_stats_to_sum) + [
"/home/ubuntu/fairseq/fairseq/trainer.py", line 650, in <listcomp>
sum(log.get(k, 0) for log in logging_outputs)
TypeError: unsupported operand type(s) for +: 'int' and 'dict'
| Traceback (most recent call last):
"build/x11-64/pythonscript/_godot_instance.pxi", line 97, in _godot.pythonscript_instance_call_method
"build/x11-64/pythonscript/godot/_hazmat/conversion.pyx", line 177, in godot._hazmat.conversion.godot_variant_to_pyobj
"build/x11-64/pythonscript/godot/_hazmat/conversion.pyx", line 300, in godot._hazmat.conversion._godot_variant_to_pyobj_pool_byte_array
TypeError: godot.pool_arrays.PoolByteArray.__new__(godot.pool_arrays.PoolIntArray): godot.pool_arrays.PoolIntArray is not a subtype of godot.pool_arrays.PoolByteArray
| 0.534346 |
Error: Traceback (most recent call last):
"c:\users\muratori.n\.platformio\penv\lib\site-packages\platformio\__main__.py", line 104, in main
cli(None, None, None)
"c:\users\muratori.n\.platformio\penv\lib\site-packages\click\core.py", line 700, in __call__
return self.main(*args, **kwargs)
"c:\users\muratori.n\.platformio\penv\lib\site-packages\click\core.py", line 680, in main
rv = self.invoke(ctx)
"c:\users\muratori.n\.platformio\penv\lib\site-packages\click\core.py", line 1027, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"c:\users\muratori.n\.platformio\penv\lib\site-packages\click\core.py", line 873, in invoke
return ctx.invoke(self.callback, **ctx.params)
"c:\users\muratori.n\.platformio\penv\lib\site-packages\click\core.py", line 508, in invoke
return callback(*args, **kwargs)
"c:\users\muratori.n\.platformio\penv\lib\site-packages\click\decorators.py", line 16, in new_func
return f(get_current_context(), *args, **kwargs)
"c:\users\muratori.n\.platformio\penv\lib\site-packages\platformio\commands\init.py", line 103, in cli
pg.generate()
"c:\users\muratori.n\.platformio\penv\lib\site-packages\platformio\ide\projectgenerator.py", line 121, in generate
self._render_tpl(tpl_path).encode("utf8"))
"c:\users\muratori.n\.platformio\penv\lib\site-packages\platformio\ide\projectgenerator.py", line 127, in _render_tpl
return bottle.template(content, **self._tplvars)
"C:\Users\muratori.n\.platformio\penv\Scripts\bottle.py", line 3619, in template
return TEMPLATES[tplid].render(kwargs)
"C:\Users\muratori.n\.platformio\penv\Scripts\bottle.py", line 3409, in render
self.execute(stdout, env)
"C:\Users\muratori.n\.platformio\penv\Scripts\bottle.py", line 3396, in execute
eval(self.co, env)
"<string>", line 2, in <module>
AttributeError: 'NoneType' object has no attribute 'replace'
| Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/retrace.py", line 289, in __call__
result = fn(*args, **kwargs)
"/code/p.py", line 1552, in play
r = repr(self.engine)
"/code/p.py", line 337, in __repr__
dist_stats = ES.dist_player_stats(d['stats'], True)
"/code/p.py", line 198, in dist_player_stats
k = dist.bisect_key(i)
AttributeError: 'SortedDict' object has no attribute 'bisect_key'
| 0.623238 |
Traceback (most recent call last):
"c:\salt\bin\lib\site-packages\salt-3000-py3.5.egg\salt\utils\schedule.py", line 769, in handle_func
ret['return'] = self.functions[func](*args, **kwargs)
"c:\salt\bin\lib\site-packages\salt-3000-py3.5.egg\salt\modules\state.py", line 1095, in highstate
_set_retcode(ret, highstate=st_.building_highstate)
"c:\salt\bin\lib\site-packages\salt-3000-py3.5.egg\salt\modules\state.py", line 107, in _set_retcode
if not __utils__['state.check_result'](ret, highstate=highstate):
KeyError: 'state.check_result'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"<string>", line 8, in sh
"/usr/local/lib/python2.7/dist-packages/mako/template.py", line 462, in render
return runtime._render(self, self.callable_, args, data)
"/usr/local/lib/python2.7/dist-packages/mako/runtime.py", line 838, in _render
**_kwargs_for_callable(callable_, data))
"/usr/local/lib/python2.7/dist-packages/mako/runtime.py", line 873, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
"/usr/local/lib/python2.7/dist-packages/mako/runtime.py", line 899, in _exec_template
callable_(context, *args, **kwargs)
"/home/pwntools/.pwntools-cache/mako/i386/linux/sh.asm.py", line 28, in render_body
__M_writer(unicode(i386.linux.execve('/bin///sh', ['sh'], 0)))
"<string>", line 8, in execve
"/usr/local/lib/python2.7/dist-packages/mako/template.py", line 462, in render
return runtime._render(self, self.callable_, args, data)
"/usr/local/lib/python2.7/dist-packages/mako/runtime.py", line 838, in _render
**_kwargs_for_callable(callable_, data))
"/usr/local/lib/python2.7/dist-packages/mako/runtime.py", line 873, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
"/usr/local/lib/python2.7/dist-packages/mako/runtime.py", line 899, in _exec_template
callable_(context, *args, **kwargs)
"/home/pwntools/.pwntools-cache/mako/i386/linux/syscalls/execve.asm.py", line 45, in render_body
abi = pwnlib.abi.ABI.syscall()
"/usr/local/lib/python2.7/dist-packages/pwnlib/context/__init__.py", line 1392, in setter
return function(*a)
"/usr/local/lib/python2.7/dist-packages/pwnlib/abi.py", line 70, in syscall
}[(context.bits, context.arch, context.os)]
KeyError: (64, 'i386', 'linux')
| 0.504353 |
Traceback (most recent call last):
"lendingbot.py", line 80, in <module>
Lending.cancel_all()
"/media/kamrenov/other/work/poloniexlendingbot/modules/Lending.py", line 181, in cancel_all
loan_offers = api.return_open_loan_offers()
"/media/kamrenov/other/work/poloniexlendingbot/modules/Poloniex.py", line 181, in return_open_loan_offers
loan_offers = self.api_query('returnOpenLoanOffers')
"/media/kamrenov/other/work/poloniexlendingbot/modules/Poloniex.py", line 36, in new_method
return method(self, *arg, **kws)
"/media/kamrenov/other/work/poloniexlendingbot/modules/Poloniex.py", line 127, in api_query
if ex.code == 502 or ex.code in range(520, 526, 1):
AttributeError: 'exceptions.ValueError' object has no attribute 'code'
| Traceback (most recent call last):
"C:\Users\hex\AppData\Local\Programs\Python\Python37-32\Scripts\pyinstaller-script.py", line 11, in <module>
load_entry_point('PyInstaller==3.4', 'console_scripts', 'pyinstaller')()
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\__main__.py", line 111, in run
run_build(pyi_config, spec_file, **vars(args))
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\__main__.py", line 63, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\building\build_main.py", line 838, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\building\build_main.py", line 784, in build
exec(text, spec_namespace)
"<string>", line 17, in <module>
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\building\build_main.py", line 241, in __init__
self.__postinit__()
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\building\datastruct.py", line 158, in __postinit__
self.assemble()
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\building\build_main.py", line 443, in assemble
priority_scripts.append(self.graph.run_script(script))
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\depend\analysis.py", line 201, in run_script
self._top_script_node = super(PyiModuleGraph, self).run_script(pathname)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1348, in run_script
self._scan_code(m, co, co_ast)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
self._process_imports(module)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
target_module = self._safe_import_hook(*import_info, **kwargs)[0]
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
target_attr_names=None, level=level, edge_attr=edge_attr)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
source_package, target_module_partname, level)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
target_module_headname, target_package_name, source_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
module_basename, module_name, parent_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
module_name, file_handle, pathname, metadata)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module
m = self._load_package(fqname, pathname, packagepath)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package
self._load_module(fqname, fp, buf, stuff)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
self._scan_code(m, co, co_ast)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
self._process_imports(module)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
target_module = self._safe_import_hook(*import_info, **kwargs)[0]
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
target_attr_names=None, level=level, edge_attr=edge_attr)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
source_package, target_module_partname, level)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
target_module_headname, target_package_name, source_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
module_basename, module_name, parent_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
module_name, file_handle, pathname, metadata)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
self._scan_code(m, co, co_ast)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
self._process_imports(module)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
target_module = self._safe_import_hook(*import_info, **kwargs)[0]
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
target_attr_names=None, level=level, edge_attr=edge_attr)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
source_package, target_module_partname, level)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
target_module_headname, target_package_name, source_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
module_basename, module_name, parent_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
module_name, file_handle, pathname, metadata)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
self._scan_code(m, co, co_ast)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
self._process_imports(module)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
target_module = self._safe_import_hook(*import_info, **kwargs)[0]
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
target_attr_names=None, level=level, edge_attr=edge_attr)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
source_package, target_module_partname, level)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
target_module_headname, target_package_name, source_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
module_basename, module_name, parent_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
module_name, file_handle, pathname, metadata)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
self._scan_code(m, co, co_ast)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
self._process_imports(module)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
target_module = self._safe_import_hook(*import_info, **kwargs)[0]
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
target_attr_names=None, level=level, edge_attr=edge_attr)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
source_package, target_module_partname, level)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
target_module_headname, target_package_name, source_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
module_basename, module_name, parent_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
module_name, file_handle, pathname, metadata)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module
m = self._load_package(fqname, pathname, packagepath)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package
self._load_module(fqname, fp, buf, stuff)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
self._scan_code(m, co, co_ast)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
self._process_imports(module)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
target_module = self._safe_import_hook(*import_info, **kwargs)[0]
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
target_attr_names=None, level=level, edge_attr=edge_attr)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
source_package, target_module_partname, level)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
target_module_headname, target_package_name, source_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
module_basename, module_name, parent_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
module_name, file_handle, pathname, metadata)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module
m = self._load_package(fqname, pathname, packagepath)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package
self._load_module(fqname, fp, buf, stuff)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
self._scan_code(m, co, co_ast)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
self._process_imports(module)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
target_module = self._safe_import_hook(*import_info, **kwargs)[0]
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
target_attr_names=None, level=level, edge_attr=edge_attr)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
source_package, target_module_partname, level)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
target_module_headname, target_package_name, source_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
module_basename, module_name, parent_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
module_name, file_handle, pathname, metadata)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
self._scan_code(m, co, co_ast)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
self._process_imports(module)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
target_module = self._safe_import_hook(*import_info, **kwargs)[0]
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
target_attr_names=None, level=level, edge_attr=edge_attr)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
source_package, target_module_partname, level)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
target_module_headname, target_package_name, source_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
module_basename, module_name, parent_package)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
module_name, file_handle, pathname, metadata)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
self._scan_code(m, co, co_ast)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
self._process_imports(module)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
target_module = self._safe_import_hook(*import_info, **kwargs)[0]
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
target_attr_names=None, level=level, edge_attr=edge_attr)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook
target_module = self._load_tail(target_package, target_module_partname)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail
submodule = self._safe_import_module(head, mname, submodule)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\depend\analysis.py", line 260, in _safe_import_module
hook_module.pre_safe_import_module(hook_api)
"c:\users\hex\appdata\local\programs\python\python37-32\lib\site-packages\PyInstaller\hooks\pre_safe_import_module\hook-urllib3.packages.six.moves.py", line 31, in pre_safe_import_module
for real_module_name, six_module_name in real_to_six_module_name.items():
AttributeError: 'str' object has no attribute 'items'`
| 0.667789 |
Traceback (most recent call last):
"build/bdist.macosx-10.12-x86_64/egg/fontTools/ttLib/__init__.py", line 424, in __getitem__
table.decompile(data, self)
"build/bdist.macosx-10.12-x86_64/egg/fontTools/ttLib/tables/_g_v_a_r.py", line 111, in decompile
numPointsInGlyph, sharedCoords, axisTags, gvarData)
"build/bdist.macosx-10.12-x86_64/egg/fontTools/ttLib/tables/_g_v_a_r.py", line 229, in decompileGlyph_
sharedTuples, data, 4, offsetToData)
"build/bdist.macosx-10.12-x86_64/egg/fontTools/ttLib/tables/TupleVariation.py", line 552, in decompileTupleVariationStore
tableTag, axisTags, tupleData, pointDeltaData))
"build/bdist.macosx-10.12-x86_64/egg/fontTools/ttLib/tables/TupleVariation.py", line 597, in decompileTupleVariation_
len(points), tupleData, pos)
"build/bdist.macosx-10.12-x86_64/egg/fontTools/ttLib/tables/TupleVariation.py", line 412, in decompileDeltas_
runHeader = byteord(data[pos])
IndexError: string index out of range
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/pyvera/subscribe.py", line 129, in _run_poll_server
self._event(device_data)
"/usr/local/lib/python3.6/site-packages/pyvera/subscribe.py", line 59, in _event
self._event_device(device, device_data)
"/usr/local/lib/python3.6/site-packages/pyvera/subscribe.py", line 96, in _event_device
callback(device)
"/usr/src/app/homeassistant/components/vera.py", line 147, in _update_callback
self.update()
"/usr/src/app/homeassistant/components/light/vera.py", line 85, in update
self._color = self.vera_device.get_color()
"/usr/local/lib/python3.6/site-packages/pyvera/__init__.py", line 660, in get_color
val = [cur.split(',')[c] for c in ci]
"/usr/local/lib/python3.6/site-packages/pyvera/__init__.py", line 660, in <listcomp>
val = [cur.split(',')[c] for c in ci]
IndexError: list index out of range
| 0.660253 |
Traceback (most recent call last):
"C:\salt\bin\lib\site-packages\salt\loader.py", line 798, in grains
ret = funcs[ key ](**kwargs)
"c:\salt\var\cache\salt\minion\extmods\grains\win_drives.py", line 7, in get_harddrives
for letter in string.uppercase:
AttributeError: module 'string' has no attribute 'uppercase'
| Traceback (most recent call last):
"token.py", line 1, in <module>
from jose import jwt
"/usr/local/lib/python3.7/dist-packages/jose/jwt.py", line 13, in <module>
from jose import jws
"/usr/local/lib/python3.7/dist-packages/jose/jws.py", line 11, in <module>
from jose import jwk
"/usr/local/lib/python3.7/dist-packages/jose/jwk.py", line 8, in <module>
from jose.utils import base64url_decode, base64url_encode
"/usr/local/lib/python3.7/dist-packages/jose/utils.py", line 20, in <module>
from cryptography.utils import int_to_bytes as _long_to_bytes
"/usr/lib/python3/dist-packages/cryptography/utils.py", line 9, in <module>
import inspect
"/usr/lib/python3.7/inspect.py", line 40, in <module>
import linecache
"/usr/lib/python3.7/linecache.py", line 11, in <module>
import tokenize
"/usr/lib/python3.7/tokenize.py", line 41, in <module>
__all__ = token.__all__ + ["tokenize", "detect_encoding",
AttributeError: module 'token' has no attribute '__all__'
| 0.576419 |
Traceback (most recent call last):
"/home/rjulian/code/garage/tests/envs/test_envs.py", line 89, in test_env
env.render()
"/home/rjulian/code/garage/garage/envs/mujoco/gather/gather_env.py", line 405, in render
self.get_viewer()
"/home/rjulian/code/garage/garage/envs/mujoco/gather/gather_env.py", line 389, in get_viewer
self.wrapped_env.viewer = GatherViewer(self)
"/home/rjulian/code/garage/garage/envs/mujoco/gather/gather_env.py", line 35, in __init__
super(GatherViewer, self).__init__()
TypeError: __init__() missing 1 required positional argument: 'sim'
| Traceback (most recent call last):
"/builddir/build/BUILD/paramiko-2.2.0/tests/test_pkey.py", line 456, in test_ed25519
test_path('test_ed25519_password.key'), b'abc123'
"/builddir/build/BUILD/paramiko-2.2.0/paramiko/pkey.py", line 205, in from_private_key_file
key = cls(filename=filename, password=password)
"/builddir/build/BUILD/paramiko-2.2.0/paramiko/ed25519key.py", line 59, in __init__
signing_key = self._parse_signing_key_data(data, password)
"/builddir/build/BUILD/paramiko-2.2.0/paramiko/ed25519key.py", line 122, in _parse_signing_key_data
ignore_few_rounds=True,
TypeError: kdf() got an unexpected keyword argument 'ignore_few_rounds'
| 0.587246 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 373, in validate_mapping
new_key = ckey(key_path, key)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 817, in validate_callable
return schema(data)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/config_validation.py", line 659, in validator
value = config[key]
TypeError: string indices must be integers
| Traceback (most recent call last):
"../quickstart.py", line 24, in <module>
headless_browser=False)
"/Library/Python/2.7/site-packages/instapy/instapy.py", line 292, in __init__
get_database(make=True)
# IMPORTANT: think twice before relocating
"/Library/Python/2.7/site-packages/instapy/database_engine.py", line 60, in get_database
id = get_profile(name, address, logger) if id is None or make else id
"/Library/Python/2.7/site-packages/instapy/database_engine.py", line 147, in get_profile
profile = dict(profile)
TypeError: 'NoneType' object is not iterable
| 0.584781 |
Traceback (most recent call last):
"/opt/conda/lib/python3.7/site-packages/distributed/core.py", line 412, in handle_comm
result = await result
"/opt/conda/lib/python3.7/site-packages/distributed/scheduler.py", line 1739, in add_worker
await self.handle_worker(comm=comm, worker=address)
"/opt/conda/lib/python3.7/site-packages/distributed/scheduler.py", line 2694, in handle_worker
await self.handle_stream(comm=comm, extra={"worker": worker})
"/opt/conda/lib/python3.7/site-packages/distributed/core.py", line 473, in handle_stream
handler(**merge(extra, msg))
"/opt/conda/lib/python3.7/site-packages/distributed/scheduler.py", line 2597, in handle_task_finished
r = self.stimulus_task_finished(key=key, worker=worker, **msg)
"/opt/conda/lib/python3.7/site-packages/distributed/scheduler.py", line 2015, in stimulus_task_finished
recommendations = self.transition(key, "memory", worker=worker, **kwargs)
"/opt/conda/lib/python3.7/site-packages/distributed/scheduler.py", line 4655, in transition
ts.prefix.groups.remove(tg)
ValueError: list.remove(x): x not in list
| Traceback (most recent call last):
"/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
"/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
"/opt/frigate/frigate/edgetpu.py", line 124, in run_detector
object_detector = LocalObjectDetector(tf_device=tf_device, num_threads=num_threads)
"/opt/frigate/frigate/edgetpu.py", line 63, in __init__
edge_tpu_delegate = load_delegate('libedgetpu.so.1.0', device_config)
"/usr/local/lib/python3.8/dist-packages/tflite_runtime/interpreter.py", line 154, in load_delegate
raise ValueError('Failed to load delegate from {}\n{}'.format(
ValueError: Failed to load delegate from libedgetpu.so.1.0
| 0.549573 |
Traceback (most recent call last):
"/home/rocky/.pyenv/versions/3.6.6/bin/myth", line 11, in <module>
load_entry_point('mythril', 'console_scripts', 'myth')()
"/src/external-vcs/github/consensys/mythril/mythril/interfaces/cli.py", line 218, in main
create_timeout=args.create_timeout)
"/src/external-vcs/github/consensys/mythril/mythril/mythril.py", line 374, in fire_lasers
issue.add_code_info(contract)
"/src/external-vcs/github/consensys/mythril/mythril/analysis/report.py", line 38, in add_code_info
codeinfo = contract.get_source_info(self.address)
"/src/external-vcs/github/consensys/mythril/mythril/ether/soliditycontract.py", line 105, in get_source_info
solidity_file = self.solidity_files[self.mappings[index].solidity_file_idx]
TypeError: list indices must be integers or slices, not NoneType
| Traceback (most recent call last):
"gen_printed_char.py", line 380, in <module>
label_dict = get_label_dict()
"gen_printed_char.py", line 304, in get_label_dict
label_dict = pickle.load(f)
TypeError: a bytes-like object is required, not 'str'
| 0.587861 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/kongchibin/mmdetection/mmdet/apis/inference.py", line 77, in inference_detector
data = test_pipeline(data)
"/home/kongchibin/mmdetection/mmdet/datasets/pipelines/compose.py", line 24, in __call__
data = t(data)
"/home/kongchibin/mmdetection/mmdet/datasets/pipelines/test_aug.py", line 25, in __call__
data = self.transforms(_results)
"/home/kongchibin/mmdetection/mmdet/datasets/pipelines/compose.py", line 24, in __call__
data = t(data)
"/home/kongchibin/mmdetection/mmdet/datasets/pipelines/formating.py", line 149, in __call__
img_meta[key] = results[key]
KeyError: 'filename'
| Traceback (most recent call last):
"cityscape.py", line 338, in <module>
dataset_train.prepare()
"/home/world4jason/Mask_RCNN/mrcnn/utils.py", line 316, in prepare
for info, id in zip(self.image_info, self.image_ids)}
"/home/world4jason/Mask_RCNN/mrcnn/utils.py", line 316, in <dictcomp>
for info, id in zip(self.image_info, self.image_ids)}
KeyError: 'id'
| 0.571935 |
Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| Traceback (most recent call last):
"/home/jupyterhub/0.7.2/lib/python3.5/site-packages/tornado/web.py", line 1511, in _execute
result = yield result
"/home/jupyterhub/0.7.2/lib/python3.5/site-packages/csauth/login.py", line 61, in post
identity = json.loads(self.request.headers.get(self.authenticator.header_identity))
"/home/opt/python3/lib/python3.5/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'NoneType'
| 0.539319 |
Traceback (most recent call last):
"venv/bin/stacker", line 9, in <module>
args.run(args)
"venv/lib/python2.7/site-packages/stacker/commands/stacker/build.py", line 52, in run
dump=options.dump)
"venv/lib/python2.7/site-packages/stacker/actions/base.py", line 124, in execute
self.run(*args, **kwargs)
"venv/lib/python2.7/site-packages/stacker/actions/build.py", line 288, in run
plan.dump(directory=dump, context=self.context)
"venv/lib/python2.7/site-packages/stacker/plan.py", line 323, in dump
provider=None,
"venv/lib/python2.7/site-packages/stacker/stack.py", line 154, in resolve
self.blueprint.resolve_variables(self.variables)
"venv/lib/python2.7/site-packages/stacker/blueprints/base.py", line 438, in resolve_variables
self.name
"venv/lib/python2.7/site-packages/stacker/blueprints/base.py", line 217, in resolve_variable
value = validate_variable_type(var_name, var_type, value)
"venv/lib/python2.7/site-packages/stacker/blueprints/base.py", line 133, in validate_variable_type
name = "{}.create".format(var_type.resource_name)
AttributeError: 'TroposphereType' object has no attribute 'resource_name'
| Traceback (most recent call last):
"/Users/paul/Work/venv-raiden/bin/raiden", line 11, in <module>
load_entry_point('raiden', 'console_scripts', 'raiden')()
"/Users/paul/Work/raiden/raiden/__main__.py", line 11, in main
run(auto_envvar_prefix='RAIDEN')
"/Users/paul/Work/venv-raiden/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/Users/paul/Work/venv-raiden/lib/python3.6/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/Users/paul/Work/venv-raiden/lib/python3.6/site-packages/click/core.py", line 1043, in invoke
return Command.invoke(self, ctx)
"/Users/paul/Work/venv-raiden/lib/python3.6/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/paul/Work/venv-raiden/lib/python3.6/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/Users/paul/Work/venv-raiden/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/Users/paul/Work/raiden/raiden/ui/cli.py", line 950, in run
app_ = _run_app()
"/Users/paul/Work/raiden/raiden/ui/cli.py", line 870, in _run_app
app_ = ctx.invoke(app, **kwargs)
"/Users/paul/Work/venv-raiden/lib/python3.6/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/Users/paul/Work/raiden/raiden/ui/cli.py", line 691, in app
discovery,
"/Users/paul/Work/raiden/raiden/app.py", line 119, in __init__
discovery,
"/Users/paul/Work/raiden/raiden/raiden_service.py", line 213, in __init__
self.start()
"/Users/paul/Work/raiden/raiden/raiden_service.py", line 228, in start
storage,
"/Users/paul/Work/raiden/raiden/storage/wal.py", line 18, in restore_from_latest_snapshot
to_identifier='latest',
"/Users/paul/Work/raiden/raiden/storage/sqlite.py", line 154, in get_statechanges_by_identifier
for entry in cursor.fetchall()
"/Users/paul/Work/raiden/raiden/storage/sqlite.py", line 154, in <listcomp>
for entry in cursor.fetchall()
"/Users/paul/Work/raiden/raiden/storage/serialize.py", line 11, in deserialize
return pickle.loads(data)
AttributeError: Can't get attribute 'ActionInitNode' on <module 'raiden.transfer.state_change' from '/Users/paul/Work/raiden/raiden/transfer/state_change.py'>
| 0.646646 |
Traceback (most recent call last):
"/builddir/build/BUILD/python-biopython-1.71/python3/Tests/test_bgzf.py", line 362, in test_example_wnts_xml
self.check_blocks("Blast/wnts.xml.bgz", temp_file)
"/builddir/build/BUILD/python-biopython-1.71/python3/Tests/test_bgzf.py", line 85, in check_blocks
self.assertEqual(old, new)
AssertionError: Lists differ: [(0, 5280, 0, 65536), (5280, 5477, 65536, 65536[171 chars], 0)] != [(0, 5320, 0, 65536), (5320, 5539, 65536, 65536[171 chars], 0)]
| Traceback (most recent call last):
"/builddir/build/BUILD/conda-4.8.0/tests/models/test_dist.py", line 46, in test_channel
assert d.channel == 'conda-forge'
AssertionError: assert 'https://cond...g/conda-forge' == 'conda-forge'
| 0.572343 |
Traceback (most recent call last):
"human_pose_estimation.py", line 285, in <module>
sys.exit(main() or 0)
"human_pose_estimation.py", line 259, in main
hpes[mode](frame, next_frame_id, {'frame': frame, 'start_time': start_time})
"/home/walt/workspace/libs/open_model_zoo/demos/python_demos/human_pose_estimation_demo/human_pose_estimation_demo/model.py", line 134, in __call__
self.reshape_net(inputs)
"/home/walt/workspace/libs/open_model_zoo/demos/python_demos/human_pose_estimation_demo/human_pose_estimation_demo/model.py", line 71, in reshape_net
self.net.reshape(input_shapes)
"ie_api.pyx", line 1437, in openvino.inference_engine.ie_api.IENetwork.reshape
RuntimeError: Check 'PartialShape::broadcast_merge_into( pshape, node->get_input_partial_shape(i), autob)' failed at ngraph/core/src/op/util/elementwise_args.cpp:49:
| Traceback (most recent call last):
"models.py", line 475, in <module>
model.load_state_dict(pretrained_dict)
"/home/lucas/.conda/envs/yolov4/lib/python3.7/site-packages/torch/nn/modules/module.py", line 830, in load_state_dict
self.__class__.__name__, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for Yolov4:
| 0.583249 |
Traceback (most recent call last):
"/home/alan/anaconda/lib/python3.5/site-packages/conda/exceptions.py", line 515, in conda_exception_handler
return_value = func(*args, **kwargs)
"/home/alan/anaconda/lib/python3.5/site-packages/conda_env/cli/main_export.py", line 94, in execute
ignore_channels=args.ignore_channels)
"/home/alan/anaconda/lib/python3.5/site-packages/conda_env/env.py", line 62, in from_environment
for dist in installed:
AttributeError: 'str' object has no attribute 'channel'
| Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = self.process.process
AttributeError: 'NoneType' object has no attribute 'process'
| 0.650326 |
Traceback (most recent call last):
"C:\Users\holian\AppData\Local\Programs\Python\Python37-32\lib\site-packages\radicale\__init__.py", line 197, in process_request_thread
raise RuntimeError("SSL handshake failed: %s" % e) from e
RuntimeError: SSL handshake failed: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1045)
| Traceback (most recent call last):
"snippet.py", line 36, in <module>
y = model(x)
"/home/alain/miniconda3/envs/nes/lib/python3.8/site-packages/torch/nn/modules/module.py", line 550, in __call__
result = self.forward(*input, **kwargs)
"snippet.py", line 22, in forward
z = torch.einsum('bik,bkj->bij', (x,p))
"/home/alain/miniconda3/envs/nes/lib/python3.8/site-packages/torch/functional.py", line 292, in einsum
return _VF.einsum(equation, operands)
RuntimeError: Expected object of scalar type Half but got scalar type Float for argument #2 'mat2' in call to _th_bmm
| 0.45313 |
Traceback (most recent call last):
"/usr/src/app/homeassistant/helpers/entity_platform.py", line 352, in _async_add_entity
await entity.async_update_ha_state()
"/usr/src/app/homeassistant/helpers/entity.py", line 225, in async_update_ha_state
self._async_write_ha_state()
"/usr/src/app/homeassistant/helpers/entity.py", line 255, in _async_write_ha_state
attr = self.state_attributes or {}
"/usr/src/app/homeassistant/components/climate/__init__.py", line 218, in state_attributes
self.hass, self.min_temp, self.temperature_unit,
"/usr/src/app/homeassistant/components/climate/__init__.py", line 514, in min_temp
self.temperature_unit)
"/usr/src/app/homeassistant/util/temperature.py", line 28, in convert
to_unit, TEMPERATURE))
ValueError: None is not a recognized temperature unit.
| Traceback (most recent call last):
"/home/ubuntu/ray/python/ray/worker.py", line 821, in _process_task
*arguments)
"/home/ubuntu/ray/python/ray/actor.py", line 212, in actor_method_executor
method_returns = method(actor, *args)
"/home/ubuntu/ray/python/ray/tune/trainable.py", line 106, in train
"Trainable initialization failed, see previous errors")
ValueError: Trainable initialization failed, see previous errors
| 0.533695 |
Traceback (most recent call last):
"c:\python27\lib\site-packages\twisted\internet\defer.py", line 1260, in _inlineCallbacks
result = g.send(result)
"c:\python27\lib\site-packages\scrapy\core\downloader\middleware.py", line 37, in process_request
response = yield method(request=request, spider=spider)
"D:\SinaSpider-master\Sina_spider1\Sina_spider1\middleware.py", line 19, in process_request
cookie = random.choice(cookies)
"c:\python27\lib\random.py", line 275, in choice
return seq[int(self.random() * len(seq))]
# raises IndexError if seq is empty
IndexError: list index out of range
| Traceback (most recent call last):
"twisted\internet\defer.py", line 1416, in _inlineCallbacks
"twisted\python\failure.py", line 491, in throwExceptionIntoGenerator
"torba\baseledger.py", line 316, in receive_header
"twisted\internet\defer.py", line 1418, in _inlineCallbacks
"torba\baseledger.py", line 300, in update_headers
IndexError: Blockchain reorganization dropped 100 headers. This is highly unusual. Will not continue to attempt reorganizing. Please, delete the ledger synchronization directory inside your wallet directory (folder: 'lbc_mainnet') and restart the program to synchronize from scratch.
| 0.523959 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/rasa_core/channels/facebook.py", line 85, in _handle_user_message
self.on_new_message(user_msg)
"/usr/local/lib/python2.7/dist-packages/rasa_core/agent.py", line 317, in handle_message
return processor.handle_message(message)
"/usr/local/lib/python2.7/dist-packages/rasa_core/processor.py", line 86, in handle_message
self._predict_and_execute_next_action(message, tracker)
"/usr/local/lib/python2.7/dist-packages/rasa_core/processor.py", line 305, in _predict_and_execute_next_action
action, policy, confidence = self.predict_next_action(tracker)
"/usr/local/lib/python2.7/dist-packages/rasa_core/processor.py", line 168, in predict_next_action
probabilities, policy = self._get_next_action_probabilities(tracker)
"/usr/local/lib/python2.7/dist-packages/rasa_core/processor.py", line 478, in _get_next_action_probabilities
tracker, self.domain)
"/usr/local/lib/python2.7/dist-packages/rasa_core/policies/ensemble.py", line 291, in probabilities_using_best_policy
if (result.index(max_confidence) ==
AttributeError: 'NoneType' object has no attribute 'index'
| Traceback (most recent call last):
"flow.local-test.py", line 1, in <module>
from flow import flow
"/app/flow.py", line 18, in <module>
from google.cloud import firestore
"/usr/local/lib/python3.8/site-packages/google/cloud/firestore.py", line 18, in <module>
from google.cloud.firestore_v1 import __version__
"/usr/local/lib/python3.8/site-packages/google/cloud/firestore_v1/__init__.py", line 21, in <module>
from google.cloud.firestore_v1 import types
"/usr/local/lib/python3.8/site-packages/google/cloud/firestore_v1/types.py", line 29, in <module>
from google.cloud.firestore_v1.proto import common_pb2
"/usr/local/lib/python3.8/site-packages/google/cloud/firestore_v1/proto/common_pb2.py", line 24, in <module>
create_key=_descriptor._internal_create_key,
AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
| 0.558959 |
Traceback (most recent call last):
"/usr/bin/friture", line 10, in <module>
main()
"/usr/lib64/python3.8/site-packages/friture/analyzer.py", line 359, in main
window = Friture()
"/usr/lib64/python3.8/site-packages/friture/analyzer.py", line 113, in __init__
self.restoreAppState()
"/usr/lib64/python3.8/site-packages/friture/analyzer.py", line 215, in restoreAppState
self.dockmanager.restoreState(settings)
"/usr/lib64/python3.8/site-packages/friture/dockmanager.py", line 76, in restoreState
dock.restoreState(settings)
"/usr/lib64/python3.8/site-packages/friture/dock.py", line 108, in restoreState
self.widget_select(widgetId)
"/usr/lib64/python3.8/site-packages/friture/dock.py", line 75, in widget_select
self.audiowidget = getWidgetById(widgetId)["Class"](self)
"/usr/lib64/python3.8/site-packages/friture/spectrum.py", line 56, in __init__
self.proc.set_maxfreq(self.maxfreq)
"/usr/lib64/python3.8/site-packages/friture/audioproc.py", line 82, in set_maxfreq
self.update_freq_cache()
"/usr/lib64/python3.8/site-packages/friture/audioproc.py", line 107, in update_freq_cache
self.freq = linspace(0, SAMPLING_RATE / (2 * self.decimation), self.fft_size / (2 * self.decimation) + 1)
"<__array_function__ internals>", line 5, in linspace
"/usr/lib64/python3.8/site-packages/numpy/core/function_base.py", line 119, in linspace
raise TypeError(
TypeError: object of type <class 'float'> cannot be safely interpreted as an integer.
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: NoneType() takes at least 2147483647 arguments (0 given)
| 0.552003 |
Traceback (most recent call last):
"train.py", line 252, in <module>
_main_(args)
"train.py", line 190, in _main_
saved_weights_name
= config['train']['saved_weights_name']
"train.py", line 108, in create_model
template_model.load_weights(saved_weights_name)
"/home/hemp/anaconda2/lib/python2.7/site-packages/keras/engine/topology.py", line 2656, in load_weights
f, self.layers, reshape=reshape)
"/home/hemp/anaconda2/lib/python2.7/site-packages/keras/engine/topology.py", line 3354, in load_weights_from_hdf5_group
str(len(filtered_layers)) + ' layers.')
ValueError: You are trying to load a weight file containing 1 layers into a model with 147 layers. | Traceback (most recent call last):
"test.py", line 19, in <module>
mesh.variables['cellsOnEdge'][:] = flatten_field
"netCDF4/_netCDF4.pyx", line 4796, in netCDF4._netCDF4.Variable.__setitem__
"/gpfs/fs1/scratch/mcurry/netcdf4/env/lib/python3.6/site-packages/netCDF4/utils.py", line 365, in _StartCountStride
datashape = broadcasted_shape(shape, datashape)
"/gpfs/fs1/scratch/mcurry/netcdf4/env/lib/python3.6/site-packages/netCDF4/utils.py", line 968, in broadcasted_shape
return np.broadcast(a, b).shape
ValueError: shape mismatch: objects cannot be broadcast to a single shape
| 0.616961 |
Traceback (most recent call last):
"NVDAObjects\__init__.pyc", line 1016, in _reportErrorInPreviousWord
"appModules\powerpnt.pyc", line 1027, in getTextWithFields
AttributeError: 'Dynamic_SlideShowWindowIAccessibleWindowNVDAObject' object has no attribute 'basicTextFields'
| Traceback (most recent call last):
"/home/user01/anaconda2/envs/tensorflow/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
"/home/user01/anaconda2/envs/tensorflow/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"/home/user01/SRGAN-master/tensorlayer/prepro.py", line 87, in apply_fn
results[i] = fn(data, **kwargs)
"/home/user01/SRGAN-master/utils.py", line 17, in crop_sub_imgs_fn
x = crop(x, wrg=384, hrg=384, is_random=is_random)
"/home/user01/SRGAN-master/tensorlayer/prepro.py", line 232, in crop
h, w = x.shape[row_index], x.shape[col_index]
AttributeError: 'NoneType' object has no attribute 'shape'
| 0.585979 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/rq/worker.py", line 812, in perform_job
rv = job.perform()
"/usr/local/lib/python2.7/dist-packages/rq/job.py", line 588, in perform
self._result = self._execute()
"/usr/local/lib/python2.7/dist-packages/rq/job.py", line 594, in _execute
return self.func(*self.args, **self.kwargs)
"/usr/local/lib/python2.7/dist-packages/rq/job.py", line 199, in func
return import_attribute(self.func_name)
"/usr/local/lib/python2.7/dist-packages/rq/utils.py", line 156, in import_attribute
return getattr(module, attribute)
AttributeError: 'module' object has no attribute 'add'
| Traceback (most recent call last):
"/usr/bin/libinput-gestures", line 83, in <module>
if Version(libvers) >= Version('1.8'):
"/usr/lib/python3.5/distutils/version.py", line 70, in __ge__
c = self._cmp(other)
"/usr/lib/python3.5/distutils/version.py", line 335, in _cmp
if self.version == other.version:
AttributeError: 'LooseVersion' object has no attribute 'version'
| 0.613082 |
Traceback (most recent call last):
"D:\Projects\tactory\autogluon\tabular\trainer\abstract_trainer.py", line 1075, in _train_single_full
hpo_models, hpo_model_performances, hpo_results = model.hyperparameter_tune(X=X, y=y, k_fold=k_fold, scheduler_options=hyperparameter_tune_kwargs, **model_fit_kwargs)
"D:\Projects\tactory\autogluon\core\models\abstract\abstract_model.py", line 683, in hyperparameter_tune
return self._hyperparameter_tune(scheduler_options=scheduler_options, **kwargs)
"D:\Projects\tactory\autogluon\core\models\ensemble\stacker_ensemble_model.py", line 166, in _hyperparameter_tune
return super()._hyperparameter_tune(X=X, y=y, k_fold=k_fold, scheduler_options=scheduler_options, preprocess_kwargs=preprocess_kwargs, **kwargs)
"D:\Projects\tactory\autogluon\core\models\ensemble\bagged_ensemble_model.py", line 640, in _hyperparameter_tune
hpo_models, hpo_model_performances, hpo_results = self.model_base.hyperparameter_tune(X=X_fold, y=y_fold, X_val=X_val_fold, y_val=y_val_fold, scheduler_options=scheduler_options, **kwargs)
"D:\Projects\tactory\autogluon\core\models\abstract\abstract_model.py", line 683, in hyperparameter_tune
return self._hyperparameter_tune(scheduler_options=scheduler_options, **kwargs)
"D:\Projects\tactory\autogluon\tabular\models\rf\rf_model.py", line 166, in _hyperparameter_tune
return skip_hpo(self, **kwargs)
"D:\Projects\tactory\autogluon\core\models\abstract\model_trial.py", line 90, in skip_hpo
fit_and_save_model(model=model, params=dict(), fit_args=fit_model_args, predict_proba_args=predict_proba_args, y_val=y_val, time_start=time.time(), time_limit=time_limit)
"D:\Projects\tactory\autogluon\core\models\abstract\model_trial.py", line 73, in fit_and_save_model
model.fit(**fit_args, time_limit=time_left, reporter=reporter)
"D:\Projects\tactory\autogluon\core\models\abstract\abstract_model.py", line 405, in fit
self._fit(**kwargs)
"D:\Projects\tactory\autogluon\tabular\models\rf\rf_model.py", line 117, in _fit
self.model = self.model.fit(X, y, sample_weight=sample_weight)
"C:\Users\john\AppData\Roaming\Python\Python37\site-packages\sklearn\ensemble\_forest.py", line 392, in fit
for i, t in enumerate(trees))
"D:\Anaconda3\envs\tactory\lib\site-packages\joblib\parallel.py", line 1054, in __call__
self.retrieve()
"D:\Anaconda3\envs\tactory\lib\site-packages\joblib\parallel.py", line 933, in retrieve
self._output.extend(job.get(timeout=self.timeout))
"D:\Anaconda3\envs\tactory\lib\multiprocessing\pool.py", line 657, in get
raise self._value
"D:\Anaconda3\envs\tactory\lib\multiprocessing\pool.py", line 121, in worker
result = (True, func(*args, **kwds))
"D:\Anaconda3\envs\tactory\lib\site-packages\joblib\_parallel_backends.py", line 595, in __call__
return self.func(*args, **kwargs)
"D:\Anaconda3\envs\tactory\lib\site-packages\joblib\parallel.py", line 263, in __call__
for func, args, kwargs in self.items]
"D:\Anaconda3\envs\tactory\lib\site-packages\joblib\parallel.py", line 263, in <listcomp>
for func, args, kwargs in self.items]
"C:\Users\john\AppData\Roaming\Python\Python37\site-packages\sklearn\ensemble\_forest.py", line 168, in _parallel_build_trees
tree.fit(X, y, sample_weight=curr_sample_weight, check_input=False)
"C:\Users\john\AppData\Roaming\Python\Python37\site-packages\sklearn\tree\_classes.py", line 894, in fit
X_idx_sorted=X_idx_sorted)
"C:\Users\john\AppData\Roaming\Python\Python37\site-packages\sklearn\tree\_classes.py", line 276, in fit
if max_depth <= 0:
TypeError: '<=' not supported between instances of 'Int' and 'int'
| Traceback (most recent call last):
"/root/synapse/env/bin/synapse_port_db", line 1056, in <module>
sys.stderr.write(end_error)
TypeError: write() argument must be str, not FirstError
| 0.485888 |
Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| Traceback (most recent call last):
"D:\SickChill\SickChill\sickbeard\webserve.py", line 287, in async_call
result = function(**kwargs)
TypeError: saveSearch() got an unexpected keyword argument 'torrent_download_dir_deluge'
| 0.515442 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python3.6/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python3.6/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.6/site-packages/flask/_compat.py", line 39, in reraise
raise value
"/usr/local/lib/python3.6/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
"/usr/local/lib/python3.6/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/app/allennlp_demo/common/http.py", line 210, in attack_handler
with_cache_hit_response_headers(self.attack_with_cache, attacker_id, request.data)
"/app/allennlp_demo/common/http.py", line 40, in with_cache_hit_response_headers
r = fn(*args)
"/app/allennlp_demo/common/http.py", line 103, in attack_with_cache
return self.attack(attacker_id, json.loads(attack))
"/app/allennlp_demo/common/http.py", line 163, in attack
return attacker.attack_from_json(**attack)
"/usr/local/lib/python3.6/site-packages/allennlp/interpret/attackers/hotflip.py", line 280, in attack_from_json
grad[index_of_token_to_flip], original_id_of_token_to_flip, sign
"/usr/local/lib/python3.6/site-packages/allennlp/interpret/attackers/hotflip.py", line 330, in _first_order_taylor
if token_idx >= self.embedding_matrix.size(0):
RuntimeError: bool value of Tensor with more than one value is ambiguous
| Traceback (most recent call last):
"/home/linaro/rpi_ws281x/python/examples/strandtest.py", line 91, in <module>
strip.begin()
"build/bdist.linux-armv7l/egg/neopixel.py", line 106, in begin
RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported)
| 0.496692 |
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__.py", line 249, in setup_and_run_hass
safe_mode=args.safe_mode,
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 89, in async_setup_hass
await async_from_config_dict(config_dict, hass)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 132, in async_from_config_dict
await _async_set_up_integrations(hass, config)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 377, in _async_set_up_integrations
*(async_setup_component(hass, domain, config) for domain in domains_to_load)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 49, in async_setup_component
return await task
# type: ignore
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 145, in _async_setup_component
hass, config, integration
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 704, in async_process_component_config
return component.CONFIG_SCHEMA(config)
# type: ignore
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 272, in __call__
return self._compiled([], data)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
return base_validate(path, iteritems(data), out)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 386, in validate_mapping
cval = cvalue(key_path, value)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 817, in validate_callable
return schema(data)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 272, in __call__
return self._compiled([], data)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
return base_validate(path, iteritems(data), out)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 373, in validate_mapping
new_key = ckey(key_path, key)
"/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 817, in validate_callable
return schema(data)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/config_validation.py", line 659, in validator
value = config[key]
TypeError: string indices must be integers
| Traceback (most recent call last):
"plaso/storage/interface.py", line 643, in _DeserializeAttributeContainer
attribute_container = self._serializer.ReadSerialized(serialized_string)
"plaso/serializer/json_serializer.py", line 556, in ReadSerialized
return cls.ReadSerializedDict(json_dict)
"plaso/serializer/json_serializer.py", line 575, in ReadSerializedDict
json_object = cls._ConvertDictToObject(json_dict)
"plaso/serializer/json_serializer.py", line 276, in _ConvertDictToObject
attribute_value = cls._ConvertDictToObject(attribute_value)
"plaso/serializer/json_serializer.py", line 231, in _ConvertDictToObject
return cls._ConvertDictToDateTimeValues(json_dict)
"plaso/serializer/json_serializer.py", line 380, in _ConvertDictToDateTimeValues
date_time = dfdatetime_factory.Factory.NewDateTimeValues(
"/usr/lib/python3.8/site-packages/dfdatetime/factory.py", line 48, in NewDateTimeValues
return date_time_values_type(**kwargs)
TypeError: __init__() got an unexpected keyword argument 'string'
| 0.563545 |
Traceback (most recent call last):
"/home/honda/SiamMask/tools/train_siammask.py", line 292, in <module>
main()
"/home/honda/SiamMask/tools/train_siammask.py", line 168, in main
train(train_loader, dist_model, optimizer, lr_scheduler, args.start_epoch, cfg)
"/home/honda/SiamMask/tools/train_siammask.py", line 236, in train
outputs = model(x)
"/home/honda/anaconda3/envs/siammask/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__
result = self.forward(*input, **kwargs)
"/home/honda/anaconda3/envs/siammask/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 121, in forward
return self.module(*inputs[0], **kwargs[0])
"/home/honda/anaconda3/envs/siammask/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__
result = self.forward(*input, **kwargs)
"/home/honda/SiamMask/models/siammask.py", line 96, in forward
self.run(template, search, softmax=self.training)
"/home/honda/SiamMask/models/siammask.py", line 61, in run
template_feature = self.feature_extractor(template)
"/home/honda/SiamMask/models/siammask.py", line 37, in feature_extractor
return self.features(x)
"/home/honda/anaconda3/envs/siammask/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__
result = self.forward(*input, **kwargs)
"/home/honda/SiamMask/experiments/siammask_base/custom.py", line 58, in forward
output = self.features(x)
"/home/honda/anaconda3/envs/siammask/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__
result = self.forward(*input, **kwargs)
"/home/honda/SiamMask/experiments/siammask_base/resnet.py", line 219, in forward
x = self.conv1(x)
"/home/honda/anaconda3/envs/siammask/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__
result = self.forward(*input, **kwargs)
"/home/honda/anaconda3/envs/siammask/lib/python3.6/site-packages/torch/nn/modules/conv.py", line 301, in forward
self.padding, self.dilation, self.groups)
RuntimeError: cuda runtime error (11) : invalid argument at /opt/conda/conda-bld/pytorch_1535491974311/work/aten/src/THC/THCGeneral.cpp:663
| WARNING:vispy:Traceback (most recent call last):
"/Users/agoodman/anaconda3/bin/glue", line 11, in <module>
sys.exit(main())
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue/main.py", line 252, in main
start_glue(**kwargs)
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue/main.py", line 195, in start_glue
return ga.start(maximized=maximized)
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue/app/qt/application.py", line 1181, in start
return self.app.exec_()
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/app/backends/_qt.py", line 459, in event
out = super(QtBaseCanvasBackend, self).event(ev)
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/app/backends/_qt.py", line 408, in mouseReleaseEvent
modifiers=self._modifiers(ev),
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/app/base.py", line 221, in _vispy_mouse_release
ev = self._vispy_canvas.events.mouse_release(**kwargs)
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/util/event.py", line 455, in __call__
self._invoke_callback(cb, event)
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/util/event.py", line 475, in _invoke_callback
self, cb_event=(cb, event))
<< caught exception here: >>
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/util/event.py", line 471, in _invoke_callback
cb(event)
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/common/selection_tools.py", line 118, in release
self.apply_roi(roi)
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/common/selection_tools.py", line 54, in apply_roi
self.apply_subset_state(RoiSubsetState3d(x_att, y_att, z_att, roi))
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/common/selection_tools.py", line 59, in apply_subset_state
use_current=False)
"/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue/core/command.py", line 54, in __init__
(k, type(self)))
RuntimeError: Required keyword override_mode not passed to <class 'glue.core.command.ApplySubsetState'>
| 0.556749 |
Traceback (most recent call last):
"D:\Program\Python\Anaconda3\envs\tf2.1py3.6\lib\site-packages\numba\core\typeconv\typeconv.py", line 4, in <module>
from numba.core.typeconv import _typeconv
ImportError: DLL load failed: 找不到指定的模块。
| Traceback (most recent call last):
module = _import_module_from_path(module_name, plugin_path)
module = spec.loader.load_module(module_name)
"<frozen importlib._bootstrap_external>", line 396, in _check_name_wrapper
"<frozen importlib._bootstrap_external>", line 817, in load_module
"<frozen importlib._bootstrap_external>", line 676, in load_module
"<frozen importlib._bootstrap>", line 265, in _load_module_shim
"<frozen importlib._bootstrap>", line 626, in _exec
"<frozen importlib._bootstrap_external>", line 673, in exec_module
"<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
from .pylint import Pylint as PLUGIN_CLASS
from .widgets.pylintgui import (PYLINT_PATH, PylintWidget)
import pylint
ImportError: No module named 'pylint'
| 0.557343 |
Traceback (most recent call last):
"/home/anupam/Desktop/ElMo/bilm-tf-master/tests/test_elmo.py", line 23, in setUp
self.sess = tf.Session()
AttributeError: module 'tensorflow' has no attribute 'Session'
| Traceback (most recent call last):
"/home/administrator/.local/lib/python3.6/site-packages/homeassistant/components/websocket_api/decorators.py", line 17, in _handle_async_response
await func(hass, connection, msg)
"/home/administrator/.local/lib/python3.6/site-packages/homeassistant/components/websocket_api/commands.py", line 158, in handle_call_service
connection.logger.exception(err)
"/usr/lib/python3.6/logging/__init__.py", line 1343, in exception
self.error(msg, *args, exc_info=exc_info, **kwargs)
"/usr/lib/python3.6/logging/__init__.py", line 1337, in error
self._log(ERROR, msg, args, **kwargs)
"/usr/lib/python3.6/logging/__init__.py", line 1444, in _log
self.handle(record)
"/usr/lib/python3.6/logging/__init__.py", line 1454, in handle
self.callHandlers(record)
"/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers
hdlr.handle(record)
"/home/administrator/.local/lib/python3.6/site-packages/homeassistant/components/sensor/api_streams.py", line 38, in handle
if not record.msg.startswith('WS'):
AttributeError: 'TypeError' object has no attribute 'startswith'
| 0.608183 |
Traceback (most recent call last):
"setoolkit", line 60, in <module>
os.makedirs("src/logs/")
"/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: 'src/logs/'
| Traceback (most recent call last):
"/opt/bcbio/anaconda/lib/python2.7/site-packages/bcbio/distributed/ipythontasks.py", line 50, in _setup_logging
yield config
"/opt/bcbio/anaconda/lib/python2.7/site-packages/bcbio/distributed/ipythontasks.py", line 133, in run_kallisto_rnaseq
return ipython.zip_args(apply(kallisto.run_kallisto_rnaseq, *args))
"/opt/bcbio/anaconda/lib/python2.7/site-packages/bcbio/rnaseq/kallisto.py", line 34, in run_kallisto_rnaseq
out_file = kallisto_rnaseq(fq1, fq2, kallisto_dir, gtf_file, fasta_file, data)
"/opt/bcbio/anaconda/lib/python2.7/site-packages/bcbio/rnaseq/kallisto.py", line 45, in kallisto_rnaseq
index = kallisto_index(gtf_file, fasta_file, data, kallisto_dir)
"/opt/bcbio/anaconda/lib/python2.7/site-packages/bcbio/rnaseq/kallisto.py", line 114, in kallisto_index
gtf_fa = sailfish.create_combined_fasta(data)
"/opt/bcbio/anaconda/lib/python2.7/site-packages/bcbio/rnaseq/sailfish.py", line 104, in create_combined_fasta
out_file = gtf.gtf_to_fasta(gtf_file, ref_file, out_file=out_file)
"/opt/bcbio/anaconda/lib/python2.7/site-packages/bcbio/rnaseq/gtf.py", line 134, in gtf_to_fasta
os.remove(tmp_file)
OSError: [Errno 2] No such file or directory: '/rnaseq/low-pass-test-config1/work/inputs/transcriptome/hg38-noalt.fa.tmp'
| 0.603239 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/salt/loader.py", line 1560, in _load_module
mod = spec.loader.load_module()
"<frozen importlib._bootstrap_external>", line 399, in _check_name_wrapper
"<frozen importlib._bootstrap_external>", line 823, in load_module
"<frozen importlib._bootstrap_external>", line 682, in load_module
"<frozen importlib._bootstrap>", line 265, in _load_module_shim
"<frozen importlib._bootstrap>", line 684, in _load
"<frozen importlib._bootstrap>", line 665, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/usr/lib/python3/dist-packages/salt/utils/win_lgpo_auditpol.py", line 64, in <module>
import logging
"/usr/lib/python3.6/logging/__init__.py", line 26, in <module>
import sys, os, time, io, traceback, warnings, weakref, collections
"/usr/lib/python3.6/os.py", line 91, in <module>
sys.modules['os.path'] = path
AttributeError: module 'sys' has no attribute 'modules'
| Traceback (most recent call last):
"/srv/extra/tvmedia/apps/medusa/medusa/scene_exceptions.py", line 415, in _get_anidb_exceptions
cache_path=join(app.CACHE_DIR, 'adba')
"/srv/extra/tvmedia/apps/medusa/ext/adba/aniDBAbstracter.py", line 119, in __init__
self.aid = self.tvDBMap.get_anidb_for_tvdb(self.tvdb_id)
"/srv/extra/tvmedia/apps/medusa/ext/adba/aniDBtvDBmaper.py", line 30, in get_anidb_for_tvdb
return self._get_x_for_y(tvdb_id, "tvdbid", "anidbid")
"/srv/extra/tvmedia/apps/medusa/ext/adba/aniDBtvDBmaper.py", line 35, in _get_x_for_y
for anime in self.xmlMap.findall("anime"):
AttributeError: 'NoneType' object has no attribute 'findall'
| 0.578482 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"c:\salt\bin\lib\site-packages\salt\state.py", line 1837, in call
**cdata['kwargs'])
"c:\salt\bin\lib\site-packages\salt\loader.py", line 1794, in wrapper
return f(*args, **kwargs)
"c:\salt\bin\lib\site-packages\salt\states\pkg.py", line 1621, in installed
**kwargs)
"c:\salt\bin\lib\site-packages\salt\modules\win_pkg.py", line 1098, in install
if options.get('version') is not None:
AttributeError: 'str' object has no attribute 'get'
Started: 18:05:39.651288
| Traceback (most recent call last):
"issue2.py", line 25, in <module>
print(test_dataset[1])
"/home/cai.507/anaconda3/lib/python3.6/site-packages/torch_geometric/data/in_memory_dataset.py", line 76, in __getitem__
data = data if self.transform is None else self.transform(data)
"/home/cai.507/anaconda3/lib/python3.6/site-packages/torch_geometric/transforms/sample_points.py", line 22, in __call__
pos, face = data.pos, data.face
AttributeError: 'Data' object has no attribute 'face'
| 0.61205 |
Traceback (most recent call last):
"compare_gan_run_one_task", line 71, in <module>
tf.app.run()
"C:\anaconda3\lib\site-packages\tensorflow\python\platform\app.py", line 125, in run
_sys.exit(main(argv))
"compare_gan_run_one_task", line 65, in main
"inceptionv1_for_inception_score.pb")))
"c:\users\e\python\compare_gan\compare_gan\src\eval_gan_lib.py", line 888, in RunTaskEval
tasks_to_run)
"c:\users\e\python\compare_gan\compare_gan\src\eval_gan_lib.py", line 778, in RunCheckpointEval
result_dict.update(task.RunInSession(options, sess, gan, real_images))
"c:\users\e\python\compare_gan\compare_gan\src\eval_gan_lib.py", line 524, in RunInSession
return ComputeAccuracyLoss(options, sess, gan, real_images)
"c:\users\e\python\compare_gan\compare_gan\src\eval_gan_lib.py", line 310, in ComputeAccuracyLoss
train_accuracy = sum(train_predictions) / float(len(train_predictions))
ZeroDivisionError: float division by zero | Traceback (most recent call last):
"/usr/bin/bpytop", line 2598, in _runner
collector._draw()
"/usr/bin/bpytop", line 2834, in _draw
CpuBox._draw_fg()
"/usr/bin/bpytop", line 1756, in _draw_fg
out += (f'{THEME.inactive_fg} ⡀⡀⡀⡀⡀{Mv.l(5)}{THEME.gradient["temp"][min_max(cpu.cpu_temp[0][-1], 0, cpu.cpu_temp_crit) * 100 // cpu.cpu_temp_crit]}{Graphs.temps[0](None if cls.resized else cpu.cpu_temp[0][-1])}'
ZeroDivisionError: integer division or modulo by zero
| 0.61951 |
Traceback (most recent call last):
"c:\users\my_name\appdata\local\programs\python\python37-32\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\users\my_name\appdata\local\programs\python\python37-32\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\my_name\AppData\Local\Programs\Python\Python37-32\Scripts\youtube-dl.exe\__main__.py", line 9, in <module>
"c:\users\my_name\appdata\local\programs\python\python37-32\lib\site-packages\youtube_dl\__init__.py", line 474, in main
_real_main(argv)
"c:\users\my_name\appdata\local\programs\python\python37-32\lib\site-packages\youtube_dl\__init__.py", line 464, in _real_main
retcode = ydl.download(all_urls)
"c:\users\my_name\appdata\local\programs\python\python37-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 2008, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
"c:\users\my_name\appdata\local\programs\python\python37-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"c:\users\my_name\appdata\local\programs\python\python37-32\lib\site-packages\youtube_dl\extractor\common.py", line 529, in extract
ie_result = self._real_extract(url)
"c:\users\my_name\appdata\local\programs\python\python37-32\lib\site-packages\youtube_dl\extractor\crackle.py", line 200, in _real_extract
raise last_e
TypeError: exceptions must derive from BaseException
| Traceback (most recent call last):
"./manage.py", line 22, in <module>
execute_from_command_line(sys.argv)
"/Users/admin/Envs/celery/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
utility.execute()
"/Users/admin/Envs/celery/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/Users/admin/Envs/celery/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv
self.execute(*args, **cmd_options)
"/Users/admin/Envs/celery/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
output = self.handle(*args, **options)
"/Users/admin/Projects/myapp/cel/management/commands/test_cmd.py", line 10, in handle
c = chain(AddTask().si(1, 2))()
"/Users/admin/Envs/celery/lib/python3.6/site-packages/celery/canvas.py", line 178, in __call__
return self.type(*args, **kwargs)
TypeError: object() takes no parameters
| 0.595786 |
Traceback (most recent call last):
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trial_runner.py", line 540, in _process_trial
result, terminate=(decision == TrialScheduler.STOP))
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trial.py", line 386, in update_last_result
self.result_logger.on_result(self.last_result)
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/logger.py", line 333, in on_result
_logger.on_result(result)
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/logger.py", line 193, in on_result
"/".join(path + [attr]), value, step=step)
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorboard/plugins/scalar/summary_v2.py", line 65, in scalar
metadata=summary_metadata)
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow_core/python/ops/summary_ops_v2.py", line 646, in write
_should_record_summaries_v2(), record, _nothing, name="summary_cond")
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow_core/python/framework/smart_cond.py", line 54, in smart_cond
return true_fn()
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow_core/python/ops/summary_ops_v2.py", line 640, in record
name=scope)
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow_core/python/ops/gen_summary_ops.py", line 856, in write_summary
writer, step, tensor, tag, summary_metadata, name=name, ctx=_ctx)
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow_core/python/ops/gen_summary_ops.py", line 893, in write_summary_eager_fallback
attrs=_attrs, ctx=_ctx, name=name)
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow_core/python/eager/execute.py", line 76, in quick_execute
raise e
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow_core/python/eager/execute.py", line 61, in quick_execute
num_outputs)
TypeError: An op outside of the function building code is being passed
| Traceback (most recent call last):
"enc.py", line 53, in <module>
user_id = user.id
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/attributes.py", line 287, in __get__
return self.impl.get(instance_state(instance), dict_)
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/attributes.py", line 718, in get
value = state._load_expired(state, passive)
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/state.py", line 652, in _load_expired
self.manager.deferred_scalar_loader(self, toload)
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/loading.py", line 1012, in load_scalar_attributes
only_load_props=attribute_names,
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/loading.py", line 207, in load_on_ident
identity_token=identity_token,
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/loading.py", line 287, in load_on_pk_identity
return q.one()
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/query.py", line 3436, in one
ret = self.one_or_none()
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/query.py", line 3405, in one_or_none
ret = list(self)
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/loading.py", line 101, in instances
cursor.close()
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__
exc_value, with_traceback=exc_tb,
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_
raise exception
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/loading.py", line 81, in instances
rows = [proc(row) for row in fetch]
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/loading.py", line 81, in <listcomp>
rows = [proc(row) for row in fetch]
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/loading.py", line 589, in _instance
populators,
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/orm/loading.py", line 726, in _populate_full
dict_[key] = getter(row)
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/sql/type_api.py", line 1281, in process
return process_value(impl_processor(value), dialect)
"/Users/ninz/.local/share/virtualenvs/WLbOJcsr/lib/python3.6/site-packages/sqlalchemy/sql/sqltypes.py", line 945, in process
value = bytes(value)
TypeError: string argument without an encoding
| 0.65005 |
Traceback (most recent call last):
"/usr/local/bin/t2t-decoder", line 103, in <module>
tf.app.run()
"/usr/lib/python3.4/dist-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
"/usr/local/bin/t2t-decoder", line 92, in main
FLAGS.decode_to_file)
"/usr/local/lib/python3.4/site-packages/tensor2tensor/utils/decoding.py", line 235, in decode_from_file
for result in result_iter:
"/usr/lib/python3.4/dist-packages/tensorflow/python/estimator/estimator.py", line 412, in predict
features, None, model_fn_lib.ModeKeys.PREDICT, self.config)
"/usr/lib/python3.4/dist-packages/tensorflow/python/estimator/estimator.py", line 698, in _call_model_fn
model_fn_results = self._model_fn(features=features, **kwargs)
"/usr/local/lib/python3.4/site-packages/tensor2tensor/utils/model_builder.py", line 349, in wrapping_model_fn
return model_fn(model, features, mode, hparams, **kwargs)
"/usr/local/lib/python3.4/site-packages/tensor2tensor/utils/model_builder.py", line 164, in model_fn
max_idx=len(hparams.problems) - 1)
"/usr/local/lib/python3.4/site-packages/tensor2tensor/utils/input_fn_builder.py", line 182, in cond_on_index
return fn(cur_idx)
"/usr/local/lib/python3.4/site-packages/tensor2tensor/utils/model_builder.py", line 120, in nth_model
decode_length=decode_hp.extra_length)
"/usr/local/lib/python3.4/site-packages/tensor2tensor/utils/t2t_model.py", line 220, in infer
last_position_only, alpha)
"/usr/local/lib/python3.4/site-packages/tensor2tensor/models/transformer.py", line 183, in _beam_decode
beam_size, top_beams, alpha)
"/usr/local/lib/python3.4/site-packages/tensor2tensor/models/transformer.py", line 214, in _fast_decode
raise ValueError("Fast decoding only deals with the last positions!")
ValueError: Fast decoding only deals with the last positions!
| ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1001, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 915, in _extract_signature_function
errnote='Download of %s failed' % player_url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 503, in _download_webpage
res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 410, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 390, in _request_webpage
return self._downloader.urlopen(url_or_request)
"/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1950, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
"/usr/lib/python2.7/urllib2.py", line 421, in open
protocol = req.get_type()
"/usr/lib/python2.7/urllib2.py", line 283, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /yts/jsbin/player-en_US-vflVlxFvV/base.js
| 0.541278 |
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 340, in test_parse_tz_name_zzz
self.parser.parse("2013-01-01 %s" % tz_name, "YYYY-MM-DD ZZZ")
AttributeError: 'TestDateTimeParserParse' object has no attribute 'parser'
| Traceback (most recent call last):
"/opt/lib/python3.6/site-packages/flexget/task.py", line 486, in __run_plugin
return method(*args, **kwargs)
"/opt/lib/python3.6/site-packages/flexget/event.py", line 23, in __call__
return self.func(*args, **kwargs)
"/opt/lib/python3.6/site-packages/flexget/plugins/input/discover.py", line 280, in on_task_input
entries = self.execute_inputs(config, task)
"/opt/lib/python3.6/site-packages/flexget/plugins/input/discover.py", line 109, in execute_inputs
result = method(task, input_config)
"/opt/lib/python3.6/site-packages/flexget/event.py", line 23, in __call__
return self.func(*args, **kwargs)
"/opt/lib/python3.6/site-packages/flexget/plugins/input/next_series_episodes.py", line 155, in on_task_input
start_at_ep = max(latest.number - 10, 1)
AttributeError: 'Season' object has no attribute 'number'
| 0.59279 |
33%|███▎
| 1/3 [00:03<00:07,
3.50s/it]Traceback (most recent call last):
"<ipython-input-24-9082a13a0241>", line 1, in <module>
runfile('C:/Users/cstarr/Documents/GitHub/MP_nnDetector/cnnMP_optimHP.py', wdir='C:/Users/cstarr/Documents/GitHub/MP_nnDetector')
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 786, in runfile
execfile(filename, namespace)
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 110, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
"C:/Users/cstarr/Documents/GitHub/MP_nnDetector/cnnMP_optimHP.py", line 122, in <module>
t = ta.Scan(np.expand_dims(trainHist2,axis=2), trainLabels, params=p, model=mods.cnnMP)
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\talos\scan\Scan.py", line 170, in __init__
self._null = self.runtime()
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\talos\scan\Scan.py", line 175, in runtime
self = scan_run(self)
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\talos\scan\scan_run.py", line 18, in scan_run
self = scan_round(self)
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\talos\scan\scan_round.py", line 32, in scan_round
_hr_out, self.keras_model = ingest_model(self)
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\talos\model\ingest_model.py", line 10, in ingest_model
self.round_params)
"C:\Users\cstarr\Documents\GitHub\MP_nnDetector\modelDefs.py", line 38, in cnnMP
validation_data=[x_val,y_val])
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\engine\training.py", line 1010, in fit
self._make_train_function()
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\engine\training.py", line 509, in _make_train_function
loss=self.total_loss)
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\legacy\interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\optimizers.py", line 196, in get_updates
v = self.momentum * m - lr * g
# velocity
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\python\ops\variables.py", line 935, in _run_op
return tensor_oper(a.value(), *args, **kwargs)
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\python\ops\math_ops.py", line 810, in binary_op_wrapper
with ops.name_scope(None, op_name, [x, y]) as name:
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\python\framework\ops.py", line 6083, in __enter__
g = _get_graph_from_inputs(self._values)
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\python\framework\ops.py", line 5713, in _get_graph_from_inputs
_assert_same_graph(original_graph_element, graph_element)
"C:\Users\cstarr\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\python\framework\ops.py", line 5649, in _assert_same_graph
original_item))
ValueError: Tensor("training/SGD/Variable:0", shape=(5, 1, 50), dtype=float32_ref) must be from the same graph as Tensor("SGD_1/momentum/read:0", shape=(), dtype=float32). | Traceback (most recent call last):
"dqn_fail_demonstrator.py", line 37, in <module>
trainer = DQNAgent(env="CartPole-v0", config=config)
"/Users/ristovuorio/projects/ray_doodle/ray/python/ray/rllib/agents/agent.py", line 280, in __init__
Trainable.__init__(self, config, logger_creator)
"/Users/ristovuorio/projects/ray_doodle/ray/python/ray/tune/trainable.py", line 88, in __init__
self._setup(copy.deepcopy(self.config))
"/Users/ristovuorio/projects/ray_doodle/ray/python/ray/rllib/agents/agent.py", line 377, in _setup
self._init()
"/Users/ristovuorio/projects/ray_doodle/ray/python/ray/rllib/agents/dqn/dqn.py", line 207, in _init
self.env_creator, self._policy_graph)
"/Users/ristovuorio/projects/ray_doodle/ray/python/ray/rllib/agents/agent.py", line 510, in make_local_evaluator
extra_config or {}))
"/Users/ristovuorio/projects/ray_doodle/ray/python/ray/rllib/agents/agent.py", line 727, in _make_evaluator
async_remote_worker_envs=config["async_remote_worker_envs"])
"/Users/ristovuorio/projects/ray_doodle/ray/python/ray/rllib/evaluation/policy_evaluator.py", line 296, in __init__
self._build_policy_map(policy_dict, policy_config)
"/Users/ristovuorio/projects/ray_doodle/ray/python/ray/rllib/evaluation/policy_evaluator.py", line 692, in _build_policy_map
policy_map[name] = cls(obs_space, act_space, merged_conf)
"/Users/ristovuorio/projects/ray_doodle/ray/python/ray/rllib/agents/dqn/dqn_policy_graph.py", line 394, in __init__
update_target_expr.append(var_target.assign(var))
"/Users/ristovuorio/miniconda3/envs/ray_fiddle/lib/python3.6/site-packages/tensorflow/python/ops/resource_variable_ops.py", line 951, in assign
self._shape.assert_is_compatible_with(value_tensor.shape)
"/Users/ristovuorio/miniconda3/envs/ray_fiddle/lib/python3.6/site-packages/tensorflow/python/framework/tensor_shape.py", line 848, in assert_is_compatible_with
raise ValueError("Shapes %s and %s are incompatible" % (self, other))
ValueError: Shapes (3,) and (11,) are incompatible
| 0.614283 |
Traceback (most recent call last):
"./labelme2voc.py", line 105, in <module>
main()
"./labelme2voc.py", line 87, in main
label_name_to_value=class_name_to_id,
"/home/gytis/.local/lib/python3.6/site-packages/labelme/utils/shape.py", line 68, in shapes_to_label
cls_id = label_name_to_value[cls_name]
KeyError: 'dog'
| Traceback (most recent call last):
"/home/user/.config/cudatext/py/cuda_config_keys/cd_config_keys.py", line 47, in dlg_config_keys
CfgKeysDlg().show()
"/home/user/.config/cudatext/py/cuda_config_keys/cd_config_keys.py", line 144, in __init__
m.ks2id
= M.prep_keys_info()
"/home/user/.config/cudatext/py/cuda_config_keys/cd_config_keys.py", line 81, in prep_keys_info
cmdCNKKIs
= collect_keys()
"/home/user/.config/cudatext/py/cuda_config_keys/cd_config_keys.py", line 59, in collect_keys
cmdinfos
= [('Commands'
"/home/user/.config/cudatext/py/cuda_config_keys/cd_config_keys.py", line 70, in <listcomp>
,f('{},{},{}', cmd['p_module'], cmd['p_method'], cmd['p_method_params']).rstrip(',')
KeyError: 'p_module'
| 0.540913 |
Traceback (most recent call last):
"D:\anaconda3\envs\gpt2\lib\site-packages\IPython\core\interactiveshell.py", line 3331, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-42-1a545b8d35ed>", line 1, in <module>
summarizer = pipeline("summarization", model="t5-base", tokenizer="t5-base")
"D:\anaconda3\envs\gpt2\lib\site-packages\transformers\pipelines.py", line 1423, in pipeline
model = model_class.from_pretrained(model, config=config, **model_kwargs)
"D:\anaconda3\envs\gpt2\lib\site-packages\transformers\modeling_utils.py", line 434, in from_pretrained
**kwargs,
"D:\anaconda3\envs\gpt2\lib\site-packages\transformers\configuration_utils.py", line 192, in from_pretrained
config_dict, kwargs = cls.get_config_dict(pretrained_model_name_or_path, **kwargs)
"D:\anaconda3\envs\gpt2\lib\site-packages\transformers\configuration_utils.py", line 262, in get_config_dict
raise EnvironmentError(msg)
OSError: Can't load 't5-base'. Make sure that:
| Traceback (most recent call last):
"/Users/mgsmith/src/scapy/scapy/fields.py", line 535, in h2i
inet_aton(x)
OSError: illegal IP address string passed to inet_aton
| 0.446111 |
Out[27]: Traceback (most recent call last):
"/Users/pm/.conda/envs/MRA/lib/python3.7/site-packages/IPython/core/formatters.py", line 224, in catch_format_error
r = method(self, *args, **kwargs)
"/Users/pm/.conda/envs/MRA/lib/python3.7/site-packages/IPython/core/formatters.py", line 702, in __call__
printer.pretty(obj)
"/Users/pm/.conda/envs/MRA/lib/python3.7/site-packages/IPython/lib/pretty.py", line 377, in pretty
return self.type_pprinters[cls](obj, self, cycle)
"/Users/pm/.conda/envs/MRA/lib/python3.7/site-packages/IPython/lib/pretty.py", line 601, in inner
for idx, key in p._enumerate(keys):
"/Users/pm/.conda/envs/MRA/lib/python3.7/site-packages/IPython/lib/pretty.py", line 280, in _enumerate
for idx, x in enumerate(seq):
RuntimeError: dictionary changed size during iteration | Traceback (most recent call last):
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/demo.py", line 129, in <module>
demo(opt)
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/demo.py", line 84, in demo
ret = detector.run(img)
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/lib/detector.py", line 119, in run
images, self.pre_images, pre_hms, pre_inds, return_time=True)
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/lib/detector.py", line 339, in process
output = self.model(images, pre_images, pre_hms)[-1]
"/home/mts/anaconda3/envs/CenterTrack/lib/python3.6/site-packages/torch/nn/modules/module.py", line 541, in __call__
result = self.forward(*input, **kwargs)
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/lib/model/networks/base_model.py", line 75, in forward
feats = self.imgpre2feats(x, pre_img, pre_hm)
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/lib/model/networks/dla.py", line 635, in imgpre2feats
x = self.dla_up(x)
"/home/mts/anaconda3/envs/CenterTrack/lib/python3.6/site-packages/torch/nn/modules/module.py", line 541, in __call__
result = self.forward(*input, **kwargs)
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/lib/model/networks/dla.py", line 574, in forward
ida(layers, len(layers) -i - 2, len(layers))
"/home/mts/anaconda3/envs/CenterTrack/lib/python3.6/site-packages/torch/nn/modules/module.py", line 541, in __call__
result = self.forward(*input, **kwargs)
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/lib/model/networks/dla.py", line 545, in forward
layers[i] = upsample(project(layers[i]))
"/home/mts/anaconda3/envs/CenterTrack/lib/python3.6/site-packages/torch/nn/modules/module.py", line 541, in __call__
result = self.forward(*input, **kwargs)
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/lib/model/networks/dla.py", line 518, in forward
x = self.conv(x)
"/home/mts/anaconda3/envs/CenterTrack/lib/python3.6/site-packages/torch/nn/modules/module.py", line 541, in __call__
result = self.forward(*input, **kwargs)
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/lib/model/networks/DCNv2/dcn_v2.py", line 128, in forward
self.deformable_groups)
"/home/mts/Desktop/Pycharmpj/CenterTrack/src/lib/model/networks/DCNv2/dcn_v2.py", line 31, in forward
ctx.deformable_groups)
RuntimeError: Not compiled with GPU support (dcn_v2_forward at /home/mts/Desktop/Pycharmpj/CenterTrack/src/lib/model/networks/DCNv2/src/dcn_v2.h:35)
| 0.476622 |
Traceback (most recent call last):
"srgan.py", line 263, in <module>
gan.train(epochs=30000, batch_size=1, sample_interval=50)
"srgan.py", line 192, in train
imgs_hr, imgs_lr = self.data_loader.load_data(batch_size)
"/home/ubuntu/Keras-GAN/srgan/data_loader.py", line 16, in load_data
batch_images = np.random.choice(path, size=batch_size)
"mtrand.pyx", line 1126, in mtrand.RandomState.choice
ValueError: a must be non-empty
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.8/site-packages/kubernetes/client/api/apps_v1_api.py", line 3936, in patch_namespaced_deployment_scale
(data) = self.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs)
# noqa: E501
"/usr/local/lib/python3.8/site-packages/kubernetes/client/api/apps_v1_api.py", line 3988, in patch_namespaced_deployment_scale_with_http_info
raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_deployment_scale`")
# noqa: E501
ValueError: Missing the required parameter `body` when calling `patch_namespaced_deployment_scale
| 0.541499 |
Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = self.process.process
AttributeError: 'NoneType' object has no attribute 'process'
| Traceback (most recent call last):
"handler.py", line 10, in <module>
from bs4 import BeautifulSoup
"/usr/local/lib/python2.7/dist-packages/bs4/__init__.py", line 30, in <module>
from .builder import builder_registry, ParserRejectedMarkup
"/usr/local/lib/python2.7/dist-packages/bs4/builder/__init__.py", line 314, in <module>
from . import _html5lib
"/usr/local/lib/python2.7/dist-packages/bs4/builder/_html5lib.py", line 70, in <module>
class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: 'module' object has no attribute '_base'
| 0.635964 |
Traceback (most recent call last):
"/volumeX/Downloads/103 NZB/Scripts/nzbToMedia/nzbToCouchPotato.py", line 257, in <module>
result = nzbToMedia.main(sys.argv, section)
"/volumeX/Downloads/103 NZB/Scripts/nzbToMedia/nzbToMedia.py", line 732, in main
download_id='')
"/volumeX/Downloads/103 NZB/Scripts/nzbToMedia/nzbToMedia.py", line 618, in process
inputCategory, failureLink)
"/volumeX/Downloads/103 NZB/Scripts/nzbToMedia/core/autoProcess/autoProcessMovie.py", line 131, in process
imdbid = find_imdbid(dirName, inputName)
"/volumeX/Downloads/103 NZB/Scripts/nzbToMedia/core/nzbToMediaUtil.py", line 1072, in find_imdbid
results = r.json()
"/volumeX/Downloads/103 NZB/Scripts/nzbToMedia/libs/requests/models.py", line 805, in json
return complexjson.loads(self.text, **kwargs)
"/usr/local/python/lib/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
"/usr/local/python/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/local/python/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
|
Traceback (most recent call last):
"/home/dawehner/src/anaconda/lib/python2.7/site-packages/IPython/html/base/zmqhandlers.py", line 83, in _on_zmq_reply
msg = self._reserialize_reply(msg_list)
"/home/dawehner/src/anaconda/lib/python2.7/site-packages/IPython/html/base/zmqhandlers.py", line 66, in _reserialize_reply
msg = self.session.unserialize(msg_list)
"/home/dawehner/src/anaconda/lib/python2.7/site-packages/IPython/kernel/zmq/session.py", line 821, in unserialize
raise ValueError("Invalid Signature: %r" % signature)
ValueError: Invalid Signature: 'a37f46a39772a2e6c12970fc0609506effcac3c993e65eb65d7b7731b30bac2e' | 0.532197 |
Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| Traceback (most recent call last):
"/usr/local/bin/subsync", line 10, in <module>
sys.exit(main())
"/usr/local/lib/python3.7/site-packages/subsync/subsync.py", line 150, in main
make_webrtcvad_detector()
"/usr/local/lib/python3.7/site-packages/subsync/subsync.py", line 101, in get_speech_segments_from_media
say('extracting speech segments...', file=sys.stderr)
"/usr/local/lib/python3.7/site-packages/subsync/subsync.py", line 24, in say
print(*args **kwargs)
TypeError: unsupported operand type(s) for ** or pow(): 'tuple' and 'dict'
| 0.61191 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.