text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "./default_branch.py", line 76, in <module> p.save() "/usr/local/lib/python2.7/dist-packages/gitlab/mixins.py", line 275, in save updated_data = self._get_updated_data() "/usr/local/lib/python2.7/dist-packages/gitlab/mixins.py", line 254, in _get_updated_data required, optional = self.manager.get_update_attrs() AttributeError: 'GroupProjectManager' object has no attribute 'get_update_attrs'
Traceback (most recent call last): "/usr/local/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app response = self.full_dispatch_request() "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/lib/python3.8/site-packages/flask_restful/__init__.py", line 272, in error_router return original_handler(e) "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise raise value "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request rv = self.dispatch_request() "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/dashmachine/dashmachine/settings_system/routes.py", line 77, in add_images new_path = os.path.join(dest_folder, file.name) AttributeError: 'NoneType' object has no attribute 'name'
0.62796
Traceback (most recent call last): "/opt/pyenv/versions/3.6.4/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity await entity.async_device_update(warning=False) "/opt/pyenv/versions/3.6.4/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_update await self.hass.async_add_executor_job(self.update) "/opt/pyenv/versions/3.6.4/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) "/opt/pyenv/versions/3.6.4/lib/python3.6/site-packages/homeassistant/components/media_player/onkyo.py", line 223, in update self._attributes["video_out"] = ','.join(hdmi_out_raw[1]) TypeError: 'bool' object is not subscriptable
Traceback (most recent call last): "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-umfcm_n2\azure-cli\azure\cli\__main__.py", line 41, in <module> "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-umfcm_n2\azure-cli\azure\cli\__main__.py", line 30, in cli_main "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-umfcm_n2\knack\knack\cli.py", line 218, in invoke "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-umfcm_n2\azure-cli-core\azure\cli\core\__init__.py", line 99, in exception_handler "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-umfcm_n2\azure-cli-core\azure\cli\core\util.py", line 50, in handle_exception TypeError: string indices must be integers
0.529895
Traceback (most recent call last): "D:\pyscan\scanner\getdomain\ghosts.py", line 23, in <module> print page.url AttributeError: 'NoneType' object has no attribute 'url'
Traceback (most recent call last): "/home/mruffalo/.opt/python3.6-venv/lib/python3.6/site-packages/pandas/io/pickle.py", line 88, in try_read lambda f: pc.load(f, encoding=encoding, compat=False)) "/home/mruffalo/.opt/python3.6-venv/lib/python3.6/site-packages/pandas/io/pickle.py", line 68, in read_wrapper return func(f) "/home/mruffalo/.opt/python3.6-venv/lib/python3.6/site-packages/pandas/io/pickle.py", line 88, in <lambda> lambda f: pc.load(f, encoding=encoding, compat=False)) "/home/mruffalo/.opt/python3.6-venv/lib/python3.6/site-packages/pandas/compat/pickle_compat.py", line 187, in load fh.seek(0) AttributeError: 'PosixPath' object has no attribute 'seek'
0.586318
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-i3hc6998-build/setup.py", line 1, in <module> from opendrop import __version__ "/tmp/pip-i3hc6998-build/opendrop/__init__.py", line 29 os.environ["DYLD_LIBRARY_PATH"] = f"{dyld_path}:{archive_path}" ^ SyntaxError: invalid syntax
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\base_frontend_mixin.py", line 163, in _dispatch handler(msg) "C:\ProgramData\Anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\namespacebrowser.py", line 214, in _handle_execute_reply self.handle_exec_method(msg) "C:\ProgramData\Anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\shell.py", line 317, in handle_exec_method properties = ast.literal_eval(data['text/plain']) "C:\ProgramData\Anaconda3\lib\ast.py", line 48, in literal_eval node_or_string = parse(node_or_string, mode='eval') "C:\ProgramData\Anaconda3\lib\ast.py", line 35, in parse return compile(source, filename, mode, PyCF_ONLY_AST) "<unknown>", line 9001 ...} ^ SyntaxError: unexpected EOF while parsing
0.54434
Traceback (most recent call last): "~/src/lutris/lutris/gui/config/common.py", line 503, in on_save if not self.is_valid(): "~/src/lutris/lutris/gui/config/common.py", line 481, in is_valid runner_module = importlib.import_module("lutris.runners." + self.runner_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 953, in _find_and_load_unlocked ModuleNotFoundError: No module named 'lutris.runners.citra'
Traceback (most recent call last): "app.py", line 4, in <module> from helheim import helheim "xxxxxxxxxxxxxxxxx/helheim/__init__.py", line 2, in <module> from .pytransform import pyarmor ModuleNotFoundError: No module named 'helheim.pytransform'
0.544258
Traceback (most recent call last): "C:\Users\astro\anaconda3\envs\DLC-CPU\lib\site-packages\deeplabcut\generate_training_dataset\multiple_individuals_labeling_toolbox.py", line 333, in OnKeyPressed [self.calc_distance(*dp.point.center, *pos_rel) for dp in self.drs] "C:\Users\astro\anaconda3\envs\DLC-CPU\lib\site-packages\deeplabcut\generate_training_dataset\multiple_individuals_labeling_toolbox.py", line 333, in <listcomp> [self.calc_distance(*dp.point.center, *pos_rel) for dp in self.drs] "C:\Users\astro\anaconda3\envs\DLC-CPU\lib\site-packages\deeplabcut\generate_training_dataset\multiple_individuals_labeling_toolbox.py", line 351, in calc_distance return np.sqrt((x1 - x2) ** 2 + (y1 - y2) ** 2) TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'
Traceback (most recent call last): "c:\users\micah\.pyenv\pyenv-win\versions\3.8.2\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, "c:\users\micah\.pyenv\pyenv-win\versions\3.8.2\lib\runpy.py", line 86, in _run_code exec(code, run_globals) "C:\Users\micah\.local\bin\jrnl.exe\__main__.py", line 7, in <module> "c:\users\micah\.local\pipx\venvs\jrnl\lib\site-packages\jrnl\cli.py", line 35, in cli return run(args) "c:\users\micah\.local\pipx\venvs\jrnl\lib\site-packages\jrnl\jrnl.py", line 73, in run search_mode(**kwargs) "c:\users\micah\.local\pipx\venvs\jrnl\lib\site-packages\jrnl\jrnl.py", line 179, in search_mode _display_search_results(**kwargs) "c:\users\micah\.local\pipx\venvs\jrnl\lib\site-packages\jrnl\jrnl.py", line 337, in _display_search_results print(exporter.export(journal, args.filename)) "c:\users\micah\.local\pipx\venvs\jrnl\lib\site-packages\jrnl\plugins\text_exporter.py", line 77, in export return cls.write_file(journal, output) "c:\users\micah\.local\pipx\venvs\jrnl\lib\site-packages\jrnl\plugins\text_exporter.py", line 35, in write_file f.write(cls.export_journal(journal)) TypeError: write() argument must be str, not None
0.591944
Traceback (most recent call last): "./spack/bin/spack", line 68, in <module> sys.exit(spack.main.main()) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/main.py", line 762, in main return _invoke_command(command, parser, args, unknown) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/main.py", line 490, in _invoke_command return_val = command(parser, args) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/cmd/install.py", line 371, in install install_specs(args, kwargs, zip(abstract_specs, specs)) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/cmd/install.py", line 213, in install_specs builder.install() "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/installer.py", line 1534, in install self._install_task(task) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/installer.py", line 1117, in _install_task self._setup_install_dir(pkg) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/installer.py", line 1270, in _setup_install_dir spack.store.layout.create_install_directory(pkg.spec) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/directory_layout.py", line 312, in create_install_directory mkdirp(spec.prefix, mode=perms, group=group, default_perms='parents') "/net/ifs/home/jdoe/spacktest/spack/lib/spack/llnl/util/filesystem.py", line 630, in mkdirp raise e "/net/ifs/home/jdoe/spacktest/spack/lib/spack/llnl/util/filesystem.py", line 623, in mkdirp chgrp_if_not_world_writable(intermediate_path, "/net/ifs/home/jdoe/spacktest/spack/lib/spack/llnl/util/filesystem.py", line 549, in chgrp_if_not_world_writable chgrp(path, group) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/llnl/util/filesystem.py", line 310, in chgrp os.chown(path, -1, gid) OSError: [Errno 22] Invalid argument: '/net/ifs/home/jdoe/spacktest/spack/opt/spack/linux-ubuntu18.04-sandybridge'
Traceback (most recent call last): "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\site-packages\seleniumwire\proxy\proxy2.py", line 91, in proxy_request conn.request(self.command, path, req_body, dict(req.headers)) "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 1255, in request self._send_request(method, url, body, headers, encode_chunked) "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 1301, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 1250, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 1010, in _send_output self.send(msg) "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 950, in send self.connect() "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\site-packages\seleniumwire\proxy\proxy2.py", line 368, in connect super().connect() "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 1417, in connect super().connect() "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 926, in connect self._tunnel() "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 904, in _tunnel raise OSError("Tunnel connection failed: %d %s" % (code, OSError: Tunnel connection failed: 502 Bad Gateway
0.563632
Traceback (most recent call last): ".\labelImg.py", line 1575, in open self.load (filename) ".\labelImg.py", line 1268, in load index = self.mImgList.index(unicode Path) ValueError: 'D:/forjob/any.jpg' is not in list
[WARNING] [2019-04-23 17:03:09,417:EnsembleBuilder(1):digits] Error loading /tmp/autosklearn_parallel_example_tmp/.auto-sklearn/predictions_ensemble/predictions_ensemble_3_9.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
0.621917
Traceback (most recent call last): "pipeline.py", line 29, in <module> compiler.Compiler().compile(pipeline_func, pipeline_filename) "/Users/mattbrown/.pyenv/versions/issue-278/lib/python3.6/site-packages/kfp/compiler/compiler.py", line 668, in compile workflow = self._compile(pipeline_func) "/Users/mattbrown/.pyenv/versions/issue-278/lib/python3.6/site-packages/kfp/compiler/compiler.py", line 603, in _compile pipeline_func(*args_list) "pipeline.py", line 23, in debug_pipeline debug_task = debug_op().apply(gcp.use_gcp_secret(secret)) "/Users/mattbrown/.pyenv/versions/issue-278/lib/python3.6/site-packages/kfp/gcp.py", line 36, in use_gcp_secret volume_name = 'gcp-credentials-' + secret_name TypeError: must be str, not PipelineParam
Traceback (most recent call last): "C:\Users\ifeed\anaconda3\envs\spyder\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionsdelegate.py", line 160, in createEditor readonly=readonly) "C:\Users\ifeed\anaconda3\envs\spyder\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionseditor.py", line 1310, in setup remote=remote) "C:\Users\ifeed\anaconda3\envs\spyder\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionseditor.py", line 1250, in __init__ title) "C:\Users\ifeed\anaconda3\envs\spyder\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionseditor.py", line 1117, in __init__ minmax=minmax) "C:\Users\ifeed\anaconda3\envs\spyder\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionseditor.py", line 143, in __init__ self.set_data(data) "C:\Users\ifeed\anaconda3\envs\spyder\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionseditor.py", line 173, in set_data self.keys = sorted(list(data.keys())) TypeError: '<' not supported between instances of 'str' and 'int'
0.594577
Traceback (most recent call last): "main.py", line 33, in <module> main() "main.py", line 28, in main t.test() "/root/EDSR-PyTorch/src/trainer.py", line 123, in test self.ckp.save(self, epoch, is_best=(best[1][0, 0] + 1 == epoch)) "/root/EDSR-PyTorch/src/utility.py", line 88, in save trainer.loss.plot_loss(self.dir, epoch) "/root/EDSR-PyTorch/src/loss/__init__.py", line 111, in plot_loss plt.plot(axis, self.log[:, i].numpy(), label=label) "/root/miniconda3/envs/py36/lib/python3.6/site-packages/matplotlib/pyplot.py", line 3363, in plot ret = ax.plot(*args, **kwargs) "/root/miniconda3/envs/py36/lib/python3.6/site-packages/matplotlib/__init__.py", line 1867, in inner return func(ax, *args, **kwargs) "/root/miniconda3/envs/py36/lib/python3.6/site-packages/matplotlib/axes/_axes.py", line 1528, in plot for line in self._get_lines(*args, **kwargs): "/root/miniconda3/envs/py36/lib/python3.6/site-packages/matplotlib/axes/_base.py", line 406, in _grab_next_args for seg in self._plot_args(this, kwargs): "/root/miniconda3/envs/py36/lib/python3.6/site-packages/matplotlib/axes/_base.py", line 383, in _plot_args x, y = self._xy_from_xy(x, y) "/root/miniconda3/envs/py36/lib/python3.6/site-packages/matplotlib/axes/_base.py", line 242, in _xy_from_xy "have shapes {} and {}".format(x.shape, y.shape)) ValueError: x and y must have same first dimension, but have shapes (0,) and (1,)
Traceback (most recent call last): "predict_c3d_ucf101.py", line 155, in <module> tf.app.run() "/home/tinhh/anaconda2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 126, in run _sys.exit(main(argv)) "predict_c3d_ucf101.py", line 152, in main run_test() "predict_c3d_ucf101.py", line 133, in run_test start_pos=next_start_pos "/home/tinhh/nnduy/tracvid/C3D-tensorflow/input_data.py", line 106, in read_clip_and_label np_arr_data = np.array(data).astype(np.float32) ValueError: setting an array element with a sequence.
0.544411
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\L. S. (Alas)\AppData\Local\Temp\pip-install-9bjuv19t\thinc\setup.py", line 261, in <module> setup_package() "C:\Users\L. S. (Alas)\AppData\Local\Temp\pip-install-9bjuv19t\thinc\setup.py", line 201, in setup_package setup( "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\__init__.py", line 144, in setup _install_setup_requires(attrs) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\__init__.py", line 139, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\dist.py", line 716, in fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\pkg_resources\__init__.py", line 780, in resolve dist = best[req.key] = env.best_match( "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\pkg_resources\__init__.py", line 1065, in best_match return self.obtain(req, installer) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\pkg_resources\__init__.py", line 1077, in obtain return installer(requirement) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\dist.py", line 786, in fetch_build_egg return cmd.easy_install(req) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\command\easy_install.py", line 679, in easy_install return self.install_item(spec, dist.location, tmpdir, deps) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\command\easy_install.py", line 705, in install_item dists = self.install_eggs(spec, download, tmpdir) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\command\easy_install.py", line 890, in install_eggs return self.build_and_install(setup_script, setup_base) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\command\easy_install.py", line 1158, in build_and_install self.run_setup(setup_script, setup_base, args) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\command\easy_install.py", line 1144, in run_setup run_setup(setup_script, args) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 253, in run_setup raise "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context yield "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 166, in save_modules saved_exc.resume() "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 141, in resume six.reraise(type, exc, self._tb) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\_vendor\six.py", line 685, in reraise raise value.with_traceback(tb) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 154, in save_modules yield saved "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context yield "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 250, in run_setup _execfile(setup_script, ns) "c:\users\l. s. (alas)\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 45, in _execfile exec(code, globals, locals) "C:\Users\LS36F4~1.(AL\AppData\Local\Temp\easy_install-9gzaz9v9\numpy-1.18.3\setup.py", line 488, in <module> "C:\Users\LS36F4~1.(AL\AppData\Local\Temp\easy_install-9gzaz9v9\numpy-1.18.3\setup.py", line 469, in setup_package "C:\Users\LS36F4~1.(AL\AppData\Local\Temp\easy_install-9gzaz9v9\numpy-1.18.3\setup.py", line 275, in generate_cython RuntimeError: Running cythonize failed!
Traceback (most recent call last): "main.py", line 137, in <module> mean_loc_depth=mean_loc_depth) "/3d-photo-inpainting/mesh.py", line 2203, in output_3d_photo proj='perspective') "/3d-photo-inpainting/mesh.py", line 2134, in __init__ self.canvas = scene.SceneCanvas(bgcolor=bgcolor, size=(canvas_size*factor, canvas_size*factor)) "/opt/conda/envs/3DP/lib/python3.7/site-packages/vispy/scene/canvas.py", line 137, in __init__ always_on_top, px_scale) "/opt/conda/envs/3DP/lib/python3.7/site-packages/vispy/app/canvas.py", line 169, in __init__ self._app = use_app(call_reuse=False) "/opt/conda/envs/3DP/lib/python3.7/site-packages/vispy/app/_default_app.py", line 47, in use_app default_app = Application(backend_name) "/opt/conda/envs/3DP/lib/python3.7/site-packages/vispy/app/application.py", line 49, in __init__ self._use(backend_name) "/opt/conda/envs/3DP/lib/python3.7/site-packages/vispy/app/application.py", line 256, in _use 'PyQt' % [b[0] for b in CORE_BACKENDS]) RuntimeError: Could not import any of the backends. You need to install any of ['PyQt4', 'PyQt5', 'PySide', 'PySide2', 'Pyglet', 'Glfw', 'SDL2', 'wx', 'EGL', 'osmesa']. We recommend PyQt
0.581076
Traceback (most recent call last): "/home/dodzilla/my_project/components_with_adapter/column_type_specifier.py", line 68, in processCols date_check_list = int(ColumnTypeSpecifier.is_date(cols[:limit])) "/home/dodzilla/my_project/components_with_adapter/column_type_specifier.py", line 28, in is_date parse(str(v)) "/home/dodzilla/.local/lib/python3.6/site-packages/dateutil/parser/_parser.py", line 1374, in parse return DEFAULTPARSER.parse(timestr, **kwargs) "/home/dodzilla/.local/lib/python3.6/site-packages/dateutil/parser/_parser.py", line 657, in parse six.raise_from(ParserError(e.args[0] + ": %s", timestr), e) TypeError: unsupported operand type(s) for +: 'int' and 'str'
Traceback (most recent call last): "/usr/local/lib/python3.5/site-packages/gevent/pywsgi.py", line 976, in handle_one_response self.run_application() "/usr/local/lib/python3.5/site-packages/gevent/pywsgi.py", line 924, in run_application self.process_result() "/usr/local/lib/python3.5/site-packages/gevent/pywsgi.py", line 908, in process_result for data in self.result: "/usr/local/lib/python3.5/site-packages/werkzeug/wsgi.py", line 870, in __next__ return self._next() "/usr/local/lib/python3.5/site-packages/werkzeug/wrappers.py", line 82, in _iter_encoded for item in iterable: TypeError: 'Response' object is not iterable
0.569735
Traceback (most recent call last): "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner self.run() "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker xlog.exception("google_ip.runJob fail:%r", e) AttributeError: 'NoneType' object has no attribute 'exception'
Traceback (most recent call last): "/usr/local/bin/napalm", line 11, in <module> load_entry_point('napalm==2.3.1', 'console_scripts', 'napalm')() "/usr/local/lib/python3.6/dist-packages/napalm/base/clitools/cl_napalm.py", line 284, in main check_installed_packages() "/usr/local/lib/python3.6/dist-packages/napalm/base/clitools/cl_napalm.py", line 146, in check_installed_packages installed_packages = pip.get_installed_distributions() AttributeError: module 'pip' has no attribute 'get_installed_distributions'
0.576063
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/site-packages/msrest/paging.py", line 109, in __next__ self.advance_page() "/usr/local/lib/python2.7/site-packages/msrest/paging.py", line 95, in advance_page self._response = self._get_next(self.next_link) "/usr/local/lib/python2.7/site-packages/azure/mgmt/containerregistry/operations/registries_operations.py", line 499, in internal_paging request, header_parameters, **operation_config) "/usr/local/lib/python2.7/site-packages/msrest/service_client.py", line 187, in send session = self.creds.signed_session() AttributeError: 'tuple' object has no attribute 'signed_session'
Traceback (most recent call last): "/polyaxon/polyaxon/manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line utility.execute() "/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 325, in execute settings.INSTALLED_APPS "/usr/local/lib/python3.7/site-packages/django/conf/__init__.py", line 79, in __getattr__ self._setup(name) "/usr/local/lib/python3.7/site-packages/django/conf/__init__.py", line 66, in _setup self._wrapped = Settings(settings_module) "/usr/local/lib/python3.7/site-packages/django/conf/__init__.py", line 157, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1006, in _gcd_import "<frozen importlib._bootstrap>", line 983, in _find_and_load "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 677, in _load_unlocked "<frozen importlib._bootstrap_external>", line 728, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/polyaxon/polyaxon/polyaxon/settings.py", line 1, in <module> from polyaxon.config_settings import * # noqa "/polyaxon/polyaxon/polyaxon/config_settings/__init__.py", line 22, in <module> from .monolith import * "/polyaxon/polyaxon/polyaxon/config_settings/monolith/__init__.py", line 2, in <module> from polyaxon.config_settings.auth import * "/polyaxon/polyaxon/polyaxon/config_settings/auth.py", line 75, in <module> group_type[0].upper() + group_type[1:] + 'Type')() AttributeError: module 'django_auth_ldap.config' has no attribute '(objectClass=groupOfUniqueNames)Type'
0.609945
Traceback (most recent call last): "mautrix_telegram/abstract_user.py", line 142, in _update_catch await self._update(update) "mautrix_telegram/abstract_user.py", line 195, in _update await self.update_message(update) "mautrix_telegram/abstract_user.py", line 384, in update_message return await portal.handle_telegram_message(self, sender, update) "mautrix_telegram/portal.py", line 1627, in handle_telegram_message relates_to=formatter.telegram_reply_to_matrix(evt, source)) "mautrix_telegram/portal.py", line 1397, in handle_telegram_document document.thumb, is_sticker=attrs["is_sticker"]) AttributeError: 'Document' object has no attribute 'thumb'
[!] 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.603554
The minion function caused an exception: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/minion.py", line 1332, in _thread_return return_data = executor.execute() "/usr/lib/python2.7/dist-packages/salt/executors/direct_call.py", line 28, in execute return self.func(_self.args, *_self.kwargs) "/usr/lib/python2.7/dist-packages/salt/modules/cp.py", line 799, in push load_path_list = os.path.split(load_path_split_drive) "/usr/lib/python2.7/posixpath.py", line 92, in split i = p.rfind('/') + 1 AttributeError: 'tuple' object has no attribute 'rfind'### Setup
Traceback (most recent call last): "pointnav_task.py", line 64, in <module> example() "pointnav_task.py", line 33, in example action = habitat.SimulatorActions.MOVE_FORWARD AttributeError: module 'habitat' has no attribute 'SimulatorActions'
0.600871
Traceback (most recent call last): "/usr/bin/salt-run", line 10, in <module> salt_run() "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 412, in salt_run client.run() "/usr/lib/python2.7/dist-packages/salt/cli/run.py", line 40, in run ret = runner.run() "/usr/lib/python2.7/dist-packages/salt/runner.py", line 271, in run daemonize=False) "/usr/lib/python2.7/dist-packages/salt/client/mixins.py", line 485, in _proc_function return self.low(fun, low, full_return=False) "/usr/lib/python2.7/dist-packages/salt/client/mixins.py", line 261, in low return self._low(fun, low, print_event=print_event, full_return=full_return) "/usr/lib/python2.7/dist-packages/salt/client/mixins.py", line 418, in _low mminion=self.mminion, "/usr/lib/python2.7/dist-packages/salt/utils/job.py", line 110, in store_job mminion.returners[fstr](load) "/usr/lib/python2.7/dist-packages/salt/returners/postgres_local_cache.py", line 235, in returner job_ret = {'return': six.text_type(six.text_type(load['return']), 'utf-8', 'replace')} TypeError: decoding Unicode is not supported
Traceback (most recent call last): "./python3.3/concurrent/futures/_base.py", line 296, in _invoke_callbacks "/Users/David/Library/Application Support/Sublime Text 3/Packages/EasyClangComplete/EasyClangComplete.py", line 362, in info_finished (tooltip_request, result) = future.result() TypeError: 'NoneType' object is not iterable
0.553204
Traceback (most recent call last): "D:/Hans/CNTT/150323_onlineTrendAnalysisSolution/pycharm/program/konlp/konlp.py", line 63, in <module> 뉴욕에서 MBC뉴스 이언주입니다. ''') "D:/Hans/CNTT/150323_onlineTrendAnalysisSolution/pycharm/program/konlp/konlp.py", line 24, in word_count h = Hannanum() "D:\Anaconda\lib\site-packages\konlpy\tag\_hannanum.py", line 103, in __init__ self.jhi = HannanumInterfaceJavaClass() # Java instance "D:\Anaconda\lib\site-packages\jpype\_jpackage.py", line 55, in __call__ raise TypeError("Package {0} is not Callable".format(self.__name)) TypeError: Package kr.lucypark.jhannanum.comm.HannanumInterface is not Callable
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.599521
Traceback (most recent call last): "/allura-data/virtualenv/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 557, in spawn_worker worker.init_process() "/allura-data/virtualenv/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 115, in init_process self.load_wsgi() "/allura-data/virtualenv/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 157, in load_wsgi self.reloader.add_extra_file(exc_val.filename) AttributeError: 'NoneType' object has no attribute 'add_extra_file'
Traceback (most recent call last): "textClassifierHATT.py", line 55, in <module> for idx in range(data_train.review.shape[0]): "/root/anaconda3/envs/py2/lib/python2.7/site-packages/pandas/core/generic.py", line 3081, in __getattr__ return object.__getattribute__(self, name) AttributeError: 'DataFrame' object has no attribute 'review'
0.606953
Traceback (most recent call last): "/snipped/miniconda3/envs/scipy_tk/lib/python3.7/site-packages/skcuda/cublas.py", line 280, in _get_cublas_version utils.get_soname(cublas_path)).groups() AttributeError: 'NoneType' object has no attribute 'groups'
Traceback (most recent call last): "verify.py", line 6, in <module> proj = angr.Project('./sftp') "/usr/lib/python2.7/site-packages/angr/project.py", line 164, in __init__ self.loader = cle.Loader(self.filename, **load_options) "/usr/lib/python2.7/site-packages/cle/loader.py", line 126, in __init__ self.initial_load_objects = self._internal_load(main_binary, *force_load_libs) "/usr/lib/python2.7/site-packages/cle/loader.py", line 493, in _internal_load main_obj = self._load_object_isolated(main_spec) "/usr/lib/python2.7/site-packages/cle/loader.py", line 587, in _load_object_isolated return backend_cls(full_spec, is_main_bin=self.main_object is None, loader=self, **options) "/usr/lib/python2.7/site-packages/cle/backends/elf/elf.py", line 111, in __init__ self.__register_segments() "/usr/lib/python2.7/site-packages/cle/backends/elf/elf.py", line 428, in __register_segments self.__register_dyn(seg) "/usr/lib/python2.7/site-packages/cle/backends/elf/elf.py", line 456, in __register_dyn self.strtab = elffile.StringTableSection(fakestrtabheader, 'strtab_cle', self.memory) "/usr/lib/python2.7/site-packages/elftools/elf/sections.py", line 30, in __init__ self.stream = self.elffile.stream AttributeError: 'Clemory' object has no attribute 'stream'
0.606628
Traceback (most recent call last): "C:\Program s\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2881, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-9-c612d67a6b4a>", line 1, in <module> from skopt import BayesSearchCV ImportError: cannot import name 'BayesSearchCV'
Traceback (most recent call last): "/opt/tidos/tidos.py", line 14, in <module> from core.tidos_main import * "/opt/tidos/core/tidos_main.py", line 37, in <module> from core.Vulnlysis.vuln import * "/opt/tidos/core/Vulnlysis/vuln.py", line 17, in <module> from core.Vulnlysis.Oth_Bugs.othbugs import * "/opt/tidos/core/Vulnlysis/Oth_Bugs/othbugs.py", line 22, in <module> from sqlbrute import * "modules/0x03-Vulnerability+Analysis/0x03-OtherWebBugs/sqlbrute.py", line 12, in <module> import _mysql "build/bdist.linux-x86_64/egg/_mysql.py", line 7, in <module> "build/bdist.linux-x86_64/egg/_mysql.py", line 6, in __bootstrap__ ImportError: libmariadbclient.so.18: cannot open shared object file: No such file or directory
0.532986
Traceback (most recent call last): "C:\Users\macwanj\AppData\Local\miniconda3\envs\bert\lib\site-packages\IPython\core\interactiveshell.py", line 3331, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-94-eb0783e1626e>", line 1, in <module> tokenizer = BertTokenizer.from_pretrained(PROJ_DIR/'models'/model_name) "C:\Users\macwanj\AppData\Local\miniconda3\envs\bert\lib\site-packages\transformers\tokenization_utils.py", line 393, in from_pretrained return cls._from_pretrained(*inputs, **kwargs) "C:\Users\macwanj\AppData\Local\miniconda3\envs\bert\lib\site-packages\transformers\tokenization_utils.py", line 424, in _from_pretrained if os.path.isfile(pretrained_model_name_or_path) or is_remote_url(pretrained_model_name_or_path): "C:\Users\macwanj\AppData\Local\miniconda3\envs\bert\lib\site-packages\transformers\file_utils.py", line 146, in is_remote_url parsed = urlparse(url_or_filename) "C:\Users\macwanj\AppData\Local\miniconda3\envs\bert\lib\urllib\parse.py", line 367, in urlparse url, scheme, _coerce_result = _coerce_args(url, scheme) "C:\Users\macwanj\AppData\Local\miniconda3\envs\bert\lib\urllib\parse.py", line 123, in _coerce_args return _decode_args(args) + (_encode_result,) "C:\Users\macwanj\AppData\Local\miniconda3\envs\bert\lib\urllib\parse.py", line 107, in _decode_args return tuple(x.decode(encoding, errors) if x else '' for x in args) "C:\Users\macwanj\AppData\Local\miniconda3\envs\bert\lib\urllib\parse.py", line 107, in <genexpr> return tuple(x.decode(encoding, errors) if x else '' for x in args) AttributeError: 'WindowsPath' object has no attribute 'decode'
Traceback (most recent call last): "eventHandler.pyc", line 150, in executeEvent "eventHandler.pyc", line 183, in doPreGainFocus "appModules\powerpnt.pyc", line 1080, in event_treeInterceptor_gainFocus "appModules\powerpnt.pyc", line 1099, in reportNewSlide "sayAllHandler.pyc", line 81, in readText "sayAllHandler.pyc", line 173, in nextLine "speech\__init__.pyc", line 458, in _flattenNestedSequences "speech\__init__.pyc", line 458, in <listcomp> "speech\__init__.pyc", line 1047, in __iter__ "speech\__init__.pyc", line 1119, in getTextInfoSpeech "appModules\powerpnt.pyc", line 1027, in getTextWithFields AttributeError: 'Dynamic_SlideShowWindowIAccessibleWindowNVDAObject' object has no attribute 'basicTextFields'
0.591151
Traceback (most recent call last): "/Users/Rasmus/.vim/bundle/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 101, in typeCompletionAvailable self.Get typeCompleter( filetypes ) "/Users/Rasmus/.vim/bundle/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 90, in Get typeCompleter current_filetypes ) ) ValueError: No semantic completer exists for filetypes: ['tex']
Traceback (most recent call last): "/home/luke/git/mycroft-core/mycroft/audio/speech.py", line 95, in handle_speak mute_and_speak(chunk, ident, listen) "/home/luke/git/mycroft-core/mycroft/audio/speech.py", line 129, in mute_and_speak tts.execute(utterance, ident, listen) "/home/luke/git/mycroft-core/mycroft/tts/tts.py", line 337, in execute wav_file, phonemes = self.get_tts(sentence, wav_file) "/home/luke/git/mycroft-core/mycroft/tts/google_tts.py", line 35, in get_tts tts = gTTS(text=sentence, lang=self.lang) "/home/luke/git/mycroft-core/.venv/lib/python3.8/site-packages/gtts/tts.py", line 121, in __init__ raise ValueError("Language not supported: %s" % lang) ValueError: Language not supported: it-it
0.613714
Traceback (most recent call last): "/Users/heydonovan/ScoutSuite/ScoutSuite/providers/aws/resources/rds/snapshots.py", line 14, in fetch_all name, resource = self._parse_snapshot(raw_snapshot) "/Users/heydonovan/ScoutSuite/ScoutSuite/providers/aws/resources/rds/snapshots.py", line 24, in _parse_snapshot snapshot['attributes'] = raw_snapshot['Attributes'] KeyError: 'Attributes'
Traceback (most recent call last): "C:\sickbeard_mp4_automator\autoprocess\radarr.py", line 64, in processMovie log.info("%sRadarr response: %s." % (infoprefix, rstate['state'])) KeyError: 'state'
0.500717
Traceback (most recent call last): "/home/bar/.virtualenvs/foo/lib/python3.7/site-packages/wand/image.py", line 8762, in save repr(filename)) TypeError: filename must be a string, not PosixPath('/media/bar/Lake_town-home.jpg')
Traceback (most recent call last): "ddpg.py", line 162, in <module> playGame() "ddpg.py", line 52, in playGame actor = ActorNetwork(sess, state_dim, action_dim, BATCH_SIZE, TAU, LRA) "/home/learning/gym_torcs/ActorNetwork.py", line 25, in __init__ self.model , self.weights, self.state = self.create_actor_network(state_size, action_size) "/home/learning/gym_torcs/ActorNetwork.py", line 54, in create_actor_network V = merge([Steering,Acceleration,Brake],mode='concat') "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 1528, in merge name=name) "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 1188, in __init__ self.add_inbound_node(layers, node_indices, tensor_indices) "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 572, in add_inbound_node Node.create_node(self, inbound_layers, node_indices, tensor_indices) "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 154, in create_node output_tensors = to_list(outbound_layer.call(input_tensors, mask=input_masks)) "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 1275, in call return K.concatenate(inputs, axis=self.concat_axis) "/usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.py", line 716, in concatenate return tf.concat(axis, [to_dense(x) for x in tensors]) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/array_ops.py", line 1029, in concat dtype=dtypes.int32).get_shape( "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/ops.py", line 637, in convert_to_tensor as_ref=False) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/ops.py", line 702, in internal_convert_to_tensor ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/constant_op.py", line 110, in _constant_tensor_conversion_function return constant(v, dtype=dtype, name=name) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/constant_op.py", line 99, in constant tensor_util.make_tensor_proto(value, dtype=dtype, shape=shape, verify_shape=verify_shape)) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/tensor_util.py", line 367, in make_tensor_proto _AssertCompatible(values, dtype) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/tensor_util.py", line 302, in _AssertCompatible (dtype.name, repr(mismatch), type(mismatch).__name__)) TypeError: Expected int32, got list containing Tensors of type '_Message' instead.
0.464685
Traceback (most recent call last): "/usr/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap self.run() "sublist3r.py", line 264, in run domain_list = self.enumerate() "sublist3r.py", line 643, in enumerate self.extract_domains(post_resp) "sublist3r.py", line 655, in extract_domains results_tbl = tbl_regex.findall(resp)[0] TypeError: expected string or buffer
Traceback (most recent call last): "D:\SublimeText\Data\Packages\PackageDev\plugins_\settings\__init__.py", line 174, in do_linting and USER_PATH in self.view.file_name() TypeError: argument of type 'NoneType' is not iterable
0.51444
Traceback (most recent call last): "<string>", line 1, in <module> "/data/Dropbox/Nauka/Flask/flasky/.venv/lib/python3.6/site-packages/setuptools/__init__.py", line 13, in <module> from setuptools.extension import Extension "/data/Dropbox/Nauka/Flask/flasky/.venv/lib/python3.6/site-packages/setuptools/extension.py", line 9, in <module> from .monkey import get_unpatched "/data/Dropbox/Nauka/Flask/flasky/.venv/lib/python3.6/site-packages/setuptools/monkey.py", line 12, in <module> from .py26compat import import_module ModuleNotFoundError: No module named 'setuptools.py26compat'
Traceback (most recent call last): "/anaconda3/bin/napari", line 11, in <module> load_entry_point('napari', 'console_scripts', 'napari')() "/anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2843, in load_entry_point return ep.load() "/anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2434, in load return self.resolve() "/anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2440, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ModuleNotFoundError: No module named 'napari.main'
0.586936
Traceback (most recent call last): "/usr/lib/python3/dist-packages/wx/core.py", line 3190, in <lambda> lambda event: event.callable(*event.args, **event.kw) ) RuntimeError: wrapped C/C++ object of type GcodeViewPanel has been deleted
Traceback (most recent call last): "/media/brx/2d79a6a5-f419-aa4c-b391-314a73033208/project/Word_vector/bert4keras/examples/task_seq2seq.py", line 210, in <module> callbacks=[evaluator] "/home/brx/.local/lib/python2.7/site-packages/keras/legacy/interfaces.py", line 91, in wrapper return func(*args, **kwargs) "/home/brx/.local/lib/python2.7/site-packages/keras/engine/training.py", line 1732, in fit_generator initial_epoch=initial_epoch) "/home/brx/.local/lib/python2.7/site-packages/keras/engine/training_generator.py", line 260, in fit_generator callbacks.on_epoch_end(epoch, epoch_logs) "/home/brx/.local/lib/python2.7/site-packages/keras/callbacks/callbacks.py", line 152, in on_epoch_end callback.on_epoch_end(epoch, logs) "/media/brx/2d79a6a5-f419-aa4c-b391-314a73033208/project/Word_vector/bert4keras/examples/task_seq2seq.py", line 197, in on_epoch_end model.save_weights('./best_model.weights') "/home/brx/.local/lib/python2.7/site-packages/keras/engine/saving.py", line 449, in save_wrapper save_function(obj, filepath, overwrite, *args, **kwargs) "/home/brx/.local/lib/python2.7/site-packages/keras/engine/network.py", line 1184, in save_weights saving.save_weights_to_hdf5_group(f, self.layers) "/home/brx/.local/lib/python2.7/site-packages/keras/engine/saving.py", line 761, in save_weights_to_hdf5_group dtype=val.dtype) "/home/brx/.local/lib/python2.7/site-packages/h5py/_hl/group.py", line 139, in create_dataset self[name] = dset "/home/brx/.local/lib/python2.7/site-packages/h5py/_hl/group.py", line 373, in __setitem__ h5o.link(obj.id, self.id, name, lcpl=lcpl, lapl=self._lapl) "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper "h5py/h5o.pyx", line 202, in h5py.h5o.link RuntimeError: Unable to create link (name already exists)
0.477817
Traceback (most recent call last): "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\nick.perkins\AppData\Local\Programs\Python\Python37\Scripts\pipenv.exe\__main__.py", line 9, in <module> "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\click\core.py", line 829, in __call__ return self.main(*args, **kwargs) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\click\core.py", line 782, in main rv = self.invoke(ctx) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\click\core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\click\core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\click\core.py", line 610, in invoke return callback(*args, **kwargs) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\click\decorators.py", line 73, in new_func return ctx.invoke(f, obj, *args, **kwargs) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\click\core.py", line 610, in invoke return callback(*args, **kwargs) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\click\decorators.py", line 21, in new_func return f(get_current_context(), *args, **kwargs) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\cli\command.py", line 252, in install site_packages=state.site_packages "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\core.py", line 1929, in do_install site_packages=site_packages, "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\core.py", line 615, in ensure_project validate=validate, skip_requirements=skip_requirements, system=system "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\core.py", line 320, in ensure_pipfile project.create_pipfile(python=python) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\project.py", line 753, in create_pipfile required_python = self.which("python", self.virtualenv_location) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\project.py", line 1126, in which result = next(iter(filter(None, (find(finder) for finder in self.finders))), None) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\project.py", line 1126, in <genexpr> result = next(iter(filter(None, (find(finder) for finder in self.finders))), None) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 134, in which return self.system_path.which(exe) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\pythonfinder\models\path.py", line 483, in which return next(iter(f for f in filtered if f is not None), None) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\pythonfinder\models\path.py", line 483, in <genexpr> return next(iter(f for f in filtered if f is not None), None) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\pythonfinder\models\path.py", line 482, in <genexpr> filtered = (sub_which(self.get_path(k)) for k in self.path_order) "c:\users\nick.perkins\appdata\local\programs\python\python37\lib\site-packages\pipenv\vendor\pythonfinder\models\path.py", line 438, in get_path raise ValueError("Path not found or generated: {0!r}".format(path)) ValueError: Path not found or generated: WindowsPath('c:/users/nick.perkins/.virtualenvs/test-9qo8x7ji/scripts')
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.
0.524885
Traceback (most recent call last): "/opt/sabnzbd/sabnzbd/postproc.py", line 415, in process_job tmp_workdir_complete, workdir_complete, file_sorter, one_folder, marker_file = prepare_extraction_path( "/opt/sabnzbd/sabnzbd/postproc.py", line 693, in prepare_extraction_path workdir_complete = get_unique_path(os.path.join(complete_dir, nzo.final_name), create_dir=True) "/usr/lib64/python3.8/posixpath.py", line 90, in join genericpath._check_arg_types('join', a, *p) "/usr/lib64/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 'int'
Traceback (most recent call last): "*dir*/index.py", line 942, in <module> bot.polling(none_stop=True, interval=0) "/lib/python3.6/site-packages/telebot/__init__.py", line 222, in polling self.__threaded_polling(none_stop, interval, timeout) "/lib/python3.6/site-packages/telebot/__init__.py", line 245, in __threaded_polling polling_thread.raise_exceptions() "/lib/python3.6/site-packages/telebot/util.py", line 73, in raise_exceptions six.reraise(self.exc_info[0], self.exc_info[1], self.exc_info[2]) "/lib/python3.6/site-packages/six.py", line 686, in reraise raise value "/python3.6/site-packages/telebot/util.py", line 54, in run task(*args, **kwargs) "/python3.6/site-packages/telebot/__init__.py", line 137, in __retrieve_updates self.process_new_updates(updates) "/lib/python3.6/site-packages/telebot/__init__.py", line 166, in process_new_updates self.process_new_messages(new_messages) "/lib/python3.6/site-packages/telebot/__init__.py", line 183, in process_new_messages self._notify_command_handlers(self.message_handlers, new_messages) "/lib/python3.6/site-packages/telebot/__init__.py", line 865, in _notify_command_handlers if self._test_message_handler(message_handler, message): "/lib/python3.6/site-packages/telebot/__init__.py", line 847, in _test_message_handler if not self._test_filter(filter, filter_value, message): "/lib/python3.6/site-packages/telebot/__init__.py", line 860, in _test_filter return test_cases.get(filter, lambda msg: False)(message) "/lib/python3.6/site-packages/telebot/__init__.py", line 857, in <lambda> 'func': lambda msg: filter_value(msg) TypeError: <lambda>() takes 0 positional arguments but 1 was given
0.580854
Traceback (most recent call last): "c:\Tools\Anaconda3\lib\site-packages\flask\app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() "c:\Tools\Anaconda3\lib\site-packages\flask\app.py", line 1799, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "c:\Tools\Anaconda3\lib\site-packages\flask_restplus\api.py", line 325, in wrapper resp = resource(*args, **kwargs) "c:\Tools\Anaconda3\lib\site-packages\flask\views.py", line 88, in view return self.dispatch_request(*args, **kwargs) "c:\Tools\Anaconda3\lib\site-packages\flask_restplus\resource.py", line 44, in dispatch_request resp = meth(*args, **kwargs) TypeError: get() missing 1 required positional argument: 'message'
Traceback (most recent call last): "utils/get_idle_gpus.py", line 40, in <module> for gpu in gpu_smi_output.split(sep='\n')[:-1]: TypeError: split() takes no keyword arguments
0.56752
Traceback (most recent call last): "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinAdditionPanes\implantView.py", line 79, in OnRadioSelect "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\fit.py", line 1012, in toggleImplantSource "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\eos\db\saveddata\queries.py", line 83, in checkAndReturn "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\eos\db\saveddata\queries.py", line 57, in setCache "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\eos\db\saveddata\queries.py", line 216, in getFit TypeError: Need integer as argument
Traceback (most recent call last): "/usr/local/bin/salt-cloud", line 10, in <module> salt_cloud() "/usr/local/lib/python2.7/dist-packages/salt/scripts.py", line 455, in salt_cloud client.run() "/usr/local/lib/python2.7/dist-packages/salt/cloud/cli.py", line 217, in run for name in self.config.get('names', None): TypeError: 'NoneType' object is not iterable
0.510788
Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/cloud/clouds/proxmox.py", line 541, in create data = create_node(vm_, newid) "/usr/lib/python3/dist-packages/salt/cloud/clouds/proxmox.py", line 727, in create_node static_props): "/usr/lib/python3/dist-packages/salt/cloud/clouds/proxmox.py", line 652, in _get_properties sub = (item for item in sub if item["path"] == search_path).next()['children'] AttributeError: 'generator' object has no attribute 'next'
Traceback (most recent call last): "/data/adel_volume/kirill/lungs/medicaldetectiontoolkit/mdt/lib/python3.6/site-packages/batchgenerators-0.20.1-py3.6.egg/batchgenerators/dataloading/multi_threaded_augmenter.py", line 287, in __del__ "/data/adel_volume/kirill/lungs/medicaldetectiontoolkit/mdt/lib/python3.6/site-packages/batchgenerators-0.20.1-py3.6.egg/batchgenerators/dataloading/multi_threaded_augmenter.py", line 262, in _finish AttributeError: 'NoneType' object has no attribute 'is_alive'`
0.554981
Traceback (most recent call last): "/usr/local/lib/python3.8/site-packages/aiobotocore/client.py", line 111, in _make_api_call http, parsed_response = await self._make_request( "/usr/local/lib/python3.8/site-packages/aiobotocore/client.py", line 131, in _make_request return await self._endpoint.make_request(operation_model, request_dict) "/usr/local/lib/python3.8/site-packages/aiobotocore/endpoint.py", line 84, in _send_request request = await self.create_request(request_dict, operation_model) "/usr/local/lib/python3.8/site-packages/aiobotocore/endpoint.py", line 77, in create_request await self._event_emitter.emit(event_name, request=request, "/usr/local/lib/python3.8/site-packages/aiobotocore/hooks.py", line 27, in _emit response = await handler(**kwargs) "/usr/local/lib/python3.8/site-packages/aiobotocore/signers.py", line 16, in handler return await self.sign(operation_name, request) "/usr/local/lib/python3.8/site-packages/aiobotocore/signers.py", line 53, in sign auth = await self.get_auth_instance(**kwargs) "/usr/local/lib/python3.8/site-packages/aiobotocore/signers.py", line 75, in get_auth_instance frozen_credentials = await self._credentials.get_frozen_credentials() "/usr/local/lib/python3.8/site-packages/aiobotocore/credentials.py", line 290, in get_frozen_credentials await self._refresh() "/usr/local/lib/python3.8/site-packages/aiobotocore/credentials.py", line 257, in _refresh async with self._refresh_lock: "/usr/local/lib/python3.8/asyncio/locks.py", line 97, in __aenter__ await self.acquire() "/usr/local/lib/python3.8/asyncio/locks.py", line 203, in acquire await fut RuntimeError: Task <Task pending name='Task-59191' coro=<App._process_file() running at x> cb=[gather.<locals>._done_callback() at /usr/local/lib/python3.8/asyncio/tasks.py:751]> got Future <Future pending> attached to a different loop
Traceback (most recent call last): "train.py", line 2, in <module> main(mode=1) "/code/edge-connect-master/main.py", line 56, in main model.train() "/code/edge-connect-master/src/edge_connect.py", line 179, in train self.edge_model.backward(e_gen_loss, e_dis_loss) "/code/edge-connect-master/src/models.py", line 152, in backward gen_loss.backward() "/usr/local/lib/python3.5/dist-packages/torch/tensor.py", line 102, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph) "/usr/local/lib/python3.5/dist-packages/torch/autograd/__init__.py", line 90, in backward allow_unreachable=True) # allow_unreachable flag RuntimeError: Trying to backward through the graph a second time, but the buffers have already been freed. Specify retain_graph=True when calling backward the first time.
0.534837
Traceback (most recent call last): "/tmp/ansible_9Ntaqw/ansible_module_docker_network.py", line 392, in <module> main() "/tmp/ansible_9Ntaqw/ansible_module_docker_network.py", line 385, in main cm = DockerNetworkManager(client) "/tmp/ansible_9Ntaqw/ansible_module_docker_network.py", line 218, in __init__ self.present() "/tmp/ansible_9Ntaqw/ansible_module_docker_network.py", line 352, in present self.disconnect_missing() "/tmp/ansible_9Ntaqw/ansible_module_docker_network.py", line 323, in disconnect_missing for c in self.existing_network['Containers'].values(): AttributeError: 'NoneType' object has no attribute 'values'
Traceback (most recent call last): "repro.py", line 1, in <module> import moto "/Users/repos/test/.venv/lib/python3.7/site-packages/moto/__init__.py", line 8, in <module> from .acm import mock_acm # flake8: noqa "/Users/repos/test/.venv/lib/python3.7/site-packages/moto/acm/__init__.py", line 2, in <module> from .models import acm_backends "/Users/repos/test/.venv/lib/python3.7/site-packages/moto/acm/models.py", line 6, in <module> from moto.core import BaseBackend, BaseModel "/Users/repos/test/.venv/lib/python3.7/site-packages/moto/core/__init__.py", line 2, in <module> from .models import BaseModel, BaseBackend, moto_api_backend # flake8: noqa "/Users/repos/test/.venv/lib/python3.7/site-packages/moto/core/models.py", line 143, in <module> RESPONSES_METHODS = [responses.GET, responses.DELETE, responses.HEAD, AttributeError: module 'responses' has no attribute 'GET'
0.620885
Traceback (most recent call last): "/usr/lib/python3.7/site-packages/ambassador-0.0.0.dev0-py3.7.egg/ambassador_diag/diagd.py", line 233, in wrapper result = f(*args, reqid=reqid, **kwds) "/usr/lib/python3.7/site-packages/ambassador-0.0.0.dev0-py3.7.egg/ambassador_diag/diagd.py", line 519, in show_overview ov = diag.overview(request, app.estats) AttributeError: 'NoneType' object has no attribute 'overview'
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-szl57hlm/html/setup.py", line 12, in <module> long_description = __doc__.decode('utf8'), AttributeError: 'str' object has no attribute 'decode'
0.581621
Traceback (most recent call last): "/home/merlin/src/run_merlin.py", line 1158, in <module> main_function(cfg) "/home/merlin/src/run_merlin.py", line 534, in main_function if cfg.VoiceConversion: AttributeError: 'configuration' object has no attribute 'VoiceConversion'
Traceback (most recent call last): "c:\users\name\appdata\local\programs\python\python38-32\lib\site-packages\gallery_dl\job.py", line 68, in run self.dispatch(msg) "c:\users\name\appdata\local\programs\python\python38-32\lib\site-packages\gallery_dl\job.py", line 102, in dispatch self.handle_url(url, kwds) "c:\users\name\appdata\local\programs\python\python38-32\lib\site-packages\gallery_dl\job.py", line 246, in handle_url if not self.download(url): "c:\users\name\appdata\local\programs\python\python38-32\lib\site-packages\gallery_dl\job.py", line 346, in download scheme = url.partition(":")[0] AttributeError: 'NoneType' object has no attribute 'partition'
0.562809
[049 23:41:38.826235] Traceback (most recent call last): "/path/to/kitty.app/Contents/MacOS/../Frameworks/kitty/kitty/main.py", line 277, in main _main() "/path/to/kitty.app/Contents/MacOS/../Frameworks/kitty/kitty/main.py", line 270, in _main run_app(opts, args) "/path/to/kitty.app/Contents/MacOS/../Frameworks/kitty/kitty/main.py", line 146, in run_app _run_app(opts, args) "/path/to/kitty.app/Contents/MacOS/../Frameworks/kitty/kitty/main.py", line 132, in _run_app args.cls or appname, load_all_shaders) ValueError: Failed to create GLFWwindow
Traceback (most recent call last): "C:\Users\giuliano\anaconda3\envs\gpu\Scripts\mmf_run-script.py", line 33, in <module> sys.exit(load_entry_point('mmf', 'console_scripts', 'mmf_run')()) "c:\users\giuliano\mmf\mmf_cli\run.py", line 111, in run main(configuration, predict=predict) "c:\users\giuliano\mmf\mmf_cli\run.py", line 40, in main trainer.load() "c:\users\giuliano\mmf\mmf\trainers\base_trainer.py", line 60, in load self.load_model_and_optimizer() "c:\users\giuliano\mmf\mmf\trainers\base_trainer.py", line 123, in load_model_and_optimizer self.optimizer = build_optimizer(self.model, self.config) "c:\users\giuliano\mmf\mmf\utils\build.py", line 187, in build_optimizer "Optimizer attributes must have a 'type' key " ValueError: Optimizer attributes must have a 'type' key specifying the type of optimizer. (Custom or PyTorch)
0.605406
Traceback (most recent call last): "/softdev/akuurstr/python/h5py_test.py", line 11, in <module> ds['a_string'] = test_string "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper "/softdev/akuurstr/python/virtualenvs/h5py_test/lib/python3.8/site-packages/h5py/_hl/dataset.py", line 845, in __setitem__ val = val.view(numpy.dtype([(names[0], dtype)])) "/softdev/akuurstr/python/virtualenvs/h5py_test/lib/python3.8/site-packages/numpy/core/_internal.py", line 459, in _view_is_safe raise TypeError("Cannot change data-type for object array.") TypeError: Cannot change data-type for object array.
Traceback (most recent call last): "/home/thomas/temp/bar.py", line 1, in <module> import importlib_resources "<frozen importlib._bootstrap>", line 968, in _find_and_load "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 664, in _load_unlocked "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible "/home/thomas/temp/gna/lib/python3.5/site-packages/importlib_resources/__init__.py", line 36, in <module importlib_resources> __version__ = read_text('importlib_resources', 'version.txt').strip() "/home/thomas/temp/gna/lib/python3.5/site-packages/importlib_resources/_py3.py", line 158, in read_text package = _get_package(package) "/home/thomas/temp/gna/lib/python3.5/site-packages/importlib_resources/_py3.py", line 41, in _get_package raise TypeError('{!r} is not a package'.format(package)) TypeError: 'importlib_resources' is not a package
0.582202
Traceback (most recent call last): "/home/jwolosonovich/.virtualenvs/ztrip35i/lib/python3.5/site-packages/nltk/test/unit/test_json2csv_corpus.py", line 93, in test_tweet_hashtag self.assertTrue(are_files_identical(outfn, ref_fn), msg=self.msg) "/home/jwolosonovich/.virtualenvs/ztrip35i/lib/python3.5/site-packages/nltk/test/unit/test_json2csv_corpus.py", line 29, in are_files_identical with open(filename2, "rb") as fileB: NotFoundError: [Errno 2] No such file or directory: '/home/jwolosonovich/.virtualenvs/ztrip35i/lib/python3.5/site-packages/nltk/test/unit/files/tweets.20150430-223406.hashtag.csv.ref'
Traceback (most recent call last): "C:\Python37\Scripts\pipx-script.py", line 11, in <module> load_entry_point('pipx', 'console_scripts', 'pipx')() "c:\projects\python\_helping\pipx\pipx\main.py", line 496, in cli exit(run_pipx_command(parsed_pipx_args, binary_args)) "c:\projects\python\_helping\pipx\pipx\main.py", line 157, in run_pipx_command include_deps=args.include_deps, "c:\projects\python\_helping\pipx\pipx\commands.py", line 319, in install _run_post_install_actions(venv, package, local_bin_dir, venv_dir, include_deps) "c:\projects\python\_helping\pipx\pipx\commands.py", line 345, in _run_post_install_actions _expose_binaries_globally(local_bin_dir, binary_paths, package) "c:\projects\python\_helping\pipx\pipx\commands.py", line 470, in _expose_binaries_globally _copy_package_binaries(local_bin_dir, binary_paths, package) "c:\projects\python\_helping\pipx\pipx\commands.py", line 485, in _copy_package_binaries shutil.copy(src, dest) "c:\python37\lib\shutil.py", line 245, in copy copyfile(src, dst, follow_symlinks=follow_symlinks) "c:\python37\lib\shutil.py", line 120, in copyfile with open(src, 'rb') as fsrc: NotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Nebu\\.local\\pipx\\venvs\\tox-venv\\Scripts\\tox'
0.570946
Traceback (most recent call last): "/content/generate_tfrecord.py", line 29, in <module> from object_detection.utils import dataset_util, label_map_util ModuleNotFoundError: No module named 'object_detection'`
Traceback (most recent call last): "e:\anaconda3\lib\site-packages\mmdnn\conversion\pytorch\pytorch_parser.py", line 76, in __init__ model = torch.load(model_file_name) "e:\anaconda3\lib\site-packages\torch\serialization.py", line 303, in load return _load(f, map_location, pickle_module) "e:\anaconda3\lib\site-packages\torch\serialization.py", line 469, in _load result = unpickler.load() ModuleNotFoundError: No module named 'networks'
0.637155
Traceback (most recent call last): "/home/roli/Env/phobeus_env/lib/python3.6/site-packages/haystack/management/commands/update_index.py", line 230, in handle self.update_backend(label, using) "/home/roli/Env/phobeus_env/lib/python3.6/site-packages/haystack/management/commands/update_index.py", line 276, in update_backend last_max_pk=max_pk) "/home/roli/Env/phobeus_env/lib/python3.6/site-packages/haystack/management/commands/update_index.py", line 97, in do_update backend.update(index, current_qs, commit=commit) "/home/roli/Env/phobeus_env/lib/python3.6/site-packages/haystack/backends/whoosh_backend.py", line 185, in update doc = index.full_prepare(obj) "/home/roli/Env/phobeus_env/lib/python3.6/site-packages/haystack/indexes.py", line 208, in full_prepare self.prepared_data = self.prepare(obj) "/home/roli/Env/phobeus_env/lib/python3.6/site-packages/haystack/indexes.py", line 199, in prepare self.prepared_data[field.index_fieldname] = field.prepare(obj) "/home/roli/Env/phobeus_env/lib/python3.6/site-packages/haystack/fields.py", line 206, in prepare return self.convert(super(CharField, self).prepare(obj)) "/home/roli/Env/phobeus_env/lib/python3.6/site-packages/haystack/fields.py", line 88, in prepare values = self.resolve_attributes_lookup(current_objects, attrs) "/home/roli/Env/phobeus_env/lib/python3.6/site-packages/haystack/fields.py", line 132, in resolve_attributes_lookup values.append(current_object()) TypeError: __call__() missing 1 required keyword-only argument: 'manager'
Traceback (most recent call last): "./tools/train.py", line 153, in <module> main() "./tools/train.py", line 149, in main meta=meta) "/raid/xuwt/xu/mmdetection/mmdet/apis/train.py", line 100, in train_detector optimizer_config = OptimizerHook(**cfg.optimizer_config) TypeError: __init__() got an unexpected keyword argument '_delete_'
0.633869
Traceback (most recent call last): "test2.py", line 35, in <module> gs.fit(X, y, classes=classes) "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask_searchcv/model_selection.py", line 867, in fit out = scheduler(dsk, keys, num_workers=n_jobs) "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask/threaded.py", line 75, in get pack_exception=pack_exception, **kwargs) "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask/local.py", line 521, in get_async raise_exception(exc, tb) "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask/compatibility.py", line 67, in reraise raise exc "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask/local.py", line 290, in execute_task result = _execute_task(task, data) "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask/local.py", line 270, in _execute_task args2 = [_execute_task(a, cache) for a in args] "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask/local.py", line 270, in <listcomp> args2 = [_execute_task(a, cache) for a in args] "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask/local.py", line 271, in _execute_task return func(*args2) "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask_searchcv/methods.py", line 141, in cv_extract_params return {k: cvs.extract_param(tok, v, n) for (k, tok), v in zip(keys, vals)} "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask_searchcv/methods.py", line 141, in <dictcomp> return {k: cvs.extract_param(tok, v, n) for (k, tok), v in zip(keys, vals)} "/Users/ssievert/anaconda3/lib/python3.6/site-packages/dask_searchcv/methods.py", line 93, in extract_param out = safe_indexing(x, self.splits[n][0]) if _is_arraylike(x) else x "/Users/ssievert/anaconda3/lib/python3.6/site-packages/sklearn/utils/__init__.py", line 160, in safe_indexing return X.take(indices, axis=0) IndexError: index 9 is out of bounds for size 2
Traceback (most recent call last): "c:\users\iyed\miniconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "c:\users\iyed\miniconda3\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\Iyed\Miniconda3\Scripts\git-remote-dropbox.exe\__main__.py", line 9, in <module> "c:\users\iyed\miniconda3\lib\site-packages\git_remote_dropbox\__init__.py", line 812, in main helper.run() "c:\users\iyed\miniconda3\lib\site-packages\git_remote_dropbox\__init__.py", line 375, in run self._do_fetch(line) "c:\users\iyed\miniconda3\lib\site-packages\git_remote_dropbox\__init__.py", line 422, in _do_fetch self._fetch(sha) "c:\users\iyed\miniconda3\lib\site-packages\git_remote_dropbox\__init__.py", line 634, in _fetch queue.extend(git_referenced_objects(sha)) "c:\users\iyed\miniconda3\lib\site-packages\git_remote_dropbox\__init__.py", line 226, in git_referenced_objects return [line.split()[2] for line in lines if not line.startswith('160000 commit ')] "c:\users\iyed\miniconda3\lib\site-packages\git_remote_dropbox\__init__.py", line 226, in <listcomp> return [line.split()[2] for line in lines if not line.startswith('160000 commit ')] IndexError: list index out of range
0.657983
Traceback (most recent call last): "example_b.py", line 39, in <module> address = tx_out.bitcoin_address(netcode="XTN") "/home/f483/dev/upstream/pycoin/pycoin/tx/TxOut.py", line 66, in address return script_obj_from_script(self.script).address(netcode=netcode) "/home/f483/dev/upstream/pycoin/pycoin/tx/pay_to/ScriptType.py", line 90, in address return self.info(netcode=netcode)["address_f"](netcode) TypeError: info() got an unexpected keyword argument 'netcode'
Traceback (most recent call last): "jira-python/sample.py", line __, in <module> print('expected', issue.fields.customfield_10800[0].name) # Boom! "jira-python/jira/resources.py", line 173, in __getattr__ if hasattr(self, 'raw') and item in self.raw: TypeError: argument of type 'NoneType' is not iterable
0.530323
Traceback (most recent call last): "scripts\time_to_first_byte.py", line 160, in <module> sys.exit(asyncio.run(main(cmd_args=parser.parse_args())) or 0) "C:\Users\HTPC\AppData\Local\Programs\Python\Python37-32\lib\asyncio\runners.py", line 43, in run return loop.run_until_complete(main) "C:\Users\HTPC\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 584, in run_until_complete return future.result() "scripts\time_to_first_byte.py", line 111, in main conf, claim['name'], cmd_args.stall_download_timeout "scripts\time_to_first_byte.py", line 40, in wait_for_done file = (await daemon_rpc(conf, "file_list", claim_name=claim_name))[0] KeyError: 0```
Module biscuit raised an exception: Traceback (most recent call last): "/lib/python3.7/site-packages/multiqc/multiqc.py", line 546, in run output = mod() "/lib/python3.7/site-packages/multiqc/modules/biscuit/biscuit.py", line 113, in __init__ getattr(self, 'chart_{}'.format(k))() "/lib/python3.7/site-packages/multiqc/modules/biscuit/biscuit.py", line 373, in chart_covdist basecov[sid]['uniq'] = float(dd[1])/float(dd[0])*100.0 KeyError: 1 ```
0.583495
Traceback (most recent call last): "/usr/lib/python3/dist-packages/thingsboard_gateway/gateway/tb_gateway_service.py", line 289, in _connect_with_connectors connector = self._implemented_connectors[connector_type](self, connector_config["config"][config], TypeError: 'NoneType' object is not callable
14:58:27 ERROR errbot.core An error happened while processing a message ("hello"): Traceback (most recent call last): "/Users/andrewleedom/.virtualenvs/errbot/lib/python3.5/site-packages/errbot/core.py", line 453, in _execute_and_send self.send_simple_reply(mess, self.process_template(template_name, reply), private) "/Users/andrewleedom/.virtualenvs/errbot/lib/python3.5/site-packages/errbot/core.py", line 418, in process_template return tenv().get_template(template_name + '.md').render(**template_parameters) TypeError: render() argument after ** must be a mapping, not str
0.524161
Traceback (most recent call last): "/usr/lib/ckan/venv/local/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() "/usr/lib/ckan/venv/local/lib/python2.7/site-packages/flask/app.py", line 1615, in full_dispatch_request return self.finalize_request(rv) "/usr/lib/ckan/venv/local/lib/python2.7/site-packages/flask/app.py", line 1632, in finalize_request response = self.process_response(response) "/usr/lib/ckan/venv/local/lib/python2.7/site-packages/flask/app.py", line 1856, in process_response response = handler(response) "/usr/lib/ckan/venv/src/ckan/ckan/config/middleware/flask_app.py", line 324, in ckan_after_request r_time = time.time() - g.__timer "/usr/lib/ckan/venv/local/lib/python2.7/site-packages/werkzeug/local.py", line 347, in __getattr__ return getattr(self._get_current_object(), name) "/usr/lib/ckan/venv/local/lib/python2.7/site-packages/werkzeug/local.py", line 347, in __getattr__ return getattr(self._get_current_object(), name) "/usr/lib/ckan/venv/src/ckan/ckan/config/middleware/flask_app.py", line 368, in __getattr__ return getattr(app_globals.app_globals, name) AttributeError: '_Globals' object has no attribute '__timer'
Traceback (most recent call last): \"/home/enmsrunner/eNMS/eNMS/models/execution.py\", line 374, in run_service_job results = self.service.job(self, payload, *args) \"/home/enmsrunner/eNMS/eNMS/services/data_validation/napalm_getters.py\", line 24, in job napalm_connection, result = run.napalm_connection(device), {} \"/home/enmsrunner/eNMS/eNMS/models/execution.py\", line 731, in napalm_connection username, password = self.get_credentials(device) \"/home/enmsrunner/eNMS/eNMS/models/execution.py\", line 517, in get_credentials if self.credentials == \"user\" \"/home/enmsrunner/eNMS/eNMS/controller/administration.py\", line 64, in get_user_credentials return current_user.name, current_user.password \"/home/enmsrunner/.local/lib/python3.6/site-packages/werkzeug/local.py\", line 348, in __getattr__ return getattr(self._get_current_object(), name) AttributeError: 'NoneType' object has no attribute 'name'
0.660566
Traceback (most recent call last): "keras_test2.py", line 12, in <module> from keras_contrib.layers import CRF "build/bdist.macosx-10.12-x86_64/egg/keras_contrib/__init__.py", line 13, in <module> "build/bdist.macosx-10.12-x86_64/egg/keras_contrib/optimizers/__init__.py", line 1, in <module> "build/bdist.macosx-10.12-x86_64/egg/keras_contrib/optimizers/ftml.py", line 8, in <module> "build/bdist.macosx-10.12-x86_64/egg/keras_contrib/optimizers/ftml.py", line 34, in FTML AttributeError: 'module' object has no attribute 'legacy_get_updates_support'
Traceback (most recent call last): "D:/2.7/build/inst/lib/python3.5/site-packages/UM\Qt\Bindings\ActiveToolProxy.py", line 49, in triggerAction "C:\Program s\Cura 2.7\plugins\Tools\RotateTool\RotateTool.py", line 227, in layFlat self._total_iterations += len(child.getMeshDataTransformed().getVertices()) * 2 AttributeError: 'NoneType' object has no attribute 'getVertices'
0.551911
Traceback (most recent call last): "temp.py", line 29, in <module> model = tf.keras.models.load_model(model_path) "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/saving/save.py", line 190, in load_model return saved_model_load.load(filepath, compile) "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/saving/saved_model/load.py", line 116, in load model = tf_load.load_internal(path, loader_cls=KerasObjectLoader) "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/load.py", line 604, in load_internal export_dir) "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/saving/saved_model/load.py", line 188, in __init__ super(KerasObjectLoader, self).__init__(*args, **kwargs) "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/load.py", line 123, in __init__ self._load_all() "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/saving/saved_model/load.py", line 215, in _load_all self._finalize_objects() "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/saving/saved_model/load.py", line 506, in _finalize_objects _finalize_saved_model_layers(layers_revived_from_saved_model) "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/saving/saved_model/load.py", line 677, in _finalize_saved_model_layers inputs = infer_inputs_from_restored_call_function(call_fn) "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/saving/saved_model/load.py", line 921, in infer_inputs_from_restored_call_function spec = nest.map_structure(common_spec, spec, spec2) "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/nest.py", line 611, in map_structure expand_composites=expand_composites) "/Users/sourabhmaity/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/nest.py", line 385, in assert_same_structure % (str(e), str1, str2)) TypeError: The two structures don't have the same nested structure.
Traceback (most recent call last): "/home/stephanie/.local/lib/python3.6/site-packages/dask/array/reductions.py", line 304, in partial_reduce meta = func(reduced_meta, computing_meta=True) "/home/stephanie/.local/lib/python3.6/site-packages/toolz/functoolz.py", line 486, in __call__ ret = self.first(*args, **kwargs) TypeError: _concatenate2() got an unexpected keyword argument 'computing_meta'
0.564097
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/usr/lib/python2.7/site-packages/awx/wsgi.py", line 65, in _legacy_get_response return super(AWXWSGIHandler, self)._legacy_get_response(request) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response response = self._get_response(request) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response response = self.process_exception_by_middleware(e, request) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/utils/decorators.py", line 185, in inner return func(*args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view return view_func(*args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/views/generic/base.py", line 68, in view return self.dispatch(request, *args, **kwargs) "/usr/lib/python2.7/site-packages/awx/api/generics.py", line 284, in dispatch return super(APIView, self).dispatch(request, *args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/views.py", line 494, in dispatch response = self.handle_exception(exc) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/views.py", line 454, in handle_exception self.raise_uncaught_exception(exc) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/views.py", line 491, in dispatch response = handler(request, *args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/generics.py", line 260, in patch return self.partial_update(request, *args, **kwargs) "/usr/lib/python2.7/site-packages/awx/api/generics.py", line 745, in partial_update return super(RetrieveUpdateAPIView, self).partial_update(request, *args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/mixins.py", line 84, in partial_update return self.update(request, *args, **kwargs) "/usr/lib/python2.7/site-packages/awx/api/generics.py", line 741, in update return super(RetrieveUpdateAPIView, self).update(request, *args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/mixins.py", line 69, in update serializer.is_valid(raise_exception=True) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/serializers.py", line 236, in is_valid self._validated_data = self.run_validation(self.initial_data) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/serializers.py", line 435, in run_validation value = self.to_internal_value(data) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/serializers.py", line 465, in to_internal_value validated_value = field.run_validation(primitive_value) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/fields.py", line 523, in run_validation value = self.to_internal_value(data) "/usr/lib/python2.7/site-packages/awx/conf/serializers.py", line 57, in to_internal_value obj = super(SettingFieldMixin, self).to_internal_value(value) "/usr/lib/python2.7/site-packages/awx/sso/fields.py", line 401, in to_internal_value return cls(**params_sanitized) TypeError: __init__() takes at least 2 arguments (2 given)
TypeError: Traceback (most recent call last): "/Users/shannon/anaconda3/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__init__.py", line 353, in listen result = False, None, self._run(*payload) "/Users/shannon/anaconda3/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__init__.py", line 327, in _run return function(evaluator, *args, **kwargs) "/Users/shannon/anaconda3/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/functions.py", line 21, in get_compiled_method_return return getattr(handle.access, attribute)(*args, **kwargs) "/Users/shannon/anaconda3/lib/python3.7/site-packages/jedi/evaluate/compiled/access.py", line 473, in get_dir_infos for name in self.dir() "/Users/shannon/anaconda3/lib/python3.7/site-packages/jedi/evaluate/compiled/access.py", line 473, in <genexpr> for name in self.dir() "/Users/shannon/anaconda3/lib/python3.7/site-packages/jedi/evaluate/compiled/access.py", line 318, in is_allowed_getattr attr, is_get_descriptor = getattr_static(self._obj, name) "/Users/shannon/anaconda3/lib/python3.7/site-packages/jedi/evaluate/compiled/getattr_static.py", line 164, in getattr_static return klass_result, _safe_hasattr(klass_result, '__get__') "/Users/shannon/anaconda3/lib/python3.7/site-packages/jedi/evaluate/compiled/getattr_static.py", line 123, in _safe_hasattr return _check_class(_get_type(obj), name) is not _sentinel "/Users/shannon/anaconda3/lib/python3.7/site-packages/jedi/evaluate/compiled/getattr_static.py", line 24, in _check_class for entry in _static_getmro(klass):TypeError: 'NoneType' object is not iterable "/Users/shannon/anaconda3/lib/python3.7/site-packages/pyls_jsonrpc/endpoint.py", line 113, in consume
0.549111
Traceback (most recent call last): "E:\Python27\lib\logging\handlers.py", line 76, in emit if self.shouldRollover(record): "E:\Python27\lib\logging\handlers.py", line 156, in shouldRollover msg = "%s\n" % self.format(record) "E:\Python27\lib\logging\__init__.py", line 734, in format return fmt.format(record) "E:\Python27\lib\logging\__init__.py", line 465, in format record.message = record.getMessage() "E:\Python27\lib\logging\__init__.py", line 329, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting
Traceback (most recent call last): "/usr/bin/salt", line 10, in <module> salt_main() "/usr/lib/python2.7/site-packages/salt/scripts.py", line 464, in salt_main client.run() "/usr/lib/python2.7/site-packages/salt/cli/salt.py", line 59, in run self._run_batch() "/usr/lib/python2.7/site-packages/salt/cli/salt.py", line 238, in _run_batch self._output_ret(ret, '') "/usr/lib/python2.7/site-packages/salt/cli/salt.py", line 344, in _output_ret salt.output.display_output(ret, out, self.config) "/usr/lib/python2.7/site-packages/salt/output/__init__.py", line 91, in display_output display_data = try_printout(data, out, opts, **kwargs) "/usr/lib/python2.7/site-packages/salt/output/__init__.py", line 49, in try_printout printout = get_printout('raw', opts)(data, **kwargs) TypeError: output() takes exactly 2 arguments (1 given)
0.625895
Traceback (most recent call last): "/usr/bin/lexicon", line 11, in <module> load_entry_point('dns-lexicon==3.3.17', 'console_scripts', 'lexicon')() "/usr/lib/python3/dist-packages/lexicon/cli.py", line 115, in main client = Client(config) "/usr/lib/python3/dist-packages/lexicon/client.py", line 45, in __init__ domain_extractor = tldextract.TLDExtract(cache_file=TLDEXTRACT_CACHE_FILE, TypeError: __init__() got an unexpected keyword argument 'cache_file'
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/manticore/core/executor.py", line 463, in run if not current_state.execute(): "/usr/local/lib/python2.7/dist-packages/manticore/core/state.py", line 126, in execute result = self._platform.execute() "/usr/local/lib/python2.7/dist-packages/manticore/platforms/linux.py", line 2133, in execute self.syscall() "/usr/local/lib/python2.7/dist-packages/manticore/platforms/linux.py", line 1978, in syscall return self._syscall_abi.invoke(implementation) "/usr/local/lib/python2.7/dist-packages/manticore/core/cpu/abstractcpu.py", line 384, in invoke ret = super(SyscallAbi, self).invoke(model, prefix_args) "/usr/local/lib/python2.7/dist-packages/manticore/core/cpu/abstractcpu.py", line 337, in invoke result = model(*arguments) "/usr/local/lib/python2.7/dist-packages/manticore/platforms/linux.py", line 1165, in sys_lseek signed_offset = self._to_signed_dword(offset) "/usr/local/lib/python2.7/dist-packages/manticore/platforms/linux.py", line 1024, in _to_signed_dword sdword = ctypes.c_int64(dword).value TypeError: an integer is required
0.532187
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_parser.py", line 78, in test_parse_token_nonsense self.parser._parse_token("NONSENSE", "1900", parts) AttributeError: 'TestDateTimeParser' object has no attribute 'parser'
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.648446
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.8/bin/esptool.py", line 57, in <module> import serial.tools.list_ports as list_ports "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/serial/tools/list_ports.py", line 29, in <module> from serial.tools.list_ports_posix import comports "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/serial/tools/list_ports_posix.py", line 31, in <module> from serial.tools.list_ports_osx import comports "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/serial/tools/list_ports_osx.py", line 32, in <module> kIOMasterPortDefault = ctypes.c_void_p.in_dll(iokit, "kIOMasterPortDefault") ValueError: dlsym(RTLD_DEFAULT, kIOMasterPortDefault): symbol not found
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/nisenber/Documents/CODE/pyomo/pyomo/opt/base/solvers.py", line 573, in solve self._presolve(*args, **kwds) "/home/nisenber/Documents/CODE/pyomo/pyomo/opt/solver/shellcmd.py", line 198, in _presolve OptSolver._presolve(self, *args, **kwds) "/home/nisenber/Documents/CODE/pyomo/pyomo/opt/base/solvers.py", line 670, in _presolve self._convert_problem(args, "/home/nisenber/Documents/CODE/pyomo/pyomo/opt/base/solvers.py", line 740, in _convert_problem return convert_problem(args, "/home/nisenber/Documents/CODE/pyomo/pyomo/opt/base/convert.py", line 105, in convert_problem problem_files, symbol_map = converter.apply(*tmp, **tmpkw) "/home/nisenber/Documents/CODE/pyomo/pyomo/solvers/plugins/converter/model.py", line 187, in apply instance.write( "/home/nisenber/Documents/CODE/pyomo/pyomo/core/base/block.py", line 1705, in write (filename, smap) = problem_writer(self, "/home/nisenber/Documents/CODE/pyomo/pyomo/repn/plugins/ampl/ampl_.py", line 370, in __call__ symbol_map = self._print_model_NL( "/home/nisenber/Documents/CODE/pyomo/pyomo/repn/plugins/ampl/ampl_.py", line 1591, in _print_model_NL self._print_nonlinear_terms_NL( "/home/nisenber/Documents/CODE/pyomo/pyomo/repn/plugins/ampl/ampl_.py", line 581, in _print_nonlinear_terms_NL self._print_nonlinear_terms_NL(exp.arg(0)) "/home/nisenber/Documents/CODE/pyomo/pyomo/repn/plugins/ampl/ampl_.py", line 642, in _print_nonlinear_terms_NL raise ValueError( ValueError: Unsupported expression type (<class 'pyomo.core.expr.numeric_expr.LinearExpression'>) in _print_nonlinear_terms_NL
0.556882
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/lenovo/.virtualenvs/nlp/lib/python3.6/site-packages/summarizer/__init__.py", line 1, in <module> from summarizer.model_processors import Summarizer, TransformerSummarizer "/home/lenovo/.virtualenvs/nlp/lib/python3.6/site-packages/summarizer/model_processors.py", line 11, in <module> class ModelProcessor(object): "/home/lenovo/.virtualenvs/nlp/lib/python3.6/site-packages/summarizer/model_processors.py", line 27, in ModelProcessor sentence_handler: SentenceHandler = SentenceHandler(), "/home/lenovo/.virtualenvs/nlp/lib/python3.6/site-packages/summarizer/sentence_handler.py", line 10, in __init__ self.nlp.add_pipe(self.nlp.create_pipe('sentencizer')) "/home/lenovo/.virtualenvs/nlp/lib/python3.6/site-packages/spacy/language.py", line 748, in add_pipe raise ValueError(err) ValueError: [E966] `nlp.add_pipe` now takes the string name of the registered component factory, not a callable component. Expected string, but got <spacy.pipeline.sentencizer.Sentencizer object at 0x7fd8702b3b48> (name: 'None').
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/zim/gui/customtools.py", line 554, in on_edit tool.update(**properties) "/usr/lib/python3.8/site-packages/zim/gui/customtools.py", line 324, in update self['Desktop Entry'].update(E, **F) "/usr/lib/python3.8/site-packages/zim/config/dicts.py", line 507, in update ControlledDict.update(self, E, **F) "/usr/lib/python3.8/site-packages/zim/config/dicts.py", line 86, in update OrderedDict.update(self, E, **F) "/usr/lib/python3.8/_collections_abc.py", line 840, in update self[key] = value "/usr/lib/python3.8/site-packages/zim/config/dicts.py", line 534, in __setitem__ raise ValueError('Invalid config value for %s: "%s" - %s' % (k, v, error.args[0])) ValueError: Invalid config value for X-Zim-ExecTool: "echo 'Привет, мир'" - ASCII string required
0.587624
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/kevin.krsulichibm.com/q/qiskit-terra/qiskit/compiler/transpile.py", line 200, in transpile circuits = parallel_map(_transpile_circuit, list(zip(circuits, transpile_configs))) "/Users/kevin.krsulichibm.com/q/qiskit-terra/qiskit/tools/parallel.py", line 100, in parallel_map return [task(values[0], *task_args, **task_kwargs)] "/Users/kevin.krsulichibm.com/q/qiskit-terra/qiskit/compiler/transpile.py", line 221, in _transpile_circuit return transpile_circuit(circuit, transpile_config) "/Users/kevin.krsulichibm.com/q/qiskit-terra/qiskit/transpiler/transpile_circuit.py", line 62, in transpile_circuit out_circuit = pass_manager.run(circuit) "/Users/kevin.krsulichibm.com/q/qiskit-terra/qiskit/transpiler/passmanager.py", line 172, in run dag = self._do_pass(pass_, dag, passset.options) "/Users/kevin.krsulichibm.com/q/qiskit-terra/qiskit/transpiler/passmanager.py", line 223, in _do_pass dag = self._run_this_pass(pass_, dag) "/Users/kevin.krsulichibm.com/q/qiskit-terra/qiskit/transpiler/passmanager.py", line 255, in _run_this_pass pass_.run(FencedDAGCircuit(dag)) "/Users/kevin.krsulichibm.com/q/qiskit-terra/qiskit/transpiler/passes/mapping/noise_adaptive_layout.py", line 229, in run self.prog2hw[edge[0]] = best_hw_edge[0] TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) "/Users/xu/Documents/HiTalentAlgorithms/parsers/parserapi.py", line 66, in parse_task raise err "/Users/xu/Documents/HiTalentAlgorithms/parsers/parserapi.py", line 56, in parse_task if not (result := PDFParser(content).info): "/Users/xu/Documents/HiTalentAlgorithms/parsers/lib/biz/resume_pdf/pdf_parser.py", line 28, in __init__ self._pdf = PDF(path_or_bytes) "/Users/xu/Documents/HiTalentAlgorithms/parsers/lib/datatype/pdf_structure/pdf.py", line 35, in __init__ self._parse_objs() "/Users/xu/Documents/HiTalentAlgorithms/parsers/lib/datatype/pdf_structure/pdf.py", line 64, in _parse_objs interpreter.process_page(page) "/Users/xu/Documents/HiTalentAlgorithms/venv_parsers/lib/python3.8/site-packages/pdfminer/pdfinterp.py", line 898, in process_page self.render_contents(page.resources, page.contents, ctm=ctm) "/Users/xu/Documents/HiTalentAlgorithms/venv_parsers/lib/python3.8/site-packages/pdfminer/pdfinterp.py", line 911, in render_contents self.execute(list_value(streams)) "/Users/xu/Documents/HiTalentAlgorithms/venv_parsers/lib/python3.8/site-packages/pdfminer/pdfinterp.py", line 936, in execute func(*args) "/Users/xu/Documents/HiTalentAlgorithms/venv_parsers/lib/python3.8/site-packages/pdfminer/pdfinterp.py", line 773, in do_Td self.textstate.matrix = (a, b, c, d, tx * a + ty * c + e, tx * b + ty * d + f) TypeError: unsupported operand type(s) for +: 'float' and 'bytes'
0.595682
Traceback (most recent call last): "petastorm_genome.py", line 19, in <module> python_hello_world() "petastorm_genome.py", line 12, in python_hello_world for schema_view in reader: "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/petastorm/reader.py", line 622, in __next__ return self._results_queue_reader.read_next(self._workers_pool, self.schema, self.ngram) "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/petastorm/arrow_reader_worker.py", line 42, in read_next result_table = workers_pool.get_results() "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/petastorm/workers_pool/dummy_pool.py", line 72, in get_results self._worker.process(*args, **kargs) "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/petastorm/arrow_reader_worker.py", line 138, in process lambda: self._load_rows(parquet_file, piece, shuffle_row_drop_partition)) "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/petastorm/cache.py", line 39, in get return fill_cache_func() "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/petastorm/arrow_reader_worker.py", line 138, in <lambda> lambda: self._load_rows(parquet_file, piece, shuffle_row_drop_partition)) "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/petastorm/arrow_reader_worker.py", line 152, in _load_rows result = self._read_with_shuffle_row_drop(piece, pq_file, column_names, shuffle_row_drop_range) "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/petastorm/arrow_reader_worker.py", line 224, in _read_with_shuffle_row_drop partitions=self._dataset.partitions "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pyarrow/parquet.py", line 562, in read table = reader.read_row_group(self.row_group, **options) "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pyarrow/parquet.py", line 188, in read_row_group use_threads=use_threads) "pyarrow/_parquet.pyx", line 696, in pyarrow._parquet.ParquetReader.read_row_group TypeError: an integer is required
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.4/site-packages/pandas/core/generic.py", line 3670, in interpolate raise TypeError("Cannot interpolate with all NaNs.") TypeError: Cannot interpolate with all NaNs.
0.513651
Traceback (most recent call last): "D:/source/recbole-0.1.2/recbole/example/dataset_eg.py", line 22, in <module> dataset.save("D:/data/test/save_test") "D:\source\recbole-0.1.2\recbole\data\dataset\dataset.py", line 1366, in save json.dump(basic_info, file) "C:\Users\whdu\.conda\envs\pytorch\lib\json\__init__.py", line 179, in dump for chunk in iterable: "C:\Users\whdu\.conda\envs\pytorch\lib\json\encoder.py", line 431, in _iterencode yield from _iterencode_dict(o, _current_indent_level) "C:\Users\whdu\.conda\envs\pytorch\lib\json\encoder.py", line 405, in _iterencode_dict yield from chunks "C:\Users\whdu\.conda\envs\pytorch\lib\json\encoder.py", line 405, in _iterencode_dict yield from chunks "C:\Users\whdu\.conda\envs\pytorch\lib\json\encoder.py", line 438, in _iterencode o = _default(o) "C:\Users\whdu\.conda\envs\pytorch\lib\json\encoder.py", line 179, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type FeatureType is not JSON serializable
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.602944
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/bucko/tmpenv/local/lib/python2.7/site-packages/redis/client.py", line 2266, in zadd return self.execute_command('ZADD', name, *pieces, **options) "/home/bucko/tmpenv/local/lib/python2.7/site-packages/redis/client.py", line 755, in execute_command return self.parse_response(connection, command_name, **options) "/home/bucko/tmpenv/local/lib/python2.7/site-packages/redis/client.py", line 774, in parse_response return self.response_callbacks[command_name](response, **options) "/home/bucko/tmpenv/local/lib/python2.7/site-packages/redis/client.py", line 307, in parse_zadd return float(response) TypeError: float() argument must be a string or a number
Traceback (most recent call last): "/Users/taylor/repos/great_expectations/.venv/bin/great_expectations", line 11, in <module> load_entry_point('great-expectations', 'console_scripts', 'great_expectations')() "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "/Users/taylor/repos/great_expectations/.venv/lib/python3.7/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/Users/taylor/repos/great_expectations/great_expectations/cli/mark.py", line 28, in wrapper func(*args, **kwargs) "/Users/taylor/repos/great_expectations/great_expectations/cli/checkpoint.py", line 146, in checkpoint_run context = toolkit.load_data_context_with_error_handling(directory) "/Users/taylor/repos/great_expectations/great_expectations/cli/toolkit.py", line 330, in load_data_context_with_error_handling context = DataContext(directory) "/Users/taylor/repos/great_expectations/great_expectations/data_context/data_context.py", line 2041, in __init__ project_config = self._load_project_config() "/Users/taylor/repos/great_expectations/great_expectations/data_context/data_context.py", line 2075, in _load_project_config return DataContextConfig.from_commented_map(config_dict) "/Users/taylor/repos/great_expectations/great_expectations/data_context/types/base.py", line 87, in from_commented_map return cls(commented_map=commented_map, **config) TypeError: __init__() missing 1 required positional argument: 'validation_operators'
0.58447
Traceback (most recent call last): "/projecthome/venv/lib/python3.6/site-packages/remi/server.py", line 788, in do_GET self.client.root = self.main(*self.server.userdata) "widgetoverview.py", line 40, in main self.table.set_on_table_row_click_listener(self.on_table_row_click) AttributeError: 'Table' object has no attribute 'set_on_table_row_click_listener'
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/libqtile/confreader.py", line 92, in load config = __import__(name) # noqa: F811 "/home/jg/.config/qtile/config.py", line 461, in <module> screens = init_screens() "/home/jg/.config/qtile/config.py", line 455, in init_screens return [Screen(top=bar.Bar(widgets=init_widgets_screen1(), opacity=1.0, size=20)), "/home/jg/.config/qtile/config.py", line 445, in init_widgets_screen1 widgets_screen1 = init_widgets_list() "/home/jg/.config/qtile/config.py", line 356, in init_widgets_list widget.ThermalSensor( "/usr/lib/python3.8/site-packages/libqtile/utils.py", line 213, in class_proxy return cls(*args, **kwargs) "/usr/lib/python3.8/site-packages/libqtile/widget/sensors.py", line 76, in __init__ temp_values = self.get_temp_sensors() "/usr/lib/python3.8/site-packages/libqtile/utils.py", line 138, in wrapper return_value = func(*args, **kwargs) "/usr/lib/python3.8/site-packages/libqtile/utils.py", line 140, in wrapper logger.warning(err.strerror) AttributeError: 'CalledProcessError' object has no attribute 'strerror'
0.566424
Traceback (most recent call last): "<ipython-input-19-7e2a8a193726>", line 2, in <module> renderer.save(test, 'example_I') "C:\Work\Anaconda\lib\site-packages\holoviews\plotting\renderer.py", line 467, in save f.write(encoded) TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last): "VideoWidget_vlc.py", line 767, in stopDanmuMessage TypeError: 'method' object is not connected
0.526618
Traceback (most recent call last): "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 266, in get_value value = self.df.iat[row, column] "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\indexing.py", line 2270, in __getitem__ return self.obj._get_value(*key, takeable=self._takeable) "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\frame.py", line 2765, in _get_value return com.maybe_box_datetimelike(series._values[index]) "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\arrays\sparse.py", line 1010, in __getitem__ return self._get_val_at(key) "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\arrays\sparse.py", line 1053, in _get_val_at return libindex.get_value_at(self.sp_values, sp_loc) TypeError: Argument 'arr' has incorrect type (expected numpy.ndarray, got IntegerArray)
Traceback (most recent call last): "G:\Python\Python37\lib\logging\__init__.py", line 1034, in emit msg = self.format(record) "G:\Python\Python37\lib\logging\__init__.py", line 880, in format return fmt.format(record) "G:\Python\Python37\lib\logging\__init__.py", line 619, in format record.message = record.getMessage() "G:\Python\Python37\lib\logging\__init__.py", line 380, in getMessage msg = msg % self.args TypeError: not enough arguments for format string
0.61694
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 275, in async_update_ha_state self._async_write_ha_state() "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 317, in _async_write_ha_state attr.update(self.device_state_attributes or {}) "/usr/src/homeassistant/homeassistant/components/bmw_connected_drive/lock.py", line 64, in device_state_attributes "door_lock_state": vehicle_state.door_lock_state.value, AttributeError: 'NoneType' object has no attribute 'value'
Traceback (most recent call last): "test_linalg.py", line 27, in tearDown linalg.shutdown() AttributeError: module 'skcuda.linalg' has no attribute 'shutdown'
0.471943
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-6105x4n9/psutil/setup.py", line 434, in <module> main() "/tmp/pip-install-6105x4n9/psutil/setup.py", line 401, in main setup(**kwargs) "/usr/local/lib/python3.6/dist-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) "/usr/lib/python3.6/distutils/core.py", line 108, in setup _setup_distribution = dist = klass(attrs) "/usr/local/lib/python3.6/dist-packages/setuptools/dist.py", line 424, in __init__ k: v for k, v in attrs.items() "/usr/lib/python3.6/distutils/dist.py", line 281, in __init__ self.finalize_options() "/usr/local/lib/python3.6/dist-packages/setuptools/dist.py", line 694, in finalize_options for ep in sorted(eps, key=by_order): "/usr/local/lib/python3.6/dist-packages/setuptools/dist.py", line 693, in <lambda> eps = map(lambda e: e.load(), pkg_resources.iter_entry_points(group)) "/usr/local/lib/python3.6/dist-packages/pkg_resources/__init__.py", line 2447, in load return self.resolve() "/usr/local/lib/python3.6/dist-packages/pkg_resources/__init__.py", line 2457, in resolve raise ImportError(str(exc)) from exc ImportError: type object 'Distribution' has no attribute '_finalize_feature_opts'
Traceback (most recent call last): "demo.py", line 30, in <module> from model.nms.nms_wrapper import nms "/home/lcj/code/stereo/mono/lib/model/nms/nms_wrapper.py", line 10, in <module> from model.nms.nms_gpu import nms_gpu "/home/lcj/code/stereo/mono/lib/model/nms/nms_gpu.py", line 4, in <module> from ._ext import nms "/home/lcj/code/stereo/mono/lib/model/nms/_ext/nms/__init__.py", line 3, in <module> from ._nms import lib as _lib, ffi as _ffi ImportError: /home/lcj/code/stereo/mono/lib/model/nms/_ext/nms/_nms.so: undefined symbol: __cudaPopCallConfiguration
0.554532
Traceback (most recent call last): "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step result = coro.throw(exc) "/home/schwim/bin/hass/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 381, in async_process_entity new_entity, self, update_before_add=update_before_add "/home/schwim/bin/hass/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 212, in async_add_entity yield from self.hass.async_add_job(entity.update) "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__ yield self # This tells Task to wait for completion. "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup value = future.result() "/usr/lib/python3.4/asyncio/futures.py", line 277, in result raise self._exception "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run result = self.fn(*self.args, **self.kwargs) "/home/schwim/bin/hass/lib/python3.4/site-packages/homeassistant/components/switch/digitalloggers.py", line 113, in update self._parent_device.statuslocal[self.outletnumber - 1][2] == 'ON' TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last): "tools/train_net.py", line 237, in <module> launch( "/root/anaconda3/lib/python3.8/site-packages/detectron2/engine/launch.py", line 62, in launch main_func(*args) "tools/train_net.py", line 225, in main trainer = Trainer(cfg) "tools/train_net.py", line 62, in __init__ data_loader = self.build_train_loader(cfg) "tools/train_net.py", line 128, in build_train_loader return build_detection_train_loader(cfg, mapper) "/root/anaconda3/lib/python3.8/site-packages/detectron2/config/config.py", line 201, in wrapped explicit_args = _get_args_from_config(from_config, *args, **kwargs) "/root/anaconda3/lib/python3.8/site-packages/detectron2/config/config.py", line 236, in _get_args_from_config ret = from_config_func(*args, **kwargs) TypeError: _train_loader_from_config() takes 1 positional argument but 2 were given
0.563396
Traceback (most recent call last): "tf_cnn_benchmarks.py", line 60, in <module> app.run(main) # Raises error on invalid flags, unlike tf.app.run() "/usr/local/lib/python3.5/dist-packages/absl/app.py", line 274, in run _run_main(main, argv) "/usr/local/lib/python3.5/dist-packages/absl/app.py", line 238, in _run_main sys.exit(main(argv)) "tf_cnn_benchmarks.py", line 56, in main bench.run() "/tmp/bench/benchmark_cnn.py", line 1384, in run return self._benchmark_cnn() "/tmp/bench/benchmark_cnn.py", line 1503, in _benchmark_cnn self._build_model_single_session_with_dataset_prefetching()) "/tmp/bench/benchmark_cnn.py", line 2187, in _build_model_single_session_with_dataset_prefetching self.devices, self.dataset) TypeError: build_prefetch_image_processing() missing 2 required positional arguments: 'gpu_devices' and 'dataset'
Traceback (most recent call last): "C:\Users\Nettelstroth\Documents\07 Python\LPagg\setup_d2t_exe.py", line 232, in <module> '{eaedb2b8-f535-439a-af23-4797a64c53c5}', "C:\Users\Nettelstroth\anaconda3\lib\site-packages\cx_Freeze\dist.py", line 342, in setup distutils.core.setup(**attrs) "C:\Users\Nettelstroth\anaconda3\lib\distutils\core.py", line 148, in setup dist.run_commands() "C:\Users\Nettelstroth\anaconda3\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) "C:\Users\Nettelstroth\anaconda3\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() "C:\Users\Nettelstroth\anaconda3\lib\site-packages\cx_Freeze\windist.py", line 389, in run self.run_command('build') "C:\Users\Nettelstroth\anaconda3\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) "C:\Users\Nettelstroth\anaconda3\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() "C:\Users\Nettelstroth\anaconda3\lib\distutils\command\build.py", line 135, in run self.run_command(cmd_name) "C:\Users\Nettelstroth\anaconda3\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) "C:\Users\Nettelstroth\anaconda3\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() "C:\Users\Nettelstroth\anaconda3\lib\site-packages\cx_Freeze\dist.py", line 217, in run freezer.Freeze() "C:\Users\Nettelstroth\anaconda3\lib\site-packages\cx_Freeze\freezer.py", line 645, in Freeze self._WriteModules(fileName, self.finder) "C:\Users\Nettelstroth\anaconda3\lib\site-packages\cx_Freeze\freezer.py", line 536, in _WriteModules sourcePackageDir = os.path.dirname(module.file) "C:\Users\Nettelstroth\anaconda3\lib\ntpath.py", line 221, in dirname return split(p)[0] "C:\Users\Nettelstroth\anaconda3\lib\ntpath.py", line 183, in split p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType
0.57741
Formating Overview: 11%|███████▎ | 4/35 [00:35<04:36, 8.93s/it]Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/ssenathi/.local/lib/python3.6/site-packages/dataprep/eda/create_report/__init__.py", line 51, in create_report "components": format_report(df, mode), "/home/ssenathi/.local/lib/python3.6/site-packages/dataprep/eda/create_report/formatter.py", line 49, in format_report comps = format_basic(df, comps) "/home/ssenathi/.local/lib/python3.6/site-packages/dataprep/eda/create_report/formatter.py", line 136, in format_basic comps["overview"] = _format_stats(stats, "overview") "/home/ssenathi/.local/lib/python3.6/site-packages/dataprep/eda/create_report/formatter.py", line 297, in _format_stats "Missing Cells": float(ncells - npresent_cells), TypeError: float() argument must be a string or a number, not 'Delayed'
Traceback (most recent call last): "./freqtrade/main.py", line 42, in main worker.run() "/ft/freqtrade/freqtrade/worker.py", line 72, in run state = self._worker(old_state=state) "/ft/freqtrade/freqtrade/worker.py", line 110, in _worker self._throttle(func=self._process, min_secs=throttle_secs) "/ft/freqtrade/freqtrade/worker.py", line 123, in _throttle result = func(*args, **kwargs) "/ft/freqtrade/freqtrade/worker.py", line 133, in _process state_changed = self.freqtrade.process() "/ft/freqtrade/freqtrade/freqtradebot.py", line 109, in process self.edge.calculate() "/ft/freqtrade/freqtrade/edge/__init__.py", line 108, in calculate timerange=self._timerange "/ft/freqtrade/freqtrade/data/history.py", line 143, in load_data fill_up_missing=fill_up_missing) "/ft/freqtrade/freqtrade/data/history.py", line 117, in load_pair_history return parse_ticker_dataframe(pairdata, ticker_interval, fill_up_missing) "/ft/freqtrade/freqtrade/data/converter.py", line 50, in parse_ticker_dataframe return ohlcv_fill_up_missing_data(frame, ticker_interval) "/ft/freqtrade/freqtrade/data/converter.py", line 68, in ohlcv_fill_up_missing_data ticker_minutes = timeframe_to_minutes(ticker_interval) "/ft/freqtrade/freqtrade/misc.py", line 150, in timeframe_to_minutes return Exchange.parse_timeframe(ticker_interval) // 60 TypeError: parse_timeframe() missing 1 required positional argument: 'timeframe'
0.621156
Traceback (most recent call last): "C:\XXXXXXXXXX\mobSF\StaticAnalyzer\views\android\manifest_analysis.py", line 831, in read_manifest if is_file_exists(manifest): "C:\XXXXXXXXXX\mobSF\MobSF\utils.py", line 392, in is_file_exists if os.path.isfile(file_path): "c:\users\XXXXXXXXXX\appdata\local\programs\python\python37-32\lib\genericpath.py", line 30, in isfile st = os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Traceback (most recent call last): "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/ycmd/handlers.py", line 129, in GetCompletions completions = filetype_completer.ComputeCandidates( request_data ) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/ycmd/completers/completer.py", line 281, in ComputeCandidates candidates = self._GetCandidatesFromSubclass( request_data ) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/ycmd/completers/completer.py", line 294, in _GetCandidatesFromSubclass raw_completions = self.ComputeCandidatesInner( request_data ) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/ycmd/completers/python/python_completer.py", line 195, in ComputeCandidatesInner completions = self._GetJediScript( request_data ).completions() "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/api/__init__.py", line 217, in completions return completion.completions() "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/api/completion.py", line 99, in completions completion_names = self._get_value_completions(leaf) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/api/completion.py", line 208, in _get_value_completions completion_names += self._trailer_completions(dot.get_previous_leaf()) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/api/completion.py", line 253, in _trailer_completions for filter in value.get_filters(origin_scope=user_value.tree_node): "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/value/instance.py", line 163, in get_filters class_value = self.get_annotated_class_object() "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/value/instance.py", line 343, in get_annotated_class_object return self._get_annotated_class_object() or self.class_value "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/cache.py", line 42, in wrapper rv = function(obj, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/value/instance.py", line 333, in _get_annotated_class_object type_var_dict = infer_type_vars_for_execution(bound_method, args, all_annotations) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/gradual/annotation.py", line 275, in infer_type_vars_for_execution _infer_type_vars(ann, actual_value_set), "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/gradual/annotation.py", line 342, in _infer_type_vars value_set.merge_types_of_iterate() "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/common/value.py", line 65, in mapper for value in self._set "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/common/value.py", line 32, in from_sets for set_ in sets: "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/common/value.py", line 65, in <genexpr> for value in self._set "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/base_value.py", line 58, in merge_types_of_iterate for lazy_value in self.iterate(contextualized_node, is_async) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/common/value.py", line 32, in from_sets for set_ in sets: "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/base_value.py", line 58, in <genexpr> for lazy_value in self.iterate(contextualized_node, is_async) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/lazy_value.py", line 46, in infer return self.context.infer_node(self.data) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 210, in infer_node return infer_node(self, node) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 139, in infer_node return _infer_node_if_inferred(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 152, in _infer_node_if_inferred return _infer_node_cached(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/cache.py", line 42, in wrapper rv = function(obj, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 157, in _infer_node_cached return _infer_node(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/debug.py", line 82, in wrapper return func(*args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 53, in wrapper return func(context, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 167, in _infer_node return infer_atom(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 292, in infer_atom return context.py__getattribute__(atom, position=position) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 43, in py__getattribute__ names = self.goto(name_or_str, position) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 32, in goto names = finder.filter_name(filters, name_or_str) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/finder.py", line 37, in filter_name names = filter.get(string_name) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/filters.py", line 240, in get return [n for filter in self._filters for n in filter.get(name)] "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/filters.py", line 240, in <listcomp> return [n for filter in self._filters for n in filter.get(name)] "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/filters.py", line 83, in get **filter_kwargs "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/filters.py", line 122, in _filter return list(self._check_flows(names)) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/filters.py", line 137, in _check_flows origin_scope=self._origin_scope "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/flow_analysis.py", line 78, in reachability_check return _break_check(context, value_scope, first_flow_scope, node) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/flow_analysis.py", line 93, in _break_check reachable = _check_if(context, flow_node) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/flow_analysis.py", line 113, in _check_if types = context.infer_node(node) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 210, in infer_node return infer_node(self, node) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 139, in infer_node return _infer_node_if_inferred(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 152, in _infer_node_if_inferred return _infer_node_cached(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/cache.py", line 42, in wrapper rv = function(obj, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 157, in _infer_node_cached return _infer_node(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/debug.py", line 82, in wrapper return func(*args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 53, in wrapper return func(context, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 200, in _infer_node value_set = context.infer_node(element.children[-1]) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 210, in infer_node return infer_node(self, node) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 139, in infer_node return _infer_node_if_inferred(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 152, in _infer_node_if_inferred return _infer_node_cached(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/cache.py", line 42, in wrapper rv = function(obj, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 157, in _infer_node_cached return _infer_node(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/debug.py", line 82, in wrapper return func(*args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 53, in wrapper return func(context, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 167, in _infer_node return infer_atom(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 292, in infer_atom return context.py__getattribute__(atom, position=position) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 75, in py__getattribute__ values = ValueSet.from_sets(name.infer() for name in names) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/common/value.py", line 32, in from_sets for set_ in sets: "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 75, in <genexpr> values = ValueSet.from_sets(name.infer() for name in names) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/names.py", line 237, in infer self.tree_name "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/plugins/__init__.py", line 21, in wrapper return built_functions[name](*args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/plugins/stdlib.py", line 827, in wrapper return func(inference_state, context, tree_name) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 712, in tree_name_to_values types = _remove_statements(context, node, tree_name) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 652, in _remove_statements return infer_expr_stmt(context, stmt, seek_name=name) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 53, in wrapper return func(context, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 361, in infer_expr_stmt return _infer_expr_stmt(context, stmt, seek_name) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/debug.py", line 82, in wrapper return func(*args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 393, in _infer_expr_stmt value_set = context.infer_node(rhs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 210, in infer_node return infer_node(self, node) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 139, in infer_node return _infer_node_if_inferred(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 152, in _infer_node_if_inferred return _infer_node_cached(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/cache.py", line 42, in wrapper rv = function(obj, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 157, in _infer_node_cached return _infer_node(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/debug.py", line 82, in wrapper return func(*args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 53, in wrapper return func(context, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 180, in _infer_node value_set = context.infer_node(first_child) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 210, in infer_node return infer_node(self, node) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 139, in infer_node return _infer_node_if_inferred(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 152, in _infer_node_if_inferred return _infer_node_cached(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/cache.py", line 42, in wrapper rv = function(obj, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 157, in _infer_node_cached return _infer_node(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/debug.py", line 82, in wrapper return func(*args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 53, in wrapper return func(context, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 167, in _infer_node return infer_atom(context, element) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 292, in infer_atom return context.py__getattribute__(atom, position=position) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 75, in py__getattribute__ values = ValueSet.from_sets(name.infer() for name in names) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/common/value.py", line 32, in from_sets for set_ in sets: "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/context.py", line 75, in <genexpr> values = ValueSet.from_sets(name.infer() for name in names) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/names.py", line 237, in infer self.tree_name "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/plugins/__init__.py", line 21, in wrapper return built_functions[name](*args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/plugins/stdlib.py", line 827, in wrapper return func(inference_state, context, tree_name) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/syntax_tree.py", line 718, in tree_name_to_values types = imports.infer_import(context, tree_name) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/cache.py", line 42, in wrapper rv = function(obj, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/imports.py", line 63, in infer_import _prepare_infer_import(module_context, tree_name) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/imports.py", line 128, in _prepare_infer_import return from_import_name, tuple(import_path), import_node.level, importer.follow() "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/imports.py", line 304, in follow ) for parent_module_value in value_set "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/imports.py", line 304, in <listcomp> ) for parent_module_value in value_set "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/__init__.py", line 115, in import_module sys_path, prefer_stubs=prefer_stubs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/plugins/__init__.py", line 21, in wrapper return built_functions[name](*args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/plugins/flask.py", line 20, in wrapper return callback(inference_state, import_names, module_context, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/gradual/typeshed.py", line 124, in wrapper parent_module_value, sys_path) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/gradual/typeshed.py", line 142, in _try_to_load_stub_cached _try_to_load_stub(inference_state, import_names, *args, **kwargs) "/mma/users/benj/.vim/bundle/YouCompleteMe-RHEL7/third_party/ycmd/third_party/jedi_deps/jedi/jedi/inference/gradual/typeshed.py", line 166, in _try_to_load_stub init = os.path.join(p, *import_names) + '-stubs' + os.path.sep + '__init__.pyi' "/opt/rh/rh-python36/root/usr/lib64/python3.6/posixpath.py", line 92, in join genericpath._check_arg_types('join', a, *p) "/opt/rh/rh-python36/root/usr/lib64/python3.6/genericpath.py", line 151, in _check_arg_types raise TypeError("Can't mix strings and bytes in path components") from None TypeError: Can't mix strings and bytes in path components
0.629163
Traceback (most recent call last): "E:\Python2\lib\threading.py", line 810, in __bootstrap_inner self.run() "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 64, in run self.crawl() "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 147, in crawl probe = self.send_probe(request, errors) "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 105, in send_probe process_timeout=Shared.options['process_timeout'] "E:\exploit\spider\htcap\core\crawl\lib\utils.py", line 210, in execute probeArray = self.load_probe_json(jsn) "E:\exploit\spider\htcap\core\crawl\lib\utils.py", line 126, in load_probe_json return json.loads(jsn) "E:\Python2\lib\json\__init__.py", line 338, in loads return _default_decoder.decode(s) "E:\Python2\lib\json\decoder.py", line 369, in decode raise ValueError(errmsg("Extra data", s, end, len(s))) ValueError: Extra data: line 55 column 1 - line 56 column 338 (char 15049 - 17940)
Traceback (most recent call last): "C:\Python\anaconda3\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 295, in data return to_qvariant(to_text_string(value)) "C:\Python\anaconda3\lib\site-packages\spyder\py3compat.py", line 140, in to_text_string return str(obj) "C:\Python\anaconda3\lib\site-packages\pandas\core\base.py", line 59, in __str__ return self.__unicode__() "C:\Python\anaconda3\lib\site-packages\pandas\core\frame.py", line 636, in __unicode__ line_width=width, show_dimensions=show_dimensions) "C:\Python\anaconda3\lib\site-packages\pandas\core\frame.py", line 1675, in to_string formatter.to_string() "C:\Python\anaconda3\lib\site-packages\pandas\io\formats\format.py", line 597, in to_string strcols = self._to_str_columns() "C:\Python\anaconda3\lib\site-packages\pandas\io\formats\format.py", line 537, in _to_str_columns max_len = max(np.max([self.adj.len(x) for x in fmt_values]), "C:\Python\anaconda3\lib\site-packages\numpy\core\fromnumeric.py", line 2320, in amax out=out, **kwargs) "C:\Python\anaconda3\lib\site-packages\numpy\core\_methods.py", line 26, in _amax return umr_maximum(a, axis, None, out, keepdims) ValueError: zero-size array to reduction operation maximum which has no identity
0.582789
WARNING: Traceback (most recent call last): "c:\Users\Volker\.vscode\extensions\ms-python.python-2019.9.34911\python s\ptvsd_launcher.py", line 43, in <module> main(ptvsdArgs) "c:\Users\Volker\.vscode\extensions\ms-python.python-2019.9.34911\python s\lib\python\ptvsd\__main__.py", line 432, in main run() "c:\Users\Volker\.vscode\extensions\ms-python.python-2019.9.34911\python s\lib\python\ptvsd\__main__.py", line 316, in run_file runpy.run_path(target, run_name='__main__') "C:\Users\Volker\Anaconda3\envs\napari_new\lib\runpy.py", line 263, in run_path pkg_name=pkg_name, script_name=fname) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\runpy.py", line 96, in _run_module_code mod_name, mod_spec, pkg_name, script_name) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "c:\Users\Volker\Dropbox\Github\NapariPlayground\Volume\show_volume.py", line 25, in <module> viewer.add_image(vol) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\contextlib.py", line 119, in __exit__ next(self.gen) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\napari\_qt\event_loop.py", line 21, in gui_qt app.exec_() "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\vispy\app\backends\_qt.py", line 501, in event out = super(QtBaseCanvasBackend, self).event(ev) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\vispy\app\backends\_qt.py", line 818, in paintGL self._vispy_canvas.events.draw(region=None) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\vispy\util\event.py", line 455, in __call__ self._invoke_callback(cb, event) "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\vispy\util\event.py", line 475, in _invoke_callback self, cb_event=(cb, event)) << caught exception here: >> "C:\Users\Volker\Anaconda3\envs\napari_new\lib\site-packages\OpenGL\latebind.py", line 41, in __call__ return self._finalCall( *args, **named ) TypeError: 'NoneType' object is not callable
Traceback (most recent call last): "test_vistas_single_gpu.py", line 311, in <module> main() "test_vistas_single_gpu.py", line 188, in main probs, preds = model(img, scales, args.flip) "/home/mingmin/anaconda2/envs/py36/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "test_vistas_single_gpu.py", line 135, in forward sem_logits = self._network(x, scale) "test_vistas_single_gpu.py", line 117, in _network x_up = functional.upsample(x, size=scaled_size, mode="bilinear") "/home/mingmin/anaconda2/envs/py36/lib/python3.6/site-packages/torch/nn/functional.py", line 1891, in upsample return interpolate(input, size, scale_factor, mode, align_corners) "/home/mingmin/anaconda2/envs/py36/lib/python3.6/site-packages/torch/nn/functional.py", line 1985, in interpolate return torch._C._nn.upsample_bilinear2d(input, _output_size(2), align_corners) TypeError: 'float' object cannot be interpreted as an integer
0.609657
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/werkzeug/serving.py", line 323, in run_wsgi execute(self.server.app) "/usr/lib/python3.8/site-packages/werkzeug/serving.py", line 312, in execute application_iter = app(environ, start_response) "/usr/lib/python3.8/site-packages/moto/server.py", line 166, in __call__ backend_app = self.get_application(environ) "/usr/lib/python3.8/site-packages/moto/server.py", line 130, in get_application host = environ["HTTP_HOST"].split(":")[0] KeyError: 'HTTP_HOST'
Traceback (most recent call last): "/home/user/projects/pyscaffold/env/bin/putup", line 11, in <module> load_entry_point('PyScaffold', 'console_scripts', 'putup')() "/home/user/projects/pyscaffold/src/pyscaffold/shell.py", line 74, in func_wrapper func(*args, **kwargs) "/home/user/projects/pyscaffold/src/pyscaffold/utils.py", line 159, in func_wrapper func(*args, **kwargs) "/home/user/projects/pyscaffold/src/pyscaffold/cli.py", line 206, in run main(sys.argv[1:]) "/home/user/projects/pyscaffold/src/pyscaffold/cli.py", line 199, in main opts['command'](opts) "/home/user/projects/pyscaffold/src/pyscaffold/cli.py", line 171, in run_scaffold api.create_project(opts) "/home/user/projects/pyscaffold/src/pyscaffold/api/__init__.py", line 301, in create_project return reduce(lambda acc, f: _invoke(f, *acc), actions, ({}, opts)) "/home/user/projects/pyscaffold/src/pyscaffold/api/__init__.py", line 301, in <lambda> return reduce(lambda acc, f: _invoke(f, *acc), actions, ({}, opts)) "/home/user/projects/pyscaffold/src/pyscaffold/api/__init__.py", line 319, in _invoke struct, opts = action(struct, opts) "/home/user/projects/pyscaffold/src/pyscaffold/extensions/namespace.py", line 115, in add_namespace struct = base_struct[opts['project']]['src'] KeyError: 'src'
0.54666
Traceback (most recent call last): "/Users/james/Github/oregano-server/.venv/lib/python3.7/site-packages/django/core/handlers/exception.py", line 47, in inner response = get_response(request) "/Users/james/Github/oregano-server/.venv/lib/python3.7/site-packages/asgiref/sync.py", line 139, in __call__ return call_result.result() "/usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/_base.py", line 428, in result return self.__get_result() "/usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result raise self._exception "/Users/james/Github/oregano-server/.venv/lib/python3.7/site-packages/asgiref/sync.py", line 204, in main_wrap result = await self.awaitable(*args, **kwargs) TypeError: object HttpResponse can't be used in 'await' expression
Traceback (most recent call last): "./example/test.py", line 17, in <module> pytorch_to_caffe.trans_net(resnet18,input,name) "./pytorch_to_caffe.py", line 775, in trans_net out = net.forward(input_var) "/usr/local/lib/python3.7/site-packages/torchvision/models/resnet.py", line 208, in forward x = self.fc(x) "/usr/local/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/usr/local/lib/python3.7/site-packages/torch/nn/modules/linear.py", line 87, in forward return F.linear(input, self.weight, self.bias) "./pytorch_to_caffe.py", line 678, in __call__ out=self.obj(self.raw,*args,**kwargs) "./pytorch_to_caffe.py", line 138, in _linear bottom=[log.blobs(input)],top=top_blobs) "./Caffe/layer_param.py", line 33, in __init__ self.bottom.extend(bottom) TypeError: None has type NoneType, but expected one of: bytes, unicode
0.544137
Exception: Error while merging file [C:\Users\guita\Downloads\DeepFaceLab_NVIDIA\workspace\data_dst\00001.png]: Traceback (most recent call last): "C:\Users\guita\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\mainscripts\Merger.py", line 151, in process_data final_img = MergeMasked (self.predictor_func, self.predictor_input_shape, cfg, frame_info) "C:\Users\guita\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\merger\MergeMasked.py", line 331, in MergeMasked out_img, out_img_merging_mask = MergeMaskedFace (predictor_func, predictor_input_shape, cfg, frame_info, img_bgr_uint8, img_bgr, img_landmarks) "C:\Users\guita\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\merger\MergeMasked.py", line 13, in MergeMaskedFace img_face_mask_a = LandmarksProcessor.get_image_hull_mask (img_bgr.shape, img_face_landmarks) "C:\Users\guita\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\facelib\LandmarksProcessor.py", line 355, in get_image_hull_mask lmrks = expand_eyebrows(image_landmarks, eyebrows_expand_mod) "C:\Users\guita\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\facelib\LandmarksProcessor.py", line 324, in expand_eyebrows if len(lmrks) != 68: TypeError: object of type 'WindowsPath' has no len()
Traceback (most recent call last): "/opt/anaconda2/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/opt/anaconda2/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "/opt/anaconda2/lib/python2.7/site-packages/torch/nn/parallel/parallel_apply.py", line 22, in _worker var_input = var_input[0] TypeError: 'Batch' object does not support indexing
0.525122
Traceback (most recent call last): "quicklook-avhrr.py", line 165, in <module> ql.load(['overview_with_night_ir']); "/software/pytroll/lib/python3.5/site-packages/satpy/scene.py", line 886, in load keepables = self.generate_composites() "/software/pytroll/lib/python3.5/site-packages/satpy/scene.py", line 801, in generate_composites return self._read_composites(nodes) "/software/pytroll/lib/python3.5/site-packages/satpy/scene.py", line 775, in _read_composites self._generate_composite(item, keepables) "/software/pytroll/lib/python3.5/site-packages/satpy/scene.py", line 750, in _generate_composite **self.attrs) "/software/pytroll/lib/python3.5/site-packages/satpy/composites/__init__.py", line 935, in __call__ night_data = zero_missing_data(night_data, day_data) "/software/pytroll/lib/python3.5/site-packages/satpy/composites/__init__.py", line 990, in zero_missing_data return data1.where(~nans, 0) "/software/pytroll/lib/python3.5/site-packages/xarray/core/common.py", line 799, in where return ops.where_method(self, cond, other) "/software/pytroll/lib/python3.5/site-packages/xarray/core/ops.py", line 182, in where_method keep_attrs=True) "/software/pytroll/lib/python3.5/site-packages/xarray/core/computation.py", line 987, in apply_ufunc exclude_dims=exclude_dims) "/software/pytroll/lib/python3.5/site-packages/xarray/core/computation.py", line 205, in apply_dataarray_ufunc raise_on_invalid=False) "/software/pytroll/lib/python3.5/site-packages/xarray/core/alignment.py", line 217, in deep_align exclude=exclude) "/software/pytroll/lib/python3.5/site-packages/xarray/core/alignment.py", line 132, in align .format(dim)) ValueError: indexes along dimension 'y' are not equal
Traceback (most recent call last): "train.py", line 299, in <module> main() "train.py", line 295, in main train_model(model, train, valid, fields, optim) "train.py", line 160, in train_model valid_stats = trainer.validate() "/home/user/Documents/OpenNMT-py/onmt/Trainer.py", line 155, in validate outputs, attns, _ = self.model(src, tgt, src_lengths) "/home/user/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 224, in __call__ result = self.forward(*input, **kwargs) "/home/user/Documents/OpenNMT-py/onmt/Models.py", line 417, in forward enc_hidden, context = self.encoder(src, lengths) "/home/user/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 224, in __call__ result = self.forward(*input, **kwargs) "/home/user/Documents/OpenNMT-py/onmt/Models.py", line 94, in forward packed_emb = pack(emb, lengths) "/home/user/anaconda3/lib/python3.6/site-packages/torch/nn/utils/rnn.py", line 79, in pack_padded_sequence raise ValueError("lengths array has to be sorted in decreasing order") ValueError: lengths array has to be sorted in decreasing order
0.625977
Traceback (most recent call last): "/usr/local/lib/python2.7/threading.py", line 774, in __bootstrap self.__bootstrap_inner() "/usr/local/lib/python2.7/threading.py", line 814, in __bootstrap_inner (self.name, _format_exc())) "/usr/local/lib/python2.7/traceback.py", line 241, in format_exc etype, value, tb = sys.exc_info() AttributeError: 'NoneType' object has no attribute 'exc_info'
Traceback (most recent call last): "/home/no_name/raiden/.raiden/bin/raiden", line 11, in <module> load_entry_point('raiden', 'console_scripts', 'raiden')() "/home/no_name/raiden/raiden/__main__.py", line 11, in main run(auto_envvar_prefix='RAIDEN') # pylint: disable=no-value-for-parameter "/home/no_name/raiden/.raiden/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/home/no_name/raiden/.raiden/lib/python3.6/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/home/no_name/raiden/.raiden/lib/python3.6/site-packages/click/core.py", line 1043, in invoke return Command.invoke(self, ctx) "/home/no_name/raiden/.raiden/lib/python3.6/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/no_name/raiden/.raiden/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/home/no_name/raiden/.raiden/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/home/no_name/raiden/raiden/ui/cli.py", line 1049, in run NodeRunner(kwargs, ctx).run() "/home/no_name/raiden/raiden/ui/cli.py", line 903, in run app = self._run_app() "/home/no_name/raiden/raiden/ui/cli.py", line 921, in _run_app app_ = run_app(**self._options) "/home/no_name/raiden/raiden/ui/cli.py", line 745, in run_app raiden_app.start() "/home/no_name/raiden/raiden/app.py", line 135, in start self.raiden.start() "/home/no_name/raiden/raiden/raiden_service.py", line 289, in start self.start_async().wait() "/home/no_name/raiden/raiden/raiden_service.py", line 212, in start_async storage, "/home/no_name/raiden/raiden/storage/wal.py", line 32, in restore_from_latest_snapshot events.extend(state_manager.dispatch(state_change)) "/home/no_name/raiden/raiden/transfer/architecture.py", line 142, in dispatch state_change, "/home/no_name/raiden/raiden/transfer/node.py", line 1054, in state_transition iteration = handle_state_change(chain_state, state_change) "/home/no_name/raiden/raiden/transfer/node.py", line 708, in handle_state_change state_change, "/home/no_name/raiden/raiden/transfer/node.py", line 433, in handle_chain_init state_change.our_address, AttributeError: 'ActionInitChain' object has no attribute 'our_address'
0.617824
Traceback (most recent call last): "mytest.py", line 16, in <module> y_val=y_val) "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/autom8/autoscan.py", line 54, in start **kwargs) "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/scan/Scan.py", line 196, in __init__ self._runtime() "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/scan/Scan.py", line 201, in _runtime self = scan_run(self) "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/scan/scan_run.py", line 9, in scan_run self = scan_prepare(self) "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/scan/scan_prepare.py", line 8, in scan_prepare self._experiment_log = initialize_log(self) "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/scan/scan_utils.py", line 9, in initialize_log os.mkdir(path + '/' + self.experiment_name) TypeError: must be str, not int
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python2.7/site-packages/salt/state.py", line 1913, in call **cdata['kwargs']) "/usr/lib/python2.7/site-packages/salt/loader.py", line 1898, in wrapper return f(*args, **kwargs) "/usr/lib/python2.7/site-packages/salt/states/junos.py", line 233, in cli ret['changes'] = __salt__['junos.cli'](name, format, **kwargs) TypeError: cli() takes at most 1 argument (2 given) Started: 09:05:32.481469
0.530999
Traceback (most recent call last): "/home/karl/projects/wagtail/venv/lib/python3.6/site-packages/django/db/models/base.py", line 446, in __init__ rel_obj = kwargs.pop(field.name) KeyError: 'collection'
Traceback (most recent call last): "/opt/python/run/venv/local/lib64/python3.6/site-packages/PIL/JpegImagePlugin.py", line 611, in _save rawmode = RAWMODE[im.mode] KeyError: 'RGBA'
0.555984
Traceback (most recent call last): "/home/git_proj/ot/venv/lib/python3.7/site-packages/telegram/ext/dispatcher.py", line 279, in process_update handler.handle_update(update, self) "/home/git_proj/ot/venv/lib/python3.7/site-packages/telegram/ext/messagehandler.py", line 169, in handle_update return self.callback(dispatcher.bot, update, **optional_args) TypeError: __call__() takes 2 positional arguments but 3 were given
Traceback (most recent call last): "D:\Sources\dulwich\dulwich\tests\compat\test_client.py", line 235, in test_fetch_pack_zero_sha lambda refs: [protocol.ZERO_SHA]) "D:\Sources\dulwich\dulwich\client.py", line 280, in fetch progress) "D:\Sources\dulwich\dulwich\client.py", line 601, in fetch_pack proto, can_read = self._connect(b'upload-pack', path) "D:\Sources\dulwich\dulwich\client.py", line 1013, in _connect self.host, argv, port=self.port, username=self.username) "D:\Sources\dulwich\dulwich\tests\compat\test_client.py", line 326, in run_command stdout=subprocess.PIPE, stderr=subprocess.PIPE) "C:\Python36-32\lib\subprocess.py", line 707, in __init__ restore_signals, start_new_session) "C:\Python36-32\lib\subprocess.py", line 964, in _execute_child args = list2cmdline(args) "C:\Python36-32\lib\subprocess.py", line 461, in list2cmdline needquote = (" " in arg) or ("\t" in arg) or not arg TypeError: a bytes-like object is required, not 'str'
0.541376
Traceback (most recent call last): "calibre_plugins.dedrm.kindlekey", line 1540, in getDBfrom cleartext = UnprotectHeaderData(encryptedValue) "calibre_plugins.dedrm.kindlekey", line 1408, in UnprotectHeaderData crp = LibCrypto() TypeError: 'NoneType' object is not callable
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/yfinance/base.py", line 225, in history df = _pd.concat([quotes, dividends, splits], axis=1, sort=True) "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/pandas/core/reshape/concat.py", line 274, in concat op = _Concatenator( "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/pandas/core/reshape/concat.py", line 454, in __init__ self.new_axes = self._get_new_axes() "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/pandas/core/reshape/concat.py", line 519, in _get_new_axes return [ "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/pandas/core/reshape/concat.py", line 520, in <listcomp> self._get_concat_axis() if i == self.bm_axis else self._get_comb_axis(i) "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/pandas/core/reshape/concat.py", line 526, in _get_comb_axis return get_objs_combined_axis( "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/pandas/core/indexes/api.py", line 92, in get_objs_combined_axis return _get_combined_index(obs_idxes, intersect=intersect, sort=sort, copy=copy) "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/pandas/core/indexes/api.py", line 145, in _get_combined_index index = union_indexes(indexes, sort=sort) "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/pandas/core/indexes/api.py", line 214, in union_indexes return result.union_many(indexes[1:]) "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/pandas/core/indexes/datetimes.py", line 377, in union_many this, other = this._maybe_utc_convert(other) "/Users/user/.pyenv/versions/3.8.5/lib/python3.8/site-packages/pandas/core/indexes/datetimelike.py", line 903, in _maybe_utc_convert raise TypeError("Cannot join tz-naive with tz-aware DatetimeIndex") TypeError: Cannot join tz-naive with tz-aware DatetimeIndex
0.472451
Traceback (most recent call last): "/home/khaotik/WKSP_DL/dev/Theano/theano/compile/function_module.py", line 884, in __call__ self.fn() if output_subset is None else\ ValueError: Only contiguous inputs are supported.
Traceback (most recent call last): "site-packages\calibre\customize\ui.py", line 428, in get_file_type_metadata "site-packages\calibre\customize\builtins.py", line 342, in get_metadata "site-packages\calibre\ebooks\metadata\pdf.py", line 129, in get_metadata ValueError: Could not read info dict from PDF
0.492676
Traceback (most recent call last): "C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time elapsed_time = time.monotonic() - self.t0 TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1413, in _execute result = method(*self.path_args, **self.path_kwargs) "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 2721, in wrapper return method(self, *args, **kwargs) "/usr/local/lib/python2.7/dist-packages/flower/views/tasks.py", line 88, in get search=search "/usr/local/lib/python2.7/dist-packages/flower/views/__init__.py", line 20, in render super(BaseHandler, self).render(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 704, in render html = self.render_string(template_name, **kwargs) "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 811, in render_string return t.generate(**namespace) "/usr/local/lib/python2.7/dist-packages/tornado/template.py", line 278, in generate return execute() "tasks_html.generated.py", line 225, in _tt_execute for uuid, task in tasks: # tasks.html:151 (via base.html:49) "/usr/local/lib/python2.7/dist-packages/flower/utils/tasks.py", line 46, in iter_tasks if not satisfies_search_terms(task, any_value_search_term, result_search_term, args_search_terms, kwargs_search_terms): "/usr/local/lib/python2.7/dist-packages/flower/utils/search.py", line 32, in satisfies_search_terms any_value_search_term and any_value_search_term in '|'.join([task.args, task.kwargs, str(task.result)]), TypeError: sequence item 0: expected string, NoneType found
0.568471
Traceback (most recent call last): "/usr/share/vulnx/vulnx.py", line 719, in <module> detect_cms() "/usr/share/vulnx/vulnx.py", line 533, in detect_cms wordpressMain(url,headers) "/usr/share/vulnx/vulnx.py", line 259, in wordpressMain getOS(url, headers) "/usr/share/vulnx/vulnx.py", line 609, in getOS print(' %s %sServer :%s %s' % (good, W, end, find.group(1))) AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last): "/<<PKGBUILDDIR>>/tests/unit/templates/test_jinja.py", line 294, in test_macro_additional_log_syntaxerror with patch.object(SaltCacheLoader, 'file_client', MagicMock(return_value=fc)): AttributeError: 'MagicMock' object has no attribute 'object'
0.574152
Traceback (most recent call last): "/home/travis/build/jreback/pandas/pandas/tests/indexes/test_base.py", line 1789, in test_argsort result = idx.argsort() "/home/travis/build/jreback/pandas/pandas/util/testing.py", line 2452, in __exit__ return self.handle_success(exc_type, exc_value, traceback) "/home/travis/build/jreback/pandas/pandas/util/testing.py", line 2465, in handle_success raise_with_traceback(e, traceback) "/home/travis/build/jreback/pandas/pandas/compat/__init__.py", line 339, in raise_with_traceback raise exc.with_traceback(traceback) "/home/travis/build/jreback/pandas/pandas/tests/indexes/test_base.py", line 1789, in test_argsort result = idx.argsort() "/home/travis/build/jreback/pandas/pandas/indexes/base.py", line 1784, in argsort return result.argsort(*args, **kwargs) AssertionError: "unorderable types" does not match "'>' not supported between instances of 'str' and 'int'"
Traceback (most recent call last): "./buildflvivf.command", line 21, in <module> build_variable_font(designspace_path) "./buildflvivf.command", line 18, in build_variable_font font, model, master_ttfs = varLib.build(designspace_path, finder) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/__init__.py", line 862, in build _merge_OTL(vf, model, master_fonts, axisTags) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/__init__.py", line 589, in _merge_OTL merger.mergeTables(font, master_fonts, ['GSUB', 'GDEF', 'GPOS']) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 109, in mergeTables for m in master_ttfs]) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 999, in mergeThings super(VariationMerger, self).mergeThings(out, lst) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 95, in mergeThings self.mergeObjects(out, lst) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 74, in mergeObjects mergerFunc(self, value, values) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 999, in mergeThings super(VariationMerger, self).mergeThings(out, lst) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 95, in mergeThings self.mergeObjects(out, lst) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 74, in mergeObjects mergerFunc(self, value, values) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 999, in mergeThings super(VariationMerger, self).mergeThings(out, lst) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 95, in mergeThings self.mergeObjects(out, lst) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 74, in mergeObjects mergerFunc(self, value, values) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 999, in mergeThings super(VariationMerger, self).mergeThings(out, lst) "/Users/adam/Library/Python/3.7/lib/python/site-packages/fontTools/varLib/merger.py", line 99, in mergeThings assert allEqualTo(out, lst), (out, lst) AssertionError: ((2, [2, 2, 0]), 'int', '.FeatureCount', 'FeatureList', '.FeatureList', 'GSUB', '.table', 'table_G_S_U_B_')
0.539736
Traceback (most recent call last): "runtests.py", line 1117, in run self.run_tests(result, ext_so_path) "runtests.py", line 1132, in run_tests self.run_doctests(self.module, result, ext_so_path) "runtests.py", line 1142, in run_doctests run_forked_test(result, run_test, self.shortDescription(), self.fork) "runtests.py", line 1195, in run_forked_test cid, result_code = os.waitpid(child_id, 0) OSError: [Errno 4] Interrupted system call
Traceback (most recent call last): "hdf5.py", line 1055, in <module> inspect() "hdf5.py", line 1023, in inspect f = h5py. (filename, 'r') "/opt/conda/lib/python3.7/site-packages/h5py/_hl/files.py", line 408, in __init__ swmr=swmr) "/opt/conda/lib/python3.7/site-packages/h5py/_hl/files.py", line 173, in make_fid fid = h5f.open(name, flags, fapl=fapl) "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper "h5py/h5f.pyx", line 88, in h5py.h5f.open OSError: Unable to open file (unable to lock file, errno = 5, error message = 'Input/output error')
0.640304
Traceback (most recent call last): ".\pdseg\tools\labelme2seg.py", line 94, in <module> main(args) ".\pdseg\tools\labelme2seg.py", line 81, in main if lbl.min() >= 0 and lbl.max() <= 255: AttributeError: 'tuple' object has no attribute 'min'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/utils/process.py", line 663, in _run return self._original_run() "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run self._target(*self._args, **self._kwargs) "/usr/lib/python2.7/dist-packages/salt/client/mixins.py", line 477, in _proc_function if daemonize and not salt.utils.platform.is_windows(): AttributeError: 'module' object has no attribute 'platform'
0.610019
Traceback (most recent call last): "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 153, in _async_setup_platform entity_platform.schedule_add_entities, discovery_info "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__ yield self # This tells Task to wait for completion. "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup value = future.result() "/usr/lib/python3.4/asyncio/futures.py", line 277, in result raise self._exception "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run result = self.fn(*self.args, **self.kwargs) "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/switch/wake_on_lan.py", line 43, in setup_platform add_devices([WOLSwitch(hass, name, host, mac_address, off_action)]) "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/switch/wake_on_lan.py", line 59, in __init__ self.update() "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/switch/wake_on_lan.py", line 94, in update status = sp.call(ping_cmd, stdout=sp.DEVNULL) "/usr/lib/python3.4/subprocess.py", line 537, in call with Popen(*popenargs, **kwargs) as p: "/usr/lib/python3.4/subprocess.py", line 859, in __init__ restore_signals, start_new_session) "/usr/lib/python3.4/subprocess.py", line 1395, in _execute_child restore_signals, start_new_session, preexec_fn) TypeError: Can't convert 'NoneType' object to str implicitly
Traceback (most recent call last): "GLScatterPlotItem.py", line 46, in <module> w.addItem(sp1) "/home/pi/Desktop/pyqtgraph/pyqtgraph/opengl/GLViewWidget.py", line 62, in addItem self.checkOpenGLVersion('Error while adding item %s to GLViewWidget.' % str(item)) ** "/home/pi/Desktop/pyqtgraph/pyqtgraph/opengl/GLViewWidget.py", line 428, in checkOpenGLVersion if int(ver.split('.')[0]) < 2: TypeError: a bytes-like object is required, not 'str'**
0.594605
Traceback (most recent call last): "/usr/local/bin/pyftsubset", line 8, in <module> sys.exit(main()) "/usr/local/lib/python3.8/site-packages/fontTools/misc/loggingTools.py", line 373, in wrapper return func(*args, **kwds) "/usr/local/lib/python3.8/site-packages/fontTools/subset/__init__.py", line 2901, in main subsetter.subset(font) "/usr/local/lib/python3.8/site-packages/fontTools/subset/__init__.py", line 2704, in subset self._prune_post_subset(font) "/usr/local/lib/python3.8/site-packages/fontTools/subset/__init__.py", line 2687, in _prune_post_subset retain = table.prune_post_subset(font, self.options) "/usr/local/lib/python3.8/site-packages/fontTools/subset/__init__.py", line 1638, in prune_post_subset if not (table.FeatureList and table.FeatureVariations.FeatureVariationRecord): AttributeError: 'NoneType' object has no attribute 'FeatureVariationRecord'
Traceback (most recent call last): "/Users/eric/Downloads/weiboSpider/weibo_spider/spider.py", line 188, in _get_filepath self.user.nickname) AttributeError: 'NoneType' object has no attribute 'nickname'
0.599738
Traceback (most recent call last): "/home/ec2-user/anaconda3/envs/pytorch_p36/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() "/home/ec2-user/anaconda3/envs/pytorch_p36/lib/python3.6/site-packages/sagemaker/local/image.py", line 539, in run raise RuntimeError(msg) RuntimeError: Failed to run: ['docker-compose', '-f', '/tmp/tmpuc6hixqf/docker-compose.yaml', 'up', '--build', '--abort-on-container-exit'], Process exited with code: 1
Traceback (most recent call last): "detection.py", line 156, in <module> main(config) "detection.py", line 128, in main P = torch.sigmoid(model(scratch_image)) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/content/photo_restoration/Global/detection_models/networks.py", line 110, in forward x = self.first(x) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/container.py", line 117, in forward input = module(input) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/conv.py", line 423, in forward return self._conv_forward(input, self.weight) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/conv.py", line 420, in _conv_forward self.padding, self.dilation, self.groups) RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same
0.487689
Traceback (most recent call last): "C:\Users\florian\proj\qutebrowser\.tox\cxfreeze-windows\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module> exec(code, m.__dict__) "qutebrowser/__main__.py", line 29, in <module> "scripts/dev\..\..\scripts\..\qutebrowser\qutebrowser.py", line 157, in main "c:\Python\64-bit\3.4\lib\argparse.py", line 1721, in parse_args "c:\Python\64-bit\3.4\lib\argparse.py", line 1753, in parse_known_args "c:\Python\64-bit\3.4\lib\argparse.py", line 1959, in _parse_known_args "c:\Python\64-bit\3.4\lib\argparse.py", line 1899, in consume_optional "c:\Python\64-bit\3.4\lib\argparse.py", line 1827, in take_action "c:\Python\64-bit\3.4\lib\argparse.py", line 1016, in __call__ "c:\Python\64-bit\3.4\lib\argparse.py", line 2352, in print_help "c:\Python\64-bit\3.4\lib\argparse.py", line 2358, in _print_message AttributeError: 'NoneType' object has no attribute 'write'
Traceback (most recent call last): "/Users/allarm/.virtualenvs/p3_venv/lib/python3.7/site-packages/nornir/core/task.py", line 85, in start r = self.task(self, **self.params) "/Users/allarm/.virtualenvs/p3_venv/lib/python3.7/site-packages/nornir/plugins/tasks/networking/napalm_get.py", line 60, in napalm_get method = getattr(device, getter) AttributeError: 'IOSDriver' object has no attribute 'get_is_alive'
0.606512
Traceback (most recent call last): "neural_style_transfer.py", line 143, in <module> weights='imagenet', include_top=False) "C:\Users\Seppe\Anaconda3\lib\site-packages\keras_applications\vgg19.py", line 116, in VGG19 name='block1_conv1')(img_input) "C:\Users\Seppe\Anaconda3\lib\site-packages\keras\engine\base_layer.py", line 457, in __call__ output = self.call(inputs, **kwargs) "C:\Users\Seppe\Anaconda3\lib\site-packages\keras\layers\convolutional.py", line 168, in call dilation_rate=self.dilation_rate) "C:\Users\Seppe\Anaconda3\lib\site-packages\keras\backend\cntk_backend.py", line 1526, in conv2d padding]) "C:\Users\Seppe\Anaconda3\lib\site-packages\cntk\internal\swig_helper.py", line 69, in wrapper result = f(*args, **kwds) "C:\Users\Seppe\Anaconda3\lib\site-packages\cntk\ops\__init__.py", line 356, in convolution reduction_rank, groups, max_temp_mem_size_in_samples, sequential, name) ValueError: Convolution operation requires that kernel dim 64 <= input dim 3.
Traceback (most recent call last): "./tools/train_net.py", line 112, in <module> max_iters=args.max_iters) "/home/data2/clxia1120/software/py-R-FCN/tools/../lib/fast_rcnn/train.py", line 207, in train_net model_paths = sw.train_model(max_iters) "/home/data2/clxia1120/software/py-R-FCN/tools/../lib/fast_rcnn/train.py", line 155, in train_model model_paths.append(self.snapshot()) "/home/data2/clxia1120/software/py-R-FCN/tools/../lib/fast_rcnn/train.py", line 112, in snapshot np.repeat(self.bbox_stds, repeat).reshape((orig_1.shape[0], 1, 1, 1))) ValueError: total size of new array must be unchanged
0.521127
Traceback (most recent call last): "/home/oracle/DeepFaceLab/mainscripts/Trainer.py", line 41, in trainerThread **in_options) "/home/oracle/DeepFaceLab/models/ModelBase.py", line 108, in __init__ self.onInitialize(**in_options) "/home/oracle/DeepFaceLab/models/Model_AVATAR/Model.py", line 31, in onInitialize self.encoder64.load_weights (self.get_strpath_storage_for_file(self.encoder64H5)) "/home/oracle/anaconda3/envs/deepfacelab/lib/python3.6/site-packages/keras/engine/topology.py", line 2667, in load_weights f, self.layers, reshape=reshape) "/home/oracle/anaconda3/envs/deepfacelab/lib/python3.6/site-packages/keras/engine/topology.py", line 3365, in load_weights_from_hdf5_group str(len(filtered_layers)) + ' layers.') ValueError: You are trying to load a weight file containing 1 layers into a model with 9 layers.
Traceback (most recent call last): "build\bdist.win-amd64\egg\itchat\components\login.py", line 237, in maintain_loop msgList, contactList = self.get_msg() "build\bdist.win-amd64\egg\itchat\components\login.py", line 303, in get_msg dic = json.loads(r.content.decode('utf-8', 'replace')) "D:\Anaconda2\lib\json\__init__.py", line 339, in loads return _default_decoder.decode(s) "D:\Anaconda2\lib\json\decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "D:\Anaconda2\lib\json\decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded
0.538954
Traceback (most recent call last): main() "tools/train.py", line 81, in <module> "tools/train.py", line 57, in main group_name, rank) RuntimeError: the distributed NCCL backend is not available; try to recompile the THD package with CUDA and NCCL 2+ support at /data1/bryanleoliu/pytorch/torch/lib/THD/process_group/General.cpp:17
Traceback (most recent call last): "TFLite_detection_webcam.py", line 120, in <module> interpreter.allocate_tensors() "/home/pi/Downloads/tflite1/tflite1-env/lib/python3.7/site-packages/tensorflow_core/lite/python/interpreter.py", line 244, in allocate_tensors return self._interpreter.AllocateTensors() "/home/pi/Downloads/tflite1/tflite1-env/lib/python3.7/site-packages/tensorflow_core/lite/python/interpreter_wrapper/tensorflow_wrap_interpreter_wrapper.py", line 106, in AllocateTensors return _tensorflow_wrap_interpreter_wrapper.InterpreterWrapper_AllocateTensors(self) RuntimeError: Encountered unresolved custom op: edgetpu-custom-op.Node number 0 (edgetpu-custom-op) failed to prepare.
0.619202
Traceback (most recent call last): "...\stub.py", line 6, in <module> solveset(function, x, S.Reals) "...\AppData\Local\Programs\Python\Python36\lib\site-packages\sympy\solvers\solveset.py", line 1127, in solveset return solveset(f.xreplace({symbol: r}), r, domain "...\AppData\Local\Programs\Python\Python36\lib\site-packages\sympy\solvers\solveset.py", line 1145, in solveset return _solveset(f, symbol, domain, _check=True) "...\AppData\Local\Programs\Python\Python36\lib\site-packages\sympy\solvers\solveset.py", line 942, in _solveset solver) "...\AppData\Local\Programs\Python\Python36\lib\site-packages\sympy\solvers\solveset.py", line 717, in _solve_radical eq, cov = unrad(f) TypeError: 'NoneType' object is not iterable
Traceback (most recent call last): "<stdin>", line 1, in <module> TypeError: nearest() got an unexpected keyword argument 'limit'
0.492287
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/pychromecast/socket_client.py", line 1228, in _report_status listener.new_cast_status(self.status) "/usr/src/homeassistant/homeassistant/components/cast/helpers.py", line 86, in new_cast_status self._cast_device.new_cast_status(cast_status) "/usr/src/homeassistant/homeassistant/components/cast/media_player.py", line 347, in new_cast_status self.schedule_update_ha_state() "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 426, in schedule_update_ha_state self.hass.add_job(self.async_update_ha_state(force_refresh)) "/usr/src/homeassistant/homeassistant/core.py", line 293, in add_job self.loop.call_soon_threadsafe(self.async_add_job, target, *args) "/usr/local/lib/python3.7/asyncio/base_events.py", line 736, in call_soon_threadsafe self._check_closed() "/usr/local/lib/python3.7/asyncio/base_events.py", line 479, in _check_closed raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed
Traceback (most recent call last): "setup.py", line 359, in <module> python_requires=">=3.6", "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/setuptools/command/install.py", line 67, in run self.do_egg_install() "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/setuptools/command/install.py", line 109, in do_egg_install self.run_command('bdist_egg') "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/setuptools/command/bdist_egg.py", line 164, in run cmd = self.call_command('install_lib', warn_dir=0) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/setuptools/command/bdist_egg.py", line 150, in call_command self.run_command(cmdname) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/setuptools/command/install_lib.py", line 11, in run self.build() "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/command/install_lib.py", line 107, in build self.run_command('build_ext') "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 79, in run _build_ext.run(self) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/command/build_ext.py", line 340, in run self.build_extensions() "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 708, in build_extensions build_ext.build_extensions(self) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/command/build_ext.py", line 449, in build_extensions self._build_extensions_serial() "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/command/build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 196, in build_extension _build_ext.build_extension(self, ext) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/distutils/command/build_ext.py", line 534, in build_extension depends=ext.depends) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 538, in unix_wrap_ninja_compile with_cuda=with_cuda) "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1359, in _write_ninja_file_and_compile_objects error_prefix='Error compiling objects for extension') "/home/arslan/anaconda3/envs/dgr/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1683, in _run_ninja_build raise RuntimeError(message) from e RuntimeError: Error compiling objects for extension
0.594995
Traceback (most recent call last): "/usr/lib/python3.4/code.py", line 90, in runcode exec(code, self.locals) "<console>", line 1, in <module> "scapy/utils.py", line 91, in hexdump s += "%02X" % ord(x[i+j]) TypeError: ord() expected string of length 1, but int found
Traceback (most recent call last): "/home/michael/.config/blender/2.80/scripts/addons/animation_nodes/operators/bake.py", line 15, in invoke self.timer = context.window_manager.event_timer_add(0.001, context.window) TypeError: WindowManager.event_timer_add(): required parameter "window" to be a keyword argument!
0.492913
`Traceback (most recent call last): "<console>", line 1, in <module> "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) "/home/work/.local/share/virtualenvs/layer5_shopify_app-Ng61jmnB/lib/python3.8/site-packages/shopify/session.py", line 36, in temp original_version = shopify.ShopifyResource.get_version() or version "/home/work/.local/share/virtualenvs/layer5_shopify_app-Ng61jmnB/lib/python3.8/site-packages/shopify/base.py", line 151, in get_version return ShopifyResource._site.split('/')[-1] AttributeError: 'NoneType' object has no attribute 'split'`
```Traceback (most recent call last): "/home/eelco/PycharmProjects/pt_mnist/train_ps.py", line 51, in <module> train(20) "/home/eelco/PycharmProjects/pt_mnist/train_ps.py", line 48, in train nb_epoch=n_epochs) "/home/eelco/anaconda3/lib/python3.6/site-packages/torchsample/modules/module_trainer.py", line 444, in fit_loader callbacks.on_train_begin() "/home/eelco/anaconda3/lib/python3.6/site-packages/torchsample/callbacks.py", line 67, in on_train_begin callback.on_train_begin(logs) "/home/eelco/anaconda3/lib/python3.6/site-packages/torchsample/callbacks.py", line 170, in on_train_begin if self.model._has_regularizers: "/home/eelco/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 238, in __getattr__ type(self).__name__, name)) AttributeError: 'CNN' object has no attribute '_has_regularizers'
0.624787
Traceback (most recent call last): "char_lm.py", line 68, in <module> max_epochs=150) "E:\users\v-tizhao\vs\flair\trainers\sequence_tagger_trainer.py", line 114, in train embeddings_in_memory=embeddings_in_memory) "E:\users\v-tizhao\vs\flair\trainers\sequence_tagger_trainer.py", line 235, in evaluate p = run(eval_script, stdout=PIPE, input=eval_data, encoding='utf-8') "E:\users\v-tizhao\anaconda\lib\subprocess.py", line 403, in run with Popen(*popenargs, **kwargs) as process: "E:\users\v-tizhao\anaconda\lib\subprocess.py", line 709, in __init__ restore_signals, start_new_session) "E:\users\v-tizhao\anaconda\lib\subprocess.py", line 997, in _execute_child startupinfo) OSError: [WinError 193] %1 is not a valid Win32 application
Traceback (most recent call last): "/home/zh/.local/bin/scdl", line 11, in <module> load_entry_point('scdl==1.6.12', 'console_scripts', 'scdl')() "/home/zh/.local/lib/python3.6/site-packages/scdl/scdl.py", line 180, in main parse_url(arguments['-l']) "/home/zh/.local/lib/python3.6/site-packages/scdl/scdl.py", line 263, in parse_url download_track(item) "/home/zh/.local/lib/python3.6/site-packages/scdl/scdl.py", line 548, in download_track filename = download_hls_mp3(track, title) "/home/zh/.local/lib/python3.6/site-packages/scdl/scdl.py", line 521, in download_hls_mp3 '"' + filename + '"' "/usr/lib/python3.6/subprocess.py", line 287, in call with Popen(*popenargs, **kwargs) as p: "/usr/lib/python3.6/subprocess.py", line 729, in __init__ restore_signals, start_new_session) "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) OSError: [Errno 36] name too long: 'ffmpeg -i "https://cf-hls-media.sndcdn.com/playlist/KveWcBZlm2tF.128.mp3/playlist.m3u8?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiKjovL2NmLWhscy1tZWRpYS5zbmRjZG4uY29tL3BsYXlsaXN0L0t2ZVdjQlpsbTJ0Ri4xMjgubXAzL3BsYXlsaXN0Lm0zdTgiLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE1NzkxNTI3NDZ9fX1dfQ__&Signature=aQ6w7F4hy8JvjLV3zL32FB0YwuPCAKIj769S7TEcml6f8wuP0KCQquYCyfqpNx-xOLKqKrJB5QAOuPQynkRLzG49Kcvy2BaMk7qwaZ~85bsh4pTCvM9U0~0iywbeJBbmrgkOO3WykPJNrVYH6oOw817ajO9h-xn~e2jMVP8uxDDfkUXhsCoEdUBUw6XLs2PjdKiMXIq0Hpput-UgpTatyuAH~tMLpICFbgDWICFNBqVNN8HR7ji2RPpRTZ49XGOUgOUmeMMdH7DkBc5Npaj2IJXsebRducdy5efPJmvisH7Lj~z6XWcu56WBG4dDAvxlnbh55phgNRmS3bCikdaCVg__&Key-Pair-Id=APKAI6TU7MMXM5DG6EPQ" -c copy "Suicidal.mp3" -loglevel fatal'
0.603555
Traceback (most recent call last): "/home/babis/Desktop/rais/web/rais/manage.py", line 21, in <module> main() "/home/babis/Desktop/rais/web/rais/manage.py", line 17, in main execute_from_command_line(sys.argv) "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/core/management/__init__.py", line 377, in execute django.setup() "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/apps/registry.py", line 83, in populate raise RuntimeError("populate() isn't reentrant") RuntimeError: populate() isn't reentrant
Traceback (most recent call last): "mwe_sgpr_fantasy.py", line 31, in <module> model = model.get_fantasy_model(torch.randn((1,5)).to("cpu"), torch.randn((1)).to("cpu")) "/home/user/miniconda3/lib/python3.7/site-packages/gpytorch/models/exact_gp.py", line 173, in get_fantasy_model new_model = deepcopy(self) "/home/user/miniconda3/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/home/user/miniconda3/lib/python3.7/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/home/user/miniconda3/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/home/user/miniconda3/lib/python3.7/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/home/user/miniconda3/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/home/user/miniconda3/lib/python3.7/copy.py", line 306, in _reconstruct value = deepcopy(value, memo) "/home/user/miniconda3/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/home/user/miniconda3/lib/python3.7/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/home/user/miniconda3/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/home/user/miniconda3/lib/python3.7/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/home/user/miniconda3/lib/python3.7/copy.py", line 161, in deepcopy y = copier(memo) "/home/user/miniconda3/lib/python3.7/site-packages/torch/tensor.py", line 23, in __deepcopy__ raise RuntimeError("Only Tensors created explicitly by the user " RuntimeError: Only Tensors created explicitly by the user (graph leaves) support the deepcopy protocol at the moment
0.540123
Traceback (most recent call last): "r.py", line 7, in <module> aladin = niftyreg.RegAladin() "C:\Users\fernando\Miniconda3\envs\vesseg\lib\site-packages\nipype\interfaces\niftyreg\base.py", line 66, in __init__ StrictVersion(_version) < StrictVersion(self._min_version): "C:\Users\fernando\Miniconda3\envs\vesseg\lib\distutils\version.py", line 40, in __init__ self.parse(vstring) "C:\Users\fernando\Miniconda3\envs\vesseg\lib\distutils\version.py", line 137, in parse raise ValueError("invalid version number '%s'" % vstring) ValueError: invalid version number '1.5.58
Traceback (most recent call last): "<stdin>", line 1, in <module> "<__array_function__ internals>", line 6, in polyfit "C:\Anaconda3\lib\site-packages\numpy\lib\polynomial.py", line 609, in polyfit rcond = len(x)*finfo(x.dtype).eps "C:\Anaconda3\lib\site-packages\numpy\core\getlimits.py", line 381, in __new__ raise ValueError("data type %r not inexact" % (dtype)) ValueError: data type <class 'numpy.object_'> not inexact
0.595252
Traceback (most recent call last): "/opt/anaconda3/lib/python3.6/site-packages/ray/monitor.py", line 9, in <module> import redis ImportError: No module named redis
Traceback (most recent call last): "D:\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * "D:\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() "D:\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) "imp.py", line 243, in load_module "imp.py", line 343, in load_dynamic ImportError: DLL load failed: The paging file is too small for this operation to complete.
0.526009