text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/server.py", line 121, in handle
root_layer()
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/modes/http_proxy.py", line 9, in __call__
layer()
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/protocol/tls.py", line 285, in __call__
layer()
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http1.py", line 103, in __call__
layer()
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http.py", line 203, in __call__
if not self._process_flow(flow):
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http.py", line 276, in _process_flow
return self.handle_regular_connect(f)
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http.py", line 221, in handle_regular_connect
layer()
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/protocol/tls.py", line 278, in __call__
self._establish_tls_with_client_and_server()
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/protocol/tls.py", line 358, in _establish_tls_with_client_and_server
self._establish_tls_with_server()
"/usr/lib/python3.6/site-packages/mitmproxy/proxy/protocol/tls.py", line 448, in _establish_tls_with_server
**args
"/usr/lib/python3.6/site-packages/mitmproxy/connections.py", line 292, in establish_tls
self.convert_to_tls(cert=client_cert, sni=sni, **kwargs)
"/usr/lib/python3.6/site-packages/mitmproxy/net/tcp.py", line 388, in convert_to_tls
**sslctx_kwargs
"/usr/lib/python3.6/site-packages/mitmproxy/net/tls.py", line 290, in create_client_context
SSL._lib.X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS | SSL._lib.X509_CHECK_FLAG_NEVER_CHECK_SUBJECT
AttributeError: module 'lib' has no attribute 'X509_CHECK_FLAG_NEVER_CHECK_SUBJECT'
| Traceback (most recent call last):
"/usr/lib/python3.7/socketserver.py", line 720, in __init__
self.handle()
"/usr/lib/python3.7/http/server.py", line 426, in handle
self.handle_one_request()
"/usr/lib/python3.7/http/server.py", line 394, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
AttributeError: 'SETHandler' object has no attribute 'rfile'
| 0.625849 |
Traceback (most recent call last):
"<stdin>", line 14, in <module>
"<string>", line 32, in <module>
RuntimeError: Python version >= 3.5 required.
| Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/torch/multiprocessing/spawn.py", line 20, in _wrap
fn(i, *args)
"/usr/local/lib/python3.6/dist-packages/torch_xla/distributed/xla_multiprocessing.py", line 116, in _start_fn
_setup_replication()
"/usr/local/lib/python3.6/dist-packages/torch_xla/distributed/xla_multiprocessing.py", line 108, in _setup_replication
device = xm.xla_device()
"/usr/local/lib/python3.6/dist-packages/torch_xla/core/xla_model.py", line 137, in xla_device
devkind=[devkind] if devkind is not None else None)
"/usr/local/lib/python3.6/dist-packages/torch_xla/core/xla_model.py", line 41, in get_xla_supported_devices
xla_devices = torch_xla._XLAC._xla_get_devices()
RuntimeError: tensorflow/compiler/xla/xla_client/xrt_computation_client.cc:1198 : Check failed: session.Run({tensorflow::Output(result, 0)}, &outputs) == ::tensorflow::Status::OK() (Internal: From /job:tpu_worker/replica:0/task:0:
| 0.530381 |
Traceback (most recent call last):
"train.py", line 232, in <module>
main()
"train.py", line 152, in main
for _, train_data in enumerate(train_loader):
"/home/pjh2/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 582, in __next__
return self._process_next_batch(batch)
"/home/pjh2/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 608, in _process_next_batch
raise batch.exc_type(batch.exc_msg)
RuntimeError: Traceback (most recent call last):
| Traceback (most recent call last):
"eval_voc.py", line 113, in <module>
visiual=opt.visiual).detection()
"eval_voc.py", line 34, in __init__
self.__load_model_weights(weight_path)
"eval_voc.py", line 43, in __load_model_weights
self.__model.load_state_dict(chkpt)
"C:\Anaconda3\envs\YOLOv4-pytorch\lib\site-packages\torch\nn\modules\module.py", line 845, in load_state_dict
self.__class__.__name__, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for Build_Model: | 0.622138 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mu/modes/microbit.py", line 75, in ls
result = tuple(microfs.ls(microfs.get_serial()))
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mu/contrib/microfs.py", line 146, in ls
return ast.literal_eval(out.decode('utf-8'))
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ast.py", line 48, in literal_eval
node_or_string = parse(node_or_string, mode='eval')
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ast.py", line 35, in parse
return compile(source, filename, mode, PyCF_ONLY_AST)
"<unknown>", line 1
ceback (most recent call last):
^
SyntaxError: invalid syntax
|
Traceback (most recent call last):
"/home/rmurri/sw/src/xonsh/xonsh/execer.py", line 151, in _parse_ctx_free
debug_level=self.debug_level)
"/home/rmurri/sw/src/xonsh/xonsh/parser.py", line 265, in parse
tree = self.parser.parse(input=s, lexer=self.lexer, debug=debug_level)
"/home/rmurri/.local/lib/python3.4/site-packages/ply/yacc.py", line 331, in parse
return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
"/home/rmurri/.local/lib/python3.4/site-packages/ply/yacc.py", line 1181, in parseopt_notrack
tok = call_errorfunc(self.errorfunc, errtoken, self)
"/home/rmurri/.local/lib/python3.4/site-packages/ply/yacc.py", line 193, in call_errorfunc
r = errorfunc(token)
"/home/rmurri/sw/src/xonsh/xonsh/parser.py", line 2553, in p_error
column=p.lexpos))
"/home/rmurri/sw/src/xonsh/xonsh/parser.py", line 336, in _parse_error
raise err
"<string>", line None
SyntaxError: <xonsh-code>:1:17: ('code: /',) | 0.608566 |
Traceback (most recent call last):
"/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/usr/local/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http2.py", line 722, in run
layer()
"/usr/local/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http.py", line 203, in __call__
if not self._process_flow(flow):
"/usr/local/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http.py", line 257, in _process_flow
request: http.HTTPRequest = self.read_request_headers(f)
"/usr/local/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http2.py", line 392, in wrapper
result = func(self, *args, **kwargs)
"/usr/local/lib/python3.6/site-packages/mitmproxy/proxy/protocol/http2.py", line 513, in read_request_headers
scheme = self.request_message.headers.pop(':scheme')
"/usr/lib64/python3.6/_collections_abc.py", line 795, in pop
value = self[key]
"/usr/local/lib/python3.6/site-packages/mitmproxy/coretypes/multidict.py", line 39, in __getitem__
raise KeyError(key)
KeyError: ':scheme'
| Traceback (most recent call last):
"manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 350, in execute_from_command_line
utility.execute()
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 324, in execute
django.setup()
"/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 18, in setup
apps.populate(settings.INSTALLED_APPS)
"/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in populate
app_config.import_models(all_models)
"/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 202, in import_models
self.models_module = import_module(models_module_name)
"/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
"/usr/local/lib/python2.7/dist-packages/organizations/models.py", line 26, in <module>
from .abstract import (AbstractOrganization,
"/usr/local/lib/python2.7/dist-packages/organizations/abstract.py", line 37, in <module>
from .base import OrgMeta, AbstractBaseOrganization, AbstractBaseOrganizationUser, AbstractBaseOrganizationOwner
"/usr/local/lib/python2.7/dist-packages/organizations/base.py", line 186, in <module>
class OrganizationBase(six.with_metaclass(OrgMeta, AbstractBaseOrganization)):
"/usr/lib/python2.7/dist-packages/six.py", line 617, in with_metaclass
return meta("NewBase", bases, {})
"/usr/local/lib/python2.7/dist-packages/organizations/base.py", line 74, in __new__
return super(OrgMeta, cls).__new__(cls, name, bases, attrs)
"/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 81, in __new__
module = attrs.pop('__module__')
KeyError: u'__module__'
| 0.60912 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python2.7/site-packages/msrest/paging.py", line 143, in __next__
self.advance_page()
"/usr/lib/python2.7/site-packages/msrest/paging.py", line 129, in advance_page
self._response = self._get_next(self.next_link)
"/usr/lib/python2.7/site-packages/azure/mgmt/billing/operations/invoices_operations.py", line 85, in internal_paging
url = self._client.format_url(url, **path_format_arguments)
AttributeError: 'BillingManagementClient' object has no attribute 'format_url'
| Traceback (most recent call last):
"/app/extra/plugins/python/helpers/pydev/pydevd.py", line 1477, in _exec
pydev_imports.execfile(file, globals, locals)
# execute the script
"/app/extra/plugins/python/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"/home/aloukian/.var/app/com.jetbrains.PyCharm-Professional/config/JetBrains/PyCharm2020.3/scratches/pydantic_annotations_bug.py", line 10, in <module>
@validated_dataclass
"/home/aloukian/.var/app/com.jetbrains.PyCharm-Professional/config/JetBrains/PyCharm2020.3/scratches/pydantic_annotations_bug.py", line 12, in NestedVTrivial
child: validated_dataclass(Trivial)
"pydantic/dataclasses.py", line 255, in pydantic.dataclasses.dataclass
f'repr={self.repr!r},'
"pydantic/dataclasses.py", line 250, in pydantic.dataclasses.dataclass.wrap
f'name={self.name!r},'
"pydantic/dataclasses.py", line 148, in pydantic.dataclasses._process_class
# __eq__ method in the class body (not one that was created by
AttributeError: type object 'Trivial' has no attribute '__annotations__'
| 0.643598 |
Traceback (most recent call last):
"script_switch.py", line 308, in <module>
main(sys.argv[1:])
"script_switch.py", line 303, in main
test_migration(ip, login, pwd, driver, fex)
"script_switch.py", line 206, in test_migration
new_intf_table = device.get_interfaces()
"/home/florian_lacommare/GitHub/napalm/napalm/nxos_ssh/nxos_ssh.py", line 862, in get_interfaces
interfaces.update(parse_intf_section(entry))
"/home/florian_lacommare/GitHub/napalm/napalm/nxos_ssh/nxos_ssh.py", line 149, in parse_intf_section
speed = int(match.group('speed'))
AttributeError: 'NoneType' object has no attribute 'group'
| Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 416, in start
resp = yield from self._request_handler(request)
"/usr/lib/python3.6/site-packages/aiohttp/web.py", line 325, in _handle
resp = yield from handler(request)
"/usr/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 93, in impl
return (yield from handler(request))
"/usr/lib/python3.6/site-packages/hassio/api/security.py", line 34, in security_layer
return await handler(request)
"/usr/lib/python3.6/site-packages/hassio/api/utils.py", line 33, in wrap_api
answer = await method(api, *args, **kwargs)
"/usr/lib/python3.6/site-packages/hassio/addons/addon.py", line 554, in install
if not await self.instance.install(self.last_version):
"/usr/lib/python3.6/site-packages/hassio/docker/utils.py", line 18, in wrap_api
return await method(api, *args, **kwargs)
"/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/lib/python3.6/site-packages/hassio/docker/addon.py", line 259, in _install
return self._build(tag)
"/usr/lib/python3.6/site-packages/hassio/docker/addon.py", line 274, in _build
image.tag(self.image, tag='latest')
AttributeError: 'tuple' object has no attribute 'tag'
| 0.635462 |
Traceback (most recent call last):
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/exceptions.py", line 632, in conda_exception_handler
return_value = func(*args, **kwargs)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/cli/main.py", line 137, in _main
exit_code = args.func(args, p)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/cli/main_install.py", line 80, in execute
install(args, parser, 'install')
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/cli/install.py", line 199, in install
explicit(args_packages, prefix, verbose=not context.quiet)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/misc.py", line 110, in explicit
execute_actions(actions, index, verbose=verbose)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/plan.py", line 830, in execute_actions
execute_instructions(plan, index, verbose)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/instructions.py", line 247, in execute_instructions
cmd(state, arg)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/instructions.py", line 108, in UNLINKLINKTRANSACTION_CMD
txn.execute()
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/core/link.py", line 263, in execute
self.verify()
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/core/link.py", line 242, in verify
self.prepare()
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/core/link.py", line 173, in prepare
concatv(unlink_actions, link_actions))
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/core/link.py", line 172, in <genexpr>
self.all_actions = tuple(per_pkg_actions for per_pkg_actions in
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/core/link.py", line 169, in <genexpr>
for pkg_info, lt in zip(self.packages_info_to_link, link_types)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/core/link.py", line 406, in make_link_actions
file_link_actions = LinkPathAction.create_file_link_actions(*required_quad)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/core/path_actions.py", line 181, in create_file_link_actions
return tuple(make_file_link_action(spi) for spi in package_info.paths_data.paths)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/core/path_actions.py", line 181, in <genexpr>
return tuple(make_file_link_action(spi) for spi in package_info.paths_data.paths)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/core/path_actions.py", line 161, in make_file_link_action
target_short_path = get_python_noarch_target_path(source_path_info.path, sp_dir)
"/Users/hsparra/anaconda/lib/python3.5/site-packages/conda/common/path.py", line 238, in get_python_noarch_target_path
return source_short_path.replace('site-packages', sp_dir, 1)
TypeError: Can't convert 'NoneType' object to str implicitly`
| Traceback (most recent call last):
"/usr/bin/rdiff-backup", line 32, in <module>
rdiff_backup.Main.error_check_Main(sys.argv[1:])
"/usr/lib64/python3.6/site-packages/rdiff_backup/Main.py", line 390, in error_check_Main
Main(arglist)
"/usr/lib64/python3.6/site-packages/rdiff_backup/Main.py", line 412, in Main
take_action(rps)
"/usr/lib64/python3.6/site-packages/rdiff_backup/Main.py", line 348, in take_action
Backup(rps[0], rps[1])
"/usr/lib64/python3.6/site-packages/rdiff_backup/Main.py", line 434, in Backup
backup.Mirror_and_increment(rpin, rpout, incdir)
"/usr/lib64/python3.6/site-packages/rdiff_backup/backup.py", line 55, in Mirror_and_increment
DestS.patch_and_increment(dest_rpath, source_diffiter, inc_rpath)
"/usr/lib64/python3.6/site-packages/rdiff_backup/backup.py", line 281, in patch_and_increment
ITR(diff.index, diff)
"/usr/lib64/python3.6/site-packages/rdiff_backup/rorpiter.py", line 313, in __call__
last_branch.fast_process(*args)
"/usr/lib64/python3.6/site-packages/rdiff_backup/backup.py", line 781, in fast_process
if self.patch_to_temp(mirror_rp, diff_rorp, tf):
"/usr/lib64/python3.6/site-packages/rdiff_backup/backup.py", line 637, in patch_to_temp
return self.matches_cached_rorp(diff_rorp, new)
"/usr/lib64/python3.6/site-packages/rdiff_backup/backup.py", line 691, in matches_cached_rorp
"temp file '%s' does not match source" % new_rp.get_safepath())
"/usr/lib64/python3.6/site-packages/rdiff_backup/log.py", line 313, in write_if_open
cls.write(error_type, rp, exc)
"/usr/lib64/python3.6/site-packages/rdiff_backup/log.py", line 293, in write
cls._log_fileobj.write(logstr)
TypeError: a bytes-like object is required, not 'str'
| 0.623333 |
Traceback (most recent call last):
"/home/jbernier/.local/lib/python3.6/site-packages/airflow/models/dagbag.py", line 256, in process_file
m = imp.load_source(mod_name, filepath)
"/usr/lib/python3.6/imp.py", line 172, in load_source
module = _load(spec)
"<frozen importlib._bootstrap>", line 684, in _load
"<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/jbernier/.local/lib/python3.6/site-packages/airflow/example_dags/example_subdag_operator.py", line 40, in <module>
tags=['example']
"/home/jbernier/.local/lib/python3.6/site-packages/airflow/models/dag.py", line 250, in __init__
self.default_args = copy.deepcopy(default_args or {})
"/usr/lib/python3.6/copy.py", line 150, in deepcopy
y = copier(x, memo)
"/usr/lib/python3.6/copy.py", line 240, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"/usr/lib/python3.6/copy.py", line 180, in deepcopy
y = _reconstruct(x, memo, *rv)
"/usr/lib/python3.6/copy.py", line 274, in _reconstruct
y = func(*args)
"/usr/lib/python3.6/copy.py", line 273, in <genexpr>
args = (deepcopy(arg, memo) for arg in args)
"/usr/lib/python3.6/copy.py", line 180, in deepcopy
y = _reconstruct(x, memo, *rv)
"/usr/lib/python3.6/copy.py", line 280, in _reconstruct
state = deepcopy(state, memo)
"/usr/lib/python3.6/copy.py", line 150, in deepcopy
y = copier(x, memo)
"/usr/lib/python3.6/copy.py", line 240, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"/usr/lib/python3.6/copy.py", line 150, in deepcopy
y = copier(x, memo)
"/usr/lib/python3.6/copy.py", line 220, in _deepcopy_tuple
y = [deepcopy(a, memo) for a in x]
"/usr/lib/python3.6/copy.py", line 220, in <listcomp>
y = [deepcopy(a, memo) for a in x]
"/usr/lib/python3.6/copy.py", line 180, in deepcopy
y = _reconstruct(x, memo, *rv)
"/usr/lib/python3.6/copy.py", line 274, in _reconstruct
y = func(*args)
TypeError: __init__() missing 5 required positional arguments: 'tz', 'utc_offset', 'is_dst', 'dst', and 'abbrev'
| 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.526265 |
Traceback (most recent call last):
"/.../lib/python3.5/site-packages/tornado/web.py", line 1467, in _execute
result = method(*self.path_args, **self.path_kwargs)
"/.../lib/python3.5/site-packages/snakeviz/main.py", line 33, in get
table_rows=table_rows(s), callees=json_stats(s))
"/.../lib/python3.5/site-packages/snakeviz/stats.py", line 62, in json_stats
(keyfmt(*ck), list(cv)) for ck, cv in v.items())
"/.../lib/python3.5/site-packages/snakeviz/stats.py", line 62, in <genexpr>
(keyfmt(*ck), list(cv)) for ck, cv in v.items())
TypeError: 'int' object is not iterable
| Traceback (most recent call last):
"/Users/deil/software/anaconda3/envs/gammapy-dev/bin/pylint", line 11, in <module>
sys.exit(run_pylint())
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/pylint/__init__.py", line 19, in run_pylint
Run(sys.argv[1:])
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/pylint/lint.py", line 1394, in __init__
linter.check(args)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/pylint/lint.py", line 801, in check
self._do_check(files_or_modules)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/pylint/lint.py", line 938, in _do_check
self.check_astroid_module(ast_node, walker, rawcheckers, tokencheckers)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/pylint/lint.py", line 1018, in check_astroid_module
walker.walk(ast_node)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/pylint/utils.py", line 1162, in walk
self.walk(child)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/pylint/utils.py", line 1159, in walk
cb(astroid)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/pylint/checkers/imports.py", line 422, in visit_importfrom
imported_module = self._get_imported_module(node, basename)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/pylint/checkers/imports.py", line 647, in _get_imported_module
return importnode.do_import_module(modname)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/mixins.py", line 101, in do_import_module
relative_only=level and level >= 1)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 602, in import_module
return MANAGER.ast_from_module_name(absmodname)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/manager.py", line 150, in ast_from_module_name
return self.ast_from_file(found_spec.location, modname, fallback=False)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/manager.py", line 83, in ast_from_file
return AstroidBuilder(self).file_build(filepath, modname)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/builder.py", line 128, in file_build
return self._post_build(module, encoding)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/builder.py", line 145, in _post_build
self.add_from_names_to_locals(from_node)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/builder.py", line 190, in add_from_names_to_locals
imported = node.do_import_module()
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/mixins.py", line 101, in do_import_module
relative_only=level and level >= 1)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 602, in import_module
return MANAGER.ast_from_module_name(absmodname)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/manager.py", line 150, in ast_from_module_name
return self.ast_from_file(found_spec.location, modname, fallback=False)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/manager.py", line 83, in ast_from_file
return AstroidBuilder(self).file_build(filepath, modname)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/builder.py", line 128, in file_build
return self._post_build(module, encoding)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/builder.py", line 148, in _post_build
self.delayed_assattr(delayed)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/builder.py", line 207, in delayed_assattr
for inferred in node.expr.infer():
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/decorators.py", line 125, in raise_if_nothing_inferred
yield next(generator)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/decorators.py", line 92, in wrapped
res = next(generator)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/bases.py", line 125, in _infer_stmts
for inferred in stmt.infer(context=context):
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/util.py", line 148, in limit_inference
yield from islice(iterator, size)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/context.py", line 107, in cache_generator
for result in generator:
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/decorators.py", line 125, in raise_if_nothing_inferred
yield next(generator)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/decorators.py", line 92, in wrapped
res = next(generator)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/bases.py", line 125, in _infer_stmts
for inferred in stmt.infer(context=context):
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/util.py", line 148, in limit_inference
yield from islice(iterator, size)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/context.py", line 107, in cache_generator
for result in generator:
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/decorators.py", line 125, in raise_if_nothing_inferred
yield next(generator)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/decorators.py", line 92, in wrapped
res = next(generator)
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/inference.py", line 219, in infer_call
context=callcontext,
"/Users/deil/software/anaconda3/envs/gammapy-dev/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 2066, in infer_call_result
caller, context)
TypeError: 'Uninferable' object is not iterable
| 0.665106 |
Traceback (most recent call last):
"/Library/Python/2.7/site-packages/bottle.py", line 862, in _handle
return route.call(**args)
"/Library/Python/2.7/site-packages/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
"bazarr.py", line 276, in wanted_search_missing_subtitles_list
wanted_search_missing_subtitles()
"/Users/USER/bazarr/bazarr/get_subtitle.py", line 108, in wanted_search_missing_subtitles
wanted_download_subtitles(episode[0])
"/Users/USER/bazarr/bazarr/get_subtitle.py", line 92, in wanted_download_subtitles
message = download_subtitle(path_replace(episode[0]), str(pycountry.languages.lookup(language).alpha_3), episode[4], providers_list, providers_auth)
"/Users/USER/bazarr/bazarr/get_subtitle.py", line 19, in download_subtitle
video = scan_video(path)
"/Library/Python/2.7/site-packages/subliminal/core.py", line 374, in scan_video
raise ValueError('%r is not a valid video extension' % os.path.splitext(path)[1])
ValueError: u'.WMV' is not a valid video extension
| Traceback (most recent call last):
"/home/david/research/keras_bug/save_resave.py", line 45, in <module>
model = load_model('a{}.h5'.format(i))
"/home/david/.virtualenvs/py36/lib/python3.6/site-packages/keras/engine/saving.py", line 263, in load_model
load_weights_from_hdf5_group(f['model_weights'], model.layers)
"/home/david/.virtualenvs/py36/lib/python3.6/site-packages/keras/engine/saving.py", line 915, in load_weights_from_hdf5_group
reshape=reshape)
"/home/david/.virtualenvs/py36/lib/python3.6/site-packages/keras/engine/saving.py", line 556, in preprocess_weights_for_loading
weights = convert_nested_model(weights)
"/home/david/.virtualenvs/py36/lib/python3.6/site-packages/keras/engine/saving.py", line 544, in convert_nested_model
original_backend=original_backend))
"/home/david/.virtualenvs/py36/lib/python3.6/site-packages/keras/engine/saving.py", line 556, in preprocess_weights_for_loading
weights = convert_nested_model(weights)
"/home/david/.virtualenvs/py36/lib/python3.6/site-packages/keras/engine/saving.py", line 532, in convert_nested_model
original_backend=original_backend))
"/home/david/.virtualenvs/py36/lib/python3.6/site-packages/keras/engine/saving.py", line 674, in preprocess_weights_for_loading
weights[0] = np.transpose(weights[0], (3, 2, 0, 1))
"/home/david/.virtualenvs/py36/lib/python3.6/site-packages/numpy/core/fromnumeric.py", line 575, in transpose
return _wrapfunc(a, 'transpose', axes)
"/home/david/.virtualenvs/py36/lib/python3.6/site-packages/numpy/core/fromnumeric.py", line 52, in _wrapfunc
return getattr(obj, method)(*args, **kwds)
ValueError: axes don't match array
| 0.508166 |
[!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| Traceback (most recent call last):
"test_v2.py", line 65, in <module>
model.load_state_dict(torch.load(crnn_model_path))
"/home/wai/miniconda3/envs/python35/lib/python3.5/site-packages/torch/serialization.py", line 229, in load
return _load(f, map_location, pickle_module)
"/home/wai/miniconda3/envs/python35/lib/python3.5/site-packages/torch/serialization.py", line 377, in _load
result = unpickler.load()
AttributeError: Can't get attribute '_rebuild_tensor_v2' on <module 'torch._utils' from '/home/wai/miniconda3/envs/python35/lib/python3.5/site-packages/torch/_utils.py'>
| 0.528113 |
Traceback (most recent call last):
"C:\Program
s\JetBrains\PyCharm 2017.2.4\helpers\pydev\pydevd.py", line 1599, in <module>
globals = debugger.run(setup['file'], None, None, is_module)
"C:\Program
s\JetBrains\PyCharm 2017.2.4\helpers\pydev\pydevd.py", line 1026, in run
pydev_imports.execfile(file, globals, locals)
# execute the script
"C:\Program
s\JetBrains\PyCharm 2017.2.4\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"C:/Users/nsimonov/PycharmProjects/test_xml/test_soap.py", line 19, in <module>
node = client.create_message(client.service, 'si_ao_executionreport', user='hi')
"C:\Users\nsimonov\AppData\Local\Programs\Python\Python35\lib\site-packages\zeep\client.py", line 226, in create_message
operation_name, args, kwargs, client=self)
"C:\Users\nsimonov\AppData\Local\Programs\Python\Python35\lib\site-packages\zeep\wsdl\bindings\soap.py", line 63, in _create
operation_obj = self.get(operation)
"C:\Users\nsimonov\AppData\Local\Programs\Python\Python35\lib\site-packages\zeep\wsdl\definitions.py", line 148, in get
raise ValueError("No such operation %r on %s" % (key, self.name))
ValueError: No such operation 'si_ao_executionreport' on {http://asapcg.com}si_ao_executionreportBinding
| Traceback (most recent call last):
"C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
"C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
"C:\rez\2.72.0\Scripts\rez\rez.exe\__main__.py", line 7, in <module>
"c:\rez\2.72.0\lib\site-packages\rez\cli\_entry_points.py", line 64, in run_rez
return run()
"c:\rez\2.72.0\lib\site-packages\rez\cli\_main.py", line 170, in run
returncode = run_cmd()
"c:\rez\2.72.0\lib\site-packages\rez\cli\_main.py", line 162, in run_cmd
return func(opts, opts.parser, extra_arg_groups)
"c:\rez\2.72.0\lib\site-packages\rez\cli\pip.py", line 70, in command
pip_install_package(
"c:\rez\2.72.0\lib\site-packages\rez\pip.py", line 324, in pip_install_package
distributions = list(distribution_path.get_distributions())
"c:\rez\2.72.0\lib\site-packages\rez\vendor\distlib\database.py", line 213, in get_distributions
self._generate_cache()
"c:\rez\2.72.0\lib\site-packages\rez\vendor\distlib\database.py", line 167, in _generate_cache
for dist in self._yield_distributions():
"c:\rez\2.72.0\lib\site-packages\rez\vendor\distlib\database.py", line 148, in _yield_distributions
metadata = Metadata(fileobj=stream, scheme='legacy')
"c:\rez\2.72.0\lib\site-packages\rez\vendor\distlib\metadata.py", line 741, in __init__
self._legacy = LegacyMetadata(fileobj=StringIO(data),
"c:\rez\2.72.0\lib\site-packages\rez\vendor\distlib\metadata.py", line 285, in __init__
self.read_file(fileobj)
"c:\rez\2.72.0\lib\site-packages\rez\vendor\distlib\metadata.py", line 383, in read_file
self.set(field, value)
"c:\rez\2.72.0\lib\site-packages\rez\vendor\distlib\metadata.py", line 478, in set
if not scheme.is_valid_constraint_list(value):
"c:\rez\2.72.0\lib\site-packages\rez\vendor\distlib\version.py", line 713, in is_valid_constraint_list
return self.is_valid_matcher('dummy_name (%s)' % s)
"c:\rez\2.72.0\lib\site-packages\rez\vendor\distlib\version.py", line 703, in is_valid_matcher
self.matcher(s)
"c:\rez\2.72.0\lib\site-packages\rez\vendor\distlib\version.py", line 115, in __init__
raise ValueError('\'.*\' not allowed for '
ValueError: '.*' not allowed for '>=' constraints
| 0.569449 |
Traceback (most recent call last):
"main.py", line 56, in <module>
main(args, cfg)
"main.py", line 32, in main
trainer = Trainer(cfg)
"/root/paddlejob/workspace/code/PaddleGAN/ppgan/engine/trainer.py", line 80, in __init__
self.distributed_data_parallel()
"/root/paddlejob/workspace/code/PaddleGAN/ppgan/engine/trainer.py", line 144, in distributed_data_parallel
strategy = paddle.distributed.prepare_context()
AttributeError: module 'paddle.distributed' has no attribute 'prepare_context'
| Traceback (most recent call last):
"/volume1/@appstore/py3k/usr/local/bin/subliminal", line 11, in <module>
sys.exit(subliminal())
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/click/decorators.py", line 27, in new_func
return f(get_current_context().obj, *args, **kwargs)
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/cli.py", line 403, in download
hearing_impaired=hearing_impaired, only_one=single)
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/core.py", line 211, in download_best_subtitles
for s in subtitles], key=operator.itemgetter(1), reverse=True)
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/core.py", line 211, in <listcomp>
for s in subtitles], key=operator.itemgetter(1), reverse=True)
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/score.py", line 106, in compute_score
matches = subtitle.get_matches(video)
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/providers/opensubtitles.py", line 78, in get_matches
matches |= guess_matches(video, guessit(self.movie_release_name, {'type': 'episode'}))
"/volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/subliminal/subtitle.py", line 235, in guess_matches
if video.format and 'format' in guess and not isinstance(guess['format'], list) and guess['format'].lower() == video.format.lower():
AttributeError: 'list' object has no attribute 'lower'
| 0.603675 |
Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| Traceback (most recent call last):
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports
return _getImports_pe(pth)
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe
import_dllnames_only=True,
TypeError: parse_data_directories() got an unexpected keyword argument 'forwarded_exports_only'
| 0.527291 |
Traceback (most recent call last):
"rsf.py", line 26, in <module>
routersploit()
"rsf.py", line 22, in routersploit
rsf.start()
"/root/routersploit/routersploit/interpreter.py", line 116, in start
command_handler(args)
"/root/routersploit/routersploit/core/exploit/utils.py", line 175, in wrapper
return fn(self, *args, **kwargs)
"/root/routersploit/routersploit/interpreter.py", line 339, in command_run
print_error(traceback.format_exc(sys.exc_info()))
"/usr/lib/python3.6/traceback.py", line 167, in format_exc
return "".join(format_exception(*sys.exc_info(), limit=limit, chain=chain))
"/usr/lib/python3.6/traceback.py", line 121, in format_exception
type(value), value, tb, limit=limit).format(chain=chain))
"/usr/lib/python3.6/traceback.py", line 509, in __init__
capture_locals=capture_locals)
"/usr/lib/python3.6/traceback.py", line 338, in extract
if limit >= 0:
TypeError: '>=' not supported between instances of 'tuple' and 'int'
| Traceback (most recent call last):
"/home/cig/PycharmProjects/PythonSandbox/venv/lib64/python3.6/site-packages/uvicorn/protocols/http/httptools_impl.py", line 387, in run_asgi
result = await asgi(self.receive, self.send)
"/home/cig/PycharmProjects/PythonSandbox/venv/lib64/python3.6/site-packages/uvicorn/middleware/message_logger.py", line 59, in __call__
await self.inner(self.receive, self.send)
"/home/cig/PycharmProjects/PythonSandbox/venv/lib64/python3.6/site-packages/asgiref/wsgi.py", line 41, in __call__
await self.run_wsgi_app(message)
"/home/cig/PycharmProjects/PythonSandbox/venv/lib64/python3.6/site-packages/asgiref/sync.py", line 108, in __call__
return await asyncio.wait_for(future, timeout=None)
"/usr/lib64/python3.6/asyncio/tasks.py", line 339, in wait_for
return (yield from fut)
"/usr/lib64/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/home/cig/PycharmProjects/PythonSandbox/venv/lib64/python3.6/site-packages/asgiref/sync.py", line 123, in thread_handler
return self.func(*args, **kwargs)
"/home/cig/PycharmProjects/PythonSandbox/venv/lib64/python3.6/site-packages/asgiref/wsgi.py", line 118, in run_wsgi_app
for output in self.wsgi_application(environ, self.start_response):
TypeError: 'NoneType' object is not iterable
| 0.603871 |
Traceback (most recent call last):
"node2vec.py", line 58, in <module>
main()
"node2vec.py", line 38, in main
optimizer = torch.optim.SparseAdam(model.parameters(), lr=args.lr)
"/home/asouza/anaconda3/lib/python3.6/site-packages/torch/optim/sparse_adam.py", line 49, in __init__
super(SparseAdam, self).__init__(params, defaults)
"/home/asouza/anaconda3/lib/python3.6/site-packages/torch/optim/optimizer.py", line 47, in __init__
raise ValueError("optimizer got an empty parameter list")
ValueError: optimizer got an empty parameter list | Traceback (most recent call last):
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
raise value
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/airflow/www/auth.py", line 34, in decorated
return func(*args, **kwargs)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/airflow/www/decorators.py", line 97, in view_func
return f(*args, **kwargs)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/airflow/www/decorators.py", line 60, in wrapper
return f(*args, **kwargs)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/airflow/utils/session.py", line 65, in wrapper
return func(*args, session=session, **kwargs)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/airflow/www/views.py", line 2042, in graph
dt_nr_dr_data = get_date_time_num_runs_dag_runs_form_data(request, session, dag)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/airflow/www/views.py", line 156, in get_date_time_num_runs_dag_runs_form_data
.limit(num_runs)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/sqlalchemy/orm/query.py", line 3373, in all
return list(self)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/sqlalchemy/orm/loading.py", line 100, in instances
cursor.close()
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__
with_traceback=exc_tb,
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/sqlalchemy/util/compat.py", line 182, in raise_
raise exception
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/sqlalchemy/orm/loading.py", line 80, in instances
rows = [proc(row) for row in fetch]
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/sqlalchemy/orm/loading.py", line 80, in <listcomp>
rows = [proc(row) for row in fetch]
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/sqlalchemy/orm/loading.py", line 588, in _instance
populators,
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/sqlalchemy/orm/loading.py", line 725, in _populate_full
dict_[key] = getter(row)
"/Users/han/opt/anaconda3/envs/py37/lib/python3.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1723, in process
return loads(value)
ValueError: unsupported pickle protocol: 5 | 0.610225 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
"/home/abuild/beets/test/test_mbsync.py", line 64, in test_update_library
self.run_command('mbsync')
"/home/abuild/beets/test/helper.py", line 445, in run_command
beets.ui._raw_main(_convert_args(list(args)), lib)
"../beets/ui/__init__.py", line 1196, in _raw_main
subcommand.func(lib, suboptions, subargs)
"/home/abuild/beets/beetsplug/mbsync.py", line 72, in func
self.albums(lib, query, move, pretend, write)
"/home/abuild/beets/beetsplug/mbsync.py", line 149, in albums
item_changed = ui.show_model_changes(item)
"../beets/ui/__init__.py", line 714, in show_model_changes
print_(format(old))
"../beets/ui/__init__.py", line 143, in print_
sys.stdout.write(txt)
ValueError: underlying buffer has been detached
| Traceback (most recent call last):
"/mnt/betago/.betago/lib/python2.7/site-packages/flask/app.py", line 1994, in __call__
return self.wsgi_app(environ, start_response)
"/mnt/betago/.betago/lib/python2.7/site-packages/flask/app.py", line 1985, in wsgi_app
response = self.handle_exception(e)
"/mnt/betago/.betago/lib/python2.7/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
"/mnt/betago/.betago/lib/python2.7/site-packages/flask/app.py", line 1540, in handle_exception
reraise(exc_type, exc_value, tb)
"/mnt/betago/.betago/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
"/mnt/betago/.betago/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
"/mnt/betago/.betago/lib/python2.7/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
"/mnt/betago/.betago/lib/python2.7/site-packages/flask/app.py", line 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/mnt/betago/.betago/lib/python2.7/site-packages/flask/app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
"/mnt/betago/.betago/lib/python2.7/site-packages/flask/app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/mnt/betago/betago/betago/model.py", line 54, in next_move
bot_row, bot_col = self.bot.select_move('b')
"/mnt/betago/betago/betago/model.py", line 110, in select_move
self._move_generator(bot_color))
"/mnt/betago/betago/betago/model.py", line 219, in get_first_valid_move
for move in move_generator:
"/mnt/betago/betago/betago/model.py", line 134, in _model_moves
pred = np.squeeze(self.model.predict(X))
"/mnt/betago/.betago/lib/python2.7/site-packages/keras/models.py", line 724, in predict
return self.model.predict(x, batch_size=batch_size, verbose=verbose)
"/mnt/betago/.betago/lib/python2.7/site-packages/keras/engine/training.py", line 1265, in predict
self._make_predict_function()
"/mnt/betago/.betago/lib/python2.7/site-packages/keras/engine/training.py", line 799, in _make_predict_function
**kwargs)
"/mnt/betago/.betago/lib/python2.7/site-packages/keras/backend/tensorflow_backend.py", line 1918, in function
return Function(inputs, outputs, updates=updates)
"/mnt/betago/.betago/lib/python2.7/site-packages/keras/backend/tensorflow_backend.py", line 1876, in __init__
with tf.control_dependencies(self.outputs):
"/mnt/betago/.betago/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 3487, in control_dependencies
return get_default_graph().control_dependencies(control_inputs)
"/mnt/betago/.betago/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 3218, in control_dependencies
c = self.as_graph_element(c)
"/mnt/betago/.betago/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 2318, in as_graph_element
return self._as_graph_element_locked(obj, allow_tensor, allow_operation)
"/mnt/betago/.betago/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 2397, in _as_graph_element_locked
raise ValueError("Tensor %s is not an element of this graph." % obj)
ValueError: Tensor Tensor("Softmax:0", shape=(?, 361), dtype=float32) is not an element of this graph.
| 0.576691 |
Traceback (most recent call last):
"/home/code/open_mmlab_codebase/huatian_bump_blur_cls/tools/train.py", line 177, in <module>
main()
"/home/code/open_mmlab_codebase/huatian_bump_blur_cls/tools/train.py", line 151, in main
model = build_classifier(cfg.model)
"/home/code/open_mmlab_codebase/mmclassification/mmcls/models/builder.py", line 38, in build_classifier
return build(cfg, CLASSIFIERS)
"/home/code/open_mmlab_codebase/mmclassification/mmcls/models/builder.py", line 18, in build
return build_from_cfg(cfg, registry, default_args)
"/opt/conda/lib/python3.7/site-packages/mmcv/utils/registry.py", line 171, in build_from_cfg
return obj_cls(**args)
"/home/code/open_mmlab_codebase/mmclassification/mmcls/models/classifiers/image.py", line 18, in __init__
self.head = build_head(head)
"/home/code/open_mmlab_codebase/mmclassification/mmcls/models/builder.py", line 26, in build_head
return build(cfg, HEADS)
"/home/code/open_mmlab_codebase/mmclassification/mmcls/models/builder.py", line 18, in build
return build_from_cfg(cfg, registry, default_args)
"/opt/conda/lib/python3.7/site-packages/mmcv/utils/registry.py", line 164, in build_from_cfg
f'{obj_type} is not in the {registry.name} registry')
KeyError: 'LinearHead is not in the head registry'
| salt-call: error: Error while processing <bound method SaltCall.__setup_extended_logging of <salt.cli.call.SaltCall object at 0x7f3270e93d10>>: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 212, in parse_args
mixin_after_parsed_func(self)
"/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 856, in __setup_extended_logging
log.setup_extended_logging(self.config)
"/usr/lib/python2.7/dist-packages/salt/log/setup.py", line 738, in setup_extended_logging
handlers = get_handlers_func()
"/usr/lib/python2.7/dist-packages/salt/log/handlers/sentry_mod.py", line 134, in setup_handlers
'project': dsn_config['SENTRY_PROJECT'],
KeyError: 'SENTRY_PROJECT'
| 0.571388 |
Traceback (most recent call last):
"C:\Users\mchivers\AppData\Local\Continuum\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2881, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-6-ba00dea82129>", line 1, in <module>
pd.to_datetime(1, unit='D', origin=datetime(2000, 1, 1, tzinfo=timezone.utc))
"C:\Users\mchivers\AppData\Local\Continuum\Anaconda3\lib\site-packages\pandas\core\tools\datetimes.py", line 487, in to_datetime
offset = tslib.Timestamp(origin) - tslib.Timestamp(0)
"pandas\_libs\tslib.pyx", line 1244, in pandas._libs.tslib._Timestamp.__sub__ (pandas\_libs\tslib.c:23487)
TypeError: Timestamp subtraction must have the same timezones or no timezones
| Traceback (most recent call last):
"/Users/trnhgquan/vyper-venv/bin/vyper", line 8, in <module>
sys.exit(_parse_cli_args())
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/cli/vyper_compile.py", line 57, in _parse_cli_args
return _parse_args(sys.argv[1:])
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/cli/vyper_compile.py", line 127, in _parse_args
args.show_gas_estimates
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/cli/vyper_compile.py", line 241, in compile_files
interface_codes=get_interface_codes(root_path, contract_sources)
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/compiler.py", line 333, in compile_codes
exc_handler(contract_name, exc)
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/cli/vyper_compile.py", line 159, in exc_handler
raise exception
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/compiler.py", line 329, in compile_codes
source_id=source_id
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/compiler.py", line 225, in _mk_bytecode_output
return '0x' + __compile(code, interface_codes=interface_codes).hex()
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/compiler.py", line 50, in __compile
runtime_only=kwargs.get('bytecode_runtime', False)
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/parser/parser.py", line 203, in parse_tree_to_lll
o, otherfuncs, sigs, external_contracts, origcode, global_ctx, defaultfunc, runtime_only
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/parser/parser.py", line 127, in parse_other_functions
parse_function(_def, {**{'self': sigs}, **external_contracts}, origcode, global_ctx)
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/parser/function_definitions/parse_function.py", line 79, in parse_function
context=context,
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/parser/function_definitions/parse_public_function.py", line 280, in parse_public_function
] + nonreentrant_post + [['stop']]
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/parser/function_definitions/parse_public_function.py", line 278, in <listcomp>
for c
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/parser/stmt.py", line 1013, in parse_body
return parse_stmt(code, context)
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/parser/stmt.py", line 1007, in parse_stmt
return Stmt(stmt, context).lll_node
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/parser/stmt.py", line 91, in __init__
self.lll_node = self.stmt_table[stmt_type]()
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/parser/stmt.py", line 809, in parse_return
if not SizeLimits.in_bounds(self.context.return_type.typ, sub.value):
"/Users/trnhgquan/vyper-venv/lib/python3.6/site-packages/vyper/utils.py", line 117, in in_bounds
return 0 <= value <= cls.MAX_UINT256
TypeError: '<=' not supported between instances of 'int' and 'str'
| 0.534768 |
Traceback (most recent call last):
"/Users/tiferrei/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_utils.py", line 96, in CompatibleWithCurrentCore
ycm_core = ImportCore()
"/Users/tiferrei/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_utils.py", line 88, in ImportCore
import ycm_core as ycm_core
ImportError: dlopen(/Users/tiferrei/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycm_core.so, 2): Library not loaded: @rpath/libc++.1.dylib
|
Traceback (most recent call last):
"/tmp/.2110bf/salt-call", line 4, in <module>
salt_call()
"/tmp/.2110bf/salt/scripts.py", line 325, in salt_call
import salt.cli.call
"/tmp/.2110bf/salt/cli/call.py", line 6, in <module>
from salt.utils import parsers
"/tmp/.2110bf/salt/utils/parsers.py", line 26, in <module>
import salt.config as config
"/tmp/.2110bf/salt/config.py", line 40, in <module>
import salt.utils.sdb
"/tmp/.2110bf/salt/utils/sdb.py", line 9, in <module>
import salt.loader
"/tmp/.2110bf/salt/loader.py", line 28, in <module>
import salt.utils.event
"/tmp/.2110bf/salt/utils/event.py", line 81, in <module>
import salt.payload
"/tmp/.2110bf/salt/payload.py", line 17, in <module>
import salt.crypt
"/tmp/.2110bf/salt/crypt.py", line 44, in <module>
import tornado.gen
"/tmp/.2110bf/tornado/gen.py", line 97, in <module>
from singledispatch import singledispatch
# backport
ImportError: No module named singledispatch | 0.569228 |
Traceback (most recent call last):
"./python3.3/threading.py", line 901, in _bootstrap_inner
"./python3.3/threading.py", line 858, in run
"/Users/tijani/Library/Application Support/Sublime Text 3/Packages/Stino-Stino-Dev/libs/base_utils/task_queue.py", line 86, in _run
self._consumer(*args)
"/Users/tijani/Library/Application Support/Sublime Text 3/Packages/Stino-Stino-Dev/libs/stino_runtime/__init__.py", line 2198, in build_sketch
is_ok = run_build_commands(cmds, msgs)
"/Users/tijani/Library/Application Support/Sublime Text 3/Packages/Stino-Stino-Dev/libs/stino_runtime/__init__.py", line 1835, in run_build_commands
is_ok = run_build_command(percent, cmd, msg)
UnboundLocalError: local variable 'percent' referenced before assignment`
| Traceback (most recent call last):
"/usr/local/bin/streamlink", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python3.6/dist-packages/streamlink_cli/main.py", line 1024, in main
handle_url()
"/usr/local/lib/python3.6/dist-packages/streamlink_cli/main.py", line 585, in handle_url
streams = fetch_streams(plugin)
"/usr/local/lib/python3.6/dist-packages/streamlink_cli/main.py", line 465, in fetch_streams
sorting_excludes=args.stream_sorting_excludes)
"/usr/local/lib/python3.6/dist-packages/streamlink/plugin/plugin.py", line 323, in streams
ostreams = list(ostreams)
"/usr/local/lib/python3.6/dist-packages/streamlink/plugins/filmon.py", line 245, in _get_streams
data = self.api.channel(_id)
"/usr/local/lib/python3.6/dist-packages/streamlink/plugins/filmon.py", line 161, in channel
return self.session.http.json(res, schema=self.api_schema)
UnboundLocalError: local variable 'res' referenced before assignment```
| 0.660537 |
Traceback (most recent call last):
"SickBeard.py", line 4, in <module>
from medusa.__main__ import main
"/opt/share/medusa/Medusa/medusa/__main__.py", line 67, in <module>
from . import (
"/opt/share/medusa/Medusa/medusa/providers/__init__.py", line 10, in <module>
from medusa.providers.nzb import (
"/opt/share/medusa/Medusa/medusa/providers/nzb/anizb.py", line 14, in <module>
from medusa.providers.nzb.nzb_provider import NZBProvider
"/opt/share/medusa/Medusa/medusa/providers/nzb/nzb_provider.py", line 8, in <module>
from medusa.providers.generic_provider import GenericProvider
"/opt/share/medusa/Medusa/medusa/providers/generic_provider.py", line 18, in <module>
from medusa import (
"/opt/share/medusa/Medusa/medusa/config.py", line 30, in <module>
from medusa.version_checker import CheckVersion
"/opt/share/medusa/Medusa/medusa/version_checker.py", line 31, in <module>
from medusa.github_client import get_github_repo
"/opt/share/medusa/Medusa/medusa/github_client.py", line 6, in <module>
import github
"/opt/share/medusa/Medusa/ext/github/__init__.py", line 37, in <module>
from MainClass import Github, GithubIntegration
"/opt/share/medusa/Medusa/ext/github/MainClass.py", line 34, in <module>
import jwt
"/opt/share/medusa/Medusa/ext/jwt/__init__.py", line 19, in <module>
from .api_jwt import (
"/opt/share/medusa/Medusa/ext/jwt/api_jwt.py", line 8, in <module>
from .api_jws import PyJWS
"/opt/share/medusa/Medusa/ext/jwt/api_jws.py", line 7, in <module>
from .algorithms import (
"/opt/share/medusa/Medusa/ext/jwt/algorithms.py", line 8, in <module>
from .utils import (
"/opt/share/medusa/Medusa/ext/jwt/utils.py", line 8, in <module>
from cryptography.hazmat.primitives.asymmetric.utils import (
"/opt/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py", line 9, in <module>
"/opt/lib/python2.7/site-packages/asn1crypto/algos.py", line 23, in <module>
from ._int import fill_width
"/opt/lib/python2.7/site-packages/asn1crypto/_int.py", line 56, in <module>
from ._perf._big_num_ctypes import libcrypto
"/opt/lib/python2.7/site-packages/asn1crypto/_perf/_big_num_ctypes.py", line 35, in <module>
libcrypto_path = find_library(b'crypto' if sys.version_info < (3,) else 'crypto')
"/opt/lib/python2.7/ctypes/util.py", line 274, in find_library
"/opt/lib/python2.7/ctypes/util.py", line 107, in _findLib_gcc
"/opt/lib/python2.7/tempfile.py", line 431, in close
"/opt/share/medusa/Medusa/medusa/init/filesystem.py", line 85, in <lambda>
return lambda *args, **kwargs: handle_output(f(*[handle_arg(arg) for arg in args], **{k: handle_arg(arg) for k, arg in kwargs.items()}))
TypeError: remove() takes exactly 1 argument (2 given)
| Traceback (most recent call last):
"hunt.py", line 132, in <module>
data = ytb.get_channels(client, name, config.data_path,
"/home/bizi/Documents/tools/osint/GHunt/lib/youtube.py", line 86, in get_channels
from_youtube = youtube_channel_search(client, query)
"/home/bizi/Documents/tools/osint/GHunt/lib/youtube.py", line 14, in youtube_channel_search
req = client.get(link.format(urllib.parse.quote(query)))
"/usr/lib/python3.8/urllib/parse.py", line 839, in quote
return quote_from_bytes(string, safe)
"/usr/lib/python3.8/urllib/parse.py", line 864, in quote_from_bytes
raise TypeError("quote_from_bytes() expected bytes")
TypeError: quote_from_bytes() expected bytes
| 0.611463 |
Traceback (most recent call last):
"setup.py", line 500, in <module>
setup_package()
"setup.py", line 484, in setup_package
generate_cython()
"setup.py", line 260, in generate_cython
raise RuntimeError("Running cythonize failed!")
RuntimeError: Running cythonize failed!
| Traceback (most recent call last):
"/root/venv/bin/fabmanager", line 8, in <module>
sys.exit(cli())
"/root/venv/lib/python3.6/site-packages/flask_appbuilder/console.py", line 422, in cli
cli_app()
"/root/venv/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/root/venv/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
"/root/venv/lib/python3.6/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/root/venv/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/root/venv/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/root/venv/lib/python3.6/site-packages/flask_appbuilder/console.py", line 187, in run
_appbuilder.get_app.run(host=host, port=port, debug=debug)
"/root/venv/lib/python3.6/site-packages/werkzeug/local.py", line 347, in __getattr__
return getattr(self._get_current_object(), name)
"/root/venv/lib/python3.6/site-packages/werkzeug/local.py", line 306, in _get_current_object
return self.__local()
"/root/venv/lib/python3.6/site-packages/flask/globals.py", line 52, in _find_app
raise RuntimeError(_app_ctx_err_msg)
RuntimeError: Working outside of application context.
| 0.548854 |
Traceback (most recent call last):
"shadowsocksr/shadowsocks/local.py", line 81, in <module>
main()
"shadowsocksr/shadowsocks/local.py", line 43, in main
config = shell.get_config(True)
"****/shadowsocksr-speed/shadowsocksr/shadowsocks/../shadowsocks/shell.py", line 221, in get_config
config['verbose'] = v_count
TypeError: list indices must be integers or slices, not str
| Traceback (most recent call last):
"/Users/margus/Library/Application Support/Sublime Text 3/Packages/LSP/plugin/core/rpc.py", line 141, in receive_payload
self.response_handler(payload)
"/Users/margus/Library/Application Support/Sublime Text 3/Packages/LSP/plugin/core/rpc.py", line 160, in response_handler
handler(response["result"])
"/Users/margus/Library/Application Support/Sublime Text 3/Packages/LSP/plugin/completion.py", line 310, in handle_response
items = sorted(items, key=lambda item: item.get("sortText") or item["label"])
TypeError: 'NoneType' object is not iterable
| 0.571947 |
Traceback (most recent call last):
"/Users/hhp21/Documents/sandbox/csvlink/venv/bin/csvlink", line 11, in <module>
sys.exit(launch_new_instance())
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/csvdedupe/csvlink.py", line 208, in launch_new_instance
d.main()
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/csvdedupe/csvlink.py", line 135, in main
self.dedupe_training(deduper)
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/csvdedupe/csvhelpers.py", line 267, in dedupe_training
deduper.train()
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/api.py", line 655, in train
self._trainBlocker(recall, index_predicates)
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/api.py", line 666, in _trainBlocker
recall)
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 47, in learn
final_predicates = searcher.search(dupe_cover)
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 257, in search
self.search(remaining, partial + (best_predicate,))
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 257, in search
self.search(remaining, partial + (best_predicate,))
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 257, in search
self.search(remaining, partial + (best_predicate,))
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 257, in search
self.search(remaining, partial + (best_predicate,))
"/Users/hhp21/Documents/sandbox/csvlink/venv/lib/python3.5/site-packages/dedupe/training.py", line 260, in search
reachable = covered + len(set.union(*reduced.values()))
TypeError: descriptor 'union' of 'set' object needs an argument
| Traceback (most recent call last):
"/home/frappe/benches/bench-2017-07-11/apps/frappe/frappe/app.py", line 56, in application
response = frappe.handler.handle()
"/home/frappe/benches/bench-2017-07-11/apps/frappe/frappe/handler.py", line 21, in handle
data = execute_cmd(cmd)
"/home/frappe/benches/bench-2017-07-11/apps/frappe/frappe/handler.py", line 52, in execute_cmd
return frappe.call(method, **frappe.form_dict)
"/home/frappe/benches/bench-2017-07-11/apps/frappe/frappe/__init__.py", line 913, in call
return fn(*args, **newargs)
TypeError: get_bank_cash_account() takes exactly 2 arguments (1 given)
| 0.539714 |
Traceback (most recent call last):
"C:\Users\aditi\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\Blender-power-sequencer\operators\crossfade_add.py", line 38, in poll
active = bpy.context.scene.sequence_editor.active_strip
AttributeError: 'NoneType' object has no attribute 'active_strip'
| [autoreload of pandas.core.panel failed: Traceback (most recent call last):
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check
superreload(m, reload, self.old_objects)
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 369, in superreload
module = reload(module)
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/imp.py", line 315, in reload
return importlib.reload(module)
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/importlib/__init__.py", line 166, in reload
_bootstrap._exec(spec, module)
"<frozen importlib._bootstrap>", line 618, in _exec
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/panel.py", line 18, in <module>
import pandas.core.ops as ops
AttributeError: module 'pandas.core' has no attribute 'ops'
| 0.553961 |
Traceback (most recent call last):
"/usr/local/bin/svtplay-dl", line 7, in <module>
svtplay_dl.main()
"/usr/local/Cellar/svtplay-dl/1.9.3_1/libexec/lib/python2.7/site-packages/svtplay_dl/__init__.py", line 463, in main
get_media(urls[0], options)
"/usr/local/Cellar/svtplay-dl/1.9.3_1/libexec/lib/python2.7/site-packages/svtplay_dl/__init__.py", line 194, in get_media
get_one_media(stream, copy.copy(options))
"/usr/local/Cellar/svtplay-dl/1.9.3_1/libexec/lib/python2.7/site-packages/svtplay_dl/__init__.py", line 241, in get_one_media
for i in streams:
"/usr/local/Cellar/svtplay-dl/1.9.3_1/libexec/lib/python2.7/site-packages/svtplay_dl/service/oppetarkiv.py", line 40, in get
self.options.output = self.outputfilename(data, self.options.output, ensure_unicode(self.get_urldata()))
"/usr/local/Cellar/svtplay-dl/1.9.3_1/libexec/lib/python2.7/site-packages/svtplay_dl/service/oppetarkiv.py", line 155, in outputfilename
name = data["programTitle"]
KeyError: 'programTitle'
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmppgbwk_g4\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmppgbwk_g4\build\youtube_dl\extractor\biqle.py", line 60, in _real_extract
KeyError: 'response'
| 0.606546 |
Traceback (most recent call last):
"C:\Users\Ted\.vim\bundle\jedi-vim\pythonx\jedi_vim.py", line 192, in wrapper
return func(*args, **kwargs)
"C:\Users\Ted\.vim\bundle\jedi-vim\pythonx\jedi_vim.py", line 510, in usages
show_goto_multi_results(definitions, "usages")
"C:\Users\Ted\.vim\bundle\jedi-vim\pythonx\jedi_vim.py", line 461, in show_goto_multi_results
qf_title += ": " + current_def.full_name
TypeError: can only concatenate str (not "NoneType") to str
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"PDBIO.py", line 370, in save
s = get_atom_line(
"PDBIO.py", line 229, in _get_atom_line
return _ATOM_FORMAT_STRING % args
TypeError: %c requires int or char
| 0.601821 |
Traceback (most recent call last):
"apptest.py", line 108, in <module>
app.run_server(debug=True)
"C:\Users\gioxc\AppData\Local\Programs\Python\Python37\lib\site-packages\dash\dash.py", line 1475, in run_server
dev_tools_prune_errors,
"C:\Users\gioxc\AppData\Local\Programs\Python\Python37\lib\site-packages\dash\dash.py", line 1282, in enable_dev_tools
for x in list(ComponentRegistry.registry) + ["dash_renderer"]
"C:\Users\gioxc\AppData\Local\Programs\Python\Python37\lib\site-packages\dash\dash.py", line 1277, in <listcomp>
os.path.dirname(package.path)
"C:\Users\gioxc\AppData\Local\Programs\Python\Python37\lib\site-packages\dash\dash.py", line 1282, in <genexpr>
for x in list(ComponentRegistry.registry) + ["dash_renderer"]
"C:\Users\gioxc\AppData\Local\Programs\Python\Python37\lib\pkgutil.py", line 499, in find_loader
raise ImportError(msg.format(fullname, type(ex), ex)) from ex
ImportError: Error while finding loader for '__main__' (<class 'ValueError'>: __main__.__spec__ is None)
| Traceback (most recent call last):
"C:\Python27\Scripts\spotdl-script.py", line 11, in <module>
load_entry_point('spotdl==0.9.3', 'console_scripts', 'spotdl')()
"c:\python27\lib\site-packages\pkg_resources\__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2852, in load_entry_point
return ep.load()
"c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2443, in load
return self.resolve()
"c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2449, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"c:\python27\lib\site-packages\spotdl.py", line 5, in <module>
from core import metadata
"c:\python27\lib\site-packages\core\metadata.py", line 7, in <module>
import urllib.request
ImportError: No module named request | 0.593917 |
Traceback (most recent call last):
"docker-compose", line 3, in <module>
"compose\cli\main.py", line 78, in main
TypeError: can only concatenate str (not "dict") to str
| Traceback (most recent call last):
"lib/galaxy/jobs/runners/__init__.py", line 137, in run_next
method(arg)
"lib/galaxy/jobs/runners/drmaa.py", line 204, in queue_job
job_wrapper.change_ownership_for_run()
"lib/galaxy/jobs/__init__.py", line 2220, in change_ownership_for_run
external_chown_script, description="working directory")
"lib/galaxy/util/path/__init__.py", line 360, in external_chown
cmd.extend([path, pwent[0], str(pwent[3])])
TypeError: 'NoneType' object is not subscriptable
| 0.547081 |
Traceback (most recent call last):
"D:\sources\personal\python\pyframework\jedi_crash.py", line 25, in <module>
print(c.name, c.type, c.params)
"d:\virtual_envs\py364_32\lib\site-packages\jedi\cache.py", line 142, in wrapper
result = method(self, *args, **kwargs)
"d:\virtual_envs\py364_32\lib\site-packages\jedi\api\classes.py", line 345, in params
raise AttributeError('There are no params defined on this.')
AttributeError: There are no params defined on this.
| Traceback (most recent call last):
"C:\Apps\Sublime\Data\Packages\LSP\plugin\core\documents.py", line 110, in <lambda>
lambda: purge_did_change(buffer_id, buffer_version), 500)
"C:\Apps\Sublime\Data\Packages\LSP\plugin\core\documents.py", line 121, in purge_did_change
notify_did_change(pending_buffer["view"])
"C:\Apps\Sublime\Data\Packages\LSP\plugin\core\documents.py", line 195, in notify_did_change
client.send_notification(Notification.didChange(params))
"C:\Apps\Sublime\Data\Packages\LSP\plugin\core\rpc.py", line 62, in send_notification
self.send_payload(notification.to_payload())
"C:\Apps\Sublime\Data\Packages\LSP\plugin\core\rpc.py", line 70, in send_payload
self.process.stdin.write(bytes(message, 'UTF-8'))
AttributeError: 'NoneType' object has no attribute 'stdin'
| 0.584 |
Traceback (most recent call last):
"train.py", line 137, in <module>
GANTrainer.train()
"/ssd/gan/pytorch_GAN_zoo/models/trainer/progressive_gan_trainer.py", line 237, in train
maxIter=self.modelConfig.maxIterAtScale[scale])
"/ssd/gan/pytorch_GAN_zoo/models/trainer/gan_trainer.py", line 470, in trainOnEpoch
for item, data in enumerate(dbLoader, 0):
"/home/ivan/.local/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 819, in __next__
return self._process_data(data)
"/home/ivan/.local/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 846, in _process_data
data.reraise()
"/home/ivan/.local/lib/python3.6/site-packages/torch/_utils.py", line 369, in reraise
raise self.exc_type(msg)
AttributeError: Caught AttributeError in DataLoader worker process 0.
| Traceback (most recent call last):
"/usr/bin/vorta", line 11, in <module>
load_entry_point('vorta==0.6.24', 'gui_scripts', 'vorta')()
"/usr/lib/python3.6/site-packages/vorta/__main__.py", line 37, in main
app = VortaApp(sys.argv, single_app=True)
"/usr/lib/python3.6/site-packages/vorta/application.py", line 60, in __init__
self.open_main_window_action()
"/usr/lib/python3.6/site-packages/vorta/application.py", line 81, in open_main_window_action
self.main_window = MainWindow(self)
"/usr/lib/python3.6/site-packages/vorta/views/main_window.py", line 35, in __init__
self.repoTab = RepoTab(self.repoTabSlot)
"/usr/lib/python3.6/site-packages/vorta/views/repo_tab.py", line 55, in __init__
self.init_ssh()
"/usr/lib/python3.6/site-packages/vorta/views/repo_tab.py", line 88, in init_ssh
keys = get_private_keys()
"/usr/lib/python3.6/site-packages/vorta/utils.py", line 74, in get_private_keys
parsed_key = key_format.from_private_key_file(key_file)
"/usr/lib/python3.6/site-packages/paramiko/pkey.py", line 217, in from_private_key_file
key = cls(filename=filename, password=password)
"/usr/lib/python3.6/site-packages/paramiko/rsakey.py", line 55, in __init__
self._from_private_key_file(filename, password)
"/usr/lib/python3.6/site-packages/paramiko/rsakey.py", line 175, in _from_private_key_file
data = self._read_private_key_file("RSA", filename, password)
"/usr/lib/python3.6/site-packages/paramiko/pkey.py", line 290, in _read_private_key_file
data = self._read_private_key(tag, f, password)
"/usr/lib/python3.6/site-packages/paramiko/pkey.py", line 304, in _read_private_key
keytype = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
| 0.544209 |
```Traceback (most recent call last):
"./psk-frontend.py", line 111, in <module>
main()
"./psk-frontend.py", line 107, in main
p.data_ready_cb(s)
"./psk-frontend.py", line 78, in data_ready_cb
self.new_client(_s)
"./psk-frontend.py", line 66, in new_client
hint=self.hint)
"/usr/local/lib/python3.7/dist-packages/sslpsk/sslpsk.py", line 110, in wrap_socket
sock.do_handshake()
"/usr/lib/python3.7/ssl.py", line 1139, in do_handshake
self._sslobj.do_handshake()
OSError: [Errno 0] Error
| Traceback (most recent call last):
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 169, in <lambda>
timer.timeout.connect(lambda: self.restart_lsp(language))
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 98, in restart_lsp
self.restart_client(language, client_config)
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 462, in restart_client
self.start_client(language)
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 388, in start_client
language_client['instance'].start()
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\client.py", line 263, in start
env=new_env)
"F:\anaconda3\envs\myenv\lib\subprocess.py", line 800, in __init__
restore_signals, start_new_session)
"F:\anaconda3\envs\myenv\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
OSError: [WinError 87] The parameter is incorrect
| 0.564225 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.7/bin/gimme-aws-creds", line 17, in <module>
GimmeAWSCreds().run()
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gimme_aws_creds/main.py", line 385, in run
auth_result = okta.auth_session()
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gimme_aws_creds/okta.py", line 134, in auth_session
login_response = self.auth()
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gimme_aws_creds/okta.py", line 126, in auth
while flow_state.get('apiResponse').get('status') != 'SUCCESS':
AttributeError: 'NoneType' object has no attribute 'get'
| Traceback (most recent call last):
"/bin/streamlink", line 11, in <module>
load_entry_point('streamlink==0.8.1', 'console_scripts', 'streamlink')()
"/usr/lib/python3.6/site-packages/streamlink_cli/main.py", line 1047, in main
handle_url()
"/usr/lib/python3.6/site-packages/streamlink_cli/main.py", line 486, in handle_url
streams = fetch_streams(plugin)
"/usr/lib/python3.6/site-packages/streamlink_cli/main.py", line 398, in fetch_streams
sorting_excludes=args.stream_sorting_excludes)
"/usr/lib/python3.6/site-packages/streamlink/plugin/plugin.py", line 385, in get_streams
return self.streams(*args, **kwargs)
"/usr/lib/python3.6/site-packages/streamlink/plugin/plugin.py", line 294, in streams
ostreams = list(ostreams)
"/usr/lib/python3.6/site-packages/streamlink/plugins/bilibili.py", line 42, in _get_streams
room_id = _room_re.search(html_page).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
| 0.639599 |
Traceback (most recent call last):
"C:\Softwares\Miniconda3\lib\site-packages\spyder\widgets\variableexplorer\importwizard.py", line 575, in _set_step
self.text_widget.get_comments())
"C:\Softwares\Miniconda3\lib\site-packages\spyder\widgets\variableexplorer\importwizard.py", line 477, in open_data
skiprows, comments)
"C:\Softwares\Miniconda3\lib\site-packages\spyder\widgets\variableexplorer\importwizard.py", line 410, in process_data
comments)
"C:\Softwares\Miniconda3\lib\site-packages\spyder\widgets\variableexplorer\importwizard.py", line 386, in _shape_text
line = [try_to_parse(to_text_string(x)) for x in line]
"C:\Softwares\Miniconda3\lib\site-packages\spyder\widgets\variableexplorer\importwizard.py", line 386, in <listcomp>
line = [try_to_parse(to_text_string(x)) for x in line]
"C:\Softwares\Miniconda3\lib\site-packages\spyder\widgets\variableexplorer\importwizard.py", line 45, in try_to_parse
_val = eval("%s('%s')" % (_t, value))
"<string>", line 1, in <module>
TypeError: bad operand type for unary -: 'str'
| Traceback (most recent call last):
"/home/ubuntu/anaconda3/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/home/ubuntu/anaconda3/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"/home/ubuntu/pointer-generator/src/batcher.py", line 309, in fill_batch_queue
for _ in range(self._hps.batch_size * self._bucketing_cache_size):
TypeError: unsupported operand type(s) for *: 'Flag' and 'int'
| 0.618856 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/django/contrib/staticfiles/handlers.py", line 68, in __call__
return self.application(environ, start_response)
"/usr/local/lib/python3.8/site-packages/django/core/handlers/wsgi.py", line 133, in __call__
response = self.get_response(request)
"/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 75, in get_response
response = self._middleware_chain(request)
"/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 36, in inner
response = response_for_exception(request, exc)
"/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 90, in response_for_exception
response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
"/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 125, in handle_uncaught_exception
return debug.technical_500_response(request, *exc_info)
"/usr/local/lib/python3.8/site-packages/django_extensions/management/technical_response.py", line 37, in null_technical_500_response
six.reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.8/site-packages/six.py", line 702, in reraise
raise value.with_traceback(tb)
"/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
"/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 115, in _get_response
response = self.process_exception_by_middleware(e, request)
"/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 113, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
REDACTED, in wrapper
return func(request, *args, **kwargs)
REDACTED, in wrapper
return func(request, *args, **kwargs)
"/usr/local/lib/python3.8/site-packages/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
"/usr/local/lib/python3.8/site-packages/django/views/generic/base.py", line 97, in dispatch
return handler(request, *args, **kwargs)
"/usr/local/lib/python3.8/site-packages/django/views/generic/edit.py", line 133, in get
return self.render_to_response(self.get_context_data())
"/usr/src/app/backend/views.py", line 717, in get_context_data
context = super(CapacityRouteUpdateView, self).get_context_data(**kwargs)
"/usr/local/lib/python3.8/site-packages/django/views/generic/edit.py", line 66, in get_context_data
kwargs['form'] = self.get_form()
"/usr/local/lib/python3.8/site-packages/django/views/generic/edit.py", line 33, in get_form
return form_class(**self.get_form_kwargs())
"/usr/src/app/backend/forms.py", line 525, in __init__
self.fields["end_time"].initial = utc_time_to_localtime(end_dt__time)
"/usr/src/app/backend/utils.py", line 134, in utc_time_to_localtime
return timezone.localtime(datetime.combine(datetime.now(timezone.utc).date(), in_time).replace(tzinfo=pytz.utc)).time()
TypeError: combine() argument 2 must be datetime.time, not None
| Traceback (most recent call last):
"/home/werner/.pyenv/versions/3.8.3/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
"sublist3r.py", line 268, in run
domain_list = self.enumerate()
"sublist3r.py", line 573, in enumerate
if 'Next Page' not in resp:
TypeError: argument of type 'int' is not iterable
| 0.555676 |
Traceback (most recent call last):
"/home/vcruces/programs/anaconda3/bin/conda", line 13, in <module>
sys.exit(main())
"/home/vcruces/.local/lib/python3.8/site-packages/conda/cli/main.py", line 162, in main
return conda_exception_handler(_main, *args)
"/home/vcruces/.local/lib/python3.8/site-packages/conda/exceptions.py", line 630, in conda_exception_handler
return handle_exception(e)
"/home/vcruces/.local/lib/python3.8/site-packages/conda/exceptions.py", line 620, in handle_exception
print_unexpected_error_message(e)
"/home/vcruces/.local/lib/python3.8/site-packages/conda/exceptions.py", line 578, in print_unexpected_error_message
info_stdout, info_stderr = get_info()
"/home/vcruces/.local/lib/python3.8/site-packages/conda/exceptions.py", line 548, in get_info
args.func(args, p)
"/home/vcruces/.local/lib/python3.8/site-packages/conda/cli/main_info.py", line 148, in execute
from conda.api import get_index
"/home/vcruces/.local/lib/python3.8/site-packages/conda/api.py", line 1, in <module>
from .core.index import get_index
"/home/vcruces/.local/lib/python3.8/site-packages/conda/core/index.py", line 8, in <module>
from .package_cache import PackageCache
"/home/vcruces/.local/lib/python3.8/site-packages/conda/core/package_cache.py", line 10, in <module>
from .path_actions import CacheUrlAction, ExtractPackageAction
"/home/vcruces/.local/lib/python3.8/site-packages/conda/core/path_actions.py", line 31, in <module>
from ..gateways.download import download
`"/home/vcruces/.local/lib/python3.8/site-packages/conda/gateways/download.py",` line 16, in <module>
from ..connection import CondaSession
"/home/vcruces/.local/lib/python3.8/site-packages/conda/connection.py", line 44, in <module>
distinfo = platform.linux_distribution()
AttributeError: module 'platform' has no attribute 'linux_distribution'
| Traceback (most recent call last):
"tiktok.py", line 51, in <module>
vid = api.get_Video_By_DownloadURL(tiktok['video']['downloadAddr'])
"/usr/local/lib/python3.7/site-packages/TikTokApi/tiktok.py", line 897, in get_Video_By_DownloadURL
return self.getBytes(b, proxy=proxy)
"/usr/local/lib/python3.7/site-packages/TikTokApi/tiktok.py", line 112, in getBytes
query = {'verifyFp': b.verifyFp, '_signature': b.signature}
AttributeError: 'browser' object has no attribute 'verifyFp'
| 0.594014 |
Traceback (most recent call last):
"X:\Python35\lib\site-packages\nose\case.py", line 198, in runTest
self.test(*self.arg)
"X:\Python35\lib\site-packages\scipy\sparse\tests\test_matrix_io.py", line 34, in test_save_and_load_empty
_check_save_and_load(dense_matrix)
"X:\Python35\lib\site-packages\scipy\sparse\tests\test_matrix_io.py", line 19, in _check_save_and_load
loaded_matrix = _save_and_load(matrix)
"X:\Python35\lib\site-packages\scipy\sparse\tests\test_matrix_io.py", line 12, in _save_and_load
save_npz(file, matrix)
"X:\Python35\lib\site-packages\scipy\sparse\_matrix_io.py", line 61, in save_npz
np.savez_compressed(file, **arrays_dict)
"X:\Python35\lib\site-packages\numpy\lib\npyio.py", line 600, in savez_compressed
_savez(file, args, kwds, True)
"X:\Python35\lib\site-packages\numpy\lib\npyio.py", line 627, in _savez
zipf = zipfile_factory(file, mode="w", compression=compression)
"X:\Python35\lib\site-packages\numpy\lib\npyio.py", line 92, in zipfile_factory
return zipfile.Zip
(*args, **kwargs)
"X:\Python35\lib\zipfile.py", line 1009, in __init__
self.fp = io.open(file, filemode)
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\gohlke\\AppData\\Local\\Temp\\tmpy569nvou.npz'
| Traceback (most recent call last):
"c:\srv\tmp\huey\huey\tests\test_storage.py", line 142, in test_priority
self.assertEqual([self.s.dequeue() for _ in range(10)], expected)
"c:\srv\tmp\huey\huey\tests\test_storage.py", line 142, in <listcomp>
self.assertEqual([self.s.dequeue() for _ in range(10)], expected)
"c:\srv\tmp\huey\huey\storage.py", line 921, in dequeue
os.unlink(tmp_dest)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '/tmp/test-huey-storage\\queue\\fff6-01766cf4239e.tmp'
| 0.607129 |
Traceback (most recent call last):
"/opt/miniconda/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3319, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-2-7c572d1b8c2f>", line 41, in <module>
res = cross_val_predict(cls, data.loc[:, ["A"]], data.loc[:, "B"], cv=2)
"/opt/miniconda/lib/python3.7/site-packages/sklearn/model_selection/_validation.py", line 755, in cross_val_predict
for train, test in cv.split(X, y, groups))
"/opt/miniconda/lib/python3.7/site-packages/joblib/parallel.py", line 921, in __call__
if self.dispatch_one_batch(iterator):
"/opt/miniconda/lib/python3.7/site-packages/joblib/parallel.py", line 759, in dispatch_one_batch
self._dispatch(tasks)
"/opt/miniconda/lib/python3.7/site-packages/joblib/parallel.py", line 716, in _dispatch
job = self._backend.apply_async(batch, callback=cb)
"/opt/miniconda/lib/python3.7/site-packages/joblib/_parallel_backends.py", line 182, in apply_async
result = ImmediateResult(func)
"/opt/miniconda/lib/python3.7/site-packages/joblib/_parallel_backends.py", line 549, in __init__
self.results = batch()
"/opt/miniconda/lib/python3.7/site-packages/joblib/parallel.py", line 225, in __call__
for func, args, kwargs in self.items]
"/opt/miniconda/lib/python3.7/site-packages/joblib/parallel.py", line 225, in <listcomp>
for func, args, kwargs in self.items]
"/opt/miniconda/lib/python3.7/site-packages/sklearn/model_selection/_validation.py", line 841, in _fit_and_predict
estimator.fit(X_train, y_train, **fit_params)
"<ipython-input-2-7c572d1b8c2f>", line 20, in fit
X = self.encoder.transform(X)
"/opt/miniconda/lib/python3.7/site-packages/category_encoders/binary.py", line 125, in transform
return self.base_n_encoder.transform(X)
"/opt/miniconda/lib/python3.7/site-packages/category_encoders/basen.py", line 214, in transform
raise ValueError('Must train encoder before it can be used to transform data.')
ValueError: Must train encoder before it can be used to transform data.
| Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/libqtile/hook.py", line 365, in _subscribe
lst.remove(func)
ValueError: list.remove(x): x not in list
| 0.460554 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/IPython/core/interactiveshell.py", line 1823, in showtraceback
stb = value._render_traceback_()
AttributeError: 'NotImplementedError' object has no attribute '_render_traceback_'
| Traceback (most recent call last):
"D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Packages\Package Control\package_control\commands\disable_package_command.py", line 50, in on_done
self.disable_packages(package, 'disable')
"D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Packages\Package Control\package_control\package_disabler.py", line 119, in disable_packages
if syntax.find('Packages/' + package + '/') != -1:
AttributeError: 'NoneType' object has no attribute 'find'
| 0.570402 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract
youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph9lcnopy\build\youtube_dl\YoutubeDL.py", line 785, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph9lcnopy\build\youtube_dl\extractor\common.py", line 440, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph9lcnopy\build\youtube_dl\extractor\limelight.py", line 290, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph9lcnopy\build\youtube_dl\extractor\limelight.py", line 88, in _extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph9lcnopy\build\youtube_dl\extractor\limelight.py", line 73, in _call_playlist_service
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph9lcnopy\build\youtube_dl\extractor\common.py", line 696, in _download_json
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph9lcnopy\build\youtube_dl\extractor\common.py", line 706, in _parse_json
youtube_dl.utils.ExtractorError: 78de178d22f340deb72f7715bbaddf8d: Failed to parse JSON
(caused by ValueError('Expecting value: line 1 column 1 (char 0)',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.656322 |
Traceback (most recent call last):
"benchmark_cpu_gpu.py", line 81, in <module>
train_taken = train_ray(num_workers, num_boost_rounds, num_files, use_gpu)
"benchmark_cpu_gpu.py", line 49, in train_ray
evals=[(dtrain, "train")])
"/root/anaconda3/lib/python3.7/site-packages/xgboost_ray/main.py", line 463, in train
**kwargs)
"/root/anaconda3/lib/python3.7/site-packages/xgboost_ray/main.py", line 352, in _train
ray.kill(actor)
"/root/anaconda3/lib/python3.7/site-packages/ray/worker.py", line 1627, in kill
"Got: {}.".format(type(actor)))
ValueError: ray.kill() only supported for actors. Got: <class 'tuple'>.
| Traceback (most recent call last):
"C:\Python36\lib\multiprocessing\process.py", line 258, in _bootstrap
self.run()
"C:\Python36\lib\multiprocessing\process.py", line 93, in run
self._target(*self._args, **self._kwargs)
"D:\AI\fake\DeepFaceLab-master\utils\iter_utils.py", line 39, in process_func
gen_data = next (self.generator_func)
"D:\AI\fake\DeepFaceLab-master\models\TrainingDataGeneratorBase.py", line 73, in batch_func
raise ValueError('No training data provided.')
ValueError: No training data provided.
| 0.551756 |
Traceback (most recent call last):
"/usr/lib/python3.5/shutil.py", line 538, in move
os.rename(src, real_dst)
NotFoundError: [Errno 2] No such file or directory: '/opt/data/lf-dev/rv-output/raw-datasets/tiny-test/datasets/object-detection/models/default/output/frozen_inference_graph.pb' -> '/opt/data/lf-dev/rv-output/raw-datasets/tiny-test/datasets/object-detection/models/default/output/model'
|
ERROR: Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/pb/j_dpdd4n0858j1ym98g3884r0000gn/T/pip-install-x3_d5nyd/django-lifecycle/setup.py", line 30, in <module>
long_description=readme(),
"/private/var/folders/pb/j_dpdd4n0858j1ym98g3884r0000gn/T/pip-install-x3_d5nyd/django-lifecycle/setup.py", line 7, in readme
with open("README.md", "r") as infile:
"/Users/jefftriplett/.pyenv/versions/3.6.5/lib/python3.6/codecs.py", line 897, in open
file = builtins.open(filename, mode, buffering)
NotFoundError: [Errno 2] No such file or directory: 'README.md'
| 0.62538 |
Traceback (most recent call last):
"/cluster/home/hmariya/software/anaconda/envs/horovod/lib/python3.6/site-packages/pip/_internal/utils/outdated.py", line 90, in pip_version_check
state = SelfCheckState(cache_dir=options.cache_dir)
"/cluster/home/hmariya/software/anaconda/envs/horovod/lib/python3.6/site-packages/pip/_internal/utils/outdated.py", line 25, in __init__
self.statefile_path = os.path.join(cache_dir, "selfcheck.json")
"/cluster/home/hmariya/software/anaconda/envs/horovod/lib/python3.6/posixpath.py", line 80, in join
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not bool`
| Traceback (most recent call last):
"/opt/conda/lib/python3.7/site-packages/tensorflow_core/python/ops/script_ops.py", line 236, in __call__
ret = func(*args)
"/opt/conda/lib/python3.7/site-packages/tensorflow_core/python/data/ops/dataset_ops.py", line 800, in generator_py_func
"element was %s." % (output_types, values)), sys.exc_info()[2])
"/opt/conda/lib/python3.7/site-packages/six.py", line 702, in reraise
raise value.with_traceback(tb)
"/opt/conda/lib/python3.7/site-packages/tensorflow_core/python/data/ops/dataset_ops.py", line 795, in generator_py_func
flattened_values = nest.flatten_up_to(output_types, values)
"/opt/conda/lib/python3.7/site-packages/tensorflow_core/python/data/util/nest.py", line 396, in flatten_up_to
assert_shallow_structure(shallow_tree, input_tree)
"/opt/conda/lib/python3.7/site-packages/tensorflow_core/python/data/util/nest.py", line 311, in assert_shallow_structure
% (len(input_tree), len(shallow_tree)))
TypeError: `generator` yielded an element that did not match the expected structure. The expected structure was (tf.int32, tf.int32), but the yielded element was (3.908070761805162,).
| 0.614955 |
Traceback (most recent call last):
"/media/lf216/Data/elie/replica/blender crm/src/run.py", line 33, in <module>
from src.main.Pipeline import Pipeline
"./src/main/Pipeline.py", line 6, in <module>
from src.utility.ConfigParser import ConfigParser
"./src/utility/ConfigParser.py", line 1, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
| Traceback (most recent call last):
"/usr/local/lib/python3.7/dist-packages/open_cobol_ide/extlibs/keyring/backend.py", line 155, in _load_plugins
init_func = ep.load()
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2443, in load
return self.resolve()
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2449, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
ModuleNotFoundError: No module named 'keyring.backends.chainer'
| 0.637469 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/salt/state.py", line 1379, in call
self.verify_ret(ret)
"/usr/lib64/python2.6/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
"/usr/lib/python2.6/site-packages/salt/utils/context.py", line 43, in func_globals_inject
yield
"/usr/lib/python2.6/site-packages/salt/state.py", line 1378, in call
**cdata['kwargs'])
"/usr/lib/python2.6/site-packages/salt/states/cloud.py", line 68, in present
elif 'Error' in info:
TypeError: argument of type 'bool' is not iterable
Changes:
| Traceback (most recent call last):
"gyb.py", line 1583, in <module>
"gyb.py", line 1537, in main
"gyb.py", line 532, in callGAPIpages
"gyb.py", line 485, in callGAPI
"googleapiclient\discovery.py", line 718, in method
TypeError: Got an unexpected keyword argument "maxItems"
| 0.635703 |
Traceback (most recent call last):
"/home/zhengr/anaconda3/envs/keypoint/lib/python3.5/multiprocessing/process.py", line 252, in _bootstrap
self.run()
"/home/zhengr/anaconda3/envs/keypoint/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
"/home/zhengr/Documents/projects/keypoints/AlphaPose/dataloader.py", line 315, in update
img, orig_img, im_name, im_dim_list = self.dataloder.getitem()
"/home/zhengr/Documents/projects/keypoints/AlphaPose/dataloader.py", line 171, in getitem
return self.Q.get()
"/home/zhengr/anaconda3/envs/keypoint/lib/python3.5/multiprocessing/queues.py", line 113, in get
return ForkingPickler.loads(res)
"/home/zhengr/anaconda3/envs/keypoint/lib/python3.5/site-packages/torch/multiprocessing/reductions.py", line 86, in rebuild_storage_filename
storage = cls._new_shared_filename(manager, handle, size)
RuntimeError: No such file or directory at /pytorch/torch/lib/libshm/core.cpp:125
| Traceback (most recent call last):
"/content/OpenNMT-py/onmt/trainer.py", line 347, in _gradient_accumulation
trunc_size=trunc_size)
"/content/OpenNMT-py/onmt/utils/loss.py", line 158, in __call__
loss, stats = self._compute_loss(batch, **shard)
"/content/OpenNMT-py/onmt/utils/loss.py", line 233, in _compute_loss
scores = self.generator(bottled_output)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/container.py", line 92, in forward
input = module(input)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/linear.py", line 67, in forward
return F.linear(input, self.weight, self.bias)
"/usr/local/lib/python3.6/dist-packages/torch/nn/functional.py", line 1352, in linear
ret = torch.addmm(torch.jit._unwrap_optional(bias), input, weight.t())
RuntimeError: Expected object of backend CPU but got backend CUDA for argument #4 'mat1'
| 0.556634 |
Traceback (most recent call last):
"bin/meshroom_photogrammetry", line 64, in <module>
meshroom.core.graph.executeGraph(graph, toNodes=toNodes, forceCompute=args.forceCompute, forceStatus=args.forceStatus)
"/home/yueh/meshroom/meshroom/core/graph.py", line 1124, in executeGraph
chunk.process(forceCompute)
"/home/yueh/meshroom/meshroom/core/node.py", line 271, in process
self.node.nodeDesc.processChunk(self)
"/home/yueh/meshroom/meshroom/core/desc.py", line 407, in processChunk
raise RuntimeError('Error on node "{}":\nLog:\n{}'.format(chunk.name, logContent))
RuntimeError: Error on node "PrepareDenseScene_1":
| Traceback (most recent call last):
"N:\git\leo-editor\leo\plugins\stickynotes.py", line 615, in closeEvent
self.save_states()
"N:\git\leo-editor\leo\plugins\stickynotes.py", line 733, in save_states
for (gnx, n) in self.notes.items() if n.isVisible())
"N:\git\leo-editor\leo\plugins\stickynotes.py", line 733, in <genexpr>
for (gnx, n) in self.notes.items() if n.isVisible())
RuntimeError: wrapped C/C++ object of type FocusingPlaintextEdit has been deleted
| 0.533494 |
2020-06-09T11:04:42:ERROR:localstack.services.plugins: Error checking state of local environment (after some retries): Traceback (most recent call last):
"/opt/code/localstack/localstack/services/plugins.py", line 94, in check_infra
check_service_health(api=name, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 113, in check_service_health
raise e
"/opt/code/localstack/localstack/services/plugins.py", line 109, in check_service_health
plugin.check(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 45, in check
return self.check_function(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/dynamodb/dynamodb_starter.py", line 32, in check_dynamodb
assert isinstance(out['TableNames'], list)
TypeError: 'NoneType' object is not subscriptable
|
Traceback (most recent call last):
"<string>", line 16, in <module>
"/Users/wronglink/.virtualenvs/p33/build/wikipedia/setup.py", line 29, in <module>
'License :: OSI Approved :: MIT License',
"/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/core.py", line 148, in setup
dist.run_commands()
"/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 941, in run_commands
self.run_command(cmd)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 960, in run_command
cmd_obj.run()
"<string>", line 13, in replacement_run
"/Users/wronglink/.virtualenvs/p33/lib/python3.3/site-packages/distribute-0.6.28-py3.3.egg/setuptools/command/egg_info.py", line 384, in write_pkg_info
metadata.write_pkg_info(cmd.egg_info)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 1039, in write_pkg_info
self.write_pkg_file(pkg_info)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 1060, in write_pkg_file
long_desc = rfc822_escape(self.get_long_description())
"/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/util.py", line 490, in rfc822_escape
lines = header.split('\n')
TypeError: Type str doesn't support the buffer API | 0.563346 |
Addon error: Traceback (most recent call last):
"examples/tcp_message.py", line 16, in tcp_message
modified_msg = tcp_msg.message.replace("foo", "bar")
AttributeError: 'TCPFlow' object has no attribute 'message'
| Traceback (most recent call last):
"./bqcreatetable.py", line 70, in <module>
main(args)
"./bqcreatetable.py", line 59, in main
insert_data(dataset_ref)
"./bqcreatetable.py", line 32, in insert_data
errors = table.insert_data(table, rows_to_insert)
# API request
AttributeError: 'Table' object has no attribute 'insert_data'
| 0.665378 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/localstack/services/infra.py", line 416, in check_infra
raise e
"/usr/local/lib/python3.7/site-packages/localstack/services/infra.py", line 413, in check_infra
plugin.check(expect_shutdown=expect_shutdown, print_error=print_error)
"/usr/local/lib/python3.7/site-packages/localstack/services/infra.py", line 93, in check
return self.check_function(expect_shutdown=expect_shutdown, print_error=print_error)
"/usr/local/lib/python3.7/site-packages/localstack/services/s3/s3_starter.py", line 32, in check_s3
assert isinstance(out['Buckets'], list)
TypeError: 'NoneType' object is not subscriptable
| 2019-06-27 08:08:33 ERROR
twisted
TypeError: 'NoneType' object is not iterable: Traceback (most recent call last):
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\autobahn\twisted\websocket.py", line 162, in _onMessage
| 0.622393 |
Traceback (most recent call last):
"t2.py", line 16, in <module>
prg = prg.build()
"/Users/bogdan/.pyenv/versions/3.7.5/lib/python3.7/site-packages/pyopencl/__init__.py", line 476, in build
self._context, options)
"/Users/bogdan/.pyenv/versions/3.7.5/lib/python3.7/site-packages/pyopencl/__init__.py", line 451, in __getattr__
"info attribute or as a kernel name" % attr)
AttributeError: '_context' was not found as a program info attribute or as a kernel name
| Traceback (most recent call last):
"/home/amanda/.local/lib/python2.7/site-packages/flask/app.py", line 2446, in wsgi_app
response = self.full_dispatch_request()
"/home/amanda/.local/lib/python2.7/site-packages/flask/app.py", line 1951, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/amanda/.local/lib/python2.7/site-packages/flask/app.py", line 1820, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/home/amanda/.local/lib/python2.7/site-packages/flask/app.py", line 1949, in full_dispatch_request
rv = self.dispatch_request()
"/home/amanda/.local/lib/python2.7/site-packages/flask/app.py", line 1935, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/usr/local/lib/python2.7/dist-packages/mlflow/server/handlers.py", line 101, in wrapper
return func(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/mlflow/server/handlers.py", line 333, in _search_runs
max_results, order_by, page_token)
"/usr/local/lib/python2.7/dist-packages/mlflow/store/abstract_store.py", line 235, in search_runs
order_by, page_token)
"/usr/local/lib/python2.7/dist-packages/mlflow/store/file_store.py", line 587, in _search_runs
run_infos = self._list_run_infos(experiment_id, run_view_type)
"/usr/local/lib/python2.7/dist-packages/mlflow/store/file_store.py", line 567, in _list_run_infos
run_info = self._get_run_info(r_id)
"/usr/local/lib/python2.7/dist-packages/mlflow/store/file_store.py", line 414, in _get_run_info
run_info = _read_persisted_run_info_dict(meta)
"/usr/local/lib/python2.7/dist-packages/mlflow/store/file_store.py", line 65, in _read_persisted_run_info_dict
dict_copy = run_info_dict.copy()
AttributeError: 'NoneType' object has no attribute 'copy' | 0.60368 |
Traceback (most recent call last):
"/home/linuxbrew/.linuxbrew/bin/ikhal", line 10, in <module>
sys.exit(main_ikhal())
"/home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/khal/cli.py", line 481, in interactive_cli
multi_calendar_select(ctx, include_calendar, exclude_calendar)
"/home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/khal/cli.py", line 165, in build_collection
'priority': cal['priority'],
"/home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/configobj-5.0.6-py3.7.egg/configobj.py", line 554, in __getitem__
KeyError: 'priority'
| Traceback (most recent call last):
"...\flaskproj\venv\lib\site-packages\_pytest\config\__init__.py", line 412, in _importconftest
return self._conftestpath2mod[conftestpath]
KeyError: local('...\\flaskproj\\tests\\conftest.py')
| 0.567239 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_parser.py", line 359, in test_parse_subsecond
self.parser.parse("2013-01-01 12:30:45.9", "YYYY-MM-DD HH:mm:ss.S")
AttributeError: 'TestDateTimeParserParse' object has no attribute 'parser'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: module 'creme' has no attribute 'feature_extraction'
| 0.569358 |
Traceback (most recent call last):
"uvloop/cbhandles.pyx", line 64, in uvloop.loop.Handle._run
"/usr/src/app/homeassistant/helpers/event.py", line 82, in state_change_listener
event.data.get('new_state'))
"/usr/src/app/homeassistant/core.py", line 333, in async_run_job
target(*args)
"/usr/src/app/homeassistant/components/utility_meter/sensor.py", line 94, in async_reading
old_state.state in [STATE_UNKNOWN, STATE_UNAVAILABLE],
AttributeError: 'NoneType' object has no attribute 'state'
| Traceback (most recent call last):
"C:\Users\Daniel\Documents\Spyder\spyder\spyder\plugins\completion\providers\kite\widgets\calltoaction.py", line 135, in _learn_more
kite = self.parent().completions.get_client('kite')
AttributeError: 'CompletionPlugin' object has no attribute 'get_client'
| 0.578241 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/ib_insync/decoder.py", line 188, in interpret
handler(fields)
"/usr/local/lib/python3.6/site-packages/ib_insync/decoder.py", line 293, in contractDetails
cd.realExpirationDate) = fields
ValueError: not enough values to unpack (expected 5, got 0)
| Traceback (most recent call last):
"<console>", line 1, in <module>
"/usr/lib/python2.7/site-packages/googletrans/client.py", line 172, in translate
data = self._translate(text, dest, src)
"/usr/lib/python2.7/site-packages/googletrans/client.py", line 81, in _translate
data = utils.format_json(r.text)
"/usr/lib/python2.7/site-packages/googletrans/utils.py", line 62, in format_json
converted = legacy_format_json(original)
"/usr/lib/python2.7/site-packages/googletrans/utils.py", line 54, in legacy_format_json
converted = json.loads(text)
"/usr/lib64/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
"/usr/lib64/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib64/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded | 0.643369 |
Traceback (most recent call last):
"/anaconda3/lib/python3.6/site-packages/tornado/web.py", line 1469, in _execute
result = yield result
"/anaconda3/lib/python3.6/site-packages/jupyterhub/handlers/login.py", line 94, in post
yield self.spawn_single_user(user)
"/anaconda3/lib/python3.6/site-packages/jupyterhub/handlers/base.py", line 475, in spawn_single_user
yield gen.with_timeout(timedelta(seconds=self.slow_spawn_timeout), finish_spawn_future)
"/anaconda3/lib/python3.6/site-packages/jupyterhub/handlers/base.py", line 445, in finish_user_spawn
yield spawn_future
"/anaconda3/lib/python3.6/site-packages/jupyterhub/user.py", line 439, in spawn
raise e
"/anaconda3/lib/python3.6/site-packages/jupyterhub/user.py", line 378, in spawn
ip_port = yield gen.with_timeout(timedelta(seconds=spawner.start_timeout), f)
"/anaconda3/lib/python3.6/site-packages/sudospawner/spawner.py", line 92, in start
reply = yield self.do(action='spawn', args=self.get_args(), env=self.get_env())
"/anaconda3/lib/python3.6/site-packages/sudospawner/spawner.py", line 80, in do
data_str = data_str[data_str.index('{'):data_str.rindex('}')+1]
ValueError: substring not found
| Traceback (most recent call last):
"yolo3_one_file_to_detect_them_all.py", line 434, in <module>
_main_(args)
"yolo3_one_file_to_detect_them_all.py", line 421, in _main_
correct_yolo_boxes(boxes, image_h, image_w, net_h, net_w)
"yolo3_one_file_to_detect_them_all.py", line 334, in correct_yolo_boxes
boxes[i].xmin = int((boxes[i].xmin - x_offset) / x_scale * image_w)
ValueError: cannot convert float NaN to integer | 0.507402 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_workaround_against_bad_memmap_with_copied_buffers() takes exactly 1 argument (0 given)
| Traceback (most recent call last):
"calibre_plugins.dedrm.kindlekey", line 1540, in getDBfrom
cleartext = UnprotectHeaderData(encryptedValue)
"calibre_plugins.dedrm.kindlekey", line 1408, in UnprotectHeaderData
crp = LibCrypto()
TypeError: 'NoneType' object is not callable
| 0.485242 |
Traceback (most recent call last):
"/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 390, in async_remove_entity
await self.entities[entity_id].async_remove()
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 396, in async_remove
await self.async_will_remove_from_hass()
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/automation/__init__.py", line 300, in async_will_remove_from_hass
await super().async_will_remove_from_hass()
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/restore_state.py", line 203, in async_will_remove_from_hass
data.async_restore_entity_removed(self.entity_id)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/restore_state.py", line 183, in async_restore_entity_removed
self.entity_ids.remove(entity_id)
KeyError: 'automation.gostinaia_knopka_svet'
|
Traceback (most recent call last):
"/usr/lib/python2.7/site.py", line 158, in addpackage
exec line
"<string>", line 1, in <module>
KeyError: 'google'
| 0.515068 |
Traceback (most recent call last):
"C:\Program
s (x86)\Python36-32\Scripts\soundscrape-script.py", line 11, in <module>
load_entry_point('soundscrape==0.30.1', 'console_scripts', 'soundscrape')()
"c:\program files (x86)\python36-32\lib\site-packages\soundscrape\soundscrape.py", line 119, in main
process_soundcloud(vargs)
"c:\program files (x86)\python36-32\lib\site-packages\soundscrape\soundscrape.py", line 292, in process_soundcloud
id3_extras=id3_extras)
"c:\program files (x86)\python36-32\lib\site-packages\soundscrape\soundscrape.py", line 460, in download_tracks
puts_safe(e)
"c:\program files (x86)\python36-32\lib\site-packages\soundscrape\soundscrape.py", line 1313, in puts_safe
puts(text.encode(sys.stdout.encoding, errors='replace').decode())
AttributeError: 'HTTPError' object has no attribute 'encode'`
| Traceback (most recent call last):
"train.py", line 40, in <module>
trainer.run_generator_one_step(data_i)
"/home/user/SPADE/SPADE/trainers/pix2pix_trainer.py", line 35, in run_generator_one_step
g_losses, generated = self.pix2pix_model(data, mode='generator')
"/opt/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/opt/anaconda3/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 141, in forward
return self.module(*inputs[0], **kwargs[0])
"/opt/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/home/user/SPADE/SPADE/models/pix2pix_model.py", line 46, in forward
input_semantics, real_image)
"/home/user/SPADE/SPADE/models/pix2pix_model.py", line 137, in compute_generator_loss
input_semantics, real_image, compute_kld_loss=self.opt.use_vae)
"/home/user/SPADE/SPADE/models/pix2pix_model.py", line 192, in generate_fake
z, mu, logvar = self.encode_z(real_image)
"/home/user/SPADE/SPADE/models/pix2pix_model.py", line 184, in encode_z
mu, logvar = self.netE(real_image)
"/opt/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/home/user/SPADE/SPADE/models/networks/encoder.py", line 46, in forward
if self.opt.crop_size >= 256:
"/opt/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 535, in __getattr__
type(self).__name__, name))
AttributeError: 'ConvEncoder' object has no attribute 'opt'
| 0.65406 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"path/lib/python3.8/site-packages/apex/__init__.py", line 13, in <module>
from pyramid.session import UnencryptedCookieSessionFactoryConfig
ImportError: cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown location)
| Traceback (most recent call last):
".\pager.py", line 96, in <module>
full_screen=True)
"c:\users\test\documents\development\python-prompt-toolkit\prompt_toolkit\application\application.py", line 217, in __init__
self._running_in_terminal_f = get_event_loop().create_future()
"c:\users\test\documents\development\python-prompt-toolkit\prompt_toolkit\eventloop\defaults.py", line 61, in get_event_loop
_loop = create_event_loop()
"c:\users\test\documents\development\python-prompt-toolkit\prompt_toolkit\eventloop\defaults.py", line 22, in create_event_loop
from .win32 import Win32EventLoop
"c:\users\test\documents\development\python-prompt-toolkit\prompt_toolkit\eventloop\win32.py", line 8, in <module>
from .base import EventLoop, INPUT_TIMEOUT
ImportError: cannot import name 'INPUT_TIMEOUT'
| 0.659896 |
Traceback (most recent call last):
"applications/tools/first-order-demo.py", line 18, in <module>
from ppgan.apps.first_order_predictor import FirstOrderPredictor
"/home/aistudio/PaddleGAN/ppgan/apps/__init__.py", line 2, in <module>
from .deepremaster_predictor import DeepRemasterPredictor
"/home/aistudio/PaddleGAN/ppgan/apps/deepremaster_predictor.py", line 24, in <module>
from ppgan.models.generators.remaster import NetworkR, NetworkC
"/home/aistudio/PaddleGAN/ppgan/models/__init__.py", line 20, in <module>
from .makeup_model import MakeupModel
"/home/aistudio/PaddleGAN/ppgan/models/makeup_model.py", line 30, in <module>
from ..datasets.makeup_dataset import MakeupDataset
"/home/aistudio/PaddleGAN/ppgan/datasets/__init__.py", line 15, in <module>
from .unpaired_dataset import UnpairedDataset
"/home/aistudio/PaddleGAN/ppgan/datasets/unpaired_dataset.py", line 4, in <module>
from .base_dataset import BaseDataset, get_transform
"/home/aistudio/PaddleGAN/ppgan/datasets/base_dataset.py", line 10, in <module>
from .transforms import transforms as T
"/home/aistudio/PaddleGAN/ppgan/datasets/transforms/__init__.py", line 1, in <module>
from .transforms import PairedRandomCrop, PairedRandomHorizontalFlip
"/home/aistudio/PaddleGAN/ppgan/datasets/transforms/transforms.py", line 23, in <module>
TRANSFORMS.register(T.Transpose)
AttributeError: module 'paddle.vision.transforms' has no attribute 'Transpose'
| Traceback (most recent call last):
"/usr/lib/python3.8/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
"/usr/lib/python3.8/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
"/usr/lib/python3.8/socketserver.py", line 720, in __init__
self.handle()
"/pentest/c2/koadic/core/handler.py", line 86, in handle
return BaseHTTPRequestHandler.handle(self)
"/usr/lib/python3.8/http/server.py", line 427, in handle
self.handle_one_request()
"/usr/lib/python3.8/http/server.py", line 415, in handle_one_request
method()
"/pentest/c2/koadic/core/handler.py", line 194, in do_GET
return self.handle_oneshot()
"/pentest/c2/koadic/core/handler.py", line 261, in handle_oneshot
j = plugin.job(self.shell, -1, plugin.STATE, workload, options)
AttributeError: 'MSHTAStager' object has no attribute 'STATE'
| 0.576285 |
Traceback (most recent call last):
"gen.py", line 122, in main
add_res_to_db(imname,res,out_db)
"gen.py", line 73, in add_res_to_db
db['data'][dname].attrs['txt'] = res[i]['txt']
"h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
"h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
"/home/rohit/.local/lib/python2.7/site-packages/h5py/_hl/attrs.py", line 95, in __setitem__
self.create(name, data=value, dtype=base.guess_dtype(value))
"/home/rohit/.local/lib/python2.7/site-packages/h5py/_hl/attrs.py", line 171, in create
htype = h5t.py_create(original_dtype, logical=True)
"h5py/h5t.pyx", line 1611, in h5py.h5t.py_create
"h5py/h5t.pyx", line 1633, in h5py.h5t.py_create
"h5py/h5t.pyx", line 1694, in h5py.h5t.py_create
TypeError: No conversion path for dtype: dtype('<U23')
| Traceback (most recent call last):
"C:\Users\86177\anaconda3\envs\AlphaPose\lib\threading.py", line 916, in _bootstrap_inner
self.run()
"C:\Users\86177\anaconda3\envs\AlphaPose\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"C:\Users\86177\AlphaPose\dataloader.py", line 675, in update
img = vis_frame(orig_img, result)
"C:\Users\86177\AlphaPose\fn.py", line 198, in vis_frame
img = cv2.addWeighted(bg, transparency, img, 1-transparency, 0)
TypeError: Argument 'alpha' can not be treated as a double
| 0.491176 |
Traceback (most recent call last):
"/usr/lib64/az/lib/python2.7/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
"/usr/lib64/az/lib/python2.7/site-packages/azure/cli/core/commands/__init__.py", line 445, in execute
self.commands_loader.load_arguments(command)
"/usr/lib64/az/lib/python2.7/site-packages/azure/cli/core/__init__.py", line 268, in load_arguments
loader.load_arguments(command)
# this adds entries to the argument registries
"/home/jlareau/.azure/cliextensions/aks-preview/azext_aks_preview/__init__.py", line 35, in load_arguments
super().load_arguments(command)
TypeError: super() takes at least 1 argument (0 given)
| Python: Traceback (most recent call last):
"/usr/share/blender/2.91/scripts/addons/io_scene_gltf2/__init__.py", line 974, in execute
return self.import_gltf2(context)
"/usr/share/blender/2.91/scripts/addons/io_scene_gltf2/__init__.py", line 988, in import_gltf2
if self.unit_import(path, import_settings) == {'FINISHED'}:
"/usr/share/blender/2.91/scripts/addons/io_scene_gltf2/__init__.py", line 1002, in unit_import
gltf_importer.read()
"/usr/share/blender/2.91/scripts/addons/io_scene_gltf2/io/imp/gltf2_io_gltf.py", line 144, in read
gltf, self.glb_buffer = self.load_glb(content)
"/usr/share/blender/2.91/scripts/addons/io_scene_gltf2/io/imp/gltf2_io_gltf.py", line 114, in load_glb
gltf = glTFImporter.load_json(json_bytes)
"/usr/share/blender/2.91/scripts/addons/io_scene_gltf2/io/imp/gltf2_io_gltf.py", line 64, in load_json
return json.loads(bytes(content), encoding='utf-8', parse_constant=bad_constant)
"/usr/lib64/python3.9/json/__init__.py", line 359, in loads
return cls(**kw).decode(s)
TypeError: __init__() got an unexpected keyword argument 'encoding'
| 0.568973 |
Traceback (most recent call last):
"/elasticdl/elasticdl/python/worker/worker.py", line 982, in _process_minibatch_and_report
train_with_local_model,
"/elasticdl/elasticdl/python/worker/worker.py", line 889, in _process_minibatch
features, labels
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"C:\Users\dhirschf\envs\dev\lib\site-packages\IPython\core\interactiveshell.py", line 3417, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-46-d78c0d3ee4ad>", line 1, in <module>
hash(pd.offsets.Day())
TypeError: unhashable type: 'pandas._libs.tslibs.offsets.Day'
| 0.561429 |
Traceback (most recent call last):
"/opt/venvs/matrix-synapse/lib/python3.6/site-packages/synapse/app/homeserver.py", line 429, in start
yield acme.start_listening()
"/opt/venvs/matrix-synapse/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/opt/venvs/matrix-synapse/lib/python3.6/site-packages/twisted/python/failure.py", line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/opt/venvs/matrix-synapse/lib/python3.6/site-packages/synapse/handlers/acme.py", line 122, in start_listening
yield self._issuer._ensure_registered()
"/opt/venvs/matrix-synapse/lib/python3.6/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks
current.result = callback(current.result, *args, **kw)
"/opt/venvs/matrix-synapse/lib/python3.6/site-packages/txacme/service.py", line 254, in _register
client.register(regr)
"/opt/venvs/matrix-synapse/lib/python3.6/site-packages/txacme/client.py", line 157, in register
new_reg, uri=self.directory[new_reg]))
"/opt/venvs/matrix-synapse/lib/python3.6/site-packages/acme/messages.py", line 235, in __getitem__
raise KeyError('Directory field not found')
KeyError: 'Directory field not found'
| Traceback (most recent call last):
"train.py", line 134, in <module>
main()
"train.py", line 75, in main
model.load_state_dict(checkpoint['state_dict'])
KeyError: 'state_dict'
| 0.532085 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", line 2813, in _dep_map
return self.__dep_map
"/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", line 2624, in __getattr__
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map
| Traceback (most recent call last):
"/root/.local/bin/pyt", line 8, in <module>
sys.exit(main())
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/__main__.py", line 101, in main
cfg = make_cfg(
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/make_cfg.py", line 36, in make_cfg
visitor = ExprVisitor(
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/expr_visitor.py", line 69, in __init__
self.init_cfg(node)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/expr_visitor.py", line 76, in init_cfg
module_statements = self.visit(node)
"/usr/local/lib/python3.9/ast.py", line 407, in visit
return visitor(node)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/stmt_visitor.py", line 67, in visit_Module
return self.stmt_star_handler(node.body)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/stmt_visitor.py", line 88, in stmt_star_handler
node = self.visit(stmt)
"/usr/local/lib/python3.9/ast.py", line 407, in visit
return visitor(node)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/stmt_visitor.py", line 1069, in visit_ImportFrom
return self.add_module(
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/stmt_visitor.py", line 807, in add_module
self.visit(tree)
"/usr/local/lib/python3.9/ast.py", line 407, in visit
return visitor(node)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/stmt_visitor.py", line 67, in visit_Module
return self.stmt_star_handler(node.body)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/stmt_visitor.py", line 88, in stmt_star_handler
node = self.visit(stmt)
"/usr/local/lib/python3.9/ast.py", line 407, in visit
return visitor(node)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/cfg/stmt_visitor.py", line 460, in visit_Assign
label.visit(node)
"/usr/local/lib/python3.9/ast.py", line 407, in visit
return visitor(node)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/helper_visitors/label_visitor.py", line 56, in visit_Assign
self.visit(node.value)
"/usr/local/lib/python3.9/ast.py", line 407, in visit
return visitor(node)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/helper_visitors/label_visitor.py", line 334, in visit_IfExp
self.visit(node.orelse)
"/usr/local/lib/python3.9/ast.py", line 407, in visit
return visitor(node)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/helper_visitors/label_visitor.py", line 173, in visit_Subscript
self.slicev(node.slice)
"/root/.local/pipx/venvs/python-taint/lib/python3.9/site-packages/pyt/helper_visitors/label_visitor.py", line 190, in slicev
self.visit(node.value)
"/usr/local/lib/python3.9/ast.py", line 407, in visit
return visitor(node)
"/usr/local/lib/python3.9/ast.py", line 411, in generic_visit
for field, value in iter_fields(node):
"/usr/local/lib/python3.9/ast.py", line 249, in iter_fields
for field in node._fields:
AttributeError: 'str' object has no attribute '_fields'
| 0.603183 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-B_GnPn/rows/setup.py", line 79, in <module>
'Topic :: Utilities',
"/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
"/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
"/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
"/home/lucas/venvs/sismart/local/lib/python2.7/site-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
"/usr/lib/python2.7/distutils/command/install.py", line 601, in run
self.run_command('build')
"/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
"/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
"/usr/lib/python2.7/distutils/command/build.py", line 128, in run
self.run_command(cmd_name)
"/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
"/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
"/home/lucas/venvs/sismart/local/lib/python2.7/site-packages/setuptools/command/build_py.py", line 46, in run
self.build_packages()
"/usr/lib/python2.7/distutils/command/build_py.py", line 373, in build_packages
self.build_module(module, module_file, package)
"/home/lucas/venvs/sismart/local/lib/python2.7/site-packages/setuptools/command/build_py.py", line 65, in build_module
package)
"/usr/lib/python2.7/distutils/command/build_py.py", line 334, in build_module
"'package' must be a string (dot-separated), list, or tuple")
TypeError: 'package' must be a string (dot-separated), list, or tuple
| Traceback (most recent call last):
"/home/inforactiv1/frappe-bench/apps/frappe/frappe/app.py", line 62, in application
response = frappe.api.handle()
"/home/inforactiv1/frappe-bench/apps/frappe/frappe/api.py", line 56, in handle
return frappe.handler.handle()
"/home/inforactiv1/frappe-bench/apps/frappe/frappe/handler.py", line 20, in handle
data = execute_cmd(cmd)
"/home/inforactiv1/frappe-bench/apps/frappe/frappe/handler.py", line 55, in execute_cmd
return frappe.call(method, **frappe.form_dict)
"/home/inforactiv1/frappe-bench/apps/frappe/frappe/__init__.py", line 1026, in call
return fn(*args, **newargs)
"/home/inforactiv1/frappe-bench/apps/frappe/frappe/desk/treeview.py", line 20, in get_all_nodes
data = tree_method(doctype, parent, **filters)
TypeError: get_children() got an unexpected keyword argument 'data' | 0.562505 |
Traceback (most recent call last):
"SelectField_error.py", line 9, in <module>
form.validate()
"[...]/python3.7/site-packages/wtforms/form.py", line 300, in validate
return super(Form, self).validate(extra)
"[...]/python3.7/site-packages/wtforms/form.py", line 136, in validate
if not field.validate(self, extra):
"[...]/python3.7/site-packages/wtforms/fields/core.py", line 244, in validate
self.pre_validate(form)
"[..]./python3.7/site-packages/wtforms/fields/core.py", line 549, in pre_validate
for v, _ in self.choices:
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"/home/legluondunet/Téléchargements/lutris/lutris/gui/views/base.py", line 34, in popup_contextual_menu
selected_id = self.get_selected_id(self.get_model().get_iter(view.current_path))
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 873, in get_iter
path = self._coerce_path(path)
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 848, in _coerce_path
return TreePath(path)
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 1220, in __new__
raise TypeError("could not parse subscript '%s' as a tree path" % path)
TypeError: could not parse subscript '0:<Gtk.TreeViewColumn object at 0x7f9b38108d80 (GtkTreeViewColumn at 0x555e5290c8f0)>:186:24' as a tree path
| 0.552842 |
Traceback (most recent call last):
"/home/user/code/test/run_smac.py", line 114, in <module>
incumbent = smac.optimize()
"/home/user/anaconda3/envs/myenv/lib/python3.8/site-packages/smac/facade/smac_ac_facade.py", line 597, in optimize
incumbent = self.solver.run()
"/home/user/anaconda3/envs/myenv/lib/python3.8/site-packages/smac/optimizer/smbo.py", line 247, in run
self.runhistory.add(
"/home/user/anaconda3/envs/myenv/lib/python3.8/site-packages/smac/runhistory/runhistory.py", line 240, in add
raise TypeError('Configuration to add to the runhistory must not be None')
TypeError: Configuration to add to the runhistory must not be None
| Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_simple() missing 1 required positional argument: 'tdata'
| 0.498405 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/icalendar/parser.py", line 230, in from_ical
key, val = q_split(param, '=')
ValueError: too many values to unpack (expected 2)
| Traceback (most recent call last):
"/usr/local/bin/ethereumetl", line 10, in <module>
sys.exit(cli())
"/usr/local/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/usr/local/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/local/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/local/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/usr/local/lib/python3.7/site-packages/ethereumetl/cli/export_geth_traces.py", line 55, in export_geth_traces
job.run()
"/usr/local/lib/python3.7/site-packages/blockchainetl/jobs/base_job.py", line 30, in run
self._end()
"/usr/local/lib/python3.7/site-packages/ethereumetl/jobs/export_geth_traces_job.py", line 79, in _end
self.batch_work_executor.shutdown()
"/usr/local/lib/python3.7/site-packages/ethereumetl/executors/batch_work_executor.py", line 67, in shutdown
self.executor.shutdown()
"/usr/local/lib/python3.7/site-packages/ethereumetl/executors/fail_safe_executor.py", line 39, in shutdown
self._check_completed_futures()
"/usr/local/lib/python3.7/site-packages/ethereumetl/executors/fail_safe_executor.py", line 47, in _check_completed_futures
future.result()
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/_base.py", line 425, in result
return self.__get_result()
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
"/usr/local/lib/python3.7/site-packages/blockchainetl/jobs/base_job.py", line 28, in run
self._export()
"/usr/local/lib/python3.7/site-packages/ethereumetl/jobs/export_geth_traces_job.py", line 60, in _export
total_items=self.end_block - self.start_block + 1
"/usr/local/lib/python3.7/site-packages/ethereumetl/executors/batch_work_executor.py", line 50, in execute
self.executor.submit(self._fail_safe_execute, work_handler, batch)
"/usr/local/lib/python3.7/site-packages/ethereumetl/executors/fail_safe_executor.py", line 31, in submit
self._check_completed_futures()
"/usr/local/lib/python3.7/site-packages/ethereumetl/executors/fail_safe_executor.py", line 47, in _check_completed_futures
future.result()
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/_base.py", line 425, in result
return self.__get_result()
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/local/lib/python3.7/site-packages/ethereumetl/executors/batch_work_executor.py", line 55, in _fail_safe_execute
work_handler(batch)
"/usr/local/lib/python3.7/site-packages/ethereumetl/jobs/export_geth_traces_job.py", line 65, in _export_batch
response = self.batch_web3_provider.make_batch_request(json.dumps(trace_block_rpc))
"/usr/local/lib/python3.7/site-packages/ethereumetl/thread_local_proxy.py", line 33, in __getattr__
return getattr(self._get_thread_local_delegate(), name)
"/usr/local/lib/python3.7/site-packages/ethereumetl/thread_local_proxy.py", line 37, in _get_thread_local_delegate
self._thread_local._delegate = self._delegate_factory()
"/usr/local/lib/python3.7/site-packages/ethereumetl/cli/export_geth_traces.py", line 51, in <lambda>
batch_web3_provider=ThreadLocalProxy(lambda: get_provider_from_uri(provider_uri, batch=True)),
"/usr/local/lib/python3.7/site-packages/ethereumetl/providers/auto.py", line 48, in get_provider_from_uri
raise ValueError('Unknown uri scheme {}'.format(uri_string))
ValueError: Unknown uri scheme /Users/luolixuan/Library/Ethereum/geth.ipc`
| 0.532885 |
Traceback (most recent call last):
"manage.py", line 171, in <module>
drive(cfg, model_path=args['--model'], model_type=args['--type'])
"manage.py", line 136, in drive
if cfg.DONKEY_GYM or cfg.DRIVE_TRAIN_TYPE == "MOCK":
AttributeError: 'Config' object has no attribute 'DRIVE_TRAIN_TYPE'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: 'Word2VecKeyedVectors' object has no attribute 'wv'
| 0.501478 |
Traceback (most recent call last):
"/opt/apps/superset/venv_py3_test/lib64/python3.4/site-packages/superset/views/base.py", line 49, in wraps
return f(self, *args, **kwargs)
"/opt/apps/superset/venv_py3_test/lib64/python3.4/site-packages/flask_appbuilder/security/decorators.py", line 52, in wraps
return f(self, *args, **kwargs)
"/opt/apps/superset/venv_py3_test/lib64/python3.4/site-packages/superset/views/core.py", line 1090, in filter
payload = json.dumps(datasource.values_for_column(column))
"/usr/lib64/python3.4/json/__init__.py", line 230, in dumps
return _default_encoder.encode(obj)
"/usr/lib64/python3.4/json/encoder.py", line 192, in encode
chunks = self.iterencode(o, _one_shot=True)
"/usr/lib64/python3.4/json/encoder.py", line 250, in iterencode
return _iterencode(o, 0)
"/usr/lib64/python3.4/json/encoder.py", line 173, in default
raise TypeError(repr(o) + " is not JSON serializable")
TypeError: 1 is not JSON serializable
| Traceback (most recent call last):
"/home/ubuntu/venvpypy/bin/pip", line 8, in <module>
sys.exit(main())
"/home/ubuntu/venvpypy/site-packages/pip/_internal/cli/main.py", line 75, in main
return command.main(cmd_args)
"/home/ubuntu/venvpypy/site-packages/pip/_internal/cli/base_command.py", line 117, in main
return self._main(args)
"/home/ubuntu/venvpypy/site-packages/pip/_internal/cli/base_command.py", line 131, in _main
options, args = self.parse_args(args)
"/home/ubuntu/venvpypy/site-packages/pip/_internal/cli/base_command.py", line 111, in parse_args
return self.parser.parse_args(args)
"/opt/python/pypy/lib-python/2.7/optparse.py", line 1400, in parse_args
stop = self._process_args(largs, rargs, values)
"/opt/python/pypy/lib-python/2.7/optparse.py", line 1440, in _process_args
self._process_long_opt(rargs, values)
"/opt/python/pypy/lib-python/2.7/optparse.py", line 1515, in _process_long_opt
option.process(opt, value, values, self)
"/opt/python/pypy/lib-python/2.7/optparse.py", line 789, in process
self.action, self.dest, opt, value, values, parser)
"/opt/python/pypy/lib-python/2.7/optparse.py", line 811, in take_action
parser.print_help()
"/opt/python/pypy/lib-python/2.7/optparse.py", line 1670, in print_help
file.write(self.format_help().encode(encoding, "replace"))
"/opt/python/pypy/lib-python/2.7/optparse.py", line 1650, in format_help
result.append(self.format_option_help(formatter))
"/opt/python/pypy/lib-python/2.7/optparse.py", line 1633, in format_option_help
result.append(group.format_help(formatter))
"/opt/python/pypy/lib-python/2.7/optparse.py", line 1114, in format_help
result += OptionContainer.format_help(self, formatter)
"/opt/python/pypy/lib-python/2.7/optparse.py", line 1085, in format_help
result.append(self.format_option_help(formatter))
"/opt/python/pypy/lib-python/2.7/optparse.py", line 1074, in format_option_help
result.append(formatter.format_option(option))
"/opt/python/pypy/lib-python/2.7/optparse.py", line 316, in format_option
help_text = self.expand_default(option)
"/home/ubuntu/venvpypy/site-packages/pip/_internal/cli/parser.py", line 123, in expand_default
default_value, redact_auth_from_url(default_value))
"/home/ubuntu/venvpypy/site-packages/pip/_internal/utils/misc.py", line 826, in redact_auth_from_url
return _transform_url(url, _redact_netloc)[0]
"/home/ubuntu/venvpypy/site-packages/pip/_internal/utils/misc.py", line 786, in _transform_url
purl = urllib_parse.urlsplit(url)
"/opt/python/pypy/lib-python/2.7/urlparse.py", line 176, in urlsplit
cached = _parse_cache.get(key, None)
TypeError: 'list' objects are unhashable
| 0.59777 |
[2019-09-22 09:57:13,877] lafp-mac-JG5J.int.svenskaspel.se/ERROR/stderr: Traceback (most recent call last):
"/Users/lafp/git/locust/locust/core.py", line 361, in run
self.execute_next_task()
"/Users/lafp/git/locust/locust/core.py", line 387, in execute_next_task
self.execute_task(task["callable"], *task["args"], **task["kwargs"])
"/Users/lafp/git/locust/locust/core.py", line 399, in execute_task
task(self, *args, **kwargs)
"/Users/lafp/git/locust-plugins/examples/foo.py", line 10, in my_task
request_success.fire(request_type="foo", name="bar", response_time=None, response_length=0)
"/Users/lafp/git/locust/locust/events.py", line 34, in fire
handler(**kwargs)
"/Users/lafp/git/locust/locust/stats.py", line 559, in on_request_success
global_stats.log_request(request_type, name, response_time, response_length)
"/Users/lafp/git/locust/locust/stats.py", line 93, in log_request
self.total.log(response_time, content_length)
"/Users/lafp/git/locust/locust/stats.py", line 239, in log
self._log_response_time(response_time)
"/Users/lafp/git/locust/locust/stats.py", line 250, in _log_response_time
self.total_response_time += response_time
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
| Traceback (most recent call last):
"site-packages\matplotlib\backends\backend_wx.py", line 1079, in _onLeftButtonDown
"site-packages\matplotlib\backend_bases.py", line 1917, in button_press_event
"site-packages\matplotlib\cbook.py", line 554, in process
"site-packages\matplotlib\cbook.py", line 416, in __call__
"CellProfiler\cellprofiler\gui\editobjectsdlg.py", line 871, in on_click
"CellProfiler\cellprofiler\gui\editobjectsdlg.py", line 1654, in on_split_second_click
"CellProfiler\cellprofiler\gui\editobjectsdlg.py", line 1453, in exit_split_mode
"CellProfiler\cellprofiler\gui\editobjectsdlg.py", line 1197, in update_artists
"site-packages\matplotlib\backends\backend_agg.py", line 451, in restore_region
"site-packages\matplotlib\backends\backend_agg.py", line 359, in restore_region
TypeError: restore_region() argument 1 must be matplotlib.backends._backend_agg.BufferRegion, not None
| 0.53592 |
Traceback (most recent call last):
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/werkzeug/wsgi.py", line 506, in __next__
return self._next()
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/werkzeug/wrappers/base_response.py", line 45, in _iter_encoded
for item in iterable:
"/home/isl_gpu_desktop/Documents/project/PeopleCountWithAgeGender/app.py", line 88, in gen
frame = people_counter_obj.run()
"/home/isl_gpu_desktop/Documents/project/PeopleCountWithAgeGender/people_counter.py", line 416, in run
self.detect_faces(frame)
"/home/isl_gpu_desktop/Documents/project/PeopleCountWithAgeGender/people_counter.py", line 373, in detect_faces
results = DeepFace.analyze(face_img, ['age', 'gender'])
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/deepface/DeepFace.py", line 192, in analyze
age_model = Age.loadModel()
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/deepface/extendedmodels/Age.py", line 40, in loadModel
age_model.load_weights(home+'/.deepface/weights/age_model_weights.h5')
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/keras/engine/network.py", line 1180, in load_weights
f, self.layers, reshape=reshape)
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/keras/engine/saving.py", line 929, in load_weights_from_hdf5_group
K.batch_set_value(weight_value_tuples)
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py", line 2435, in batch_set_value
get_session().run(assign_ops, feed_dict=feed_dict)
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 900, in run
run_metadata_ptr)
"/home/isl_gpu_desktop/peopleCount/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1078, in _run
'Cannot interpret feed_dict key as Tensor: ' + e.args[0])
TypeError: Cannot interpret feed_dict key as Tensor: Tensor Tensor("Placeholder:0", shape=(3, 3, 3, 64), dtype=float32) is not an element of this graph. | Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: hello() missing 1 required keyword-only argument: 'cheese'
| 0.518374 |
Traceback (most recent call last):
"test.py", line 61, in <module>
generated = model.inference(data['label'], data['inst'], data['image'])
"/home/shu/pix2pixHD2/models/pix2pixHD_model.py", line 200, in inference
input_label, inst_map, real_image, _ = self.encode_input(Variable(label), Variable(inst), image, infer=True)
"/home/shu/pix2pixHD2/models/pix2pixHD_model.py", line 127, in encode_input
inst_map = inst_map.data.cuda()
RuntimeError: cuda runtime error (59) : device-side assert triggered at /opt/conda/conda-bld/pytorch_1525812548180/work/aten/src/THC/generic/THCTensorCopy.c:20
| Traceback (most recent call last):
"pretrain_bert_nccl.py", line 629, in <module>
main()
"pretrain_bert_nccl.py", line 607, in main
timers, args)
"pretrain_bert_nccl.py", line 338, in train
args, timers)
"pretrain_bert_nccl.py", line 297, in train_step
nsp_loss, args)
"pretrain_bert_nccl.py", line 272, in backward_step
optimizer.update_master_grads()
"/autofs/nccs-svm1_proj/bif120/deepforce/scripts/deepspeed/DeepSpeedExamples/Megatron-LM/fp16/fp16.py", line 566, in update_master_grads
self._model_grads_to_master_grads()
"/autofs/nccs-svm1_proj/bif120/deepforce/scripts/deepspeed/DeepSpeedExamples/Megatron-LM/fp16/fp16.py", line 303, in _model_grads_to_master_grads
model_grads_to_master_grads(fp16_group, fp32_from_fp16_group)
"/autofs/nccs-svm1_proj/bif120/deepforce/scripts/deepspeed/DeepSpeedExamples/Megatron-LM/fp16/fp16util.py", line 167, in model_grads_to_master_grads
master.grad = Variable(master.data.new(*master.data.size()))
RuntimeError: CUDA out of memory. Tried to allocate 24.00 MiB (GPU 0; 15.75 GiB total capacity; 14.04 GiB already allocated; 580.94 MiB free; 200.72 MiB cached; 0 bytes inactive)
| 0.581836 |
Traceback (most recent call last):
"1-2-3-proteins.py", line 37, in <module>
dataset = dataset[perm]
"/usr/local/lib/python3.6/site-packages/torch_geometric/data/dataset.py", line 191, in __getitem__
return self.index_select(idx)
"/usr/local/lib/python3.6/site-packages/torch_geometric/data/dataset.py", line 202, in index_select
return self.index_select(idx.tolist())
"/usr/local/lib/python3.6/site-packages/torch_geometric/data/dataset.py", line 214, in index_select
dataset = copy.copy(self)
"/usr/local/lib/python3.6/copy.py", line 88, in copy
return copier(x)
TypeError: __copy__() takes 1 positional argument but 2 were given
| Traceback (most recent call last):
"/usr/bin/buku", line 11, in <module>
load_entry_point('buku==3.9', 'console_scripts', 'buku')()
"/usr/lib/python3.7/site-packages/buku.py", line 4931, in main
bdb.browse_by_index(int(idx))
"/usr/lib/python3.7/site-packages/buku.py", line 1907, in browse_by_index
browse(row[0])
"/usr/lib/python3.7/site-packages/buku.py", line 3866, in browse
browser = webbrowser.get()
"/usr/lib/python3.7/webbrowser.py", line 42, in get
register_standard_browsers()
"/usr/lib/python3.7/webbrowser.py", line 567, in register_standard_browsers
cmd = _synthesize(cmdline, -1)
"/usr/lib/python3.7/webbrowser.py", line 116, in _synthesize
register(browser, None, controller, update_tryorder)
TypeError: register() takes from 2 to 3 positional arguments but 4 were given
| 0.662277 |
Traceback (most recent call last):
"/usr/local/bin/nikola", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python3.5/dist-packages/nikola/__main__.py", line 171, in main
_ = DN.run(oargs)
"/usr/local/lib/python3.5/dist-packages/nikola/__main__.py", line 339, in run
self.nikola.init_plugins()
"/usr/local/lib/python3.5/dist-packages/nikola/nikola.py", line 1077, in init_plugins
self._activate_plugins_of_category("SignalHandler")
"/usr/local/lib/python3.5/dist-packages/nikola/nikola.py", line 1233, in _activate_plugins_of_category
plugin_info.plugin_object.set_site(self)
"/usr/local/lib/python3.5/dist-packages/nikola/plugins/misc/taxonomies_classifier.py", line 328, in set_site
self._register_path_handlers(taxonomy)
"/usr/local/lib/python3.5/dist-packages/nikola/plugins/misc/taxonomies_classifier.py", line 316, in _register_path_handlers
doc = taxonomy.path_handler_docstrings[name]
KeyError: 'page_index_folder_index'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/tkem/src/cachetools/cachetools/lru.py", line 31, in popitem
raise KeyError('%s is empty' % self.__class__.__name__)
KeyError: 'LRUCache is empty'
| 0.452876 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/pblair/t2t-stuff/venv-t2t-py3/lib/python3.4/site-packages/tensor2tensor/utils/trainer_utils.py", line 1035, in input_fn
problem_count, batches = len(data_file_patterns), []
TypeError: object of type 'NoneType' has no len()
| Traceback (most recent call last):
"compare_gan/main.py", line 133, in <module>
app.run(main)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 300, in run
_run_main(main, args)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
"compare_gan/main.py", line 127, in main
eval_every_steps=FLAGS.eval_every_steps)
"/content/gdrive/My Drive/compare_gan/compare_gan/runner_lib.py", line 354, in run_with_schedule
num_averaging_runs=num_eval_averaging_runs)
"/content/gdrive/My Drive/compare_gan/compare_gan/runner_lib.py", line 277, in _run_eval
task_manager.add_eval_result(checkpoint_path, result_dict, default_value)
"/content/gdrive/My Drive/compare_gan/compare_gan/runner_lib.py", line 209, in add_eval_result
config = self._get_config_for_step(step)
"/content/gdrive/My Drive/compare_gan/compare_gan/runner_lib.py", line 202, in _get_config_for_step
last_config_step = sorted([s for s in config_steps if s <= step])[-1]
"/content/gdrive/My Drive/compare_gan/compare_gan/runner_lib.py", line 202, in <listcomp>
last_config_step = sorted([s for s in config_steps if s <= step])[-1]
TypeError: '<=' not supported between instances of 'int' and 'str'` | 0.574588 |
Traceback (most recent call last):
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 416, in start
manager.requests_count += 1
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/aiohttp/web.py", line 317, in _handle
"""gunicorn compatibility"""
TypeError: 'function' object is not iterable ```
| Saved zidane.jpg,Traceback (most recent call last):
"<input>", line 21, in <module>
"/Users/glennjocher/.cache/torch/hub/ultralytics_yolov5_master/models/common.py", line 348, in save
self.display(save=True, save_dir=save_dir)
# save results
"/Users/glennjocher/.cache/torch/hub/ultralytics_yolov5_master/models/common.py", line 325, in display
plot_one_box(box, img, label=label, color=colors[int(cls) % 10])
"/Users/glennjocher/.cache/torch/hub/ultralytics_yolov5_master/utils/plots.py", line 62, in plot_one_box
cv2.rectangle(img, c1, c2, color, thickness=tl, lineType=cv2.LINE_AA)
TypeError: argument for rectangle() given by name ('thickness') and position (4)
| 0.560277 |
Traceback (most recent call last):
"/home/jwfu/anaconda3/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2888, in _parsed_pkg_info
return self._pkg_info
"/home/jwfu/anaconda3/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2691, in __getattr__
raise AttributeError(attr)
AttributeError: _pkg_info
| Traceback (most recent call last):
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/homekit/__init__.py", line 529, in async_start
ent_reg_ent, dev_reg, state.entity_id
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/homekit/__init__.py", line 630, in _async_set_device_info_attributes
if dev_reg_ent.manufacturer:
AttributeError: 'NoneType' object has no attribute 'manufacturer' | 0.567779 |
Traceback (most recent call last):
"/home/anaconda3/envs/CPN-python3/lib/python3.6/multiprocessing/process.py", line 249, in _bootstrap
self.run()
"/home/code/tf-cpn/models/COCO.res101.384x288.CPN/../../lib/tfflat/mp_utils.py", line 37, in run
self._queue.put( dumps([self.id, msg]) )
"/home/code/tf-cpn/models/COCO.res101.384x288.CPN/../../lib/tfflat/serialize.py", line 34, in dumps_msgpack
return msgpack.dumps(obj, use_bin_type=True)
"/home/anaconda3/envs/CPN-python3/lib/python3.6/site-packages/msgpack_numpy.py", line 180, in packb
return Packer(**kwargs).pack(o)
"/home/anaconda3/envs/CPN-python3/lib/python3.6/site-packages/msgpack_numpy.py", line 146, in __init__
strict_types=strict_types)
"msgpack/_packer.pyx", line 136, in msgpack._packer.Packer.__init__
TypeError: expected bytes, str found
| Traceback (most recent call last):
"C:/Users/huhongyang/Desktop/Faster-RCNN-TensorFlow-Python3-master/train.py", line 216, in <module>
train.train()
"C:/Users/huhongyang/Desktop/Faster-RCNN-TensorFlow-Python3-master/train.py", line 123, in train
variables_to_restore = self.net.get_variables_to_restore(variables, var_keep_dic)
"C:\Users\huhongyang\Desktop\Faster-RCNN-TensorFlow-Python3-master\lib\nets\vgg16.py", line 66, in get_variables_to_restore
if v.name.split(':')[0] in var_keep_dic:
TypeError: argument of type 'NoneType' is not iterable | 0.600469 |
Traceback (most recent call last):
"src/gevent/greenlet.py", line 527, in gevent._greenlet.Greenlet.spawn
"src/gevent/greenlet.py", line 247, in gevent._greenlet.Greenlet.__init__
"src/gevent/greenlet.py", line 133, in gevent._greenlet._extract_stack
ValueError: call stack is not deep enough
| Traceback (most recent call last):
"/home/hao.zhang/project/pycharm/ludwig-ray/ludwig-petfinder/petfinder-adoption-prediction/train.py", line 34, in <module>
) = model.train(dataset=dataset_to_use)
"/home/hao.zhang/project/pycharm/ludwig-ray/ludwig/ludwig/api.py", line 480, in train
save_path=model_dir,
"/home/hao.zhang/project/pycharm/ludwig-ray/ludwig/ludwig/backend/ray.py", line 117, in train
model.set_weights(weights)
"/home/hao.zhang/project/pycharm/ludwig-env/lib/python3.6/site-packages/tensorflow/python/keras/engine/base_layer.py", line 1857, in set_weights
(self.name, len(weights), expected_num_weights, str(weights)[:50]))
ValueError: You called `set_weights(weights)` on layer "ecd" with a weight list of length 30, but the layer was expecting 16 weights. Provided weights: [array([[ 0.3757825 , -0.03104234,
0.8619888 , .....
| 0.565808 |
Traceback (most recent call last):
"/home/florian/proj/qutebrowser/git/qutebrowser/misc/crashsignal.py", line 288, in exception_hook
self._app.lastWindowClosed.disconnect(
RuntimeError: wrapped C/C++ object of type Application has been deleted
|
Traceback (most recent call last):
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/exceptions.py", line 617, in conda_exception_handler
return_value = func(*args, **kwargs)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/cli/main.py", line 137, in _main
exit_code = args.func(args, p)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/cli/main_install.py", line 80, in execute
install(args, parser, 'install')
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/cli/install.py", line 210, in install
unknown=index_args['unknown'], prefix=prefix)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/core/index.py", line 120, in get_index
index = fetch_index(channel_priority_map, use_cache=use_cache)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/core/index.py", line 445, in fetch_index
repodatas = _collect_repodatas(use_cache, urls)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/core/index.py", line 433, in _collect_repodatas
repodatas = _collect_repodatas_serial(use_cache, urls)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/core/index.py", line 401, in _collect_repodatas_serial
for url in urls]
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/core/index.py", line 141, in func
res = f(*args, **kwargs)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/core/index.py", line 385, in fetch_repodata
mod_etag_headers.get('_mod'))
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/core/index.py", line 191, in fetch_repodata_remote_request
timeout=timeout)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/requests/sessions.py", line 501, in get
return self.request('GET', url, **kwargs)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
"/home/sdalal/anaconda2/lib/python2.7/site-packages/conda/connection.py", line 70, in send
raise RuntimeError(message)
RuntimeError: EnforceUnusedAdapter called with url https://repo.continuum.io/pkgs/free/noarch/repodata.json.bz2
| 0.538824 |
Traceback (most recent call last):
"/srv/hass/hass_venv/lib/python3.4/site-packages/aiohttp/web_protocol.py", line 422, in start
resp = yield from self._request_handler(request)
"/srv/hass/hass_venv/lib/python3.4/site-packages/aiohttp/web.py", line 306, in _handle
resp = yield from handler(request)
"/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
"/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
"/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/http/ban.py", line 58, in ban_middleware_handler
return (yield from handler(request))
"/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 424, in handle
result = yield from result
"/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
"/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/websocket_api.py", line 388, in handle
yield from self._writer_task
"/usr/lib/python3.4/asyncio/futures.py", line 390, in __iter__
return self.result()
# May raise too.
"/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
"/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step
result = next(coro)
"/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/websocket_api.py", line 238, in _writer
yield from self.wsock.send_json(message, dumps=JSON_DUMP)
"/srv/hass/hass_venv/lib/python3.4/site-packages/aiohttp/web_ws.py", line 188, in send_json
return self.send_str(dumps(data))
"/srv/hass/hass_venv/lib/python3.4/site-packages/aiohttp/web_ws.py", line 177, in send_str
return self._writer.send(data, binary=False)
"/srv/hass/hass_venv/lib/python3.4/site-packages/aiohttp/http_websocket.py", line 478, in send
return self._send_frame(message, WSMsgType.TEXT)
"/srv/hass/hass_venv/lib/python3.4/site-packages/aiohttp/http_websocket.py", line 449, in _send_frame
self.writer.write(header + message)
"/usr/lib/python3.4/asyncio/selector_events.py", line 895, in write
self._loop.add_writer(self._sock_fd, self._write_ready)
AttributeError: 'NoneType' object has no attribute 'add_writer'
| Traceback (most recent call last):
"demo-alpha-pose.py", line 31, in <module>
from nets.vgg16 import vgg16
"/home/chikiuso/Downloads/AlphaPose/human-detection/tools/../lib/nets/vgg16.py", line 11, in <module>
import tensorflow.contrib.slim as slim
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/__init__.py", line 31, in <module>
from tensorflow.contrib import factorization
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/factorization/__init__.py", line 24, in <module>
from tensorflow.contrib.factorization.python.ops.gmm import *
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/factorization/python/ops/gmm.py", line 27, in <module>
from tensorflow.contrib.learn.python.learn.estimators import estimator
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/__init__.py", line 88, in <module>
from tensorflow.contrib.learn.python.learn import *
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/__init__.py", line 23, in <module>
from tensorflow.contrib.learn.python.learn import *
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/__init__.py", line 25, in <module>
from tensorflow.contrib.learn.python.learn import estimators
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/estimators/__init__.py", line 297, in <module>
from tensorflow.contrib.learn.python.learn.estimators.dnn import DNNClassifier
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/estimators/dnn.py", line 30, in <module>
from tensorflow.contrib.learn.python.learn.estimators import dnn_linear_combined
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py", line 31, in <module>
from tensorflow.contrib.learn.python.learn.estimators import estimator
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/estimators/estimator.py", line 49, in <module>
from tensorflow.contrib.learn.python.learn.learn_io import data_feeder
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/learn_io/__init__.py", line 21, in <module>
from tensorflow.contrib.learn.python.learn.learn_io.dask_io import extract_dask_data
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/learn_io/dask_io.py", line 26, in <module>
import dask.dataframe as dd
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/dask/dataframe/__init__.py", line 3, in <module>
from .core import (DataFrame, Series, Index, _Frame, map_partitions,
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/dask/dataframe/core.py", line 40, in <module>
pd.core.computation.expressions.set_use_numexpr(False)
AttributeError: 'module' object has no attribute 'expressions'
| 0.627968 |
Traceback (most recent call last):
"D:\dev\Anaconda\envs\paddle\lib\site-packages\IPython\core\interactiveshell.py", line 3331, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-2-18576bfe9166>", line 1, in <module>
runfile('D:/dev/projects/local/python/research/user-intent-classification/models/conco_ernie/single_intent/single_intent_conco_ernie_tiny.py', wdir='D:/dev/projects/local/python/research/user-intent-classification/models/conco_ernie/single_intent')
"D:\Application\PyCharm 2019.3.2\plugins\python\helpers\pydev\_pydev_bundle\pydev_umd.py", line 197, in runfile
pydev_imports.execfile(filename, global_vars, local_vars)
# execute the script
"D:\Application\PyCharm 2019.3.2\plugins\python\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"D:/dev/projects/local/python/research/user-intent-classification/models/conco_ernie/single_intent/single_intent_conco_ernie_tiny.py", line 118, in <module>
run_states = cls_task.finetune()
"D:\dev\Anaconda\envs\paddle\lib\site-packages\paddlehub\finetune\task\base_task.py", line 784, in finetune
self.save_checkpoint()
"D:\dev\Anaconda\envs\paddle\lib\site-packages\paddlehub\finetune\task\base_task.py", line 719, in save_checkpoint
self.save_inference_model(dirname=model_saved_dir)
"D:\dev\Anaconda\envs\paddle\lib\site-packages\paddlehub\finetune\task\base_task.py", line 760, in save_inference_model
params_filename=params_filename)
"D:\dev\Anaconda\envs\paddle\lib\site-packages\paddle\fluid\io.py", line 1189, in save_inference_model
prepend_feed_ops(main_program, feeded_var_names)
"D:\dev\Anaconda\envs\paddle\lib\site-packages\paddle\fluid\io.py", line 988, in prepend_feed_ops
out = global_block.var(name)
"D:\dev\Anaconda\envs\paddle\lib\site-packages\paddle\fluid\framework.py", line 2263, in var
raise ValueError("var %s not in this block" % name)
ValueError: var concept_ids not in this block
| Traceback (most recent call last):
"C:\Users\ayman\Anaconda3\envs\py35\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 524, in _apply_op_helper
values, as_ref=input_arg.is_ref).dtype.name
"C:\Users\ayman\Anaconda3\envs\py35\lib\site-packages\tensorflow\python\framework\ops.py", line 1104, in internal_convert_to_tensor
ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref)
"C:\Users\ayman\Anaconda3\envs\py35\lib\site-packages\tensorflow\python\framework\constant_op.py", line 235, in _constant_tensor_conversion_function
return constant(v, dtype=dtype, name=name)
"C:\Users\ayman\Anaconda3\envs\py35\lib\site-packages\tensorflow\python\framework\constant_op.py", line 214, in constant
value, dtype=dtype, shape=shape, verify_shape=verify_shape))
"C:\Users\ayman\Anaconda3\envs\py35\lib\site-packages\tensorflow\python\framework\tensor_util.py", line 441, in make_tensor_proto
_GetDenseDimensions(values)))
ValueError: Argument must be a dense tensor: range(0, 3) - got shape [3], but wanted [].
| 0.578974 |
Traceback (most recent call last):
"/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 290, in draw
layout.prop(bpy.data.worlds['Arm'], 'arm_material_advanced')
KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
| [PID:26512] 2020-06-04 10:27:21,536 - ERROR <tribler_window:107> root.on_exception(): Traceback (most recent call last):
"/home/tribler/src/tribler-gui/tribler_gui/debug_window.py", line 630, in on_core_memory_history
for mem_info in data["memory_history"]:
KeyError: 'memory_history'
| 0.517746 |
Traceback (most recent call last):
"/Users/ryan/opt/miniconda3/envs/tensorflow/lib/python3.6/site-packages/vaex/scopes.py", line 94, in evaluate
result = self[expression]
"/Users/ryan/opt/miniconda3/envs/tensorflow/lib/python3.6/site-packages/vaex/scopes.py", line 141, in __getitem__
raise KeyError("Unknown variables or column: %r" % (variable,))
KeyError: "Unknown variables or column: 'fillna(__original_x, -1, fill_nan=True, fill_masked=True)'"
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Library/Python/2.7/site-packages/napalm_ios/ios.py", line 1330, in get_bgp_neighbors
remote_addr = napalm_base.helpers.ip(entry['remote_addr'])
KeyError: u'remote_addr'
| 0.55388 |
Traceback (most recent call last):
"/nix/store/qhavgb609vv920aqk4y897va35nz6fsd-python3.7-uncompyle6-3.3.3/bin/.uncompyle6-wrapped", line 11, in <module>
sys.exit(main_bin())
"/nix/store/qhavgb609vv920aqk4y897va35nz6fsd-python3.7-uncompyle6-3.3.3/lib/python3.7/site-packages/uncompyle6/bin/uncompile.py", line 179, in main_bin
**options)
"/nix/store/qhavgb609vv920aqk4y897va35nz6fsd-python3.7-uncompyle6-3.3.3/lib/python3.7/site-packages/uncompyle6/main.py", line 248, in main
linemap_stream, do_fragments)
"/nix/store/qhavgb609vv920aqk4y897va35nz6fsd-python3.7-uncompyle6-3.3.3/lib/python3.7/site-packages/uncompyle6/main.py", line 148, in decompile_file
source_size) = load_module(filename, code_objects)
"/nix/store/9vs1idrhqysdc961rd2w3qw3pfjzh8bf-python3.7-xdis-4.0.3/lib/python3.7/site-packages/xdis/load.py", line 116, in load_module
get_code=get_code,
"/nix/store/9vs1idrhqysdc961rd2w3qw3pfjzh8bf-python3.7-xdis-4.0.3/lib/python3.7/site-packages/xdis/load.py", line 222, in load_module_from_file_object
"Ill-formed bytecode file %s\n%s; %s" % (filename, kind, msg)
ImportError: Ill-formed bytecode file webview.pyc
| Traceback (most recent call last):
"manage.py", line 17, in <module>
"Couldn't import Django. Are you sure it's installed and "
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
| 0.660428 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/local/opt/pyenv/versions/salt/lib/python2.7/site-packages/salt/state.py", line 1529, in call
**cdata['kwargs'])
"/usr/local/opt/pyenv/versions/salt/lib/python2.7/site-packages/salt/states/saltmod.py", line 250, in state
m_ret = mdata['ret']
KeyError: 'ret'
Started: 14:05:12.253806 | Traceback (most recent call last):
"/home/sebastian/projects/HEDGEFUND/freqtrade/.env/lib/python3.8/site-packages/pandas/core/indexes/base.py", line 3080, in get_loc
return self._engine.get_loc(casted_key)
"pandas/_libs/index.pyx", line 70, in pandas._libs.index.IndexEngine.get_loc
"pandas/_libs/index.pyx", line 101, in pandas._libs.index.IndexEngine.get_loc
"pandas/_libs/hashtable_class_helper.pxi", line 4554, in pandas._libs.hashtable.PyObjectHashTable.get_item
"pandas/_libs/hashtable_class_helper.pxi", line 4562, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: 'bid_size'
| 0.462669 |
Traceback (most recent call last):
"C:/Users/Du/Desktop/a program/python/CCC/mainpro_FER.py", line 218, in <module>
train(epoch)
"C:/Users/Du/Desktop/a program/python/CCC/mainpro_FER.py", line 110, in train
for batch_idx, (inputs, targets) in enumerate(trainloader):
"C:\A\envs\tensorflow-gpu\lib\site-packages\torch\utils\data\dataloader.py", line 501, in __iter__
return _DataLoaderIter(self)
"C:\A\envs\tensorflow-gpu\lib\site-packages\torch\utils\data\dataloader.py", line 289, in __init__
w.start()
"C:\A\envs\tensorflow-gpu\lib\multiprocessing\process.py", line 105, in start
self._popen = self._Popen(self)
"C:\A\envs\tensorflow-gpu\lib\multiprocessing\context.py", line 223, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
"C:\A\envs\tensorflow-gpu\lib\multiprocessing\context.py", line 322, in _Popen
return Popen(process_obj)
"C:\A\envs\tensorflow-gpu\lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__
reduction.dump(process_obj, to_child)
"C:\A\envs\tensorflow-gpu\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: can't pickle h5py.h5f.
ID objects
| Traceback (most recent call last):
"/usr/src/app/homeassistant/components/websocket_api/decorators.py", line 16, in _handle_async_response
await func(hass, connection, msg)
"/usr/src/app/homeassistant/components/lovelace/__init__.py", line 271, in websocket_lovelace_config
load_config, hass.config.path(LOVELACE_CONFIG_FILE))
"/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/app/homeassistant/components/lovelace/__init__.py", line 145, in load_config
for card in view.get('cards', []):
TypeError: 'NoneType' object is not iterable
| 0.548185 |
Traceback (most recent call last):
"/home/czgdp1807ssd/sympy_project/sympy/sympy/core/assumptions.py", line 260, in getit
return self._assumptions[fact]
KeyError: 'zero'
| Traceback (most recent call last):
"/work/src/experiment/reporter.py", line 43, in output_report
in_progress=in_progress)
"/work/src/experiment/generate_report.py", line 123, in generate_report
in_progress)
"/work/src/analysis/rendering.py", line 41, in render_report
in_progress=in_progress)
"/work/.venv/lib/python3.7/site-packages/jinja2/environment.py", line 1090, in render
self.environment.handle_exception()
"/work/.venv/lib/python3.7/site-packages/jinja2/environment.py", line 832, in handle_exception
reraise(*rewrite_traceback_stack(source=source))
"/work/.venv/lib/python3.7/site-packages/jinja2/_compat.py", line 28, in reraise
raise value.with_traceback(tb)
"/work/src/analysis/report_templates/default.html", line 81, in top-level template code
src="{{ experiment.critical_difference_plot }}">
"/work/.venv/lib/python3.7/site-packages/jinja2/environment.py", line 471, in getattr
return getattr(obj, attribute)
"/work/src/analysis/experiment_results.py", line 169, in critical_difference_plot
average_ranks = self.rank_by_median
"/work/src/analysis/experiment_results.py", line 109, in rank_by_median
self._experiment_snapshots_df, data_utils.rank_by_median)
"/work/src/analysis/data_utils.py", line 189, in experiment_pivot_table
benchmark_blocks = experiment_snapshots_df.groupby('benchmark')
"/work/.venv/lib/python3.7/site-packages/pandas/core/frame.py", line 5810, in groupby
observed=observed,
"/work/.venv/lib/python3.7/site-packages/pandas/core/groupby/groupby.py", line 409, in __init__
mutated=self.mutated,
"/work/.venv/lib/python3.7/site-packages/pandas/core/groupby/grouper.py", line 598, in get_grouper
raise KeyError(gpr)
KeyError: 'benchmark'
| 0.572074 |
Traceback (most recent call last):
"application.py", line 90, in open_main_window_action
"views/main_window.py", line 47, in __init__
"views/repo_tab.py", line 54, in __init__
"views/repo_tab.py", line 100, in init_ssh
"utils.py", line 84, in get_private_keys
"paramiko/pkey.py", line 235, in from_private_key_file
"paramiko/rsakey.py", line 55, in __init__
"paramiko/rsakey.py", line 176, in _from_private_key_file
"paramiko/rsakey.py", line 194, in _decode_key
"cryptography/hazmat/primitives/asymmetric/rsa.py", line 308, in private_key
"cryptography/hazmat/backends/openssl/backend.py", line 517, in load_rsa_private_numbers
"cryptography/hazmat/primitives/asymmetric/rsa.py", line 171, in _check_private_key_components
ValueError: p*q must equal modulus.
| Traceback (most recent call last):
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/backends/backend_macosx.py", line 83, in _draw
self.figure.draw(renderer)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/figure.py", line 1475, in draw
renderer, self, artists, self.suppressComposite)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/axes/_base.py", line 2607, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/image.py", line 593, in draw
renderer, renderer.get_image_magnification())
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/image.py", line 841, in make_image
unsampled=unsampled)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/matplotlib/image.py", line 407, in _make_image
vmid = self.norm.vmin + dv / 2
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/numpy/ma/core.py", line 4063, in __add__
return add(self, other)
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/numpy/ma/core.py", line 1013, in __call__
(da, db) = (getdata(a), getdata(b))
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/numpy/ma/core.py", line 714, in getdata
data = a._data
"/Users/xinchen/anaconda3/lib/python3.6/site-packages/numpy/ma/core.py", line 3575, in _get_data
return ndarray.view(self, self._baseclass)
"image.py", line 18, in __array_finalize__
raise ValueError(f"A {viewed.ndim:d}D array is being viewed as an Image. Expect 2D.")
ValueError: An 0D array is being viewed as an Image. Expect 2D.
| 0.532388 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.6/dist-packages/databricks/koalas/series.py", line 2407, in __getitem__
return Series(self._scol.__getitem__(key), anchor=self._kdf, index=self._index_map)
"/usr/local/lib/python3.6/dist-packages/databricks/koalas/series.py", line 273, in __init__
data=data, index=index, dtype=dtype, name=name, copy=copy, fastpath=fastpath)
"/usr/local/lib/python3.6/dist-packages/pandas/core/series.py", line 198, in __init__
elif isinstance(data, (ABCSeries, ABCSparseSeries)):
"/usr/local/lib/python3.6/dist-packages/pandas/core/dtypes/generic.py", line 9, in _check
return getattr(inst, attr, '_typ') in comp
"/opt/spark/python/pyspark/sql/column.py", line 682, in __nonzero__
raise ValueError("Cannot convert column into bool: please use '&' for 'and', '|' for 'or', "
ValueError: Cannot convert column into bool: please use '&' for 'and', '|' for 'or', '~' for 'not' when building DataFrame boolean expressions.
| Traceback (most recent call last):
"/opt/sickchill/sickbeard/providers/bjshare.py", line 204, in parse
seeders = try_int(cells[labels.index('Seeders') + group_index].get_text(strip=True))
ValueError: 'Seeders' is not in list
| 0.537337 |
Traceback (most recent call last):
"/opt/bench/frappe-bench/apps/frappe/frappe/app.py", line 62, in application
response = frappe.handler.handle()
"/opt/bench/frappe-bench/apps/frappe/frappe/handler.py", line 22, in handle
data = execute_cmd(cmd)
"/opt/bench/frappe-bench/apps/frappe/frappe/handler.py", line 56, in execute_cmd
return frappe.call(method, **frappe.form_dict)
"/opt/bench/frappe-bench/apps/frappe/frappe/__init__.py", line 1007, in call
return fn(*args, **newargs)
"/opt/bench/frappe-bench/apps/frappe/frappe/client.py", line 35, in get_list
limit_start=limit_start, limit_page_length=limit_page_length, ignore_permissions=False)
"/opt/bench/frappe-bench/apps/frappe/frappe/__init__.py", line 1235, in get_list
return frappe.model.db_query.DatabaseQuery(doctype).execute(None, *args, **kwargs)
"/opt/bench/frappe-bench/apps/frappe/frappe/model/db_query.py", line 87, in execute
result = self.build_and_run()
"/opt/bench/frappe-bench/apps/frappe/frappe/model/db_query.py", line 99, in build_and_run
args = self.prepare_args()
"/opt/bench/frappe-bench/apps/frappe/frappe/model/db_query.py", line 118, in prepare_args
self.build_conditions()
"/opt/bench/frappe-bench/apps/frappe/frappe/model/db_query.py", line 292, in build_conditions
match_conditions = self.build_match_conditions()
"/opt/bench/frappe-bench/apps/frappe/frappe/model/db_query.py", line 406, in build_match_conditions
role_permissions = frappe.permissions.get_role_permissions(meta, user=self.user)
"/opt/bench/frappe-bench/apps/frappe/frappe/permissions.py", line 164, in get_role_permissions
applicable_permissions = list(filter(is_perm_applicable, doctype_meta.permissions))
AttributeError: 'Meta' object has no attribute 'permissions'
| Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_arrow.py", line 439, in test_utctimetuple
result = self.arrow.utctimetuple()
AttributeError: 'TestArrowDatetimeInterface' object has no attribute 'arrow'
| 0.581431 |
Traceback (most recent call last):
"/srv/jhass/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 84, in async_setup
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
"/usr/lib/python3.5/asyncio/tasks.py", line 392, in wait_for
return fut.result()
"/usr/lib/python3.5/asyncio/futures.py", line 274, in result
raise self._exception
"/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
"/usr/lib/python3.5/asyncio/coroutines.py", line 206, in coro
res = func(*args, **kw)
"/srv/jhass/lib/python3.5/site-packages/homeassistant/components/camera/zoneminder.py", line 56, in async_setup_platform
monitors = zoneminder.get_state('api/monitors.json')
"/srv/jhass/lib/python3.5/site-packages/homeassistant/components/zoneminder.py", line 124, in get_state
return _zm_request('get', api_url)
"/srv/jhass/lib/python3.5/site-packages/homeassistant/components/zoneminder.py", line 104, in _zm_request
cookies=ZM['cookies'], timeout=DEFAULT_TIMEOUT)
KeyError: 'cookies'
| Traceback (most recent call last):
"Sooty.py", line 1224, in <module>
mainMenu()
"Sooty.py", line 181, in mainMenu
switchMenu(input())
"Sooty.py", line 62, in switchMenu
phishingMenu()
"Sooty.py", line 718, in phishingMenu
phishingSwitch(input())
"Sooty.py", line 119, in phishingSwitch
emailTemplateGen()
"Sooty.py", line 1088, in emailTemplateGen
virusTotalAnalyze(result, sanitizedLink)
"Sooty.py", line 1015, in virusTotalAnalyze
linksDict['%s' % sanitizedLink] = str(result['positives'])
KeyError: 'positives'
| 0.564194 |
Traceback (most recent call last):
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/bin/great_expectations", line 8, in <module>
sys.exit(main())
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/great_expectations/cli/cli.py", line 66, in main
cli()
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/great_expectations/cli/suite.py", line 318, in suite_new
raise e
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/great_expectations/cli/suite.py", line 275, in suite_new
open_docs=view,
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/great_expectations/cli/datasource.py", line 906, in create_expectation_suite
additional_batch_kwargs=additional_batch_kwargs)
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/great_expectations/cli/datasource.py", line 833, in get_batch_kwargs
batch_kwargs_generator_name=batch_kwargs_generator_name,
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/great_expectations/cli/datasource.py", line 1107, in _get_batch_kwargs_from_generator_or_from_file_path
batch = datasource.get_batch(batch_kwargs=batch_kwargs)
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/great_expectations/datasource/pandas_datasource.py", line 205, in get_batch
df, index=True).values).hexdigest()
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/pandas/core/util/hashing.py", line 137, in hash_pandas_object
h = _combine_hash_arrays(hashes, num_items)
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/pandas/core/util/hashing.py", line 40, in _combine_hash_arrays
first = next(arrays)
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/pandas/core/util/hashing.py", line 136, in <genexpr>
hashes = (x for x in _hashes)
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/pandas/core/util/hashing.py", line 119, in <genexpr>
hashes = (hash_array(series.values) for _, series in obj.items())
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/pandas/core/util/hashing.py", line 306, in hash_array
codes, categories = factorize(vals, sort=False)
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/pandas/core/algorithms.py", line 636, in factorize
values, na_sentinel=na_sentinel, size_hint=size_hint, na_value=na_value
"/home/shahin/Work/Experiment/ge_app/.direnv/python-3.7.2/lib/python3.7/site-packages/pandas/core/algorithms.py", line 484, in _factorize_array
uniques, codes = table.factorize(values, na_sentinel=na_sentinel, na_value=na_value)
"pandas/_libs/hashtable_class_helper.pxi", line 1815, in pandas._libs.hashtable.PyObjectHashTable.factorize
"pandas/_libs/hashtable_class_helper.pxi", line 1731, in pandas._libs.hashtable.PyObjectHashTable._unique
TypeError: unhashable type: 'dict'
| Traceback (most recent call last):
"/home/lwin/speech-emotion/Speech_emotion_recognition_BLSTM-master1/find_best_model.py", line 163, in <module>
functions.feature_extract(ds.data, nb_samples=len(ds.targets), dataset=dataset)
"/home/lwin/speech-emotion/Speech_emotion_recognition_BLSTM-master1/utility/functions.py", line 20, in feature_extract
hr_pitch = audioFeatureExtraction.stFeatureSpeed(x, Fs, globalvars.frame_size * Fs, globalvars.step * Fs)
"/usr/local/lib/python3.5/dist-packages/pyAudioAnalysis/audioFeatureExtraction.py", line 679, in stFeatureSpeed
[fbank, freqs] = mfccInitFilterBanks(Fs, nfft, lowfreq, linsc, logsc, nlinfil, nlogfil)
"/usr/local/lib/python3.5/dist-packages/pyAudioAnalysis/audioFeatureExtraction.py", line 210, in mfccInitFilterBanks
fbank = numpy.zeros((nFiltTotal, nfft))
TypeError: 'float' object cannot be interpreted as an integer
| 0.568978 |
Traceback (most recent call last):
"$HOME/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"$HOME/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"pi_importer.py", line 161, in import_data_worker
conn = jaydebeapi.connect("com.osisoft.jdbc.Driver", jdbc_conn, [jdbc_user, jdbc_pass], "PIJDBCDriver.jar")
"$HOME/.pyenv/versions/3.6.10/envs/stan/lib/python3.6/site-packages/jaydebeapi/__init__.py", line 381, in connect
jconn = _jdbc_connect(jclassname, url, driver_args, jars, libs)
"$HOME/.pyenv/versions/3.6.10/envs/stan/lib/python3.6/site-packages/jaydebeapi/__init__.py", line 182, in _jdbc_connect_jpype
for i in types.__javaclass__.getClassFields():
AttributeError: type object 'java.sql.Types' has no attribute '__javaclass__'
| Traceback (most recent call last):
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
"/Users/sujitmishra/tensorrec/test/test_movielens.py", line 26, in test_movie_lens_fit
epochs=5)
"/Users/sujitmishra/tensorrec/tensorrec/tensorrec.py", line 533, in fit
n_sampled_items=n_sampled_items)
"/Users/sujitmishra/tensorrec/tensorrec/tensorrec.py", line 601, in fit_partial
self._build_tf_graph(n_user_features=n_user_features, n_item_features=n_item_features)
"/Users/sujitmishra/tensorrec/tensorrec/tensorrec.py", line 488, in _build_tf_graph
self._record_graph_hook_names()
"/Users/sujitmishra/tensorrec/tensorrec/tensorrec.py", line 171, in _record_graph_hook_names
output_classes = hook._output_classes
AttributeError: 'Iterator' object has no attribute '_output_classes'
| 0.644452 |
Traceback (most recent call last):
"/private/var/tmp/_bazel_fedenusy/82761fbb391b03a602abc1324ff91dda/sandbox/darwin-sandbox/55/execroot/com_github_softwaremotor_smc/bazel-out/darwin-fastbuild/bin/libpy/kafka/tests/test_consumer.runfiles/com_github_softwaremotor_smc/libpy/kafka/tests/test_consumer.py", line 1, in <module>
import unittest
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/__init__.py", line 58, in <module>
from .result import TestResult
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/result.py", line 5, in <module>
import traceback
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/traceback.py", line 5, in <module>
import linecache
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/linecache.py", line 11, in <module>
import tokenize
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tokenize.py", line 33, in <module>
import re
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/re.py", line 143, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
| Traceback (most recent call last):
"/usr/local/bin/wifiphisher", line 11, in <module>
load_entry_point('wifiphisher==1.2', 'console_scripts', 'wifiphisher')()
"/usr/local/lib/python2.7/dist-packages/wifiphisher-1.2-py2.7.egg/wifiphisher/pywifiphisher.py", line 1056, in run
ap_logo_path = template.use_file(mac_matcher.get_vendor_logo_path(ap_mac))
"/usr/local/lib/python2.7/dist-packages/wifiphisher-1.2-py2.7.egg/wifiphisher/macmatcher.py", line 101, in get_vendor_logo_path
mac_identifier = mac_address.replace(':', '').upper()[0:6]
AttributeError: 'NoneType' object has no attribute 'replace'
| 0.599566 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.