text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"generate-embeddings.py", line 34, in <module>
model.load_state_dict(reloaded['model'])
"/share/pkg.7/pytorch/1.1/install/3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 777, in load_state_dict
self.__class__.__name__, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for TransformerModel:
| Traceback (most recent call last):
"/home/ruinianxu/miniconda2/envs/CenterNet/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/home/ruinianxu/miniconda2/envs/CenterNet/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"/home/ruinianxu/IVA_Lab/Project/CenterNet-master/train.py", line 54, in pin_memory
data["ys"] = [y.pin_memory() for y in data["ys"]]
"/home/ruinianxu/IVA_Lab/Project/CenterNet-master/train.py", line 54, in <listcomp>
data["ys"] = [y.pin_memory() for y in data["ys"]]
RuntimeError: cuda runtime error (59) : device-side assert triggered at /opt/conda/conda-bld/pytorch_1532581333611/work/aten/src/THC/THCCachingHostAllocator.cpp:271
| 0.578804 |
Traceback (most recent call last):
"D:\Python27\lib\site-packages\pip\basecommand.py", line 122, in main
status = self.run(options, args)
"D:\Python27\lib\site-packages\pip\commands\install.py", line 262, in run
for req in parse_requirements(filename, finder=finder, options=options, session=session):
"D:\Python27\lib\site-packages\pip\req.py", line 1631, in parse_requirements
req = InstallRequirement.from_line(line, comes_from, prereleases=getattr(options, "pre", None))
"D:\Python27\lib\site-packages\pip\req.py", line 172, in from_line
return cls(req, comes_from, url=url, prereleases=prereleases)
"D:\Python27\lib\site-packages\pip\req.py", line 70, in __init__
req = pkg_resources.Requirement.parse(req)
"D:\Python27\lib\site-packages\pip\_vendor\pkg_resources.py", line 2667, in parse
reqs = list(parse_requirements(s))
"D:\Python27\lib\site-packages\pip\_vendor\pkg_resources.py", line 2593, in parse_requirements
raise ValueError("Missing distribution spec", line)
ValueError: ('Missing distribution spec', '\xff\xfeb\x00a\x00c\x00k\x00p\x00o\x00r\x00t\x00s\x00.\x00f\x00u\x00n\x00c\x00t\x00o\x00o\x00l\x00s\x00-\x00l\x00r\x00u\x00-\x00c\x00a\x00c\x00h\x00e\x00=\x00=\x001\x00.\x004\x00')
| Traceback (most recent call last):
"/builddir/build/BUILD/python-biopython-1.73/python3/Tests/common_BioSQL.py", line 458, in setUp
load_database("GenBank/cor6_6.gb")
"/builddir/build/BUILD/python-biopython-1.73/python3/Tests/common_BioSQL.py", line 251, in load_database
count = db.load(iterator)
"/builddir/build/BUILD/python-biopython-1.73/python3/build/lib.linux-x86_64-3.8/BioSQL/BioSeqDatabase.py", line 920, in load
db_loader.load_seqrecord(cur_record)
"/builddir/build/BUILD/python-biopython-1.73/python3/build/lib.linux-x86_64-3.8/BioSQL/Loader.py", line 73, in load_seqrecord
self._load_reference(reference, rank, bioentry_id)
"/builddir/build/BUILD/python-biopython-1.73/python3/build/lib.linux-x86_64-3.8/BioSQL/Loader.py", line 836, in _load_reference
start = 1 + int(str(reference.location[0].start))
ValueError: invalid literal for int() with base 10: 'ExactPosition(0)'
| 0.554823 |
Traceback (most recent call last):
"/home/pi/home-assistant/homeassistant/helpers/entity.py", line 204, in async_update_ha_state
yield from self.async_device_update()
"/home/pi/home-assistant/homeassistant/helpers/entity.py", line 327, in async_device_update
yield from self.hass.async_add_job(self.update)
"/usr/local/lib/python3.6/asyncio/futures.py", line 331, in __iter__
yield self
# This tells Task to wait for completion.
"/usr/local/lib/python3.6/asyncio/tasks.py", line 244, in _wakeup
future.result()
"/usr/local/lib/python3.6/asyncio/futures.py", line 244, in result
raise self._exception
"/usr/local/lib/python3.6/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
"/home/pi/home-assistant/homeassistant/components/climate/eq3btsmart.py", line 181, in update
self._thermostat.update()
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/eq3bt/eq3btsmart.py", line 163, in update
self._conn.make_request(PROP_WRITE_HANDLE, value)
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/eq3bt/connection.py", line 76, in make_request
self._conn.waitForNotifications(timeout)
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/bluepy/btle.py", line 516, in waitForNotifications
resp = self._getResp(['ntfy','ind'], timeout)
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/bluepy/btle.py", line 378, in _getResp
self.delegate.handleNotification(hnd, data)
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/eq3bt/connection.py", line 57, in handleNotification
self._callbacks[handle](data)
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/eq3bt/eq3btsmart.py", line 121, in handle_notification
status = Status.parse(data)
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/construct/core.py", line 247, in parse
Whenever data cannot be read, ConstructError or its derivative is raised. This method is NOT ALLOWED to raise any other exceptions although (1) user-defined lambdas can raise arbitrary exceptions which are propagated (2) external libraries like numpy can raise arbitrary exceptions which are propagated (3) some list and dict lookups can raise IndexError and KeyError which are propagated.
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/construct/core.py", line 264, in parse_stream
raise NotImplementedError
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/construct/core.py", line 2354, in _parse
class Renamed(Subconstruct):
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/construct/core.py", line 1881, in _parse
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/construct/core.py", line 2354, in _parse
class Renamed(Subconstruct):
"/home/pi/home-assistant/venv/lib/python3.6/site-packages/construct/core.py", line 587, in _parse
raise NotImplementedError
TypeError: _decode() takes 3 positional arguments but 4 were given
| Traceback (most recent call last):
"C:\Users\charikleia.bitsakou\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3249, in run_ast_nodes
elif mode == 'single':
"C:\Users\charikleia.bitsakou\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3343, in run_code
result.error_in_exec = value
"C:\Users\charikleia.bitsakou\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2043, in showtraceback
# in the engines. This should return a list of strings.
"C:\Users\charikleia.bitsakou\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1385, in structured_traceback
out=None, tb_offset=None):
"C:\Users\charikleia.bitsakou\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1288, in structured_traceback
"C:\Users\charikleia.bitsakou\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1150, in structured_traceback
# (5 blanks lines) where none should be returned.
TypeError: can only concatenate str (not "list") to str
| 0.60135 |
Traceback (most recent call last):
"/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/usr/local/bin/youtube-dl/__main__.py", line 19, in <module>
"/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 475, in main
"/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 465, in _real_main
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2060, in download
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 799, in extract_info
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 806, in wrapper
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 827, in __extract_info
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 533, in extract
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 437, in initialize
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 268, in _real_initialize
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 253, in _initialize_consent
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 2902, in _get_cookies
"/usr/lib/python2.7/Cookie.py", line 583, in __init__
if input: self.load(input)
"/usr/lib/python2.7/Cookie.py", line 643, in load
for k, v in rawdata.items():
AttributeError: 'unicode' object has no attribute 'items'
| Traceback (most recent call last):
"../mmdetection/tools/train.py", line 97, in <module>
main()
"../mmdetection/tools/train.py", line 93, in main
logger=logger)
"/home/lwj/zjp/GHM_Detection/mmdetection/mmdet/apis/train.py", line 61, in train_detector
_non_dist_train(model, dataset, cfg, validate=validate)
"/home/lwj/zjp/GHM_Detection/mmdetection/mmdet/apis/train.py", line 197, in _non_dist_train
runner.run(data_loaders, cfg.workflow, cfg.total_epochs)
"/home/lwj/anaconda3/envs/ghm/lib/python3.7/site-packages/mmcv/runner/runner.py", line 358, in run
epoch_runner(data_loaders[i], **kwargs)
"/home/lwj/anaconda3/envs/ghm/lib/python3.7/site-packages/mmcv/runner/runner.py", line 264, in train
self.model, data_batch, train_mode=True, **kwargs)
"/home/lwj/zjp/GHM_Detection/mmdetection/mmdet/apis/train.py", line 39, in batch_processor
losses = model(**data)
"/home/lwj/anaconda3/envs/ghm/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)
"/home/lwj/anaconda3/envs/ghm/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 150, in forward
return self.module(*inputs[0], **kwargs[0])
"/home/lwj/anaconda3/envs/ghm/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)
"/home/lwj/zjp/GHM_Detection/mmdetection/mmdet/models/detectors/base.py", line 84, in forward
return self.forward_train(img, img_meta, **kwargs)
"/home/lwj/zjp/GHM_Detection/mmdetection/mmdet/models/detectors/single_stage.py", line 55, in forward_train
*loss_inputs, gt_bboxes_ignore=gt_bboxes_ignore)
"/home/lwj/zjp/GHM_Detection/mmdetection/mmdet/models/anchor_heads/anchor_head.py", line 177, in loss
sampling=self.sampling)
"/home/lwj/zjp/GHM_Detection/mmdetection/mmdet/core/anchor/anchor_target.py", line 63, in anchor_target
unmap_outputs=unmap_outputs)
"/home/lwj/zjp/GHM_Detection/mmdetection/mmdet/core/utils/misc.py", line 24, in multi_apply
return tuple(map(list, zip(*map_results)))
"/home/lwj/zjp/GHM_Detection/mmdetection/mmdet/core/anchor/anchor_target.py", line 116, in anchor_target_single
anchors, gt_bboxes, gt_bboxes_ignore, None, cfg)
"/home/lwj/zjp/GHM_Detection/mmdetection/mmdet/core/bbox/assign_sampling.py", line 28, in assign_and_sample
bbox_sampler = build_sampler(cfg.sampler)
"/home/lwj/anaconda3/envs/ghm/lib/python3.7/site-packages/mmcv/utils/config.py", line 27, in __getattr__
raise ex
AttributeError: 'ConfigDict' object has no attribute 'sampler'
| 0.659087 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/sylwia/.local/lib/python2.7/site-packages/textacy/doc.py", line 95, in make_spacy_doc
type(data),
TypeError: `data` must be set([<type 'unicode'>, <type 'tuple'>]), not <type 'str'>
| Traceback (most recent call last):
"mysql_to_logstash.py", line 55, in <module>
main()
"mysql_to_logstash.py", line 47, in main
print json.dumps(event)
"/usr/lib64/python2.7/json/__init__.py", line 243, in dumps
return _default_encoder.encode(obj)
"/usr/lib64/python2.7/json/encoder.py", line 207, in encode
chunks = self.iterencode(o, _one_shot=True)
"/usr/lib64/python2.7/json/encoder.py", line 270, in iterencode
return _iterencode(o, 0)
"/usr/lib64/python2.7/json/encoder.py", line 184, in default
raise TypeError(repr(o) + " is not JSON serializable")
TypeError: datetime.datetime(2018, 8, 14, 14, 0) is not JSON serializable
| 0.496405 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/sknn/tests/test_deep.py", line 94, in test_BatchNormSerializePredictEquals
self.run_EqualityTest(lambda a: self.make(a, train=True, normalize='batch'), self.serialize, assert_true)
"/usr/local/lib/python2.7/dist-packages/sknn/tests/test_deep.py", line 48, in run_EqualityTest
nn1 = maker(activation)
"/usr/local/lib/python2.7/dist-packages/sknn/tests/test_deep.py", line 94, in <lambda>
self.run_EqualityTest(lambda a: self.make(a, train=True, normalize='batch'), self.serialize, assert_true)
"/usr/local/lib/python2.7/dist-packages/sknn/tests/test_deep.py", line 60, in make
nn.fit(self.a_in, self.a_out)
"/usr/local/lib/python2.7/dist-packages/sknn/mlp.py", line 300, in fit
return super(Regressor, self)._fit(X, y, w)
"/usr/local/lib/python2.7/dist-packages/sknn/mlp.py", line 213, in _fit
X, y = self._initialize(X, y, w)
"/usr/local/lib/python2.7/dist-packages/sknn/mlp.py", line 42, in _initialize
return self._backend._initialize_impl(X, y, w)
"/usr/local/lib/python2.7/dist-packages/sknn/backend/lasagne/mlp.py", line 241, in _initialize_impl
self._create_mlp(X, w)
"/usr/local/lib/python2.7/dist-packages/sknn/backend/lasagne/mlp.py", line 188, in _create_mlp
network = self._create_layer(layer.name, layer, network)
"/usr/local/lib/python2.7/dist-packages/sknn/backend/lasagne/mlp.py", line 171, in _create_layer
network = lasagne.layers.batch_norm(network)
AttributeError: 'module' object has no attribute 'batch_norm'
| Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/alexa/state_report.py", line 147, in async_send_add_or_update_message
alexa_entity = ENTITY_ADAPTERS[domain](hass, config, hass.states.get(entity_id))
"/usr/src/homeassistant/homeassistant/components/alexa/entities.py", line 150, in __init__
self.entity_conf = config.entity_config.get(entity.entity_id, {})
AttributeError: 'NoneType' object has no attribute 'entity_id' `
| 0.605934 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"cupy/core/core.pyx", line 2260, in cupy.core.core.broadcast.__init__
ValueError: Broadcasting failed
| Traceback (most recent call last):
"C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\BlenderGIS-master\operators\io_import_georaster.py", line 447, in execute
mesh = exportAsMesh(grid, dx, dy, self.step, reproj=rprjToScene, subset=self.clip, flat=False, buildFaces=self.buildFaces)
"C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\BlenderGIS-master\operators\utils\georaster_utils.py", line 117, in exportAsMesh
if z == georaster.noData:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
| 0.550826 |
Traceback (most recent call last):
"/home/macinna/.local/bin/taskcat", line 58, in <module>
main()
"/home/macinna/.local/bin/taskcat", line 46, in main
tcat_instance.validate_template(taskcat_cfg, test_list)
"/home/macinna/.local/lib/python3.5/site-packages/taskcat/stacker.py", line 717, in validate_template
self.define_tests(taskcat_cfg, test)
"/home/macinna/.local/lib/python3.5/site-packages/taskcat/stacker.py", line 1522, in define_tests
if self.check_json(cfntemplate, quite=True, strict=False):
"/home/macinna/.local/lib/python3.5/site-packages/taskcat/stacker.py", line 1569, in check_json
parms = json.loads(jsonin)
"/usr/lib/python3.5/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'bytes'
| Traceback (most recent call last):
"sublist3r.py", line 985, in <module>
interactive()
"sublist3r.py", line 982, in interactive
res = main(domain, threads, savefile, ports, silent=False, verbose=verbose, enable_bruteforce=enable_bruteforce, engines=engines)
"sublist3r.py", line 952, in main
write_file(savefile, subdomains)
"sublist3r.py", line 107, in write_file
with open(str(filename), 'wt',encoding='utf-8') as f:
TypeError: 'encoding' is an invalid keyword argument for this function
| 0.524711 |
Traceback (most recent call last):
"setup_test.py", line 7, in <module>
version="1.0.0"
"/path/to/my_project/venv/lib/python3.6/site-packages/setuptools/__init__.py", line 152, in setup
_install_setup_requires(attrs)
"/path/to/my_project/venv/lib/python3.6/site-packages/setuptools/__init__.py", line 145, in _install_setup_requires
dist.parse_config_files(ignore_option_errors=True)
"/path/to/my_project/venv/lib/python3.6/site-packages/_virtualenv.py", line 21, in parse_config_files
result = old_parse_config_files(self, *args, **kwargs)
"/path/to/my_project/venv/lib/python3.6/site-packages/setuptools/dist.py", line 665, in parse_config_files
self._parse_config_files(filenames=filenames)
"/path/to/my_project/venv/lib/python3.6/site-packages/setuptools/dist.py", line 572, in _parse_config_files
filenames = self.find_config_files()
"/path/to/my_project/venv/lib/python3.6/site-packages/setuptools/_distutils/dist.py", line 353, in find_config_files
sys_dir = os.path.dirname(sys.modules['distutils'].__file__)
KeyError: 'distutils'
| Traceback (most recent call last):
"/usr/local/bin/landsat", line 8, in <module>
landsat.landsat.__main__()
"/usr/local/lib/python2.7/dist-packages/landsat/landsat.py", line 488, in __main__
print(main(args))
"/usr/local/lib/python2.7/dist-packages/landsat/landsat.py", line 357, in main
geojson=args.geojson)
"/usr/local/lib/python2.7/dist-packages/landsat/search.py", line 141, in search
result['total'] = r_dict['meta']['results']['total']
KeyError: 'results'
| 0.518718 |
Traceback (most recent call last):
"/usr/local/bin/pip", line 7, in <module>
from pip._internal import main
"/usr/local/lib/python3.5/dist-packages/pip/_internal/__init__.py", line 40, in <module>
from pip._internal.cli.autocompletion import autocomplete
"/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/autocompletion.py", line 8, in <module>
from pip._internal.cli.main_parser import create_main_parser
"/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main_parser.py", line 12, in <module>
from pip._internal.commands import (
"/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/__init__.py", line 6, in <module>
from pip._internal.commands.completion import CompletionCommand
"/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/completion.py", line 6, in <module>
from pip._internal.cli.base_command import Command
"/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 18, in <module>
from pip._internal.download import PipSession
"/usr/local/lib/python3.5/dist-packages/pip/_internal/download.py", line 15, in <module>
from pip._vendor import requests, six, urllib3
"/usr/local/lib/python3.5/dist-packages/pip/_vendor/requests/__init__.py", line 97, in <module>
from pip._vendor.urllib3.contrib import pyopenssl
"/usr/local/lib/python3.5/dist-packages/pip/_vendor/urllib3/contrib/pyopenssl.py", line 46, in <module>
import OpenSSL.SSL
"/usr/lib/python3/dist-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
"/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 118, in <module>
SSL_ST_INIT = _lib.SSL_ST_INIT
AttributeError: module 'lib' has no attribute 'SSL_ST_INIT' |
Traceback (most recent call last):
"/tmp/.env3/lib/python3.7/site-packages/boofuzz/sessions.py", line 703, in _main_fuzz_loop
self._fuzz_current_case(*fuzz_args)
"/tmp/.env3/lib/python3.7/site-packages/boofuzz/sessions.py", line 1419, in _fuzz_current_case
self._open_connection_keep_trying(target)
"/tmp/.env3/lib/python3.7/site-packages/boofuzz/sessions.py", line 1457, in _open_connection_keep_trying
target.open()
"/tmp/.env3/lib/python3.7/site-packages/boofuzz/sessions.py", line 87, in open
self._target_connection.open()
"/tmp/.env3/lib/python3.7/site-packages/boofuzz/socket_connection.py", line 161, in open
raise exception.BoofuzzTargetConnectionFailedError(e.message)
AttributeError: 'ConnectionRefusedError' object has no attribute 'message'
| 0.590837 |
Traceback (most recent call last):
"me_helper/app_run.py", line 75, in <module>
eval(function_name)(d, accountId, start_time)
"/opt/server/python/me_helper/utils/QTTHelper.py", line 241, in execute_qtt
print(d.info)
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 400, in info
return self.jsonrpc.deviceInfo(http_timeout=10)
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 432, in __call__
http_timeout)
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 442, in _jsonrpc_retry_call
self.reset_uiautomator(str(e)) # uiautomator可能出问题了,强制重启一下
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 586, in reset_uiautomator
depth=depth + 1)
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 586, in reset_uiautomator
depth=depth + 1)
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 563, in reset_uiautomator
"adb shell am instrument -w -r -e debug false -e class com.github.uiautomator.stub.Stub com.github.uiautomator.test/android.support.test.runner.AndroidJUnitRunner",
OSError: [Errno Uiautomator started failed.] uiautomator2.GatewayError(gateway error, time used 0.0s): 'https://github.com/openatx/uiautomator2/wiki/Common-issues'
| Traceback (most recent call last):
"/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
"/tmp/easy_install-JPXQef/symbolic-1.1.0/setup.py", line 59, in delete_scratchpad
__import__(m)
"/usr/lib/python2.7/shutil.py", line 239, in rmtree
onerror(os.listdir, path, sys.exc_info())
"/usr/lib/python2.7/shutil.py", line 237, in rmtree
names = os.listdir(path)
OSError: [Errno 2] No such file or directory: '/tmp/easy_install-JPXQef/symbolic-1.1.0/temp/tmpNG6VCM'
| 0.555159 |
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'
| Traceback (most recent call last):
"/opt/az/lib/python3.6/site-packages/knack/cli.py", line 212, in invoke
self.output.out(cmd_result, formatter=formatter, out_file=out_file)
"/opt/az/lib/python3.6/site-packages/knack/output.py", line 132, in out
output = formatter(obj)
"/opt/az/lib/python3.6/site-packages/knack/output.py", line 38, in format_json
input_dict = dict(result) if hasattr(result, '__dict__') else result
TypeError: 'CommandResultItem' object is not iterable
| 0.578016 |
Traceback (most recent call last):
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/batched.py", line 93, in _background_send
payload, serializers=self.serializers, on_error="raise"
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/tornado/gen.py", line 735, in run
value = future.result()
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/tornado/gen.py", line 742, in run
yielded = self.gen.throw(*exc_info)
# type: ignore
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/comm/tcp.py", line 235, in write
context={"sender": self._local_addr, "recipient": self._peer_addr},
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/tornado/gen.py", line 735, in run
value = future.result()
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/tornado/gen.py", line 742, in run
yielded = self.gen.throw(*exc_info)
# type: ignore
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/comm/utils.py", line 37, in to_frames
res = yield offload(_to_frames)
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/tornado/gen.py", line 735, in run
value = future.result()
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/tornado/gen.py", line 742, in run
yielded = self.gen.throw(*exc_info)
# type: ignore
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/utils.py", line 1519, in offload
return (yield _offload_executor.submit(fn, *args, **kwargs))
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/tornado/gen.py", line 735, in run
value = future.result()
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/concurrent/futures/_base.py", line 425, in result
return self.__get_result()
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/comm/utils.py", line 29, in _to_frames
msg, serializers=serializers, on_error=on_error, context=context
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/protocol/core.py", line 44, in dumps
for key, value in data.items()
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/protocol/core.py", line 45, in <dictcomp>
if type(value) is Serialize
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/protocol/serialize.py", line 167, in serialize
for obj in x
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/protocol/serialize.py", line 167, in <listcomp>
for obj in x
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/protocol/serialize.py", line 167, in serialize
for obj in x
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/protocol/serialize.py", line 167, in <listcomp>
for obj in x
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/protocol/serialize.py", line 167, in serialize
for obj in x
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/protocol/serialize.py", line 167, in <listcomp>
for obj in x
"/home/sangeek/anaconda3/envs/dask-36/lib/python3.6/site-packages/distributed/protocol/serialize.py", line 210, in serialize
raise TypeError(msg, str(x)[:10000])
TypeError: ('Could not serialize object of type list.', "[<function _make_parser_function.<locals>.parser_f at 0x7fff041c8ea0>, (<function read_block_from_file at 0x7fff039a39d8>, <Open
'./nyc_yellow_taxi_2018/yellow_tripdata_2018-01.csv'>, 0, 64000000, b'\\n'), b'VendorID,tpep_pickup_datetime,tpep_dropoff_datetime,passenger_count,trip_distance,RatecodeID,store_and_fwd_flag,PULocationID,DOLocationID,payment_type,fare_amount,extra,mta_tax,tip_amount,tolls_amount,improvement_surcharge,total_amount\\n', (<class 'dict'>, [['parse_dates', ['tpep_pickup_datetime', 'tpep_dropoff_datetime']]]), (<class 'dict'>, [['VendorID', dtype('int64')], ['tpep_pickup_datetime', dtype('<M8[ns]')], ['tpep_dropoff_datetime', dtype('<M8[ns]')], ['passenger_count', dtype('int64')], ['trip_distance', dtype('float64')], ['RatecodeID', dtype('int64')], ['store_and_fwd_flag', dtype('O')], ['PULocationID', dtype('int64')], ['DOLocationID', dtype('int64')], ['payment_type', dtype('int64')], ['fare_amount', dtype('float64')], ['extra', dtype('float64')], ['mta_tax', dtype('float64')], ['tip_amount', dtype('float64')], ['tolls_amount', dtype('float64')], ['improvement_surcharge', dtype('float64')], ['total_amount', dtype('float64')]]), ['VendorID', 'tpep_pickup_datetime', 'tpep_dropoff_datetime', 'passenger_count', 'trip_distance', 'RatecodeID', 'store_and_fwd_flag', 'PULocationID', 'DOLocationID', 'payment_type', 'fare_amount', 'extra', 'mta_tax', 'tip_amount', 'tolls_amount', 'improvement_surcharge', 'total_amount']]")
| Traceback (most recent call last):
"/home/kacper/.local/share/virtualenvs/arwatbot-68U9yBdw/lib/python3.8/site-packages/discord/client.py", line 312, in _run_event
await coro(*args, **kwargs)
"/home/kacper/PycharmProjects/arwatbot/maker.py", line 73, in on_message
await msg.guild.edit(default_notifications=NotificationLevel.only_mentions)
"/home/kacper/.local/share/virtualenvs/arwatbot-68U9yBdw/lib/python3.8/site-packages/discord/guild.py", line 1053, in edit
default_message_notifications = int(fields.pop('default_notifications'))
TypeError: int() argument must be a string, a bytes-like object or a number, not '_EnumValue_NotificationLevel'
| 0.58674 |
Traceback (most recent call last):
"/Users/nurzhan_nogerbek/Virtualenvs/enjoy_jumping/lib/python3.6/site-packages/celery/worker/consumer/consumer.py", line 557, in on_task_received
strategy = strategies[type_]
KeyError: 'profile.tasks.amount_counting'
| Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 365, in _async_add_entity
await entity.async_update_ha_state()
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 226, in async_update_ha_state
self._async_write_ha_state()
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 249, in _async_write_ha_state
state = self.state
"/usr/src/homeassistant/homeassistant/components/luftdaten/sensor.py", line 64, in state
return self._data[self.sensor_type]
KeyError: 'temperature'
| 0.447828 |
Traceback (most recent call last):
"v_2001.py", line 32, in home
val = await pool.get('my-key')
RuntimeError: Task <Task pending coro=<Connection.handle_request() done, defined at vibora/protocol/cprotocol.pyx:142>> got Future <Future pending> attached to a different loop
| Traceback (most recent call last):
"scoreit_pykaldi.py", line 102, in <module>
kaldi_model=kaldi_model)
"scoreit_pykaldi.py", line 37, in run_pykaldi
kaldi_model.nnet3_decode(utterance)
"/home/eflsd/dev/Projects/librispeech/dev/pyscripts/interface/KaldiModel.py", line 161, in nnet3_decode
self.decoder.decode(nnet_decodable)
RuntimeError: C++ exception:
| 0.489262 |
Traceback (most recent call last):
"/<<PKGBUILDDIR>>/tests/unit/templates/test_jinja.py", line 146, in test_include
fc, jinja = self.get_test_saltenv()
"/<<PKGBUILDDIR>>/tests/unit/templates/test_jinja.py", line 127, in get_test_saltenv
loader = self.get_loader(saltenv='test')
"/<<PKGBUILDDIR>>/tests/unit/templates/test_jinja.py", line 117, in get_loader
with patch.object(SaltCacheLoader, 'file_client', Mock()):
AttributeError: 'MagicMock' object has no attribute 'object'
| Traceback (most recent call last):
"<ipython-input-59-7d4b8598dd16>", line 1, in <module>
runfile('W:/NER_NLTK_Spacy.py', wdir='W:')
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 668, in runfile
execfile(filename, namespace)
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 108, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
"W:/NER_NLTK_Spacy.py", line 7, in <module>
import nltk
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\nltk\__init__.py", line 114, in <module>
from nltk.collocations import *
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\nltk\collocations.py", line 39, in <module>
from nltk.metrics import ContingencyMeasures, BigramAssocMeasures, TrigramAssocMeasures
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\nltk\metrics\__init__.py", line 16, in <module>
from nltk.metrics.scores import
(accuracy, precision, recall, f_measure,
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\nltk\metrics\scores.py", line 18, in <module>
from scipy.stats.stats import betai
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\stats\__init__.py", line 345, in <module>
from .stats import *
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\stats\stats.py", line 171, in <module>
from . import distributions
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\stats\distributions.py", line 10, in <module>
from ._distn_infrastructure import (entropy, rv_discrete, rv_continuous,
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\stats\_distn_infrastructure.py", line 16, in <module>
from scipy.misc import doccer
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\misc\__init__.py", line 68, in <module>
from scipy.interpolate._pade import pade as _pade
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\interpolate\__init__.py", line 175, in <module>
from .interpolate import *
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\interpolate\interpolate.py", line 32, in <module>
from .interpnd import _ndim_coords_from_arrays
"interpnd.pyx", line 1, in init scipy.interpolate.interpnd
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\spatial\__init__.py", line 94, in <module>
from .kdtree import *
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\spatial\kdtree.py", line 8, in <module>
import scipy.sparse
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\sparse\__init__.py", line 228, in <module>
from .base import *
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\sparse\base.py", line 9, in <module>
from scipy._lib._numpy_compat import broadcast_to
"C:\Users\adodhiwala\AppData\Local\conda\conda\envs\py35\lib\site-packages\scipy\_lib\_numpy_compat.py", line 17, in <module>
_assert_warns = np.testing.assert_warns
AttributeError: module 'numpy' has no attribute 'testing'
| 0.583359 |
Traceback (most recent call last):
"c:\program files\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\program files\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Program
s\Python37\Scripts\meshio-convert.exe\__main__.py", line 9, in <module>
"c:\program files\python37\lib\site-packages\meshio\cli.py", line 22, in main
mesh = read(args.infile, file_format=args.input_format)
"c:\program files\python37\lib\site-packages\meshio\helpers.py", line 174, in read
return format_to_reader[file_format].read(filename)
"c:\program files\python37\lib\site-packages\meshio\ansys_io.py", line 323, in read
data = _read_faces(f, line)
"c:\program files\python37\lib\site-packages\meshio\ansys_io.py", line 183, in _read_faces
key, num_nodes_per_cell = element_type_to_key_num_nodes[element_type]
KeyError: 5
| Traceback (most recent call last):
"/home/grossmj/PycharmProjects/gns3-gui/gns3/dialogs/node_properties_dialog.py", line 159, in on_uiButtonBox_clicked
self.applySettings()
"/home/grossmj/PycharmProjects/gns3-gui/gns3/dialogs/node_properties_dialog.py", line 182, in applySettings
settings = page.saveSettings({}, node, group=True)
"/home/grossmj/PycharmProjects/gns3-gui/gns3/modules/dynamips/pages/ios_router_configuration_page.py", line 605, in saveSettings
elif settings["slot" + str(slot_number)]:
KeyError: 'slot2'
| 0.560358 |
Traceback (most recent call last):
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 1184, in main_run_server
main_run(run_args)
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 1058, in main_run
result = benchmark.do_run()
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 537, in do_run
return self.run(*self._current_params)
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 631, in run
min_run_count=self.min_run_count)
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 663, in benchmark_timing
timing = timer.timeit(number)
"~/mdanalysis/benchmarks/env/80c5ba7efaa89366b97da3ced85c0c44/lib/python3.6/timeit.py", line 178, in timeit
timing = self.inner(it, self.timer)
"<timeit-src>", line 6, in inner
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 599, in <lambda>
func = lambda: self.func(*param)
"~/mdanalysis/benchmarks/benchmarks/selections.py", line 76, in time_geometric_selections
MDAnalysis.core.flags['use_periodic_selections'] = periodic_selection[0]
AttributeError: module 'MDAnalysis.core' has no attribute 'flags'
| Traceback (most recent call last):
"plug.pyo", line 109, in load_plugins
"plug.pyo", line 40, in __init__
AttributeError: 'module' object has no attribute 'plugin_start'
| 0.57391 |
Traceback (most recent call last):
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/app.py", line 2309, in __call__
return self.wsgi_app(environ, start_response)
"/home/rs/Pradeep/github/open-event-server/app/__init__.py", line 64, in __call__
return self.app(environ, start_response)
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/app.py", line 2295, in wsgi_app
response = self.handle_exception(e)
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/app.py", line 1741, in handle_exception
reraise(exc_type, exc_value, tb)
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/_compat.py", line 35, in reraise
raise value
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/_compat.py", line 35, in reraise
raise value
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/home/rs/Pradeep/github/open-event-server/env/src/flask-rest-jsonapi/flask_rest_jsonapi/decorators.py", line 32, in wrapper
return func(*args, **kwargs)
"/home/rs/Pradeep/github/open-event-server/env/lib/python3.5/site-packages/flask/views.py", line 88, in view
return self.dispatch_request(*args, **kwargs)
"/home/rs/Pradeep/github/open-event-server/env/src/flask-rest-jsonapi/flask_rest_jsonapi/resource.py", line 68, in dispatch_request
response = method(*args, **kwargs)
"/home/rs/Pradeep/github/open-event-server/env/src/flask-rest-jsonapi/flask_rest_jsonapi/decorators.py", line 56, in wrapper
return func(*args, **kwargs)
"/home/rs/Pradeep/github/open-event-server/env/src/flask-rest-jsonapi/flask_rest_jsonapi/resource.py", line 145, in get
objects_count, objects = self._data_layer.get_collection(qs, kwargs)
"/home/rs/Pradeep/github/open-event-server/env/src/flask-rest-jsonapi/flask_rest_jsonapi/data_layers/alchemy.py", line 92, in get_collection
query = self.query(view_kwargs)
"/home/rs/Pradeep/github/open-event-server/app/api/sponsors.py", line 47, in query
query_ = event_query(self, query_, view_kwargs)
"/home/rs/Pradeep/github/open-event-server/app/api/helpers/query.py", line 28, in event_query
'Authorization' not in request.headers or not has_access(permission, event_id=event.id)):
"/home/rs/Pradeep/github/open-event-server/app/api/helpers/permission_manager.py", line 445, in has_access
auth = permissions[access_level](lambda *a, **b: True, (), {}, (), **kwargs)
"/home/rs/Pradeep/github/open-event-server/app/api/helpers/permission_manager.py", line 89, in is_coorganizer_endpoint_related_to_event
user = get_identity()
"/home/rs/Pradeep/github/open-event-server/app/api/helpers/jwt.py", line 51, in get_identity
payload = json.loads(base64.b64decode(token_second_segment))
"/usr/lib/python3.5/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'bytes'
| Traceback (most recent call last):
"/app/medusa/start.py", line 9, in <module>
main()
"/app/medusa/medusa/__main__.py", line 2257, in main
application.start(sys.argv[1:])
"/app/medusa/medusa/__main__.py", line 407, in start
'https_cert': os.path.join(app.PROG_DIR, app.HTTPS_CERT),
"/usr/lib/python3.8/posixpath.py", line 90, in join
genericpath._check_arg_types('join', a, *p)
"/usr/lib/python3.8/genericpath.py", line 152, in _check_arg_types
raise TypeError(f'{funcname}() argument must be str, bytes, or '
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
| 0.655015 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/ranger/core/main.py", line 196, in main
fm.loop()
"/usr/lib/python3.6/site-packages/ranger/core/fm.py", line 390, in loop
ui.redraw()
"/usr/lib/python3.6/site-packages/ranger/gui/ui.py", line 338, in redraw
self.draw()
"/usr/lib/python3.6/site-packages/ranger/gui/ui.py", line 365, in draw
DisplayableContainer.draw(self)
"/usr/lib/python3.6/site-packages/ranger/gui/displayable.py", line 256, in draw
displayable.draw()
"/usr/lib/python3.6/site-packages/ranger/gui/widgets/view_miller.py", line 100, in draw
DisplayableContainer.draw(self)
"/usr/lib/python3.6/site-packages/ranger/gui/displayable.py", line 256, in draw
displayable.draw()
"/usr/lib/python3.6/site-packages/ranger/gui/widgets/browsercolumn.py", line 176, in draw
self._draw_file()
"/usr/lib/python3.6/site-packages/ranger/gui/widgets/browsercolumn.py", line 203, in _draw_file
Pager.draw(self)
"/usr/lib/python3.6/site-packages/ranger/gui/widgets/pager.py", line 101, in draw
self._draw_line(i, line)
"/usr/lib/python3.6/site-packages/ranger/gui/widgets/pager.py", line 132, in _draw_line
self.addstr(chunk)
"/usr/lib/python3.6/site-packages/ranger/gui/curses_shortcuts.py", line 37, in addstr
self.win.addstr(*args)
ValueError: embedded null character
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"<string>", line 2, in make_inverse_operator
"/home/vivek/anaconda3/lib/python3.6/site-packages/mne/utils.py", line 729, in verbose
return function(*args, **kwargs)
"/home/vivek/anaconda3/lib/python3.6/site-packages/mne/minimum_norm/inverse.py", line 1471, in make_inverse_operator
_prepare_forward(forward, info, noise_cov, rank=rank)
"<string>", line 2, in _prepare_forward
"/home/vivek/anaconda3/lib/python3.6/site-packages/mne/utils.py", line 729, in verbose
return function(*args, **kwargs)
"/home/vivek/anaconda3/lib/python3.6/site-packages/mne/minimum_norm/inverse.py", line 1301, in _prepare_forward
rank, pca)
"/home/vivek/anaconda3/lib/python3.6/site-packages/mne/cov.py", line 1272, in _get_whitener
noise_cov = prepare_noise_cov(noise_cov, info, ch_names, rank)
"<string>", line 2, in prepare_noise_cov
"/home/vivek/anaconda3/lib/python3.6/site-packages/mne/utils.py", line 729, in verbose
return function(*args, **kwargs)
"/home/vivek/anaconda3/lib/python3.6/site-packages/mne/cov.py", line 1342, in prepare_noise_cov
ch_names)
"/home/vivek/anaconda3/lib/python3.6/site-packages/mne/io/proj.py", line 548, in make_projector
return _make_projector(projs, ch_names, bads, include_active)
"/home/vivek/anaconda3/lib/python3.6/site-packages/mne/io/proj.py", line 561, in _make_projector
raise ValueError('No channel names specified')
ValueError: No channel names specified`
| 0.540246 |
Traceback (most recent call last):
"/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/mfekadu/ParlAI/parlai/scripts/display_data.py", line 113, in <module>
DisplayData.main()
"/home/mfekadu/ParlAI/parlai/scripts/script.py", line 79, in main
return cls._run_args(None)
"/home/mfekadu/ParlAI/parlai/scripts/script.py", line 63, in _run_args
opt = parser.parse_args(args=args, print_args=False)
"/home/mfekadu/ParlAI/parlai/core/params.py", line 1009, in parse_args
self.add_extra_args(args)
"/home/mfekadu/ParlAI/parlai/core/params.py", line 841, in add_extra_args
self.add_task_args(task)
"/home/mfekadu/ParlAI/parlai/core/params.py", line 777, in add_task_args
agent = load_teacher_module(t)
"/home/mfekadu/ParlAI/parlai/core/loader.py", line 290, in load_teacher_module
teacher_class = getattr(task_module, teacher)
AttributeError: module 'parlai.tasks.self_feeding.agents' has no attribute 'DefaultTeacher'
| [!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| 0.534204 |
Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/youtube_dl/extractor/openload.py", line 142, in __del__
os.remove(self._TMP_FILES[name].name)
AttributeError: 'PhantomJSwrapper' object has no attribute '_TMP_FILES'
| Traceback (most recent call last):
"test.py", line 18, in <module>
tikzplotlib.save("test.tex")
"/usr/lib/python3.8/site-packages/tikzplotlib/_save.py", line 253, in save
code = get_tikz_code(*args, filepath=filepath, **kwargs)
"/usr/lib/python3.8/site-packages/tikzplotlib/_save.py", line 207, in get_tikz_code
data, content = _recurse(data, figure)
"/usr/lib/python3.8/site-packages/tikzplotlib/_save.py", line 335, in _recurse
ax = _axes.Axes(data, child)
"/usr/lib/python3.8/site-packages/tikzplotlib/_axes.py", line 124, in __init__
self._grid(obj, data)
"/usr/lib/python3.8/site-packages/tikzplotlib/_axes.py", line 298, in _grid
if obj.xaxis._gridOnMajor:
AttributeError: 'XAxis' object has no attribute '_gridOnMajor'
| 0.547055 |
Traceback (most recent call last):
"blah.py", line 10, in <module>
m.pprint()
"/.../pyomo/core/base/component.py", line 495, in pprint
self.is_constructed(), *self._pprint()
"/.../pyomo/core/base/component.py", line 363, in _pprint_base_impl
_fcn(ostream, _key, _data_dict[_key])
"/.../pyomo/core/base/block.py", line 1909, in _pprint_callback
data._pprint_blockdata_components(ostream)
"/.../pyomo/core/base/block.py", line 1676, in _pprint_blockdata_components
self.component(key).pprint(ostream=indented_ostream)
"/.../pyomo/core/base/component.py", line 495, in pprint
self.is_constructed(), *self._pprint()
AttributeError: 'AMPLExternalFunction' object has no attribute '_pprint'
| Traceback (most recent call last):
"/home/user01/anaconda2/envs/tensorflow/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
"/home/user01/anaconda2/envs/tensorflow/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"/home/user01/SRGAN-master/tensorlayer/prepro.py", line 87, in apply_fn
results[i] = fn(data, **kwargs)
"/home/user01/SRGAN-master/utils.py", line 17, in crop_sub_imgs_fn
x = crop(x, wrg=384, hrg=384, is_random=is_random)
"/home/user01/SRGAN-master/tensorlayer/prepro.py", line 232, in crop
h, w = x.shape[row_index], x.shape[col_index]
AttributeError: 'NoneType' object has no attribute 'shape'
| 0.653125 |
Traceback (most recent call last):
"D:/py program/arcface-pytorch-master/test.py", line 172, in <module>
lfw_test(model, img_paths, identity_list, opt.lfw_test_list, opt.test_batch_size)
"D:/py program/arcface-pytorch-master/test.py", line 143, in lfw_test
features, cnt = get_featurs(model, img_paths, batch_size=batch_size)
"D:/py program/arcface-pytorch-master/test.py", line 62, in get_featurs
if images.shape[0] % batch_size == 0 or i == len(test_list) - 1:
AttributeError: 'NoneType' object has no attribute 'shape'
| Traceback (most recent call last):
"/app/bin/tauon.py", line 31434, in <module>
if is_level_zero() and gui.d_click_ref == album_dex[album_on]:
AttributeError: 'GuiVar' object has no attribute 'd_click_ref'
| 0.639484 |
Traceback (most recent call last):
"train.py", line 102, in <module>
validation_freq=10)
"/usr/local/lib/python2.7/dist-packages/keras/legacy/interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
TypeError: fit_generator() got an unexpected keyword argument 'validation_freq'
| Traceback (most recent call last):
"/usr/local/bin/pipenv", line 11, in <module>
sys.exit(cli())
"/usr/local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/usr/local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/usr/local/lib/python3.6/site-packages/pipenv/cli.py", line 366, in install
selective_upgrade=selective_upgrade,
"/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 1761, in do_install
skip_requirements=skip_requirements,
"/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 636, in ensure_project
ensure_pipfile(validate=validate, skip_requirements=skip_requirements)
"/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 289, in ensure_pipfile
project.create_pipfile(python=python)
"/usr/local/lib/python3.6/site-packages/pipenv/project.py", line 518, in create_pipfile
'python_version': python_version(required_python)[: len('2.7')]
TypeError: 'NoneType' object is not subscriptable
| 0.544028 |
Traceback (most recent call last):
"eventHandler.pyc", line 246, in executeEvent
"eventHandler.pyc", line 96, in __init__
"eventHandler.pyc", line 105, in next
"NVDAObjects\UIA\__init__.pyc", line 1142, in event_gainFocus
"NVDAObjects\__init__.pyc", line 1137, in event_gainFocus
"NVDAObjects\__init__.pyc", line 1005, in reportFocus
"speech\__init__.pyc", line 449, in speakObject
"speech\__init__.pyc", line 491, in getObjectSpeech
"speech\__init__.pyc", line 405, in getObjectPropertiesSpeech
"baseObject.pyc", line 42, in __get__
"baseObject.pyc", line 146, in _getPropertyViaCache
"NVDAObjects\UIA\__init__.pyc", line 1216, in _get_selectionContainer
"comtypesMonkeyPatches.pyc", line 27, in __call__
ValueError: NULL COM pointer access
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/beegfs/data/soft/python_modules/Bio/Phylo/PAML/codeml.py", line 184, in run
return read(self.out_file)
"/beegfs/data/soft/python_modules/Bio/Phylo/PAML/codeml.py", line 196, in read
raise ValueError("Empty results file.
Did CODEML exit successfully?
"
ValueError: Empty results file.
Did CODEML exit successfully?
Run 'Codeml.run()' with 'verbose=True'.
| 0.561198 |
Traceback (most recent call last):
"train.py", line 166, in <module>
merge_all_iters_to_one_epoch=args.merge_all_iters_to_one_epoch
"/olp/tools/train_utils/train_utils.py", line 75, in train_model
return _DataLoaderIter(self)
"/opt/conda/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 469, in __init__
dataloader_iter = iter(train_loader)
"/opt/conda/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 193, in __iter__
w.start()
"/opt/conda/lib/python3.6/multiprocessing/process.py", line 105, in start
return _DataLoaderIter(self)
"/opt/conda/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 469, in __init__
self._popen = self._Popen(self)
"/opt/conda/lib/python3.6/multiprocessing/context.py", line 223, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
"/opt/conda/lib/python3.6/multiprocessing/context.py", line 284, in _Popen
return Popen(process_obj)
w.start()
"/opt/conda/lib/python3.6/multiprocessing/popen_spawn_posix.py", line 32, in __init__
"/opt/conda/lib/python3.6/multiprocessing/process.py", line 105, in start
super().__init__(process_obj)
"/opt/conda/lib/python3.6/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
"/opt/conda/lib/python3.6/multiprocessing/popen_spawn_posix.py", line 47, in _launch
self._popen = self._Popen(self)
"/opt/conda/lib/python3.6/multiprocessing/context.py", line 223, in _Popen
reduction.dump(process_obj, fp)
"/opt/conda/lib/python3.6/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: can't pickle _thread.RLock objects
| Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_send_reply_from_proxy() missing 1 required positional argument: 'tdata'
| 0.493285 |
Traceback (most recent call last):
"/Users/lucian/Desktop/1-manim-master/manimlib/extract_scene.py", line 155, in main
scene = SceneClass(**scene_kwargs)
"/Users/lucian/Desktop/1-manim-master/manimlib/scene/scene.py", line 53, in __init__
self.construct()
"*********.py", line 582, in construct
source_charge = self.Positron().move_to(self.point_charge_loc)
AttributeError: 'MovingCharges' object has no attribute 'Positron'
| Traceback (most recent call last):
"/usr/local/lib/python3.8/dist-packages/dvc/main.py", line 76, in main
ret = cmd.run()
"/usr/local/lib/python3.8/dist-packages/dvc/command/experiments.py", line 419, in run
self.repo.experiments.run(
"/usr/local/lib/python3.8/dist-packages/dvc/repo/experiments/__init__.py", line 801, in run
return run(self.repo, *args, **kwargs)
"/usr/local/lib/python3.8/dist-packages/dvc/repo/__init__.py", line 51, in wrapper
return f(repo, *args, **kwargs)
"/usr/local/lib/python3.8/dist-packages/dvc/repo/experiments/run.py", line 62, in run
return repo.experiments.reproduce_one(
"/usr/local/lib/python3.8/dist-packages/dvc/repo/experiments/__init__.py", line 345, in reproduce_one
stash_rev = self.new(**kwargs)
"/usr/local/lib/python3.8/dist-packages/dvc/repo/experiments/__init__.py", line 38, in wrapper
return f(exp, *args, **kwargs)
"/usr/local/lib/python3.8/dist-packages/dvc/repo/experiments/__init__.py", line 407, in new
stash_rev = self._stash_exp(
"/usr/local/lib/python3.8/dist-packages/dvc/repo/experiments/__init__.py", line 265, in _stash_exp
self._update_params(params)
"/usr/local/lib/python3.8/dist-packages/dvc/repo/experiments/__init__.py", line 309, in _update_params
_update(data, params[params_fname])
"/usr/local/lib/python3.8/dist-packages/dvc/repo/experiments/__init__.py", line 299, in _update
dict_[key] = _update(dict_.get(key, {}), value)
"/usr/local/lib/python3.8/dist-packages/dvc/repo/experiments/__init__.py", line 299, in _update
dict_[key] = _update(dict_.get(key, {}), value)
"/usr/local/lib/python3.8/dist-packages/dvc/repo/experiments/__init__.py", line 299, in _update
dict_[key] = _update(dict_.get(key, {}), value)
[Previous line repeated 1 more time]
AttributeError: 'CommentedSeq' object has no attribute 'get'
| 0.585789 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"D:\Program\Python38\lib\site-packages\PySimpleGUI\PySimpleGUI.py", line 5301, in Insert
parent_node = self.tree_dict[parent]
KeyError: <PySimpleGUI.PySimpleGUI.TreeData.Node object at 0x000001A0B9C14130>
| > Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/zuckerberg/.local/lib/python3.6/site-packages/fbchat/client.py", line 787, in fetchThreadList
'includeSeqID': False
"/home/zuckerberg/.local/lib/python3.6/site-packages/fbchat/client.py", line 180, in graphql_request
return self.graphql_requests(query)[0]
"/home/zuckerberg/.local/lib/python3.6/site-packages/fbchat/client.py", line 171, in graphql_requests
'queries': graphql_queries_to_json(*queries)
"/home/zuckerberg/.local/lib/python3.6/site-packages/fbchat/client.py", line 133, in _graphql
return graphql_response_to_json(content)
"/home/zuckerberg/.local/lib/python3.6/site-packages/fbchat/graphql.py", line 281, in graphql_response_to_json
rtn[int(key[1:])] = value['data']
KeyError: 'data'
| 0.530114 |
Traceback (most recent call last):
"/somewhere/projects/venvs/myproj/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
"/somewhere/projects/venvs/myproj/lib/python3.7/site-packages/uvicorn/workers.py", line 61, in init_process
super(UvicornWorker, self).init_process()
"/somewhere/projects/venvs/myproj/lib/python3.7/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
"/somewhere/projects/venvs/myproj/lib/python3.7/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
"/somewhere/projects/venvs/myproj/lib/python3.7/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
TypeError: __call__() missing 3 required positional arguments: 'scope', 'receive', and 'send'
| Traceback (most recent call last):
"/tmp/kitchen/testing/tests/integration/states/test_docker_network.py", line 132, in tearDownClass
if process.returncode != 0 and 'No such image' not in output:
TypeError: a bytes-like object is required, not 'str'
| 0.559445 |
Traceback (most recent call last):
"/usr/anaconda3/lib/python3.7/site-packages/astroid/__init__.py", line 91, in _inference_tip_cached
return iter(_cache[func, node])
KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x7fc41013fd08>, <Call l.1129 at 0x7fc3d0486668>)
|
Traceback (most recent call last):
"/opt/conda/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion
crit = self.state.criteria[name]
KeyError: 'future'
| 0.492035 |
Traceback (most recent call last):
"s.py", line 18, in <module>
res = cli.upload(image_files[i], story=True)
"/home/ubuntu/.local/lib/python3.6/site-packages/instapy_cli/cli.py", line 153, in upload
raise IOError("Unable to upload.")
OSError: Unable to upload.
| Traceback (most recent call last):
"bee.py", line 184, in <module>
main()
"bee.py", line 139, in main
os.rename('dist/k.exe', 'dist/' + name)
OSError: [Errno 2] No such file or directory
| 0.651351 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/NEMbox/__init__.py", line 40, in start
nembox_menu.start_fork(version)
"/usr/local/lib/python3.5/dist-packages/NEMbox/menu.py", line 177, in start_fork
Menu().start()
"/usr/local/lib/python3.5/dist-packages/NEMbox/menu.py", line 304, in start
self.dispatch_enter(idx)
"/usr/local/lib/python3.5/dist-packages/NEMbox/menu.py", line 681, in dispatch_enter
self.datalist = netease.dig_info(songs, 'songs')
"/usr/local/lib/python3.5/dist-packages/NEMbox/api.py", line 655, in dig_info
url, quality = geturl(data[i])
"/usr/local/lib/python3.5/dist-packages/NEMbox/api.py", line 136, in geturl
return geturl_v3(song)
"/usr/local/lib/python3.5/dist-packages/NEMbox/api.py", line 174, in geturl_v3
return song['mp3Url'], ''
KeyError: 'mp3Url'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/arm/tools/python/jinja2_py2.7.8/2.9.4/rhe6-x86_64/lib/jinja2/environment.py", line 1008, in render
return self.environment.handle_exception(exc_info, True)
"/arm/tools/python/jinja2_py2.7.8/2.9.4/rhe6-x86_64/lib/jinja2/environment.py", line 780, in handle_exception
reraise(exc_type, exc_value, tb)
"<template>", line 4, in top-level template code
"<stdin>", line 3, in myContextFunction
"/arm/tools/python/jinja2_py2.7.8/2.9.4/rhe6-x86_64/lib/jinja2/runtime.py", line 253, in __getitem__
raise KeyError(key)
KeyError: 'myI'
| 0.565073 |
Traceback (most recent call last):
"/usr/local/bin/scrapyd-deploy", line 292, in <module>
main()
"/usr/local/bin/scrapyd-deploy", line 81, in main
projects = json.loads(f.read())['projects']
"/usr/lib/python3.4/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'bytes'
| Traceback (most recent call last):
"<console>", line 1, in <module>
"scapy/base_classes.py", line 252, in __call__
i.__init__(*args, **kargs)
"scapy/packet.py", line 138, in __init__
self.dissect(_pkt)
"scapy/packet.py", line 806, in dissect
s = self.do_dissect(s)
"scapy/asn1packet.py", line 33, in do_dissect
return self.ASN1_root.dissect(self, x)
"scapy/asn1fields.py", line 378, in dissect
_, x = self.m2i(pkt, s)
"scapy/asn1fields.py", line 370, in m2i
s = obj.dissect(pkt, s)
"scapy/asn1fields.py", line 138, in dissect
v, s = self.m2i(pkt, s)
"scapy/asn1fields.py", line 549, in m2i
return self.extract_packet(choice, s)
"scapy/asn1fields.py", line 122, in extract_packet
c = cls(s)
"scapy/base_classes.py", line 252, in __call__
i.__init__(*args, **kargs)
"scapy/packet.py", line 138, in __init__
self.dissect(_pkt)
"scapy/packet.py", line 806, in dissect
s = self.do_dissect(s)
"scapy/asn1packet.py", line 33, in do_dissect
return self.ASN1_root.dissect(self, x)
"scapy/asn1fields.py", line 378, in dissect
_, x = self.m2i(pkt, s)
"scapy/asn1fields.py", line 370, in m2i
s = obj.dissect(pkt, s)
"scapy/asn1fields.py", line 138, in dissect
v, s = self.m2i(pkt, s)
"scapy/asn1fields.py", line 101, in m2i
return codec.dec(s, context=self.context)
"scapy/asn1/ber.py", line 266, in dec
return cls.do_dec(s, context, safe)
"scapy/asn1/ber.py", line 319, in do_dec
l, s, t = cls.check_type_check_len(s)
"scapy/asn1/ber.py", line 243, in check_type_check_len
l, s3 = cls.check_type_get_len(s)
"scapy/asn1/ber.py", line 235, in check_type_get_len
s2 = cls.check_type(s)
"scapy/asn1/ber.py", line 228, in check_type
if cls.tag != tag:
TypeError: int.__cmp__(x,y) requires y to be a 'int', not a 'long'
| 0.533908 |
Traceback (most recent call last):
"/usr/src/app/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
"/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
return fut.result()
"/usr/src/app/homeassistant/components/sensor/flunearyou.py", line 91, in async_setup_platform
await fny.async_update()
"/usr/src/app/homeassistant/components/sensor/flunearyou.py", line 207, in async_update
CATEGORY_CDC_REPORT, self._client.cdc_reports.status)
"/usr/src/app/homeassistant/components/sensor/flunearyou.py", line 196, in _get_data
self.data[category] = await method()
"/config/deps/lib/python3.6/site-packages/pyflunearyou/cdc.py", line 57, in status
return adjust_status(info)
"/config/deps/lib/python3.6/site-packages/pyflunearyou/cdc.py", line 23, in adjust_status
STATUS_MAP[int(info['level'])],
KeyError: 6
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/bo/venv/lib/python2.7/site-packages/minpy/numpy/__init__.py", line 22, in <module>
numpy, name='numpy injector', injected_type={float, int, type(None), type}))
"/home/bo/venv/lib/python2.7/site-packages/minpy/numpy/mocking.py", line 65, in __init__
mod.def_grads(primitive_getter)
"/home/bo/venv/lib/python2.7/site-packages/minpy/array_variants/mxnet/mxnet_core.py", line 103, in def_grads
prims('tanh').def_grad(lambda ans, x: lambda g: g * (1 - ans ** 2))
"/home/bo/venv/lib/python2.7/site-packages/minpy/numpy/mocking.py", line 63, in <lambda>
primitive_getter = lambda name: self._registry.get(name, vtype)
"/home/bo/venv/lib/python2.7/site-packages/minpy/dispatch/registry.py", line 69, in get
return self._reg[name][ptype]
KeyError: 1
| 0.636491 |
Traceback (most recent call last):
"e:\python37\lib\site-packages\mitmproxy\proxy\server.py", line 121, in handle
root_layer()
"e:\python37\lib\site-packages\mitmproxy\proxy\modes\http_proxy.py", line 9, in __call__
layer()
TypeError: 'NoneType' object is not callable
| Traceback (most recent call last):
"C:\MyDIR\MyStest.py", line 94, in <module>
bar = axes.bar(data['TIMESTAMP'], data[a], bottom=margin_bottom, label=a, color=palet[a], width=0.03)
"C:\Users\ThatIsMe\AppData\Local\Programs\Python\Python36\lib\site-packages\matplotlib\__init__.py", line 1855, in inner
return func(ax, *args, **kwargs)
"C:\Users\ThatIsMe\AppData\Local\Programs\Python\Python36\lib\site-packages\matplotlib\axes\_axes.py", line 2259, in bar
left = x - width / 2
TypeError: ufunc subtract cannot use operands with types dtype('<M8[ns]') and dtype('float64')
| 0.570182 |
Traceback (most recent call last):
"C:\salt\bin\Scripts\salt-call", line 11, in <module>
salt_call()
"C:\salt\bin\lib\site-packages\salt\scripts.py", line 431, in salt_call
client.run()
"C:\salt\bin\lib\site-packages\salt\cli\call.py", line 47, in run
caller = salt.cli.caller.Caller.factory(self.config)
"C:\salt\bin\lib\site-packages\salt\cli\caller.py", line 80, in factory
return ZeroMQCaller(opts, **kwargs)
"C:\salt\bin\lib\site-packages\salt\cli\caller.py", line 332, in __init__
super(ZeroMQCaller, self).__init__(opts)
"C:\salt\bin\lib\site-packages\salt\cli\caller.py", line 106, in __init__
self.minion = salt.minion.SMinion(opts)
"C:\salt\bin\lib\site-packages\salt\minion.py", line 846, in __init__
self.gen_modules(initial_load=True)
"C:\salt\bin\lib\site-packages\salt\minion.py", line 442, in gen_modules
pillarenv=self.opts.get('pillarenv'),
"C:\salt\bin\lib\site-packages\salt\pillar\__init__.py", line 247, in compile_pillar
dictkey='pillar',
"C:\salt\bin\lib\site-packages\salt\utils\asynchronous.py", line 64, in wrap
ret = self._block_future(ret)
"C:\salt\bin\lib\site-packages\salt\utils\asynchronous.py", line 74, in _block_future
return future.result()
"C:\salt\bin\lib\site-packages\tornado\concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
"<string>", line 4, in raise_exc_info
"C:\salt\bin\lib\site-packages\tornado\gen.py", line 1069, in run
yielded = self.gen.send(value)
"C:\salt\bin\lib\site-packages\salt\transport\zeromq.py", line 303, in crypted_transfer_decode_dictentry
aes = key.private_decrypt(ret['key'],
AttributeError: 'RsaKey' object has no attribute 'private_decrypt'
| Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = self.process.process
AttributeError: 'NoneType' object has no attribute 'process'
| 0.664531 |
Traceback (most recent call last):
"<input>", line 1, in <module>
check_is_foo((1, 2, 'a'))
"/usr/local/lib/python3.8/dist-packages/typeguard/__init__.py", line 809, in wrapper
check_argument_types(memo)
"/usr/local/lib/python3.8/dist-packages/typeguard/__init__.py", line 670, in check_argument_types
raise exc from None
"/usr/local/lib/python3.8/dist-packages/typeguard/__init__.py", line 668, in check_argument_types
check_type(description, value, expected_type, memo)
"/usr/local/lib/python3.8/dist-packages/typeguard/__init__.py", line 566, in check_type
checker_func(argname, value, expected_type, memo)
"/usr/local/lib/python3.8/dist-packages/typeguard/__init__.py", line 409, in check_union
raise TypeError('type of {} must be one of ({}); got {} instead'.
TypeError: type of argument "obj" must be one of (float, int, Tuple); got tuple instead
| Traceback (most recent call last):
"scriptHandler.pyc", line 187, in executeScript
"NVDAObjects\window\excel.pyc", line 1407, in script_editComment
TypeError: TextEntryDialog(): arguments did not match any overloaded call:
| 0.529794 |
Traceback (most recent call last):
"train.py", line 308, in <module>
multi_scale=opt.multi_scale,
"train.py", line 168, in train
for i, (imgs, targets, _, _) in enumerate(dataloader):
"/home/rencong/anaconda3/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 582, in __next__
return self._process_next_batch(batch)
"/home/rencong/anaconda3/lib/python3.6/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):
"C:\Users\Henrik\AppData\Local\Programs\Python\Python37\lib\tkinter\__init__.py", line 3507, in __del__
self.tk.call('image', 'delete', self.name)
RuntimeError: main thread is not in main loop
| 0.534618 |
_**Traceback (most recent call last):
"/opt/az/lib/python3.6/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 277, in execute
self.cli_ctx.raise_event(EVENT_INVOKER_POST_PARSE_ARGS, command=parsed_args.command, args=parsed_args)
"/opt/az/lib/python3.6/site-packages/knack/cli.py", line 162, in raise_event
func(self, **kwargs)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/arm.py", line 246, in parse_ids_arguments
raise ValueError('({} | {}) are required'.format(missing_required, '--ids'))
ValueError: (--resource-group --name | --ids) are required**_
| ERROR:root:Traceback (most recent call last):
"c:\users\vyper\documents\github\slither\slither\__main__.py", line 250, in main_impl
(results, number_contracts) = process(filename, args, detector_classes, printer_classes)
"c:\users\vyper\documents\github\slither\slither\__main__.py", line 35, in process
slither = Slither(filename, args.solc, args.disable_solc_warnings, args.solc_args, ast)
"c:\users\vyper\documents\github\slither\slither\slither.py", line 41, in __init__
self._analyze_contracts()
"c:\users\vyper\documents\github\slither\slither\solc_parsing\slitherSolc.py", line 206, in _analyze_contracts
self._analyze_third_part(contracts_to_be_analyzed, libraries)
"c:\users\vyper\documents\github\slither\slither\solc_parsing\slitherSolc.py", line 290, in _analyze_third_part
self._analyze_variables_modifiers_functions(contract)
"c:\users\vyper\documents\github\slither\slither\solc_parsing\slitherSolc.py", line 330, in _analyze_variables_modifiers_functions
contract.analyze_content_functions()
"c:\users\vyper\documents\github\slither\slither\solc_parsing\declarations\contract.py", line 360, in analyze_content_functions
function.analyze_content()
"c:\users\vyper\documents\github\slither\slither\solc_parsing\declarations\function.py", line 827, in analyze_content
local_vars.analyze(self)
"c:\users\vyper\documents\github\slither\slither\solc_parsing\variables\variable_declaration.py", line 157, in analyze
self._initial_expression = parse_expression(self._initializedNotParsed, caller_context)
"c:\users\vyper\documents\github\slither\slither\solc_parsing\expressions\expression_parsing.py", line 421, in parse_expression
value = str(convert_subdenomination(value, expression['attributes']['subdenomination']))
"c:\users\vyper\documents\github\slither\slither\solc_parsing\expressions\expression_parsing.py", line 244, in convert_subdenomination
value = float(value)
ValueError: could not convert string to float: '0x07'
| 0.52998 |
Traceback (most recent call last):
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/cafes.py", line 8, in <module>
bot2 = build_model(configs.go_bot.gobot_dstc2_best, download=True)
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/myvenv/lib/python3.6/site-packages/deeppavlov/core/commands/infer.py", line 61, in build_model
component = from_params(component_config, mode=mode, serialized=component_serialized)
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/myvenv/lib/python3.6/site-packages/deeppavlov/core/common/params.py", line 93, in from_params
config_params = {k: _init_param(v, mode) for k, v in config_params.items()}
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/myvenv/lib/python3.6/site-packages/deeppavlov/core/common/params.py", line 93, in <dictcomp>
config_params = {k: _init_param(v, mode) for k, v in config_params.items()}
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/myvenv/lib/python3.6/site-packages/deeppavlov/core/common/params.py", line 51, in _init_param
param = from_params(param, mode=mode)
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/myvenv/lib/python3.6/site-packages/deeppavlov/core/common/params.py", line 80, in from_params
model = build_model(config, serialized=serialized)
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/myvenv/lib/python3.6/site-packages/deeppavlov/core/commands/infer.py", line 61, in build_model
component = from_params(component_config, mode=mode, serialized=component_serialized)
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/myvenv/lib/python3.6/site-packages/deeppavlov/core/common/params.py", line 90, in from_params
cls = get_model(cls_name)
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/myvenv/lib/python3.6/site-packages/deeppavlov/core/common/registry.py", line 72, in get_model
return cls_from_str(_REGISTRY[name])
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/myvenv/lib/python3.6/site-packages/deeppavlov/core/common/registry.py", line 41, in cls_from_str
return getattr(importlib.import_module(module_name), cls_name)
"/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 994, in _gcd_import
"<frozen importlib._bootstrap>", line 971, in _find_and_load
"<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 665, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/home/user/Documents/GenotekResearch2019/StudyTasks/5_deeppavlov/myvenv/lib/python3.6/site-packages/deeppavlov/models/embedders/fasttext_embedder.py", line 19, in <module>
import fastText
ModuleNotFoundError: No module named 'fastText'
| Traceback (most recent call last):
"/home/rivi/miniconda3/envs/nlu-flair/bin/rasa", line 8, in <module>
sys.exit(main())
"/home/rivi/miniconda3/envs/nlu-flair/lib/python3.7/site-packages/rasa/__main__.py", line 76, in main
cmdline_arguments.func(cmdline_arguments)
"/home/rivi/miniconda3/envs/nlu-flair/lib/python3.7/site-packages/rasa/cli/train.py", line 138, in train_nlu
persist_nlu_training_data=args.persist_nlu_data,
"/home/rivi/miniconda3/envs/nlu-flair/lib/python3.7/site-packages/rasa/train.py", line 399, in train_nlu
persist_nlu_training_data,
"uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete
"/home/rivi/miniconda3/envs/nlu-flair/lib/python3.7/site-packages/rasa/train.py", line 430, in _train_nlu_async
persist_nlu_training_data=persist_nlu_training_data,
"/home/rivi/miniconda3/envs/nlu-flair/lib/python3.7/site-packages/rasa/train.py", line 459, in _train_nlu_with_validated_data
persist_nlu_training_data=persist_nlu_training_data,
"/home/rivi/miniconda3/envs/nlu-flair/lib/python3.7/site-packages/rasa/nlu/train.py", line 68, in train
trainer = Trainer(nlu_config, component_builder)
"/home/rivi/miniconda3/envs/nlu-flair/lib/python3.7/site-packages/rasa/nlu/model.py", line 148, in __init__
components.validate_requirements(cfg.component_names)
"/home/rivi/miniconda3/envs/nlu-flair/lib/python3.7/site-packages/rasa/nlu/components.py", line 38, in validate_requirements
component_class = registry.get_component_class(component_name)
"/home/rivi/miniconda3/envs/nlu-flair/lib/python3.7/site-packages/rasa/nlu/registry.py", line 175, in get_component_class
raise ModuleNotFoundError(exception_message)
ModuleNotFoundError: Cannot find class 'ConveRTFeaturizer' from global namespace. Please check that there is no typo in the class name and that you have imported the class into the global namespace.
| 0.618483 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/google_assistant/smart_home.py", line 57, in _process
result = await handler(hass, data, inputs[0].get("payload"))
"/usr/src/homeassistant/homeassistant/components/google_assistant/smart_home.py", line 203, in handle_devices_execute
for entity_id in executions
"/usr/src/homeassistant/homeassistant/components/google_assistant/smart_home.py", line 143, in _entity_execute
await entity.execute(data, execution)
"/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 494, in execute
await trt.execute(command, data, params, challenge)
"/usr/src/homeassistant/homeassistant/components/google_assistant/trait.py", line 1440, in execute
await self._execute_volume_relative(data, params)
"/usr/src/homeassistant/homeassistant/components/google_assistant/trait.py", line 1429, in _execute_volume_relative
media_player.ATTR_MEDIA_VOLUME_LEVEL: current + relative / 100,
TypeError: unsupported operand type(s) for +: 'NoneType' and 'float'`
| Traceback (most recent call last):
"C:\_RT\OpenNFT\venv\lib\site-packages\pyqtgraph\graphicsItems\ImageItem.py", line 558, in viewTransformChanged
w = Point(x-o).length()
TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'
| 0.645009 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
"/usr/local/lib/python3.7/site-packages/aiohttp/web_ws.py", line 102, in _send_heartbeat
self._loop.create_task(self._writer.ping())
# type: ignore
AttributeError: 'NoneType' object has no attribute 'ping'
| Traceback (most recent call last):
"d:/Python/WS/PyTorch/Deep-Reinforcement-Learning-Hands-On/Chapter10/02_pong_a2c.py", line 159, in <module>
tb_tracker.track("advantage",
adv_v, step_idx)
"D:\Python\WinPython3670\python-3.6.7.amd64\lib\site-packages\ptan\common\utils.py", line 329, in track
self.writer.add_scalar(param_name, np.mean(data), iter_index)
"D:\Python\WinPython3670\python-3.6.7.amd64\lib\site-packages\numpy\core\fromnumeric.py", line 2957, in mean
out=out, **kwargs)
"D:\Python\WinPython3670\python-3.6.7.amd64\lib\site-packages\numpy\core\_methods.py", line 80, in _mean
ret = ret.dtype.type(ret / rcount)
AttributeError: 'torch.dtype' object has no attribute 'type' | 0.615761 |
Traceback (most recent call last):
"check_and_gen.py", line 126, in <module>
auth_token, hangouts_token = get_hangouts_tokens(cookies, driverpath)
"check_and_gen.py", line 61, in get_hangouts_tokens
driver = webdriver.Chrome(
"/usr/local/lib/python3.8/dist-packages/seleniumwire/webdriver/browser.py", line 86, in __init__
super().__init__(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'options'
| Traceback (most recent call last):
"C:\projects\bleachbit\bleachbit\Worker.py", line 87, in execute
"C:\projects\bleachbit\bleachbit\Command.py", line 82, in execute
"C:\projects\bleachbit\bleachbit\
Utilities.py", line 350, in delete
"C:\projects\bleachbit\bleachbit\
Utilities.py", line 789, in wipe_contents
"C:\projects\bleachbit\bleachbit\WindowsWipe.py", line 953, in file_wipe
"C:\projects\bleachbit\bleachbit\WindowsWipe.py", line 714, in poll_clusters_freed
"C:\projects\bleachbit\bleachbit\WindowsWipe.py", line 326, in check_extents
"C:\projects\bleachbit\bleachbit\WindowsWipe.py", line 402, in check_mapped_bit
TypeError: ord() expected string of length 1, but int found
| 0.515806 |
Traceback (most recent call last):
"c:\users\user\appdata\local\programs\python\python38\lib\runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
"c:\users\user\appdata\local\programs\python\python38\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
"C:\Users\user\AppData\Local\Programs\Python\Python38\Scripts\spotdl.exe\__main__.py", line 9, in <module>
"c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\spotdl.py", line 68, in main
match_args()
"c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\spotdl.py", line 40, in match_args
list_dl.download_list()
"c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\downloader.py", line 204, in download_list
return self._download_list()
"c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\downloader.py", line 212, in _download_list
track_dl = Downloader(raw_song, number=number)
"c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\downloader.py", line 98, in __init__
self.content, self.meta_tags = youtube_tools.match_video_and_metadata(raw_song)
"c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\youtube_tools.py", line 82, in match_video_and_metadata
meta_tags = spotify_tools.generate_metadata(track)
"c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\spotify_tools.py", line 39, in wrapper
return func(*args, **kwargs)
"c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\spotify_tools.py", line 84, in generate_metadata
meta_tags["lyrics"] = track.get_lyrics()
"c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\lyrics\providers\genius.py", line 46, in get_lyrics
lyrics = self._get_lyrics_text(html_page)
"c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\lyrics\providers\genius.py", line 40, in _get_lyrics_text
lyrics = lyrics_paragraph.get_text()
AttributeError: 'NoneType' object has no attribute 'get_text' | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/william/Virtualenvs/flask-mega-8I8MJhrT/lib/python3.7/site-packages/werkzeug/security.py", line 245, in check_password_hash
if pwhash.count('$') < 2:
AttributeError: 'builtin_function_or_method' object has no attribute 'count'
| 0.649162 |
Traceback (most recent call last):
"train.py", line 148, in <module>
train()
"train.py", line 55, in train
fake_B, fake_B_raw, flow, weight, real_A, real_Bp, fake_B_last = modelG(input_A, input_B, inst_A, fake_B_prev_last)
"/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/vid2vid/models/models.py", line 37, in forward
outputs = self.model(*inputs, **kwargs, dummy_bs=self.pad_bs)
"/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 141, in forward
return self.module(*inputs[0], **kwargs[0])
"/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/vid2vid/models/vid2vid_model_G.py", line 133, in forward
fake_B, fake_B_raw, flow, weight = self.generate_frame_train(netG, real_A_all, fake_B_prev, start_gpu, is_first_frame)
"/vid2vid/models/vid2vid_model_G.py", line 178, in generate_frame_train
fake_B_feat, flow_feat, fake_B_fg_feat, use_raw_only)
"/vid2vid/models/networks.py", line 204, in forward
downsample = self.model_down_seg(input) + self.model_down_img(img_prev)
"/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/lib/python3.7/site-packages/torch/nn/modules/container.py", line 92, in forward
input = module(input)
"/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/lib/python3.7/site-packages/torch/nn/modules/conv.py", line 320, in forward
self.padding, self.dilation, self.groups)
RuntimeError: Given groups=1, weight of size [64, 18, 7, 7], expected input[1, 12, 262, 198] to have 18 channels, but got 12 channels instead
| Iteration:
0% 2/3016 [00:01<38:24,
1.31it/s]Traceback (most recent call last):
"examples/seq_labeling/run_seq_labeling.py", line 823, in <module>
main()
"examples/seq_labeling/run_seq_labeling.py", line 716, in main
args, train_dataset, model, tokenizer, labels, pad_token_label_id
"examples/seq_labeling/run_seq_labeling.py", line 233, in train
scaled_loss.backward()
"/usr/local/lib/python3.6/dist-packages/torch/tensor.py", line 198, in backward
torch.autograd.backward(self, gradient, retain_graph, create_graph)
"/usr/local/lib/python3.6/dist-packages/torch/autograd/__init__.py", line 100, in backward
allow_unreachable=True)
# allow_unreachable flag
RuntimeError: transform: failed to synchronize: cudaErrorIllegalAddress: an illegal memory access was encountered
| 0.55584 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/rosu/.pyenv/versions/3.5.1/lib/python3.5/site-packages/PIL/Image.py", line 2452, in open
% (filename if filename else fp))
OSError: cannot identify image file 'Sticker_221798031_241_1493220192.exe'
| Traceback (most recent call last):
"dingdang.py", line 178, in <module>
app.run()
"dingdang.py", line 124, in run
self.mic.say(salutation, cache=True)
"/home/pi/workspace/dingdang/client/mic.py", line 348, in say
self.speaker.say(phrase, cache)
"/home/pi/workspace/dingdang/client/tts.py", line 135, in say
self.play_mp3(tmpfile)
"/home/pi/workspace/dingdang/client/tts.py", line 106, in play_mp3
p = subprocess.Popen(cmd, stdout=f, stderr=f)
"/usr/lib/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
"/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
| 0.574255 |
Traceback (most recent call last):
"/opt/scancode-toolkit/src/scancode/cli.py", line 821, in run_plugins
plugin.process_codebase(codebase, **kwargs)
"/opt/scancode-toolkit/src/summarycode/summarizer.py", line 129, in process_codebase
summarize_codebase(codebase, keep_details=False, **kwargs)
"/opt/scancode-toolkit/src/summarycode/summarizer.py", line 185, in summarize_codebase
_summary_data = summarizer(resource, children, keep_details=keep_details)
"/opt/scancode-toolkit/src/summarycode/summarizer.py", line 220, in license_summarizer
for child_summary in child_summaries:
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib64/python2.6/site-packages/salt/client/__init__.py", line 1890, in cmd
return self.sminion.functions[fun](*args, **kwargs)
"/usr/lib64/python2.6/site-packages/salt/modules/file.py", line 4803, in manage_file
ret, _ = check_perms(name, ret, user, group, mode, follow_symlinks)
"/usr/lib64/python2.6/site-packages/salt/modules/file.py", line 4103, in check_perms
orig_comment = ret['comment']
TypeError: string indices must be integers, not str
| 0.584917 |
Traceback (most recent call last):
"/usr/src/app/homeassistant/helpers/entity.py", line 215, in async_update_ha_state
state = self.state
"/usr/src/app/homeassistant/helpers/entity.py", line 379, in state
return STATE_ON if self.is_on else STATE_OFF
"/usr/src/app/homeassistant/components/switch/netio.py", line 162, in is_on
return self.netio.states[self.outlet - 1]
TypeError: unsupported operand type(s) for -: 'str' and 'int'
| Traceback (most recent call last):
"./train.py", line 100, in <module>
base_datamgr
= SimpleDataManager(image_size, batch_size = 16)
"/media/data2/manolis/CloserLookFewShot/data/datamgr.py", line 53, in __init__
super(SimpleDataManager, self).__init__()
TypeError: super() argument 1 must be type, not classobj
| 0.602753 |
Traceback (most recent call last):
"/home/vagrant/.virtualenvs/wagtaildemo/lib/python3.4/site-packages/django/template/base.py", line 900, in _resolve_lookup
current = current[int(bit)]
ValueError: invalid literal for int() with base 10: 'show_parent'
| Traceback (most recent call last):
"/usr/local/bin/twint", line 11, in <module>
load_entry_point('twint==2.1.21', 'console_scripts', 'twint')()
"/usr/local/lib/python3.8/dist-packages/twint-2.1.21-py3.8.egg/twint/cli.py", line 311, in run_as_command
"/usr/local/lib/python3.8/dist-packages/twint-2.1.21-py3.8.egg/twint/cli.py", line 303, in main
"/usr/local/lib/python3.8/dist-packages/twint-2.1.21-py3.8.egg/twint/run.py", line 386, in Search
"/usr/local/lib/python3.8/dist-packages/twint-2.1.21-py3.8.egg/twint/run.py", line 285, in run
"/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
"/usr/local/lib/python3.8/dist-packages/twint-2.1.21-py3.8.egg/twint/run.py", line 211, in main
"/usr/local/lib/python3.8/dist-packages/twint-2.1.21-py3.8.egg/twint/run.py", line 228, in run
ValueError: Cannot find twitter account with name = inteltechniques
| 0.513421 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/setup.py", line 175, in _async_setup_component
component.setup, hass, processed_config
# type: ignore
"/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/homeassistant/homeassistant/components/nextcloud/__init__.py", line 102, in setup
hass.data[DOMAIN] = get_data_points(ncm.data)
"/usr/src/homeassistant/homeassistant/components/nextcloud/__init__.py", line 136, in get_data_points
for key, value in api_data.items():
AttributeError: 'list' object has no attribute 'items'
| Traceback (most recent call last):
"/Users/miquelllobet/Code/BlueWhale/ml/rl/test/test_normalization.py", line 201, in test_normalize_dense_matrix_enum
False
"/Users/miquelllobet/Code/BlueWhale/ml/rl/preprocessing/preprocessor_net.py", line 374, in prepare_normalization
reshaped_input_blob, normalization_param
"/Users/miquelllobet/Code/BlueWhale/ml/rl/preprocessing/preprocessor_net.py", line 120, in preprocess_blob
self._net.ReplaceValuesOp(
"/Users/miquelllobet/anaconda/envs/gym/lib/python3.6/site-packages/caffe2/python/core.py", line 2040, in __getattr__
",".join(workspace.C.nearby_opnames(op_type)) + ']'
AttributeError: Method ReplaceValuesOp is not a registered operator. Did you mean: []
| 0.594269 |
Traceback (most recent call last):
"train.py", line 190, in <module>
train(epoch, model, train_loader, unsuptrain_loader)
"train.py", line 81, in train
{'params': model.dcis.parameters()},
"/home/mohammad/pytorch_0.4_python3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 585, in __getattr__
type(self).__name__, name))
AttributeError: 'DAANNet' object has no attribute 'dcis'
| Traceback (most recent call last):
"uvloop/cbhandles.pyx", line 62, in uvloop.loop.Handle._run
"/usr/local/lib/python3.7/site-packages/serial_asyncio/__init__.py", line 106, in _read_ready
self._protocol.data_received(data)
"/config/deps/lib/python3.7/site-packages/zigpy_xbee/uart.py", line 43, in data_received
self.frame_received(frame)
"/config/deps/lib/python3.7/site-packages/zigpy_xbee/uart.py", line 48, in frame_received
self._api.frame_received(frame)
"/config/deps/lib/python3.7/site-packages/zigpy_xbee/api.py", line 207, in frame_received
getattr(self, '_handle_%s' % (command, ))(data)
AttributeError: 'XBee' object has no attribute '_handle_route_record_indicator'
| 0.563485 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
"/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
"/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
return await handler(request)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 73, in ban_middleware
return await handler(request)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 127, in auth_middleware
return await handler(request)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 125, in handle
result = await result
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/config/config_entries.py", line 186, in post
return await super().post(request)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/data_validator.py", line 54, in wrapper
result = await method(view, request, *args, **kwargs)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/data_entry_flow.py", line 63, in post
handler, context={"source": config_entries.SOURCE_USER}
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py", line 124, in async_init
flow, flow.init_step, data, init_done
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py", line 196, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/unifi/config_flow.py", line 194, in async_step_init
return await self.async_step_device_tracker()
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/unifi/config_flow.py", line 211, in async_step_device_tracker
for ap in self.controller.api.devices.values()
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/unifi/config_flow.py", line 212, in <setcomp>
for wlan in ap.raw.get("wlan_overrides", [])
KeyError: 'name'
| Traceback (most recent call last):
"site-packages\twisted\internet\defer.py", line 1299, in _inlineCallbacks
"site-packages\lbrynet\core\client\BlobRequester.py", line 70, in get_new_peers_for_head_blob
"site-packages\lbrynet\core\client\DownloadManager.py", line 103, in get_head_blob_hash
KeyError: 0
| 0.547363 |
Traceback (most recent call last):
"D:\Applications\Anaconda3\lib\site-packages\tensorlayer\cost.py", line 36, in cross_entropy
return tf.reduce_mean(tf.nn.sparse_softmax_cross_entropy_with_logits(logits=output, targets=target))
TypeError: sparse_softmax_cross_entropy_with_logits() got an unexpected keyword argument 'targets'
| Traceback (most recent call last):
"/usr/bin/khal", line 11, in <module>
load_entry_point('khal==0.9.2', 'console_scripts', 'khal')()
"/usr/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python3.6/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/usr/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/lib/python3.6/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/lib/python3.6/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/usr/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/usr/lib/python3.6/site-packages/khal-0.9.2-py3.6.egg/khal/cli.py", line 609, in configure
configwizard.configwizard()
"/usr/lib/python3.6/site-packages/khal-0.9.2-py3.6.egg/khal/configwizard.py", line 193, in configwizard
config = create_config(vdirs, dateformat=dateformat, timeformat=timeformat)
"/usr/lib/python3.6/site-packages/khal-0.9.2-py3.6.egg/khal/configwizard.py", line 154, in create_config
for name, path, type_ in sorted(vdirs) or ():
TypeError: 'NoneType' object is not iterable
| 0.480636 |
Traceback (most recent call last):
"/Users/sbasu1/packages/python3/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'TypeError' object has no attribute '_render_traceback_'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 377, in get_op_handler
op = getattr(op, part)
AttributeError: type object 'PageBlobService' has no attribute 'incremental_copy_blob'
| 0.613555 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"c:\users\lucas\appdata\local\temp\pip-build-bxrui8\thinc\setup.py", line 308, in <module>
setup_package()
"c:\users\lucas\appdata\local\temp\pip-build-bxrui8\thinc\setup.py", line 303, in setup_package
'build_ext': build_ext_subclass},
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\core.py", line 151, in setup
dist.run_commands()
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\dist.py", line 953, in run_commands
self.run_command(cmd)
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\site-packages\setuptools-27.2.0-py2.7.egg\setuptools\command\install.py", line 61, in run
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\command\install.py", line 563, in run
self.run_command('build')
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\cmd.py", line 326, in run_command
self.distribution.run_command(command)
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\command\build.py", line 127, in run
self.run_command(cmd_name)
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\cmd.py", line 326, in run_command
self.distribution.run_command(command)
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\command\build_ext.py", line 340, in run
self.build_extensions()
"c:\users\lucas\appdata\local\temp\pip-build-bxrui8\thinc\setup.py", line 116, in build_extensions
build_ext.build_extensions(self)
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\command\build_ext.py", line 449, in build_extensions
self.build_extension(ext)
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\command\build_ext.py", line 499, in build_extension
depends=ext.depends)
"C:\Program
s\Anaconda2\envs\spacy_alpha\lib\distutils\msvc9compiler.py", line 546, in compile
extra_postargs)
TypeError: can only concatenate list (not "dict") to list
| Traceback (most recent call last):
"<pyshell#7>", line 1, in <module>
raise "test"
TypeError: exceptions must derive from BaseException
| 0.564954 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/usr/lib/python3/dist-packages/cryptography/hazmat/primitives/serialization/ssh.py", line 18, in load_ssh_public_key
key_parts = data.split(b' ', 2)
TypeError: must be str or None, not bytes
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"test.pyx", line 5, in init test (test.c:1123)
z == 0.0 + 0.0j
TypeError: Cannot convert complex to test.MyZero
| 0.667519 |
Traceback (most recent call last):
"customWidget.pyo", line 380, in showMenu
RuntimeError: wrapped C/C++ object of type QToolButton has been deleted
| Traceback (most recent call last):
"./tools/train.py", line 186, in <module>
main()
"./tools/train.py", line 182, in main
meta=meta)
"mmdetection/mmdet/apis/train.py", line 170, in train_detector
runner.run(data_loaders, cfg.workflow)
"/opt/anaconda3/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line 125, in run
epoch_runner(data_loaders[i], **kwargs)
"/opt/anaconda3/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line 50, in train
self.run_iter(data_batch, train_mode=True)
"/opt/anaconda3/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line 30, in run_iter
**kwargs)
"/opt/anaconda3/lib/python3.7/site-packages/mmcv/parallel/distributed.py", line 46, in train_step
output = self.module.train_step(*inputs[0], **kwargs[0])
"mmdetection/mmdet/models/detectors/base.py", line 247, in train_step
losses = self(**data)
"/opt/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl
result = self.forward(*input, **kwargs)
"/opt/anaconda3/lib/python3.7/site-packages/mmcv/runner/fp16_utils.py", line 84, in new_func
return old_func(*args, **kwargs)
"mmdetection/mmdet/models/detectors/base.py", line 181, in forward
return self.forward_train(img, img_metas, **kwargs)
"mmdetection/mmdet/models/detectors/two_stage.py", line 156, in forward_train
proposal_cfg=proposal_cfg)
"mmdetection/mmdet/models/dense_heads/base_dense_head.py", line 54, in forward_train
losses = self.loss(*loss_inputs, gt_bboxes_ignore=gt_bboxes_ignore)
"mmdetection/mmdet/models/dense_heads/rpn_head.py", line 78, in loss
gt_bboxes_ignore=gt_bboxes_ignore)
"/opt/anaconda3/lib/python3.7/site-packages/mmcv/runner/fp16_utils.py", line 164, in new_func
return old_func(*args, **kwargs)
"mmdetection/mmdet/models/dense_heads/anchor_head.py", line 467, in loss
label_channels=label_channels)
"mmdetection/mmdet/models/dense_heads/anchor_head.py", line 349, in get_targets
unmap_outputs=unmap_outputs)
"mmdetection/mmdet/core/utils/misc.py", line 29, in multi_apply
return tuple(map(list, zip(*map_results)))
"mmdetection/mmdet/models/dense_heads/anchor_head.py", line 226, in _get_targets_single
gt_bboxes)
"mmdetection/mmdet/core/bbox/samplers/base_sampler.py", line 96, in sample
assign_result, num_expected_neg, bboxes=bboxes, **kwargs)
"mmdetection/mmdet/core/bbox/samplers/random_sampler.py", line 78, in _sample_neg
return self.random_choice(neg_inds, num_expected)
"mmdetection/mmdet/core/bbox/samplers/random_sampler.py", line 54, in random_choice
perm = torch.randperm(gallery.numel(), device=gallery.device)[:num]
RuntimeError: radix_sort: failed on 1st step: cudaErrorInvalidDevice: invalid device ordinal
| 0.407266 |
Traceback (most recent call last):
"transcribe.py", line 21, in <module>
from data.data_loader import SpectrogramParser
"/mnt/1T-5e7/Code_projects/NLP/Speech_to_text/github.com_SeanNaren_deepspeech.pytorch/data/__init__.py", line 1, in <module>
from . import data_loader
"/mnt/1T-5e7/Code_projects/NLP/Speech_to_text/github.com_SeanNaren_deepspeech.pytorch/data/data_loader.py", line 13, in <module>
import torchaudio
"/home/young/anaconda3/envs/py36_torch100_cuda10_b/lib/python3.6/site-packages/torchaudio-0.2-py3.6-linux-x86_64.egg/torchaudio/__init__.py", line 5, in <module>
import _torch_sox
ImportError: /home/young/anaconda3/envs/py36_torch100_cuda10_b/lib/python3.6/site-packages/torchaudio-0.2-py3.6-linux-x86_64.egg/_torch_sox.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3c1019UndefinedTensorImpl10_singletonE
|
Traceback (most recent call last):
"dill_load.py", line 4, in <module>
foo = dill.load(fh)
"/home/b/lib/python/dill-0.2.4-py2.6.egg/dill/dill.py", line 199, in load
obj = pik.load()
"/rel/lang/python/2.6.4-8/lib/python2.6/pickle.py", line 858, in load
dispatch[key](self)
"/rel/lang/python/2.6.4-8/lib/python2.6/pickle.py", line 1133, in load_reduce
value = func(*args)
"/home/b/lib/python/dill-0.2.4-py2.6.egg/dill/dill.py", line 678, in _import_module
return __import__(import_name)
ImportError: No module named foo | 0.611406 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/usr/src/hassio/hassio/__main__.py", line 47, in <module>
loop.run_until_complete(coresys.core.setup())
"uvloop/loop.pyx", line 1451, in uvloop.loop.Loop.run_until_complete
"/usr/src/hassio/hassio/core.py", line 76, in setup
await self.sys_secrets.load()
"/usr/src/hassio/hassio/secrets.py", line 35, in load
await self._read_secrets()
"/usr/src/hassio/hassio/utils/__init__.py", line 55, in wrapper
return await method(*args, **kwargs)
"/usr/src/hassio/hassio/secrets.py", line 57, in _read_secrets
_LOGGER.debug("Reload Home Assistant secrets: %s", len(self.secrets))
TypeError: object of type 'NoneType' has no len()
| Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_deserialization_length() missing 2 required positional arguments: 'input' and 'expected'
| 0.536917 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: can't change class of type '<class 'A'>'
| Traceback (most recent call last):
"scripts/extract_features.py", line 114, in <module>
main(args)
"scripts/extract_features.py", line 108, in main
feat_dset[i0:i1] = feats
TypeError: 'NoneType' object does not support item assignment
| 0.557926 |
Traceback (most recent call last):
"train.py", line 83, in <module>
trainer.fit(model)
"/usr/local/lib/python3.6/dist-packages/pytorch_lightning/trainer/trainer.py", line 721, in fit
self.load_spawn_weights(model)
"/usr/local/lib/python3.6/dist-packages/pytorch_lightning/trainer/distrib_data_parallel.py", line 372, in load_spawn_weights
loaded_model = original_model.__class__.load_from_checkpoint(path)
"/usr/local/lib/python3.6/dist-packages/pytorch_lightning/core/lightning.py", line 1512, in load_from_checkpoint
model = cls._load_model_state(checkpoint, *args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/pytorch_lightning/core/lightning.py", line 1543, in _load_model_state
model = cls(*model_args)
TypeError: __init__() missing 1 required positional argument: 'dataset'
| `Traceback (most recent call last):
"main.py", line 175, in <module>
p = Scraper(settings, custom_settings)
"main.py", line 66, in __init__
self.settings = Settings(settings_file, can_save=(c_settings is None), can_load=(not args.test) )
"./classes\settings.py", line 42, in __init__
wizard.run(file)
"./classes/wizards\wizard.py", line 69, in run
"user_agent": "RMD-"+random.random(),
TypeError: must be str, not float`
| 0.538138 |
Traceback (most recent call last):
"/home/svc-web/webshop/env/bin/pip", line 8, in <module>
sys.exit(main())
"/home/svc-web/webshop/env/lib/python3.6/site-packages/pip/_internal/cli/main.py", line 73, in main
command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
"/home/svc-web/webshop/env/lib/python3.6/site-packages/pip/_internal/commands/__init__.py", line 96, in create_command
module = importlib.import_module(module_path)
"/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 994, in _gcd_import
"<frozen importlib._bootstrap>", line 971, in _find_and_load
"<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 665, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/home/svc-web/webshop/env/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 24, in <module>
from pip._internal.cli.req_command import RequirementCommand
"/home/svc-web/webshop/env/lib/python3.6/site-packages/pip/_internal/cli/req_command.py", line 20, in <module>
from pip._internal.operations.prepare import RequirementPreparer
"/home/svc-web/webshop/env/lib/python3.6/site-packages/pip/_internal/operations/prepare.py", line 16, in <module>
from pip._internal.distributions import (
"/home/svc-web/webshop/env/lib/python3.6/site-packages/pip/_internal/distributions/__init__.py", line 1, in <module>
from pip._internal.distributions.source import SourceDistribution
ImportError: cannot import name 'SourceDistribution'
| Traceback (most recent call last):
"C:\Users\zhang\OneDrive\Desktop\Projects\ML\tmp\Z89BA~1.DIS\z.py", line 1, in <module>
"C:\Users\zhang\OneDrive\Desktop\Projects\ML\tmp\Z89BA~1.DIS\zmq\__init__.py", line 55, in <module zmq>
"C:\Users\zhang\OneDrive\Desktop\Projects\ML\tmp\Z89BA~1.DIS\zmq\backend\__init__.py", line 40, in <module zmq.backend>
"C:\Users\zhang\OneDrive\Desktop\Projects\ML\tmp\Z89BA~1.DIS\zmq\utils\sixcerpt.py", line 34, in reraise
"C:\Users\zhang\OneDrive\Desktop\Projects\ML\tmp\Z89BA~1.DIS\zmq\backend\__init__.py", line 27, in <module zmq.backend>
"C:\Users\zhang\OneDrive\Desktop\Projects\ML\tmp\Z89BA~1.DIS\zmq\backend\select.py", line 28, in select_backend
"C:\Users\zhang\OneDrive\Desktop\Projects\ML\tmp\Z89BA~1.DIS\zmq\backend\cython\__init__.py", line 6, in <module zmq.backend.cython>
ImportError: LoadLibraryExW 'C:\Users\zhang\OneDrive\Desktop\Projects\ML\tmp\Z89BA~1.DIS\zmq\backend\cython\error.pyd' failed: The specified module could not be found.
| 0.627098 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/airflow/models/taskinstance.py", line 984, in _run_raw_task
result = task_copy.execute(context=context)
"/usr/local/lib/python3.7/site-packages/airflow/operators/python_operator.py", line 113, in execute
return_value = self.execute_callable()
"/usr/local/lib/python3.7/site-packages/airflow/operators/python_operator.py", line 118, in execute_callable
return self.python_callable(*self.op_args, **self.op_kwargs)
"/usr/local/airflow/dags/test_dag_2.py", line 44, in run_this_func
print("Remotely received value of {} for key=message".format(context["dag_run"].conf["message"]))
TypeError: 'NoneType' object is not subscriptable
| Traceback (most recent call last):
"run_anomaly.py", line 151, in <module>
runModel(GYM_NAME, plot=plot)
"run_anomaly.py", line 141, in runModel
runIoThroughNupic(inputData, model, gymName, plot)
"run_anomaly.py", line 122, in runIoThroughNupic
output.write(timestamp, consumption, prediction, anomalyScore)
"/root/nupic/swarm/nupic_anomaly_output.py", line 93, in write
value, anomalyScore, timestamp
"/root/anaconda2/lib/python2.7/site-packages/nupic/algorithms/anomaly_likelihood.py", line 386, in anomalyProbability
skipRecords=numSkipRecords)
"/root/anaconda2/lib/python2.7/site-packages/nupic/algorithms/anomaly_likelihood.py", line 460, in estimateAnomalyLikelihoods
verbosity = verbosity)
"/root/anaconda2/lib/python2.7/site-packages/nupic/algorithms/anomaly_likelihood.py", line 672, in _anomalyScoreMovingAverage
MovingAverage.compute(historicalValues, total, record[2], windowSize)
"/root/anaconda2/lib/python2.7/site-packages/nupic/utils.py", line 81, in compute
total += newVal
TypeError: unsupported operand type(s) for +=: 'float' and 'NoneType'
| 0.596314 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/state.py", line 1624, in call
**cdata['kwargs'])
"/usr/lib/python2.7/dist-packages/salt/loader.py", line 1491, in wrapper
return f(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/states/pip_state.py", line 592, in installed
out = _check_pkg_version_format(pkg)
"/usr/lib/python2.7/dist-packages/salt/states/pip_state.py", line 176, in _check_pkg_version_format
ret['prefix'] = install_req.req.project_name
AttributeError: 'Requirement' object has no attribute 'project_name'
Started: 02:02:46.170152 | Traceback (most recent call last):
"test_linalg.py", line 27, in tearDown
linalg.shutdown()
AttributeError: module 'skcuda.linalg' has no attribute 'shutdown'
| 0.489061 |
Traceback (most recent call last):
"examples/text-classification/run_pl_glue.py", line 228, in <module>
main()
"examples/text-classification/run_pl_glue.py", line 218, in main
trainer = generic_train(model, args)
"/home/ejp416/complexity/examples/lightning_base.py", line 400, in generic_train
trainer.fit(model)
"/home/ejp416/miniconda3/envs/complexity2/lib/python3.7/site-packages/pytorch_lightning/trainer/states.py", line 48, in wrapped_fn
result = fn(self, *args, **kwargs)
"/home/ejp416/miniconda3/envs/complexity2/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 1072, in fit
model = self.accelerator_backend.setup(model)
"/home/ejp416/miniconda3/envs/complexity2/lib/python3.7/site-packages/pytorch_lightning/accelerators/gpu_backend.py", line 34, in setup
self.trainer.call_setup_hook(model)
"/home/ejp416/miniconda3/envs/complexity2/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 1444, in call_setup_hook
model.setup(stage_name)
"/home/ejp416/complexity/examples/lightning_base.py", line 175, in setup
self.train_loader = self.get_dataloader("train", self.hparams.train_batch_size, shuffle=True)
"examples/text-classification/run_pl_glue.py", line 98, in get_dataloader
all_token_type_ids = torch.tensor([f.token_type_ids for f in features], dtype=torch.long)
TypeError: an integer is required (got type NoneType)
| Traceback (most recent call last):
"/builddir/build/BUILD/eventlet-0.23.0/tests/wsgi_test.py", line 473, in test_013_empty_return
server_side=True)
"/builddir/build/BUILD/eventlet-0.23.0/eventlet/convenience.py", line 158, in wrap_ssl
return wrap_ssl_impl(sock, *a, **kw)
"/builddir/build/BUILD/eventlet-0.23.0/eventlet/green/ssl.py", line 379, in wrap_socket
return GreenSSLSocket(sock, *a, **kw)
"/builddir/build/BUILD/eventlet-0.23.0/eventlet/green/ssl.py", line 68, in __init__
ca_certs, do_handshake_on_connect and six.PY2, *args, **kw)
"/usr/lib64/python3.7/ssl.py", line 788, in __init__
f"{self.__class__.__name__} does not have a public "
TypeError: GreenSSLSocket does not have a public constructor. Instances are returned by SSLContext.wrap_socket().
| 0.544111 |
Traceback (most recent call last):
"cherrypy\_cprequest.pyo", line 670, in respond
"cherrypy\lib\encoding.pyo", line 220, in __call__
"cherrypy\_cpdispatch.pyo", line 60, in __call__
"sabnzbd\interface.pyo", line 780, in index
"sabnzbd\api.pyo", line 1299, in build_queue
"sabnzbd\api.pyo", line 1693, in build_queue_header
"sabnzbd\nzbqueue.pyo", line 819, in queue_info
"sabnzbd\nzbstuff.pyo", line 1588, in remaining
RuntimeError: dictionary changed size during iteration
| Traceback (most recent call last):
"/root/DT/src/pipelines/train/DT.py", line 78, in <module>
trainer.train()
"/detectron2_repo/detectron2/engine/defaults.py", line 350, in train
super().train(self.start_iter, self.max_iter)
"/detectron2_repo/detectron2/engine/train_loop.py", line 132, in train
self.run_step()
"/detectron2_repo/detectron2/engine/train_loop.py", line 212, in run_step
loss_dict = self.model(data)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 541, in __call__
result = self.forward(*input, **kwargs)
"/detectron2_repo/detectron2/modeling/meta_arch/rcnn.py", line 88, in forward
_, detector_losses = self.roi_heads(images, features, proposals, gt_instances)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 541, in __call__
result = self.forward(*input, **kwargs)
"/detectron2_repo/detectron2/modeling/roi_heads/roi_heads.py", line 561, in forward
losses = self._forward_box(features_list, proposals)
"/detectron2_repo/detectron2/modeling/roi_heads/roi_heads.py", line 615, in _forward_box
box_features = self.box_pooler(features, [x.proposal_boxes for x in proposals])
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 541, in __call__
result = self.forward(*input, **kwargs)
"/detectron2_repo/detectron2/modeling/poolers.py", line 208, in forward
output[inds] = pooler(x_level, pooler_fmt_boxes_level)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 541, in __call__
result = self.forward(*input, **kwargs)
"/detectron2_repo/detectron2/layers/roi_align.py", line 95, in forward
input, rois, self.output_size, self.spatial_scale, self.sampling_ratio, self.aligned
"/detectron2_repo/detectron2/layers/roi_align.py", line 20, in forward
input, roi, spatial_scale, output_size[0], output_size[1], sampling_ratio, aligned
RuntimeError: CUDA error: no kernel image is available for execution on the device **(ROIAlign_forward_cuda at /detectron2_repo/detectron2/layers/csrc/ROIAlign/ROIAlign_cuda.cu:361)**
| 0.507184 |
Traceback (most recent call last):
"./LSP_train.py", line 154, in <module>
args.train_batch_size, n_gpu, timestamp))
"/opt/conda/envs/pytorch-py3.6/lib/python3.6/posixpath.py", line 80, in join
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not NoneType
| Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/flask/app.py", line 2446, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1951, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1820, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.6/dist-packages/flask/_compat.py", line 39, in reraise
raise value
"/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1949, in full_dispatch_request
rv = self.dispatch_request()
"/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1935, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"ocrRecognize.py", line 57, in ocr_recognize
results = run(gray_pil)
"/usr/local/lib/python3.6/dist-packages/tr-1.1.2.2-py3.6.egg/tr/tr.py", line 244, in run
rect_arr = numpy.int0(rect_arr)
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' | 0.631082 |
Traceback (most recent call last):
"/home/user/.config/cudatext/py/cuda_config_keys/cd_config_keys.py", line 47, in dlg_config_keys
CfgKeysDlg().show()
"/home/user/.config/cudatext/py/cuda_config_keys/cd_config_keys.py", line 144, in __init__
m.ks2id
= M.prep_keys_info()
"/home/user/.config/cudatext/py/cuda_config_keys/cd_config_keys.py", line 81, in prep_keys_info
cmdCNKKIs
= collect_keys()
"/home/user/.config/cudatext/py/cuda_config_keys/cd_config_keys.py", line 59, in collect_keys
cmdinfos
= [('Commands'
"/home/user/.config/cudatext/py/cuda_config_keys/cd_config_keys.py", line 70, in <listcomp>
,f('{},{},{}', cmd['p_module'], cmd['p_method'], cmd['p_method_params']).rstrip(',')
KeyError: 'p_module'
| Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 322, in _async_add_entity
await entity.async_device_update(warning=False)
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 472, in async_device_update
await self.hass.async_add_executor_job(self.update)
"/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/homeassistant/homeassistant/components/plugwise/climate.py", line 279, in update
self._presets = self._api.get_presets(self._domain_objects)
"/usr/local/lib/python3.7/site-packages/haanna/haanna.py", line 89, in get_presets
presets = self.get_preset_dictionary(root, rule_id)
"/usr/local/lib/python3.7/site-packages/haanna/haanna.py", line 498, in get_preset_dictionary
directive.find("then").attrib["setpoint"]
KeyError: 'setpoint'
| 0.550005 |
Traceback (most recent call last):
"hscommon\gui\progress_window.py", line 105, in pulse
"core\app.py", line 347, in _job_error
"hscommon\jobprogress\performer.py", line 45, in _async_run
"core\app.py", line 243, in _do_delete
"core\results.py", line 316, in perform_on_marked
"core\app.py", line 238, in op
"core\app.py", line 256, in _do_delete_dupe
"send2trash\plat_win.py", line 77, in send2trash
"ctypes\__init__.py", line 291, in create_unicode_buffer
ValueError: string too long
| Traceback (most recent call last):
"/home/jgomezg/dwdm_show_int_detail.py", line 56, in <module>
net_connect = ConnectHandler(**linux)
"/home/jgomezg/.local/lib/python3.6/site-packages/netmiko/ssh_dispatcher.py", line 259, in ConnectHandler
return ConnectionClass(*args, **kwargs)
"/home/jgomezg/.local/lib/python3.6/site-packages/netmiko/base_connection.py", line 327, in __init__
self._open()
"/home/jgomezg/.local/lib/python3.6/site-packages/netmiko/base_connection.py", line 333, in _open
self._try_session_preparation()
"/home/jgomezg/.local/lib/python3.6/site-packages/netmiko/base_connection.py", line 756, in _try_session_preparation
self.session_preparation()
"/home/jgomezg/.local/lib/python3.6/site-packages/netmiko/linux/linux_ssh.py", line 19, in session_preparation
return super().session_preparation()
"/home/jgomezg/.local/lib/python3.6/site-packages/netmiko/base_connection.py", line 776, in session_preparation
self.set_base_prompt()
"/home/jgomezg/.local/lib/python3.6/site-packages/netmiko/linux/linux_ssh.py", line 43, in set_base_prompt
delay_factor=delay_factor,
"/home/jgomezg/.local/lib/python3.6/site-packages/netmiko/base_connection.py", line 1081, in set_base_prompt
raise ValueError(f"Router prompt not found: {repr(prompt)}")
ValueError: Router prompt not found: 'Password:'
| 0.556621 |
[WARNING] [2019-04-23 17:03:09,374:EnsembleBuilder(1):digits] Error loading /tmp/autosklearn_parallel_example_tmp/.auto-sklearn/predictions_ensemble/predictions_ensemble_0_3.npy: Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/autosklearn/ensemble_builder.py", line 316, in read_ensemble_preds
y_ensemble = self._read_np_fn(fp=fp)
"/usr/local/lib/python3.6/dist-packages/autosklearn/ensemble_builder.py", line 641, in _read_np_fn
predictions = np.load(fp).astype(dtype=np.float32)
"/usr/local/lib/python3.6/dist-packages/numpy/lib/npyio.py", line 451, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False
| Traceback (most recent call last):
"/path/to/kitty.app/Contents/MacOS/../Frameworks/kitty/kitty/window.py", line 341, in set_color_table_color
for c, val in parse_color_set(value):
"/path/to/kitty.app/Contents/MacOS/../Frameworks/kitty/kitty/utils.py", line 64, in parse_color_set
for c, spec in [parts[i:i + 2] for i in range(0, len(parts), 2)]:
ValueError: not enough values to unpack (expected 2, got 1)
| 0.536433 |
Traceback (most recent call last):
"C:\Users\Kostas\AppData\Roaming\Sublime Text 3\Packages\SublimeLinter\lint\queue.py", line 65, in loop
self.lint(view_id, timestamp)
"C:\Users\Kostas\AppData\Roaming\Sublime Text 3\Packages\SublimeLinter\lint\queue.py", line 111, in lint
self.callback(view_id, timestamp)
"C:\Users\Kostas\AppData\Roaming\Sublime Text 3\Packages\SublimeLinter\sublimelinter.py", line 120, in lint
Linter.lint_view(view, filename, code, hit_time, callback)
"C:\Users\Kostas\AppData\Roaming\Sublime Text 3\Packages\SublimeLinter\lint\linter.py", line 923, in lint_view
view_settings = linter.get_view_settings(inline=False)
"./python3.3/functools.py", line 251, in wrapper
"C:\Users\Kostas\AppData\Roaming\Sublime Text 3\Packages\SublimeLinter\lint\linter.py", line 449, in get_view_settings
settings = self.get_merged_settings()
"C:\Users\Kostas\AppData\Roaming\Sublime Text 3\Packages\SublimeLinter\lint\linter.py", line 496, in get_merged_settings
self.replace_settings_tokens(settings)
"C:\Users\Kostas\AppData\Roaming\Sublime Text 3\Packages\SublimeLinter\lint\linter.py", line 590, in replace_settings_tokens
folders = window.project_data()['folders']
TypeError: 'NoneType' object is not subscriptable
| Traceback (most recent call last):
"/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/__init__.py", line 467, in execute
return self.import_gltf2(context)
"/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/__init__.py", line 485, in import_gltf2
BlenderGlTF.create(self.gltf_importer)
"/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_gltf.py", line 36, in create
BlenderScene.create(gltf, scene_idx)
"/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_scene.py", line 84, in create
BlenderNode.create(gltf, node_idx, None)
# None => No parent
"/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_node.py", line 105, in create
BlenderSkin.create_bone(gltf, pynode.skin_id, node_idx, parent)
"/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_skin.py", line 152, in create_bone
BlenderSkin.set_bone_transforms(gltf, skin_id, bone, node_id, parent)
"/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_skin.py", line 58, in set_bone_transforms
inverse_bind_matrices = BinaryData.get_data_from_accessor(gltf, pyskin.inverse_bind_matrices)
"/home/scurest/.config/blender/2.79/scripts/addons/io_scene_gltf2/io/imp/gltf2_io_binary.py", line 50, in get_data_from_accessor
accessor = gltf.data.accessors[accessor_idx]
TypeError: list indices must be integers or slices, not NoneType
| 0.632147 |
Traceback (most recent call last):
"/usr/local/bin/git-auto-deploy", line 11, in <module>
load_entry_point('git-auto-deploy==0.17', 'console_scripts', 'git-auto-deploy')()
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2693, in load_entry_point
return ep.load()
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2324, in load
return self.resolve()
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2330, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/usr/local/lib/python2.7/dist-packages/git_auto_deploy-0.17-py2.7.egg/gitautodeploy/__init__.py", line 3, in <module>
from .gitautodeploy import *
"/usr/local/lib/python2.7/dist-packages/git_auto_deploy-0.17-py2.7.egg/gitautodeploy/gitautodeploy.py", line 24, in <module>
from .wsserver import WebSocketClientHandlerFactory
"/usr/local/lib/python2.7/dist-packages/git_auto_deploy-0.17-py2.7.egg/gitautodeploy/wsserver.py", line 4, in <module>
from autobahn.websocket import WebSocketServerProtocol
"/usr/local/lib/python2.7/dist-packages/autobahn-20.7.1-py2.7.egg/autobahn/websocket/__init__.py", line 28, in <module>
from autobahn.websocket.types import ConnectionRequest, ConnectionResponse, \
"/usr/local/lib/python2.7/dist-packages/autobahn-20.7.1-py2.7.egg/autobahn/websocket/types.py", line 27, in <module>
from autobahn.util import public
"/usr/local/lib/python2.7/dist-packages/autobahn-20.7.1-py2.7.egg/autobahn/util.py", line 41, in <module>
import txaio
"/usr/local/lib/python2.7/dist-packages/txaio-20.4.1-py2.7.egg/txaio/__init__.py", line 29, in <module>
from txaio.interfaces import IFailedFuture, ILogger
"/usr/local/lib/python2.7/dist-packages/txaio-20.4.1-py2.7.egg/txaio/interfaces.py", line 41, in <module>
class IBatchedTimer(abc.ABC):
AttributeError: 'module' object has no attribute 'ABC' |
Traceback (most recent call last):
"C:\Users\Doug\Anaconda3\lib\site-packages\conda\exceptions.py", line 479, in conda_exception_handler
return_value = func(*args, **kwargs)
"C:\Users\Doug\Anaconda3\lib\site-packages\conda\cli\main.py", line 145, in _main
exit_code = args.func(args, p)
"C:\Users\Doug\Anaconda3\lib\site-packages\conda\cli\main_update.py", line 65, in execute
install(args, parser, 'update')
"C:\Users\Doug\Anaconda3\lib\site-packages\conda\cli\install.py", line 238, in install
prefix=prefix)
"C:\Users\Doug\Anaconda3\lib\site-packages\conda\api.py", line 24, in get_index
index = fetch_index(channel_urls, use_cache=use_cache, unknown=unknown)
"C:\Users\Doug\Anaconda3\lib\site-packages\conda\fetch.py", line 300, in fetch_index
repodatas = [(u, f.result()) for u, f in zip(urls, futures)]
"C:\Users\Doug\Anaconda3\lib\site-packages\conda\fetch.py", line 300, in <listcomp>
repodatas = [(u, f.result()) for u, f in zip(urls, futures)]
"C:\Users\Doug\Anaconda3\lib\concurrent\futures\_base.py", line 405, in result
return self.__get_result()
"C:\Users\Doug\Anaconda3\lib\concurrent\futures\_base.py", line 357, in __get_result
raise self._exception
"C:\Users\Doug\Anaconda3\lib\concurrent\futures\thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
"C:\Users\Doug\Anaconda3\lib\site-packages\conda\fetch.py", line 75, in func
res = f(*args, **kwargs)
"C:\Users\Doug\Anaconda3\lib\site-packages\conda\fetch.py", line 117, in fetch_repodata
timeout=(6.1, 60))
"C:\Users\Doug\Anaconda3\lib\site-packages\requests\sessions.py", line 501, in get
return self.request('GET', url, **kwargs)
"C:\Users\Doug\Anaconda3\lib\site-packages\requests\sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
"C:\Users\Doug\Anaconda3\lib\site-packages\requests\sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
"C:\Users\Doug\Anaconda3\lib\site-packages\requests\adapters.py", line 423, in send
timeout=timeout
"C:\Users\Doug\Anaconda3\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 594, in urlopen
chunked=chunked)
"C:\Users\Doug\Anaconda3\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 350, in _make_request
self._validate_conn(conn)
"C:\Users\Doug\Anaconda3\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 835, in _validate_conn
conn.connect()
"C:\Users\Doug\Anaconda3\lib\site-packages\requests\packages\urllib3\connection.py", line 330, in connect
cert = self.sock.getpeercert()
"C:\Users\Doug\Anaconda3\lib\site-packages\requests\packages\urllib3\contrib\pyopenssl.py", line 324, in getpeercert
'subjectAltName': get_subj_alt_name(x509)
"C:\Users\Doug\Anaconda3\lib\site-packages\requests\packages\urllib3\contrib\pyopenssl.py", line 171, in get_subj_alt_name
ext = cert.extensions.get_extension_for_class(
AttributeError: 'Extensions' object has no attribute 'get_extension_for_class'
| 0.645527 |
[!] 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):
"<stdin>", line 1, in <module>
"/home/ubuntu/lib/python3.8/site-packages/boto3/__init__.py", line 93, in client
return _get_default_session().client(*args, **kwargs)
"/home/ubuntu/lib/python3.8/site-packages/boto3/session.py", line 258, in client
return self._session.create_client(
"/home/ubuntu/lib/python3.8/site-packages/botocore/session.py", line 797, in create_client
region_name = self._resolve_region_name(region_name, config)
"/home/ubuntu/lib/python3.8/site-packages/botocore/session.py", line 848, in _resolve_region_name
if config and config.region_name is not None:
AttributeError: type object 'Config' has no attribute 'region_name'
| 0.597306 |
Traceback (most recent call last):
"/tmp/.mount_z2XiKa/usr/bin/classes/app.py", line 72, in __init__
from classes import settings, project_data, updates, language, ui_util, logger_libopenshot
"/usr/lib/python3.4/importlib/_bootstrap.py", line 2284, in _handle_fromlist
"/usr/lib/python3.4/importlib/_bootstrap.py", line 321, in _call_with_frames_removed
"/usr/lib/python3.4/importlib/_bootstrap.py", line 2237, in _find_and_load
"/usr/lib/python3.4/importlib/_bootstrap.py", line 2226, in _find_and_load_unlocked
"/usr/lib/python3.4/importlib/_bootstrap.py", line 1200, in _load_unlocked
"/usr/lib/python3.4/importlib/_bootstrap.py", line 1129, in _exec
"/usr/lib/python3.4/importlib/_bootstrap.py", line 1471, in exec_module
"/usr/lib/python3.4/importlib/_bootstrap.py", line 321, in _call_with_frames_removed
"/tmp/.mount_z2XiKa/usr/bin/classes/logger_libopenshot.py", line 31, in <module>
import openshot
"/usr/lib/python3.4/importlib/_bootstrap.py", line 2237, in _find_and_load
"/usr/lib/python3.4/importlib/_bootstrap.py", line 2226, in _find_and_load_unlocked
"/usr/lib/python3.4/importlib/_bootstrap.py", line 1191, in _load_unlocked
"/usr/lib/python3.4/importlib/_bootstrap.py", line 1161, in _load_backward_compatible
"/home/gitlab-runner/builds/5cd61c66/0/OpenShot/openshot-qt/openshot.py", line 28, in <module>
"/home/gitlab-runner/builds/5cd61c66/0/OpenShot/openshot-qt/openshot.py", line 20, in swig_import_helper
"/usr/lib/python3.4/importlib/_bootstrap.py", line 2237, in _find_and_load
"/usr/lib/python3.4/importlib/_bootstrap.py", line 2226, in _find_and_load_unlocked
"/usr/lib/python3.4/importlib/_bootstrap.py", line 1191, in _load_unlocked
"/usr/lib/python3.4/importlib/_bootstrap.py", line 1161, in _load_backward_compatible
"/usr/lib/python3.4/importlib/_bootstrap.py", line 539, in _check_name_wrapper
"/usr/lib/python3.4/importlib/_bootstrap.py", line 1715, in load_module
"/usr/lib/python3.4/importlib/_bootstrap.py", line 321, in _call_with_frames_removed
ImportError: /lib/x86_64-linux-gnu/libpango-1.0.so.0: undefined symbol: g_list_model_get_n_items
| Traceback (most recent call last):
"/var/www/Infosec/fsociety/tools/XSStrike/xsstrike", line 5, in <module>
import mechanize # To make request to webpages
ImportError: No module named mechanize
| 0.518266 |
Traceback (most recent call last):
"threading.py", line 926, in _bootstrap_inner
"threading.py", line 870, in run
"site-packages\paddlex\cv\datasets\dataset.py", line 83, in handle_worker
"site-packages\paddlex\cv\transforms\cls_transforms.py", line 79, in __call__
TypeError: Can't read The image file D:\test\数据集\datasets\D0001\daisy\34266042310_9c1abd8e11_n.jpg!
| Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 476, in async_device_update
await self.hass.async_add_executor_job(self.update)
"/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/homeassistant/homeassistant/components/nmbs/sensor.py", line 154, in update
next_departure = liveboard["departures"]["departure"][0]
TypeError: 'int' object is not subscriptable
| 0.514328 |
Traceback (most recent call last):
"/tmp/venv/lib/python3.7/site-packages/yarl/__init__.py", line 639, in _encode_host
ip = ip_address(ip)
"/usr/lib/python3.7/ipaddress.py", line 54, in ip_address
address)
ValueError: 'google.com' does not appear to be an IPv4 or IPv6 address
| Traceback (most recent call last):
"/usr/lib/python3.8/logging/__init__.py", line 1084, in emit
stream.write(msg + self.terminator)
"/usr/lib/python3/dist-packages/_pytest/capture.py", line 441, in write
self.buffer.write(obj)
ValueError: I/O operation on closed file
| 0.514838 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 691, in _parse_json
return json.loads(json_string)
"/usr/lib64/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
"/usr/lib64/python2.7/json/decoder.py", line 369, in decode
raise ValueError(errmsg("Extra data", s, end, len(s)))
ValueError: Extra data: line 1 column 416 - line 1 column 760 (char 415 - 759)
| Traceback (most recent call last):
"drive.py", line 61, in <module>
model = aitorNet.getModel(weights_path=args.weights)
"/home/mona/computer_vision/VPilot/model.py", line 106, in getModel
model.load_weights(weights_path)
"/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 2701, in load_weights
self.load_weights_from_hdf5_group(f)
"/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 2787, in load_weights_from_hdf5_group
K.batch_set_value(weight_value_tuples)
"/usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.py", line 1544, in batch_set_value
assign_op = x.assign(assign_placeholder)
"/home/mona/tensorflow/_python_build/tensorflow/python/ops/variables.py", line 505, in assign
return state_ops.assign(self._variable, value, use_locking=use_locking)
"/home/mona/tensorflow/_python_build/tensorflow/python/ops/gen_state_ops.py", line 45, in assign
use_locking=use_locking, name=name)
"/home/mona/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 749, in apply_op
op_def=op_def)
"/home/mona/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 2390, in create_op
set_shapes_for_outputs(ret)
"/home/mona/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 1785, in set_shapes_for_outputs
shapes = shape_func(op)
"/home/mona/tensorflow/_python_build/tensorflow/python/framework/common_shapes.py", line 596, in call_cpp_shape_fn
raise ValueError(err.message)
ValueError: Dimension 1 in both shapes must be equal, but are 3 and 2
| 0.537818 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/spyder/widgets/helperwidgets.py", line 127, in paint
textRect = style.subElementRect(QStyle.SE_ItemViewItemText, options)
TypeError: subElementRect(self, QStyle.SubElement, QStyleOption, QWidget): not enough arguments
|
Comment: An exception occurred in this state: Traceback (most recent call last):
"c:\salt\bin\lib\site-packages\salt\state.py", line 1905, in call
**cdata['kwargs'])
"c:\salt\bin\lib\site-packages\salt\loader.py", line 1830, in wrapper
return f(*args, **kwargs)
"c:\salt\bin\lib\site-packages\salt\states\file.py", line 2954, in directory
win_perms_reset=win_perms_reset)
"c:\salt\bin\lib\site-packages\salt\states\file.py", line 898, in _check_directory_win
if user_name not in win_deny_perms:
TypeError: argument of type 'NoneType' is not iterable
Started: 13:49:10.877067
| 0.493791 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
"/usr/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/lib/python2.7/site-packages/flask/app.py", line 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/lib/python2.7/site-packages/flask/app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
"/usr/lib/python2.7/site-packages/flask/app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/home/busi/trape/core/victim.py", line 34, in homeVictim
html = victim_inject_code(opener.open(trape.url_to_clone).read(), 'lure')
"/usr/lib/python2.7/urllib2.py", line 421, in open
protocol = req.get_type()
"/usr/lib/python2.7/urllib2.py", line 283, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: rl
| Traceback (most recent call last):
"ray/dataframe/utils.py", line 185, in _build_coord_df
return pd.DataFrame(coords, index=index, columns=col_names)
"/Users/kunalgosar/dev/anaconda3/envs/ray-dev-py2/lib/python2.7/site-packages/pandas/core/frame.py", line 361, in __init__
copy=copy)
"/Users/kunalgosar/dev/anaconda3/envs/ray-dev-py2/lib/python2.7/site-packages/pandas/core/frame.py", line 533, in _init_ndarray
return create_block_manager_from_blocks([values], [columns, index])
"/Users/kunalgosar/dev/anaconda3/envs/ray-dev-py2/lib/python2.7/site-packages/pandas/core/internals.py", line 4631, in create_block_manager_from_blocks
construction_error(tot_items, blocks[0].shape[1:], axes, e)
"/Users/kunalgosar/dev/anaconda3/envs/ray-dev-py2/lib/python2.7/site-packages/pandas/core/internals.py", line 4608, in construction_error
passed, implied))
ValueError: Shape of passed values is (2, 4), indices imply (2, 3)
| 0.520458 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/states/git.py", line 1144, in latest
salt.utils.url.redact_http_basic_auth(fetch_url),
"/usr/lib/python2.7/dist-packages/salt/utils/url.py", line 196, in redact_http_basic_auth
return re.sub(url_re, redacted, output, flags=re.IGNORECASE)
"/usr/lib/python2.7/re.py", line 155, in sub
return _compile(pattern, flags).sub(repl, string, count)
TypeError: expected string or buffer
| Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| 0.489027 |
Traceback (most recent call last):
"run_exp.py", line 340, in <module>
data_set_inp, data_set_ref = convert_numpy_to_torch(data_set_dict, save_gpumem, use_cuda)
"/home/sysadmin/pytorch-kaldi/core.py", line 46, in convert_numpy_to_torch
data_set_inp=torch.from_numpy(data_set_dict['input']).float()
TypeError: expected np.ndarray (got NoneType)
| Traceback (most recent call last):
"/persist/conda/envs/bl/bin/fairseq-generate", line 11, in <module>
load_entry_point('fairseq', 'console_scripts', 'fairseq-generate')()
"~/fairseq/fairseq_cli/generate.py", line 228, in cli_main
main(args)
"~/fairseq/fairseq_cli/generate.py", line 86, in main
generator = task.build_generator(args)
"~/fairseq/fairseq/tasks/translation_lev.py", line 134, in build_generator
adaptive=not getattr(args, 'iter_decode_force_max_iter', False))
TypeError: __init__() missing 1 required positional argument: 'tgt_dict'
| 0.578063 |
Traceback (most recent call last):
"train.py", line 218, in <module>
main()
"train.py", line 214, in main
train(args)
"train.py", line 60, in train
args, data_shape, num_classes)
"/home/chuanqiw/workspace/aipg_paddle/models/fluid/ocr_recognition/crnn_ctc_model.py", line 212, in ctc_train_net
max_average_window=args.max_average_window)
"/home/chuanqiw/.local/lib/python2.7/site-packages/paddle/fluid/optimizer.py", line 1275, in __init__
self._add_average_apply_op(block, param_grad)
"/home/chuanqiw/.local/lib/python2.7/site-packages/paddle/fluid/optimizer.py", line 1304, in _add_average_apply_op
layers.elementwise_div(x=sum, y=tmp, out=param)
TypeError: elementwise_div() got an unexpected keyword argument 'out'
| Traceback (most recent call last):
"./ntlmrelayx.py", line 338, in <module>
c = start_servers(options, threads)
"./ntlmrelayx.py", line 144, in start_servers
c.setLDAPOptions(options.no_dump, options.no_da, options.no_acl, options.no_validate_privs, options.escalate_user, options.add_computer, options.delegate_access)
TypeError: setLDAPOptions() takes exactly 5 arguments (8 given)
| 0.543632 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/imageai/Detection/__init__.py", line 347, in detectObjectsFromImage
_, _, detections = model.predict_on_batch(np.expand_dims(image, axis=0))
"/usr/local/lib/python3.6/dist-packages/keras/engine/training.py", line 1273, in predict_on_batch
self._make_predict_function()
"/usr/local/lib/python3.6/dist-packages/keras/engine/training.py", line 554, in _make_predict_function
**kwargs)
"/usr/local/lib/python3.6/dist-packages/keras/backend/tensorflow_backend.py", line 2744, in function
return Function(inputs, outputs, updates=updates, **kwargs)
"/usr/local/lib/python3.6/dist-packages/keras/backend/tensorflow_backend.py", line 2546, in __init__
with tf.control_dependencies(self.outputs):
"/home/daniel/.local/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 5426, in control_dependencies
return get_default_graph().control_dependencies(control_inputs)
"/home/daniel/.local/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 4867, in control_dependencies
c = self.as_graph_element(c)
"/home/daniel/.local/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 3796, in as_graph_element
return self._as_graph_element_locked(obj, allow_tensor, allow_operation)
"/home/daniel/.local/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 3875, in _as_graph_element_locked
raise ValueError("Tensor %s is not an element of this graph." % obj)
ValueError: Tensor Tensor("regression_1/concat:0", shape=(?, ?, 4), dtype=float32) is not an element of this graph.
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\simon\Anaconda3\envs\pandas-dev\lib\site-packages\pandas\core\frame.py", line 422, in __init__
raise ValueError('DataFrame constructor not properly called!')
ValueError: DataFrame constructor not properly called!
| 0.60445 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/homeassistant/helpers/service.py", line 289, in _handle_service_platform_call
await getattr(entity, func)(**data)
"/usr/local/lib/python3.6/site-packages/homeassistant/components/fan/xiaomi_miio.py", line 566, in async_turn_on
result = await self.async_set_speed(speed)
"/usr/local/lib/python3.6/site-packages/homeassistant/components/fan/xiaomi_miio.py", line 879, in async_set_speed
self._device.set_mode, OperationMode[speed.title()])
"/usr/local/lib/python3.6/site-packages/homeassistant/components/fan/xiaomi_miio.py", line 557, in _try_command
_LOGGER.error(mask_error, exc)
"/usr/local/lib/python3.6/logging/__init__.py", line 1336, in error
self._log(ERROR, msg, args, **kwargs)
"/usr/local/lib/python3.6/logging/__init__.py", line 1443, in _log
self.handle(record)
"/usr/local/lib/python3.6/logging/__init__.py", line 1453, in handle
self.callHandlers(record)
"/usr/local/lib/python3.6/logging/__init__.py", line 1515, in callHandlers
hdlr.handle(record)
"/usr/local/lib/python3.6/logging/__init__.py", line 864, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/homeassistant/components/system_log/__init__.py", line 130, in emit
entry = self._create_entry(record, stack)
"/usr/local/lib/python3.6/site-packages/homeassistant/components/system_log/__init__.py", line 113, in _create_entry
'message': record.getMessage(),
"/usr/local/lib/python3.6/logging/__init__.py", line 338, in getMessage
msg = msg % self.args
TypeError: not all arguments converted during string formatting
| Traceback (most recent call last):
"<ipython-input-9-727771084f56>", line 1, in <module>
runfile('C:/Users/FRANCESCO/Desktop/elastictest.py', wdir='C:/Users/FRANCESCO/Desktop')
"C:\Python36\python-3.6.6.amd64\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 668, in runfile
execfile(filename, namespace)
"C:\Python36\python-3.6.6.amd64\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 108, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
"C:/Users/FRANCESCO/Desktop/elastictest.py", line 11, in <module>
es = Elasticsearch()
"C:\Python36\python-3.6.6.amd64\lib\site-packages\elasticsearch\client\__init__.py", line 192, in __init__
self.transport = transport_class(_normalize_hosts(hosts), **kwargs)
"C:\Python36\python-3.6.6.amd64\lib\site-packages\elasticsearch\transport.py", line 127, in __init__
self.set_connections(hosts)
"C:\Python36\python-3.6.6.amd64\lib\site-packages\elasticsearch\transport.py", line 177, in set_connections
connections = list(zip(connections, hosts))
"C:\Python36\python-3.6.6.amd64\lib\site-packages\elasticsearch\transport.py", line 173, in _create_connection
return self.connection_class(**kwargs)
"C:\Python36\python-3.6.6.amd64\lib\site-packages\elasticsearch\connection\http_urllib3.py", line 96, in __init__
super(Urllib3HttpConnection, self).__init__(
TypeError: super(type, obj): obj must be an instance or subtype of type` | 0.568784 |
Traceback (most recent call last):
"vol.py", line 192, in <module>
main()
"vol.py", line 183, in main
command.execute()
"/home/volatility/volatility/plugins/linux/common.py", line 67, in execute
commands.Command.execute(self, *args, **kwargs)
"/home/volatility/volatility/commands.py", line 147, in execute
func(outfd, data)
"/home/volatility/volatility/plugins/linux/recover_filesystem.py", line 106, in render_text
for (num_files) in data:
"/home/volatility/volatility/plugins/linux/recover_filesystem.py", line 99, in calculate
self._fix_metadata(file_path, file_dentry)
"/home/volatility/volatility/plugins/linux/recover_filesystem.py", line 50, in _fix_metadata
os.chown(out_path, inode.i_uid, inode.i_gid)
TypeError: an integer is required
| Traceback (most recent call last):
"/home/ryan1clancy/bigdata2018f-project/src/main.py", line 49, in <module>
ner(paragraphs)
"/home/ryan1clancy/bigdata2018f-project/src/spacy_ner.py", line 35, in ner
parsed = segmenter("Apple is a company. They are from California.")
"/home/ryan1clancy/.conda/envs/bigdata2018f/lib/python3.7/site-packages/spacy/language.py", line 346, in __call__
doc = proc(doc)
"nn_parser.pyx", line 338, in spacy.syntax.nn_parser.Parser.__call__
"nn_parser.pyx", line 401, in spacy.syntax.nn_parser.Parser.parse_batch
"nn_parser.pyx", line 728, in spacy.syntax.nn_parser.Parser.get_batch_model
TypeError: 'bool' object is not iterable
| 0.5947 |
Traceback (most recent call last):
"/home/steve/test/lib/python2.7/site-packages/fabric/main.py", line 757, in main
*args, **kwargs
"/home/steve/test/lib/python2.7/site-packages/fabric/tasks.py", line 426, in execute
results['<local-only>'] = task.run(*args, **new_kwargs)
"/home/steve/test/lib/python2.7/site-packages/fabric/tasks.py", line 173, in run
return self.wrapped(*args, **kwargs)
"/home/steve/work/fabfile.py", line 13, in test
upload_template('tpl', '/tmp/tpl', context = v_context)
"/home/steve/test/lib/python2.7/site-packages/fabric/contrib/files.py", line 160, in upload_template
text = text % context
TypeError: not enough arguments for format string
| Traceback (most recent call last):
"/miniconda/envs/sqlflow-dev/bin/elasticdl", line 11, in <module>
load_entry_point('elasticdl==0.0.1', 'console_scripts', 'elasticdl')()
"/miniconda/envs/sqlflow-dev/lib/python3.6/site-packages/elasticdl-0.0.1-py3.6.egg/elasticdl/python/elasticdl/client.py", line 46, in main
args.func(args)
"/miniconda/envs/sqlflow-dev/lib/python3.6/site-packages/elasticdl-0.0.1-py3.6.egg/elasticdl/python/elasticdl/api.py", line 43, in train
_submit_job(image_name, args, container_args)
"/miniconda/envs/sqlflow-dev/lib/python3.6/site-packages/elasticdl-0.0.1-py3.6.egg/elasticdl/python/elasticdl/api.py", line 132, in _submit_job
cluster_spec=client_args.cluster_spec,
"/miniconda/envs/sqlflow-dev/lib/python3.6/site-packages/elasticdl-0.0.1-py3.6.egg/elasticdl/python/common/k8s_client.py", line 51, in __init__
config.load_kube_config()
"/miniconda/envs/sqlflow-dev/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 645, in load_kube_config
persist_config=persist_config)
"/miniconda/envs/sqlflow-dev/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 613, in _get_kube_config_loader_for_yaml_file
**kwargs)
"/miniconda/envs/sqlflow-dev/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 153, in __init__
self.set_active_context(active_context)
"/miniconda/envs/sqlflow-dev/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 173, in set_active_context
context_name = self._config['current-context']
"/miniconda/envs/sqlflow-dev/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 495, in __getitem__
v = self.safe_get(key)
"/miniconda/envs/sqlflow-dev/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 491, in safe_get
key in self.value):
TypeError: argument of type 'NoneType' is not iterable
| 0.610964 |
Traceback (most recent call last):
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(request)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/django/core/handlers/base.py", line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/django/views/decorators/cache.py", line 57, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_django/utils.py", line 49, in wrapper
return func(request, backend, *args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_django/views.py", line 33, in complete
*args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_core/actions.py", line 43, in do_complete
user = backend.complete(user=user, *args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_core/backends/base.py", line 40, in complete
return self.auth_complete(*args, **kwargs)
"./zproject/backends.py", line 663, in auth_complete
return super().auth_complete(*args, **kwargs)
# type: ignore # monkey-patching
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_core/utils.py", line 259, in wrapper
return func(*args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_core/backends/oauth.py", line 405, in auth_complete
*args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_core/utils.py", line 259, in wrapper
return func(*args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_core/backends/oauth.py", line 416, in do_auth
return self.strategy.authenticate(*args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_django/strategy.py", line 107, in authenticate
return authenticate(*args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/django/contrib/auth/__init__.py", line 70, in authenticate
user = _authenticate_with_backend(backend, backend_path, request, credentials)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/django/contrib/auth/__init__.py", line 116, in _authenticate_with_backend
return backend.authenticate(*args, **credentials)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_core/backends/base.py", line 80, in authenticate
return self.pipeline(pipeline, *args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_core/backends/base.py", line 83, in pipeline
out = self.run_pipeline(pipeline, pipeline_index, *args, **kwargs)
"/home/zulip/deployments/2019-03-09-22-10-03/zulip-py3-venv/lib/python3.5/site-packages/social_core/backends/base.py", line 113, in run_pipeline
result = func(*args, **out) or {}
"./zproject/backends.py", line 649, in social_auth_finish
multiuse_object_key=multiuse_object_key)
TypeError: redirect_and_log_into_subdomain() got an unexpected keyword argument 'multiuse_object_key'
| Traceback (most recent call last):
"<console>", line 1, in <module>
"scapy/base_classes.py", line 252, in __call__
i.__init__(*args, **kargs)
"scapy/packet.py", line 138, in __init__
self.dissect(_pkt)
"scapy/packet.py", line 806, in dissect
s = self.do_dissect(s)
"scapy/asn1packet.py", line 33, in do_dissect
return self.ASN1_root.dissect(self, x)
"scapy/asn1fields.py", line 378, in dissect
_, x = self.m2i(pkt, s)
"scapy/asn1fields.py", line 370, in m2i
s = obj.dissect(pkt, s)
"scapy/asn1fields.py", line 138, in dissect
v, s = self.m2i(pkt, s)
"scapy/asn1fields.py", line 549, in m2i
return self.extract_packet(choice, s)
"scapy/asn1fields.py", line 122, in extract_packet
c = cls(s)
"scapy/base_classes.py", line 252, in __call__
i.__init__(*args, **kargs)
"scapy/packet.py", line 138, in __init__
self.dissect(_pkt)
"scapy/packet.py", line 806, in dissect
s = self.do_dissect(s)
"scapy/asn1packet.py", line 33, in do_dissect
return self.ASN1_root.dissect(self, x)
"scapy/asn1fields.py", line 378, in dissect
_, x = self.m2i(pkt, s)
"scapy/asn1fields.py", line 370, in m2i
s = obj.dissect(pkt, s)
"scapy/asn1fields.py", line 138, in dissect
v, s = self.m2i(pkt, s)
"scapy/asn1fields.py", line 101, in m2i
return codec.dec(s, context=self.context)
"scapy/asn1/ber.py", line 266, in dec
return cls.do_dec(s, context, safe)
"scapy/asn1/ber.py", line 319, in do_dec
l, s, t = cls.check_type_check_len(s)
"scapy/asn1/ber.py", line 243, in check_type_check_len
l, s3 = cls.check_type_get_len(s)
"scapy/asn1/ber.py", line 235, in check_type_get_len
s2 = cls.check_type(s)
"scapy/asn1/ber.py", line 228, in check_type
if cls.tag != tag:
TypeError: int.__cmp__(x,y) requires y to be a 'int', not a 'long'
| 0.596844 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/onnx_tf/backend.py", line 55, in prepare
return cls.onnx_model_to_tensorflow_rep(model, strict)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/onnx_tf/backend.py", line 75, in onnx_model_to_tensorflow_rep
return cls._onnx_graph_to_tensorflow_rep(model.graph, opset_import, strict)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/onnx_tf/backend.py", line 129, in _onnx_graph_to_tensorflow_rep
onnx_node, tensor_dict, handlers, opset=opset, strict=strict)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/onnx_tf/backend.py", line 224, in _onnx_node_to_tensorflow_op
return handler.handle(node, tensor_dict=tensor_dict, strict=strict)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/onnx_tf/handlers/handler.py", line 59, in handle
return ver_handle(node, **kwargs)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/onnx_tf/handlers/backend/p_relu.py", line 38, in version_9
return cls._common(node, **kwargs)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/onnx_tf/handlers/backend/p_relu.py", line 21, in _common
neg = slope * (x - abs(x)) * 0.5
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/tensorflow/python/ops/math_ops.py", line 884, in binary_op_wrapper
return func(x, y, name=name)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/tensorflow/python/ops/math_ops.py", line 1180, in _mul_dispatch
return gen_math_ops.mul(x, y, name=name)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/tensorflow/python/ops/gen_math_ops.py", line 6490, in mul
"Mul", x=x, y=y, name=name)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/tensorflow/python/framework/op_def_library.py", line 788, in _apply_op_helper
op_def=op_def)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/tensorflow/python/util/deprecation.py", line 507, in new_func
return func(*args, **kwargs)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 3616, in create_op
op_def=op_def)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 2027, in __init__
control_input_ops)
"/anaconda3/envs/tf-onnx/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 1867, in _create_c_op
raise ValueError(str(e))
ValueError: Dimensions must be equal, but are 16 and 112 for 'mul' (op: 'Mul') with input shapes: [16], [1,16,112,112].
| Traceback (most recent call last):
"train.py", line 79, in <module>
acc, ap = validate(model.model, val_opt)[:2]
"/cnndetection/validate.py", line 26, in validate
ap = average_precision_score(y_true, y_pred)
"/cnndetection/venvCnn/lib/python3.6/site-packages/sklearn/metrics/_base.py", line 74, in _average_binary_score
raise ValueError("{0} format is not supported".format(y_type))
ValueError: multiclass format is not supported | 0.554896 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT)
"/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for
return fut.result()
"/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
"/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sleepiq/sensor.py", line 18, in setup_platform
dev.append(SleepNumberSensor(data, bed_id, side))
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sleepiq/sensor.py", line 33, in __init__
self.update()
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sleepiq/sensor.py", line 48, in update
self._state = self.side.sleep_number
AttributeError: 'NoneType' object has no attribute 'sleep_number'
| Traceback (most recent call last):
"/home/celso/projects/semantic_code_search/source/semantic_code_search.py", line 236, in <module>
dev_run()
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/hydra/main.py", line 24, in decorated_main
strict=strict,
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/hydra/_internal/utils.py", line 174, in run_hydra
overrides=args.overrides,
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/hydra/_internal/hydra.py", line 86, in run
job_subdir_key=None,
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/hydra/plugins/common/utils.py", line 109, in run_job
ret.return_value = task_function(task_cfg)
"/home/celso/projects/semantic_code_search/source/semantic_code_search.py", line 45, in dev_run
trainer.fit(model)
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/pytorch_lightning/trainer/states.py", line 48, in wrapped_fn
result = fn(self, *args, **kwargs)
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 1073, in fit
results = self.accelerator_backend.train(model)
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/pytorch_lightning/accelerators/gpu_backend.py", line 51, in train
results = self.trainer.run_pretrain_routine(model)
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 1169, in run_pretrain_routine
self.logger.save()
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/pytorch_lightning/utilities/distributed.py", line 27, in wrapped_fn
return fn(*args, **kwargs)
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/pytorch_lightning/loggers/tensorboard.py", line 212, in save
save_hparams_to_yaml(hparams_file, self.hparams)
"/home/celso/projects/venvs/semantic_code_search/lib/python3.7/site-packages/pytorch_lightning/core/saving.py", line 357, in save_hparams_to_yaml
if OmegaConf.is_config(hparams):
AttributeError: type object 'OmegaConf' has no attribute 'is_config'
| 0.651963 |
Traceback (most recent call last):
"fasttext2gensim.py", line 44, in <module>
save_wv(wv, save_path)
"fasttext2gensim.py", line 25, in save_wv
wv.save(save_path)
"/usr/lib64/python2.7/site-packages/gensim/models/fasttext.py", line 699, in save
super(FastText, self).save(*args, **kwargs)
"/usr/lib64/python2.7/site-packages/gensim/models/base_any2vec.py", line 281, in save
super(BaseAny2VecModel, self).save(fname_or_handle, **kwargs)
"/usr/lib64/python2.7/site-packages/gensim/utils.py", line 691, in save
self._smart_save(fname_or_handle, separately, sep_limit, ignore, pickle_protocol=pickle_protocol)
"/usr/lib64/python2.7/site-packages/gensim/utils.py", line 548, in _smart_save
compress, subname)
"/usr/lib64/python2.7/site-packages/gensim/utils.py", line 608, in _save_specials
restores.extend(val._save_specials(cfname, None, sep_limit, ignore, pickle_protocol, compress, subname))
"/usr/lib64/python2.7/site-packages/gensim/utils.py", line 620, in _save_specials
np.save(subname(fname, attrib), np.ascontiguousarray(val))
"/data1/users/index.shin/.local/lib/python2.7/site-packages/numpy/lib/npyio.py", line 511, in save
pickle_kwargs=pickle_kwargs)
"/data1/users/index.shin/.local/lib/python2.7/site-packages/numpy/lib/format.py", line 565, in write_array
version)
"/data1/users/index.shin/.local/lib/python2.7/site-packages/numpy/lib/format.py", line 308, in _write_array_header
header = asbytes(_filter_header(header))
"/data1/users/index.shin/.local/lib/python2.7/site-packages/numpy/lib/format.py", line 459, in _filter_header
for token in tokenize.generate_tokens(StringIO(string).readline):
AttributeError: 'module' object has no attribute 'generate_tokens'
| Traceback (most recent call last):
"C:\Program
s\Sublime Text\sublime_plugin.py", line 389, in run_callback
expr()
"C:\Program
s\Sublime Text\sublime_plugin.py", line 620, in <lambda>
run_callback('on_hover', callback, lambda: callback.on_hover(v, point, hover_zone))
"bh_core in C:\Users\Fico\AppData\Roaming\Sublime Text 3\Installed Packages\BracketHighlighter.sublime-package", line 979, in on_hover
AttributeError: 'list' object has no attribute 'get'
| 0.617752 |
Updating DocTypes for frappe
: [=========================
]Traceback (most recent call last):
"/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 97, in <module>
main()
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 18, in main
click.Group(commands=commands)(prog_name='bench')
"/srv/users/serverpilot/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/srv/users/serverpilot/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/srv/users/serverpilot/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/srv/users/serverpilot/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/srv/users/serverpilot/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/srv/users/serverpilot/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/commands/site.py", line 33, in new_site
db_type = db_type)
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/commands/site.py", line 70, in _new_site
_install_app(app, verbose=verbose, set_as_patched=not source_sql)
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/installer.py", line 85, in install_app
sync_for(name, force=True, sync_everything=True, verbose=verbose, reset_permissions=True)
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/model/sync.py", line 56, in sync_for
reset_permissions=reset_permissions, for_sync=True)
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/modules/import_file.py", line 65, in import_file_by_path
ignore_version=ignore_version, reset_permissions=reset_permissions)
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/modules/import_file.py", line 133, in import_doc
doc.insert()
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/model/document.py", line 248, in insert
self.run_post_save_methods()
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/model/document.py", line 928, in run_post_save_methods
self.clear_cache()
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/model/document.py", line 942, in clear_cache
frappe.clear_document_cache(self.doctype, self.name)
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/__init__.py", line 686, in clear_document_cache
cache().hdel("last_modified", doctype)
"/srv/users/serverpilot/frappe-bench/apps/frappe/frappe/utils/redis_wrapper.py", line 194, in hdel
super(RedisWrapper, self).hdel(_name, key)
"/srv/users/serverpilot/frappe-bench/env/local/lib/python2.7/site-packages/redis/client.py", line 1955, in hdel
return self.execute_command('HDEL', name, *keys)
"/srv/users/serverpilot/frappe-bench/env/local/lib/python2.7/site-packages/redis/client.py", line 674, in execute_command
return self.parse_response(connection, command_name, **options)
"/srv/users/serverpilot/frappe-bench/env/local/lib/python2.7/site-packages/redis/client.py", line 682, in parse_response
return self.response_callbacks[command_name](response, **options)
TypeError: int() argument must be a string or a number, not 'list
| Traceback (most recent call last):
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 993, in emit
msg = self.format(record)
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-d4ph977u\knack\knack\log.py", line 64, in format
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 839, in format
return fmt.format(record)
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 576, in format
record.message = record.getMessage()
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 338, in getMessage
msg = msg % self.args
TypeError: %c requires int or char
| 0.590498 |
Traceback (most recent call last):
"/opt/rh/rh-python36/root/usr/lib64/python3.6/site-packages/tornado/web.py", line 1699, in _execute
result = await result
--snip--
"/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/jupyterhub/spawner.py", line 1070, in user_env
home = pwd.getpwnam(self.user.name).pw_dir
KeyError: 'getpwnam(): name not found: tom'
| Traceback (most recent call last):
"/opt/anaconda3/lib/python3.6/site-packages/traitlets/traitlets.py", line 528, in get
value = obj._trait_values[self.name]
KeyError: 'authenticator'
| 0.563525 |
Traceback (most recent call last):
"/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 55, in application
response = frappe.handler.handle()
"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 890, in call
return fn(*args, **newargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/desk/moduleview.py", line 14, in get
data = get_data(module)
"/home/frappe/frappe-bench/apps/frappe/frappe/desk/moduleview.py", line 30, in get_data
data = build_config_from_file(module)
"/home/frappe/frappe-bench/apps/frappe/frappe/desk/moduleview.py", line 54, in build_config_from_file
data += get_config(app, module)
"/home/frappe/frappe-bench/apps/frappe/frappe/desk/moduleview.py", line 157, in get_config
config = config.get_data()
AttributeError: 'module' object has no attribute 'get_data' | Traceback (most recent call last):
"/home/francesco/deepfake-detection-challenge/venv/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app
response = self.full_dispatch_request()
"/home/francesco/deepfake-detection-challenge/venv/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/francesco/deepfake-detection-challenge/venv/lib/python3.7/site-packages/flask/app.py", line 1820, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/home/francesco/deepfake-detection-challenge/venv/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
raise value
"/home/francesco/deepfake-detection-challenge/venv/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request
rv = self.dispatch_request()
"/home/francesco/deepfake-detection-challenge/venv/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/home/francesco/deepfake-detection-challenge/venv/lib/python3.7/site-packages/mlflow/server/handlers.py", line 137, in wrapper
return func(*args, **kwargs)
"/home/francesco/deepfake-detection-challenge/venv/lib/python3.7/site-packages/mlflow/server/handlers.py", line 581, in _search_model_versions
model_versions_detailed = _get_model_registry_store().search_model_versions(
AttributeError: 'NoneType' object has no attribute 'search_model_versions'
| 0.66465 |
Traceback (most recent call last):
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/worker.py", line 923, in _process_task
self.reraise_actor_init_error()
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/worker.py", line 267, in reraise_actor_init_error
raise self.actor_init_error
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/worker.py", line 923, in _process_task
self.reraise_actor_init_error()
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/worker.py", line 267, in reraise_actor_init_error
raise self.actor_init_error
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/worker.py", line 945, in _process_task
*arguments)
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/actor.py", line 261, in actor_method_executor
method_returns = method(actor, *args)
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/tune/trainable.py", line 84, in __init__
self._setup()
TypeError: _setup() missing 1 required positional argument: 'config'
|
Traceback (most recent call last):
"/home/user/dev/quodlibet/quodlibet/quodlibet/ext/songsmenu/lastfmsync.py", line 91, in update_charts
resp = apicall('user.getinfo', user=self.username)
"/home/user/dev/quodlibet/quodlibet/quodlibet/ext/songsmenu/lastfmsync.py", line 50, in apicall
resp = json.load(uobj)
"/usr/lib/python3.5/json/__init__.py", line 268, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
"/usr/lib/python3.5/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'bytes'
| 0.499861 |
Traceback (most recent call last):
"d:\users\appdata\local\programs\python\python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"d:\users\appdata\local\programs\python\python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"D:\Users\AppData\Local\Programs\Python\Python36\Scripts\pipenv.exe\__main__.py", line 9, in <module>
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\vendor\click\core.py", line 722, in __call__
return self.main(*args, **kwargs)
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\vendor\click\core.py", line 697, in main
rv = self.invoke(ctx)
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\vendor\click\core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\vendor\click\core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\vendor\click\core.py", line 535, in invoke
return callback(*args, **kwargs)
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\cli.py", line 402, in install
selective_upgrade=selective_upgrade,
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\core.py", line 1781, in do_install
skip_requirements=skip_requirements,
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\core.py", line 650, in ensure_project
ensure_pipfile(validate=validate, skip_requirements=skip_requirements, system=system)
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\core.py", line 281, in ensure_pipfile
project.create_pipfile(python=python)
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\project.py", line 601, in create_pipfile
required_python = self.which('python')
"d:\users\appdata\local\programs\python\python36\lib\site-packages\pipenv\core.py", line 125, in which
os.path.join(location, 'Scripts'), command
"d:\users\appdata\local\programs\python\python36\lib\ntpath.py", line 76, in join
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType
| Traceback (most recent call last):
"/<<PKGBUILDDIR>>/tests/unit/cloud/clouds/test_openstack.py", line 213, in test_request_instance_should_be_able_to_provide_a_list_of_dictionaries_for_network
assert call.kwargs["network"] == expected_network
TypeError: tuple indices must be integers or slices, not str
| 0.534665 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/solax/sensor.py", line 76, in async_refresh
sensor.async_schedule_update_ha_state()
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 435, in async_schedule_update_ha_state
self.async_write_ha_state()
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 283, in async_write_ha_state
raise RuntimeError(f"Attribute hass is None for {self}")
RuntimeError: Attribute hass is None for <Entity Solax ADFED4F5 PV1 Current: 2.6>-->
| Traceback (most recent call last):
"main.py", line 248, in <module>
main(args)
"main.py", line 106, in main
utils.init_distributed_mode(args)
"/home/john/Documents/detr-master/util/misc.py", line 390, in init_distributed_mode
world_size=args.world_size, rank=args.rank)
"/opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py", line 393, in init_process_group
store, rank, world_size = next(rendezvous_iterator)
"/opt/conda/lib/python3.7/site-packages/torch/distributed/rendezvous.py", line 172, in _env_rendezvous_handler
store = TCPStore(master_addr, master_port, world_size, start_daemon, timeout)
RuntimeError: Address already in use
| 0.574068 |
E 2019-06-23 16:11:47,474 yowsup.layers.network.dispatcher.dispatcher_asyncore - Traceback (most recent call last):
"/usr/lib/python2.7/asyncore.py", line 83, in read
obj.handle_read_event()
"/usr/lib/python2.7/asyncore.py", line 449, in handle_read_event
self.handle_read()
"/sources/yowsup/yowsup/yowsup/layers/network/dispatcher/dispatcher_asyncore.py", line 48, in handle_read
self.connectionCallbacks.onRecvData(data)
"/sources/yowsup/yowsup/yowsup/layers/network/layer.py", line 107, in onRecvData
self.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/network/layer.py", line 110, in receive
self.toUpper(data)
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 79, in toUpper
self.__upper.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/noise/layer_noise_segments.py", line 39, in receive
self.toUpper(bytes(data))
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 79, in toUpper
self.__upper.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/noise/layer.py", line 181, in receive
self._flush_incoming_buffer()
"/sources/yowsup/yowsup/yowsup/layers/noise/layer.py", line 169, in _flush_incoming_buffer
self.toUpper(self._wa_noiseprotocol.receive())
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 79, in toUpper
self.__upper.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/coder/layer.py", line 21, in receive
self.toUpper(node)
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 79, in toUpper
self.__upper.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/logger/layer.py", line 14, in receive
self.toUpper(data)
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 79, in toUpper
self.__upper.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/axolotl/layer_control.py", line 35, in receive
self.toUpper(protocolTreeNode)
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 79, in toUpper
self.__upper.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 194, in receive
s.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/axolotl/layer_receive.py", line 32, in receive
self.onMessage(protocolTreeNode)
"/sources/yowsup/yowsup/yowsup/layers/axolotl/layer_receive.py", line 48, in onMessage
self.handleEncMessage(protocolTreeNode)
"/sources/yowsup/yowsup/yowsup/layers/axolotl/layer_receive.py", line 62, in handleEncMessage
self.handleWhisperMessage(node)
"/sources/yowsup/yowsup/yowsup/layers/axolotl/layer_receive.py", line 126, in handleWhisperMessage
self.toUpper(node)
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 79, in toUpper
self.__upper.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 194, in receive
s.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 130, in receive
recv(node)
"/sources/yowsup/yowsup/yowsup/layers/protocol_messages/layer.py", line 43, in recvMessageStanza
MessageMetaAttributes.from_message_protocoltreenode(node)
"/sources/yowsup/yowsup/yowsup/layers/__init__.py", line 79, in toUpper
self.__upper.receive(data)
"/sources/yowsup/yowsup/yowsup/layers/interface/interface.py", line 80, in receive
self.entity_callbacks[entityType](entity)
"/sources/yowsup/yowsup/yowsup/demos/echo2mysql/layer.py", line 13, in onMessage
self.onTextMessage(messageProtocolEntity)
"/sources/yowsup/yowsup/yowsup/demos/echo2mysql/layer.py", line 42, in onTextMessage
nilai=(messageProtocolEntity.getBody(), messageProtocolEntity.getFrom(False), messageProtocolEntity.getId())
AttributeError: 'ExtendedTextMessageProtocolEntity' object has no attribute 'getBody'
|
Traceback (most recent call last):
"/app/easybuild/software/Python/3.7.4-foss-2016b-fh1/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 207, in <module>
main()
"/app/easybuild/software/Python/3.7.4-foss-2016b-fh1/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 197, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
"/app/easybuild/software/Python/3.7.4-foss-2016b-fh1/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 69, in prepare_metadata_for_build_wheel
return hook(metadata_directory, config_settings)
"/app/easybuild/software/Python/3.7.4-foss-2016b/lib/python3.7/site-packages/setuptools/build_meta.py", line 140, in prepare_metadata_for_build_wheel
self.run_setup()
"/app/easybuild/software/Python/3.7.4-foss-2016b/lib/python3.7/site-packages/setuptools/build_meta.py", line 211, in run_setup
self).run_setup(setup_script=setup_script)
"/app/easybuild/software/Python/3.7.4-foss-2016b/lib/python3.7/site-packages/setuptools/build_meta.py", line 126, in run_setup
exec(compile(code, __file__, 'exec'), locals())
"setup.py", line 64, in <module>
txt = (here / 'aiohttp' / '__init__.py').read_text('utf-8')
AttributeError: 'PosixPath' object has no attribute 'read_text'
| 0.66248 |
Traceback (most recent call last):
"/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
"./__main__.py", line 68, in <module>
main()
"./__main__.py", line 61, in main
from kitty.main import main
"./kitty/main.py", line 11, in <module>
from .borders import load_borders_program
"./kitty/borders.py", line 8, in <module>
from .fast_data_types import (
ImportError: ./kitty/fast_data_types.so: undefined symbol: hb_ft_font_changed
| Traceback (most recent call last):
"/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/root/demucs/demucs/__main__.py", line 19, in <module>
from .compressed import StemsSet, build_musdb_metadata, get_musdb_tracks
"/root/demucs/demucs/compressed.py", line 10, in <module>
import musdb
"/root/.local/lib/python3.6/site-packages/musdb/__init__.py", line 1, in <module>
from .audio_classes import MultiTrack, Source, Target
"/root/.local/lib/python3.6/site-packages/musdb/audio_classes.py", line 2, in <module>
import soundfile as sf
"/root/.python/python3.6/dist-packages/soundfile.py", line 17, in <module>
from _soundfile import ffi as _ffi
"/root/.python/python3.6/dist-packages/_soundfile.py", line 2, in <module>
import _cffi_backend
ImportError: libffi-806b1a9d.so.6.0.4: cannot open shared object file: No such file or directory
| 0.637937 |
Traceback (most recent call last):
"paddlexui\pms\dataset\operate.py", line 42, in _check_and_copy
"paddlexui\pms\dataset\ins_seg_dataset.py", line 101, in check_dataset
"paddlexui\pms\dataset\utils.py", line 239, in get_npy_from_coco_json
KeyError: '0.jpg'
| Traceback (most recent call last):
"/usr/lib/python3.7/logging/__init__.py", line 1025, in emit
msg = self.format(record)
"/usr/lib/python3.7/logging/__init__.py", line 869, in format
return fmt.format(record)
"/usr/lib/python3.7/site-packages/colorlog/colorlog.py", line 119, in format
message = super(ColoredFormatter, self).format(record)
"/usr/lib/python3.7/logging/__init__.py", line 608, in format
record.message = record.getMessage()
"/usr/lib/python3.7/logging/__init__.py", line 369, in getMessage
msg = msg % self.args
"/usr/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 565, in __repr__
return "<Entity {}: {}>".format(self.name, self.state)
"/usr/lib/python3.7/site-packages/homeassistant/components/esphome/__init__.py", line 589, in name
return self._static_info.name
"/usr/lib/python3.7/site-packages/homeassistant/components/esphome/sensor.py", line 87, in _static_info
return super()._static_info
"/usr/lib/python3.7/site-packages/homeassistant/components/esphome/__init__.py", line 538, in _static_info
info = self._entry_data.info[self._component_key].get(self._key)
"/usr/lib/python3.7/site-packages/homeassistant/components/esphome/__init__.py", line 533, in _entry_data
return self.hass.data[DATA_KEY][self._entry_id]
KeyError: 'c5d7a702e6174a0aa680a6a654ffcc82'
| 0.551181 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.