text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "..../solaar/test/Solaar-867edf8516f6a5a2ec78a99cf2755bd7bcc4e99d/lib/solaar/ui/__init__.py", line 165, in _status_changed window.update(device, need_popup) "..../solaar/test/Solaar-867edf8516f6a5a2ec78a99cf2755bd7bcc4e99d/lib/solaar/ui/window.py", line 768, in update selected_device_id = _find_selected_device_id() "..../solaar/test/Solaar-867edf8516f6a5a2ec78a99cf2755bd7bcc4e99d/lib/solaar/ui/window.py", line 370, in _find_selected_device_id model, item = selection.get_selected() AttributeError: 'NoneType' object has no attribute 'get_selected'
Traceback (most recent call last): "manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/usr/local/lib/python3.5/dist-packages/django/core/management/__init__.py", line 364, in execute_from_command_line utility.execute() "/usr/local/lib/python3.5/dist-packages/django/core/management/__init__.py", line 356, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/usr/local/lib/python3.5/dist-packages/django/core/management/base.py", line 283, in run_from_argv self.execute(*args, **cmd_options) "/usr/local/lib/python3.5/dist-packages/django/core/management/base.py", line 330, in execute output = self.handle(*args, **options) "/usr/local/lib/python3.5/dist-packages/wagtail/wagtailsearch/management/commands/update_index.py", line 120, in handle self.update_backend(backend_name, schema_only=options.get('schema_only', False)) "/usr/local/lib/python3.5/dist-packages/wagtail/wagtailsearch/management/commands/update_index.py", line 77, in update_backend index.add_model(model) "/usr/local/lib/python3.5/dist-packages/wagtail/wagtailsearch/backends/elasticsearch2.py", line 113, in add_model index=self.name, doc_type=mapping.get_document_type(), body=mapping.get_mapping(), "/usr/local/lib/python3.5/dist-packages/wagtail/wagtailsearch/backends/elasticsearch.py", line 137, in get_mapping self.get_field_mapping(field) for field in self.model.get_search_fields() "/usr/local/lib/python3.5/dist-packages/wagtail/wagtailsearch/backends/elasticsearch.py", line 137, in <genexpr> self.get_field_mapping(field) for field in self.model.get_search_fields() "/usr/local/lib/python3.5/dist-packages/wagtail/wagtailsearch/backends/elasticsearch.py", line 85, in get_field_mapping sub_field_name, sub_field_mapping = nested_mapping.get_field_mapping(sub_field) "/usr/local/lib/python3.5/dist-packages/wagtail/wagtailsearch/backends/elasticsearch.py", line 119, in get_field_mapping return self.get_field_column_name(field), mapping "/usr/local/lib/python3.5/dist-packages/wagtail/wagtailsearch/backends/elasticsearch2.py", line 49, in get_field_column_name prefix = definition_model._meta.app_label.lower() + '_' + definition_model.__name__.lower() + '__' AttributeError: 'NoneType' object has no attribute '_meta'
0.673693
Traceback (most recent call last): "/home/bengoshi/.local/bin/emoji.py", line 20, in <module> from wordcloud import WordCloud ImportError: No module named wordcloud
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: No module named 'spacy'
0.808591
Traceback (most recent call last): "tf_pyinstaller_test.py", line 1, in <module> import tensorflow "c:\users\jerry c\desktop\built\temp_venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module exec(bytecode, module.__dict__) "tensorflow\__init__.py", line 99, in <module> "c:\users\jerry c\desktop\built\temp_venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module exec(bytecode, module.__dict__) "tensorflow_core\__init__.py", line 28, in <module> "tensorflow\__init__.py", line 50, in __getattr__ "tensorflow\__init__.py", line 44, in _load "importlib\__init__.py", line 127, in import_module ModuleNotFoundError: No module named 'tensorflow_core.python'
Traceback (most recent call last): "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook from apport.fileutils import likely_packaged, get_recent_crashes "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module> from apport.report import Report "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module> import apport.fileutils "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module> from apport.packaging_impl import impl as packaging "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 23, in <module> import apt "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module> import apt_pkg ModuleNotFoundError: No module named 'apt_pkg'
0.71505
Traceback (most recent call last): "_ctypes/callbacks.c", line 315, in 'calling callback function' "NVDAHelper.pyc", line 379, in nvdaControllerInternal_typedCharacterNotify AttributeError: 'NoneType' object has no attribute 'windowClassName'
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_factory.py", line 110, in test_one_arg_tzinfo self.factory.get(tz.gettz("US/Pacific")), self.expected AttributeError: 'TestGet' object has no attribute 'factory'
0.674168
Traceback (most recent call last): "/home/user/.local/bin/vint", line 13, in <module> from vint import vint "/home/user/.local/lib/python3.6/site-packages/vint/vint.py", line 5, in <module> from cerf_api import Cerf ModuleNotFoundError: No module named 'cerf_api'
Traceback (most recent call last): "./recon-ng", line 8, in <module> from recon.core import base "/GitArchive/recon-ng/recon/core/base.py", line 14, in <module> import yaml ModuleNotFoundError: No module named 'yaml'
0.802383
Traceback (most recent call last): "setup.py", line 150, in <module> 'interactive': ["ipython>=2.3.0"], "/usr/lib/python3.4/distutils/core.py", line 148, in setup dist.run_commands() "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands self.run_command(cmd) "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command cmd_obj.run() "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/flake8/main.py", line 139, in run report = flake8_style.check_files() "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/flake8/engine.py", line 181, in check_files return self._retry_serial(self._styleguide.check_files, paths=paths) "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/flake8/engine.py", line 172, in _retry_serial return func(*args, **kwargs) "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/pep8.py", line 1840, in check_files self.input_dir(path) "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/pep8.py", line 1876, in input_dir runner(os.path.join(root, filename)) "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/flake8/engine.py", line 126, in input_file return fchecker.check_all(expected=expected, line_offset=line_offset) "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/pep8.py", line 1582, in check_all for token in self.generate_tokens(): "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/pep8.py", line 1534, in generate_tokens self.maybe_check_physical(token) "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/pep8.py", line 1565, in maybe_check_physical self.check_physical(line + '\n') "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/pep8.py", line 1441, in check_physical result = self.run_check(check, argument_names) "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/pep8.py", line 1429, in run_check return check(*arguments) "/home/sk/.virtualenvs/test/lib/python3.4/site-packages/pep8.py", line 212, in maximum_line_length if length > max_line_length and not noqa(line): TypeError: unorderable types: int() > list()
Traceback (most recent call last): "/home/<user>/.local/lib/python3.8/site-packages/bpytop.py", line 2738, in _collect_temps if hasattr(entry, "high") and entry.high > 1: cls.cpu_temp_high = round(entry.high) TypeError: '>' not supported between instances of 'NoneType' and 'int'
0.702351
Traceback (most recent call last): "/root/PyOne-master/function.py", line 2, in <module> from app.utils import * "/root/PyOne-master/app/__init__.py", line 6, in <module> from utils.header import GetConfig ModuleNotFoundError: No module named 'utils.header'
Traceback (most recent call last): "<string>", line 1, in <module> ModuleNotFoundError: No module named 'setuptools'
0.772555
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'
Traceback (most recent call last): "<stdin>", line 1, in <module> AttributeError: can't set attribute
0.796605
Traceback (most recent call last): "upsnet/upsnet_end2end_train.py", line 61, in <module> from upsnet.models import * "upsnet/../upsnet/models/__init__.py", line 1, in <module> from .resnet_upsnet import resnet_50_upsnet, resnet_101_upsnet "upsnet/../upsnet/models/resnet_upsnet.py", line 22, in <module> from upsnet.models.resnet import get_params, resnet_rcnn, ResNetBackbone "upsnet/../upsnet/models/resnet.py", line 21, in <module> from upsnet.operators.modules.deform_conv import DeformConv "upsnet/../upsnet/operators/modules/deform_conv.py", line 22, in <module> from upsnet.operators.functions.deform_conv import DeformConvFunction "upsnet/../upsnet/operators/functions/deform_conv.py", line 21, in <module> from .._ext.deform_conv import deform_conv_cuda ImportError: upsnet/../upsnet/operators/_ext/deform_conv/deform_conv_cuda.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at19UndefinedTensorImpl10_singletonE
Traceback (most recent call last): "/data/bo718.wang/anaconda3/lib/python3.5/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) "/data/bo718.wang/anaconda3/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/run.py", line 10, in <module> from allennlp.commands import main # pylint: disable=wrong-import-position "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/commands/__init__.py", line 3, in <module> from allennlp.commands.serve import add_subparser as add_serve_subparser "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/commands/serve.py", line 27, in <module> from allennlp.service import server_sanic "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/service/server_sanic.py", line 19, in <module> from allennlp.models.archival import load_archive "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/models/__init__.py", line 6, in <module> from allennlp.models.archival import archive_model, load_archive "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/models/archival.py", line 10, in <module> from allennlp.models.model import Model, _DEFAULT_WEIGHTS "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/models/model.py", line 12, in <module> from allennlp.data import Vocabulary "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/__init__.py", line 1, in <module> from allennlp.data.dataset import Dataset "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/dataset.py", line 13, in <module> from allennlp.data.instance import Instance "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/instance.py", line 3, in <module> from allennlp.data.fields.field import DataArray, Field "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/fields/__init__.py", line 12, in <module> from allennlp.data.fields.text_field import TextField "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/fields/text_field.py", line 11, in <module> from allennlp.data.token_indexers.token_indexer import TokenIndexer, TokenType "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/token_indexers/__init__.py", line 6, in <module> from allennlp.data.token_indexers.token_characters_indexer import TokenCharactersIndexer "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/token_indexers/token_characters_indexer.py", line 10, in <module> from allennlp.data.tokenizers.character_tokenizer import CharacterTokenizer "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/tokenizers/__init__.py", line 7, in <module> from allennlp.data.tokenizers.word_tokenizer import WordTokenizer "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/tokenizers/word_tokenizer.py", line 13, in <module> class WordTokenizer(Tokenizer): "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/tokenizers/word_tokenizer.py", line 39, in WordTokenizer word_splitter: WordSplitter = SpacyWordSplitter(), "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/data/tokenizers/word_splitter.py", line 144, in __init__ import spacy "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/spacy/__init__.py", line 5, in <module> from .deprecated import resolve_model_name "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/spacy/deprecated.py", line 8, in <module> from .cli import download "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/spacy/cli/__init__.py", line 5, in <module> from .train import train, train_config "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/spacy/cli/train.py", line 8, in <module> from ..scorer import Scorer "/data/bo718.wang/anaconda3/lib/python3.5/site-packages/spacy/scorer.py", line 4, in <module> from .gold import tags_to_entities ImportError: dlopen: cannot load any more object with static TLS
0.702403
Traceback (most recent call last): "/home/ok97465/python/spyder/spyder/plugins/editor/widgets/codeeditor.py", line 1096, in process_diagnostics self.process_code_analysis(params['params']) "/home/ok97465/python/spyder/spyder/plugins/editor/widgets/codeeditor.py", line 2300, in process_code_analysis block._selection(), AttributeError: 'QTextBlock' object has no attribute '_selection'
Traceback (most recent call last): "../chia/daemon/server.py", line 821, in kill_service result = await kill_process(process, root_path, service_name, "", delay_before_kill) "../chia/daemon/server.py", line 789, in kill_process process.terminate() AttributeError: 'list' object has no attribute 'terminate'
0.671066
Traceback (most recent call last): "./bin/deep_ocr_reco", line 137, in <module> show_img(raw, title="raw image") "./bin/deep_ocr_reco", line 27, in show_img plt.gray() "/mnt/OCR/deep_ocr_env/local/lib/python2.7/site-packages/matplotlib/pyplot.py", line 3829, in gray set_cmap("gray") "/mnt/OCR/deep_ocr_env/local/lib/python2.7/site-packages/matplotlib/pyplot.py", line 2269, in set_cmap im = gci() "/mnt/OCR/deep_ocr_env/local/lib/python2.7/site-packages/matplotlib/pyplot.py", line 335, in gci return gcf()._gci() "/mnt/OCR/deep_ocr_env/local/lib/python2.7/site-packages/matplotlib/pyplot.py", line 601, in gcf return figure() "/mnt/OCR/deep_ocr_env/local/lib/python2.7/site-packages/matplotlib/pyplot.py", line 548, in figure **kwargs) "/mnt/OCR/deep_ocr_env/local/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 161, in new_figure_manager return cls.new_figure_manager_given_figure(num, fig) "/mnt/OCR/deep_ocr_env/local/lib/python2.7/site-packages/matplotlib/backends/_backend_tk.py", line 1044, in new_figure_manager_given_figure window = Tk.Tk(className="matplotlib") "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1767, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) _tkinter.TclError: no display name and no $DISPLAY environment variable
Traceback (most recent call last): "app/puppeteer.py", line 201, in <module> master = Tk() "/home/dd/anaconda3/envs/head_anime/lib/python3.8/tkinter/__init__.py", line 2261, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) _tkinter.TclError: no display name and no $DISPLAY environment variable
0.804689
Traceback (most recent call last): "train1.py", line 10, in <module> from tensorpack.callbacks.saver import ModelSaver "/usr/local/lib/python2.7/dist-packages/tensorpack/callbacks/__init__.py", line 51, in <module> _global_import(module_name) "/usr/local/lib/python2.7/dist-packages/tensorpack/callbacks/__init__.py", line 34, in _global_import p = __import__(name, globals(), locals(), level=1) "/usr/local/lib/python2.7/dist-packages/tensorpack/callbacks/base.py", line 5, in <module> import tensorflow as tf "/usr/local/lib/python2.7/dist-packages/tensorflow/__init__.py", line 24, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import "/usr/local/lib/python2.7/dist-packages/tensorflow/python/__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last):
> Traceback (most recent call last): "/Applications/Blender.app/Contents/Resources/2.82/scripts/modules/addon_utils.py", line 351, in enable mod = __import__(module_name) "/Users/ra/Library/Application Support/Blender/2.82/scripts/addons/BlenderGIS-master/__init__.py", line 96, in <module> from . import geoscene "/Users/ra/Library/Application Support/Blender/2.82/scripts/addons/BlenderGIS-master/geoscene.py", line 32, in <module> from .operators.utils import mouseTo3d "/Users/ra/Library/Application Support/Blender/2.82/scripts/addons/BlenderGIS-master/operators/utils/__init__.py", line 1, in <module> from .bgis_utils import placeObj, adjust3Dview, showTextures, addTexture, getBBOX, DropToGround, mouseTo3d, isTopView "/Users/ra/Library/Application Support/Blender/2.82/scripts/addons/BlenderGIS-master/operators/utils/bgis_utils.py", line 7, in <module> from ...core import BBOX "/Users/ra/Library/Application Support/Blender/2.82/scripts/addons/BlenderGIS-master/core/__init__.py", line 14, in <module> from .basemaps import GRIDS, SOURCES, MapService, GeoPackage, TileMatrix "/Users/ra/Library/Application Support/Blender/2.82/scripts/addons/BlenderGIS-master/core/basemaps/__init__.py", line 2, in <module> from .mapservice import MapService, TileMatrix, BBoxRequest, BBoxRequestMZ "/Users/ra/Library/Application Support/Blender/2.82/scripts/addons/BlenderGIS-master/core/basemaps/mapservice.py", line 34, in <module> from .gpkg import GeoPackage "/Users/ra/Library/Application Support/Blender/2.82/scripts/addons/BlenderGIS-master/core/basemaps/gpkg.py", line 26, in <module> import sqlite3 "/Applications/Blender.app/Contents/Resources/2.82/python/lib/python3.7/sqlite3/__init__.py", line 23, in <module> from sqlite3.dbapi2 import * "/Applications/Blender.app/Contents/Resources/2.82/python/lib/python3.7/sqlite3/dbapi2.py", line 27, in <module> from _sqlite3 import * ImportError: dlopen(/Applications/Blender.app/Contents/Resources/2.82/python/lib/python3.7/lib-dynload/_sqlite3.cpython-37m-darwin.so, 2): Library not loaded: /Users/azo/Code/blender/blender_build/build-libs/Release/sqlite/lib/libsqlite3.0.dylib
0.716714
`Traceback (most recent call last): "fans.py", line 83, in <module> if not scrape_all: NameError: name 'scrape_all' is not defined`
Traceback (most recent call last): "<stdin>", line 1, in <module> NameError: name 'args' is not defined
0.758532
Traceback (most recent call last): "/usr/bin/salt-call", line 11, in <module> salt_call() "/usr/lib/python2.7/site-packages/salt/scripts.py", line 400, in salt_call client.run() "/usr/lib/python2.7/site-packages/salt/cli/call.py", line 57, in run caller.run() "/usr/lib/python2.7/site-packages/salt/cli/caller.py", line 134, in run ret = self.call() "/usr/lib/python2.7/site-packages/salt/cli/caller.py", line 212, in call ret['return'] = func(*args, **kwargs) "/usr/lib/python2.7/site-packages/salt/modules/lxc.py", line 2080, in clone if version() >= _LooseVersion('2.0'): "/usr/lib/python2.7/distutils/version.py", line 295, in __cmp__ return cmp(self.version, other.version) AttributeError: 'unicode' object has no attribute 'version'
Traceback (most recent call last): "/usr/bin/awx-manage", line 9, in <module> load_entry_point('awx==1.0.5.11', 'console_scripts', 'awx-manage')() "/usr/lib/python2.7/site-packages/awx/__init__.py", line 109, in manage execute_from_command_line(sys.argv) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line utility.execute() "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/__init__.py", line 356, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py", line 283, in run_from_argv self.execute(*args, **cmd_options) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py", line 330, in execute output = self.handle(*args, **options) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django_extensions/management/utils.py", line 59, in inner ret = func(self, *args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django_extensions/management/commands/print_settings.py", line 49, in handle value = getattr(settings, attr) "/usr/lib/python2.7/site-packages/awx/conf/settings.py", line 479, in __getattr_without_cache__ return getattr(self._wrapped, name) "/usr/lib/python2.7/site-packages/awx/conf/settings.py", line 395, in __getattr__ return self._get_default(name) "/usr/lib/python2.7/site-packages/awx/conf/settings.py", line 382, in _get_default return getattr(self.default_settings, name) AttributeError: 'Settings' object has no attribute 'AUTH_LDAP_1_GROUP_TYPE'
0.678699
`Traceback (most recent call last): "A:/Projects/PaddleOCR/paddleocr.py", line 28, in <module> from tools.infer import predict_system "A:\Projects\PaddleOCR\tools\infer\predict_system.py", line 28, in <module> import tools.infer.utility as utility "A:\Projects\PaddleOCR\tools\infer\utility.py", line 23, in <module> from paddle import inference ImportError: cannot import name 'inference' from 'paddle'`
Traceback (most recent call last): "/home/idan/.pyenv/versions/productionready/lib/python3.5/site-packages/django/db/backends/sqlite3/base.py", line 36, in <module> from sqlite3 import dbapi2 as Database "/home/idan/.pyenv/versions/3.5.2/lib/python3.5/sqlite3/__init__.py", line 23, in <module> from sqlite3.dbapi2 import * "/home/idan/.pyenv/versions/3.5.2/lib/python3.5/sqlite3/dbapi2.py", line 27, in <module> from _sqlite3 import * ImportError: No module named '_sqlite3'
0.71307
Traceback (most recent call last): "torch_to_pytorch.py", line 9, in <module> from torch.utils.serialization import load_lua ModuleNotFoundError: No module named 'torch.utils.serialization'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/chris/Documents/github/cadquery/cadquery/cadquery/__init__.py", line 2, in <module> from .occ_impl.geom import Plane, BoundBox, Vector, Matrix "/Users/chris/Documents/github/cadquery/cadquery/cadquery/occ_impl/geom.py", line 4, in <module> from OCC.Core.gp import gp_Vec, gp_Ax1, gp_Ax3, gp_Pnt, gp_Dir, gp_Trsf, gp, gp_XYZ ModuleNotFoundError: No module named 'OCC.Core'
0.797212
Traceback (most recent call last): "/home/pi/SQL_PY3_Test.py", line 15, in <module> cursor.execute(query) pyodbc.ProgrammingError: ('42000', "[42000] [FreeTDS][SQL Server]Incorrect syntax near '¥'. (102) (SQLExecDirectW)")
Traceback (most recent call last): "/home/pi/SQL_PY3_Test.py", line 15, in <module> cursor.execute(query) pyodbc.ProgrammingError: ('42000', "[42000] [FreeTDS][SQL Server]Incorrect syntax near '¥'. (102) (SQLExecDirectW)")
1
Traceback (most recent call last): "wifibroot.py", line 19, in <module> from wireless import Shifter "/usr/share/wifibroot/wireless/__init__.py", line 2, in <module> from wireless.sniper import Sniper "/usr/share/wifibroot/wireless/sniper.py", line 7, in <module> from scapy.layers.dot11 import Raw ImportError: cannot import name Raw
Traceback (most recent call last): "/usr/local/SickRage/SickBeard.py", line 418, in load_shows_from_db cur_show = TVShow(sql_show[b'indexer'], sql_show[b'indexer_id']) "/usr/local/SickRage/sickbeard/tv.py", line 111, in __init__ self.loadFromDB() "/usr/local/SickRage/sickbeard/tv.py", line 813, in loadFromDB self.loadIMDbInfo() "/usr/local/SickRage/sickbeard/tv.py", line 899, in loadIMDbInfo i = imdb.IMDb() "/usr/local/SickRage/lib/imdb/__init__.py", line 195, in IMDb from .parser.http import IMDbHTTPAccessSystem "/usr/local/SickRage/lib/imdb/parser/http/__init__.py", line 39, in <module> from . import ( "/usr/local/SickRage/lib/imdb/parser/http/companyParser.py", line 34, in <module> from .piculet import Path, Rule, Rules "/usr/local/SickRage/lib/imdb/parser/http/piculet.py", line 263, in <module> from lxml import etree as ElementTree ImportError: Shared object "libpthread.so.0" not found, required by "etree.so"
0.760447
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.5/dist-packages/pwnlib/elf/elf.py", line 1097, in search offset = data.find(needle, offset) TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last): "/home/ciro/bin/adb-sync", line 774, in <module> main(*sys.argv) "/home/ciro/bin/adb-sync", line 695, in main localpatterns = [x.encode(args_encoding) for x in args.source] TypeError: encode() argument 1 must be string, not None
0.673218
Traceback (most recent call last): "rig_state/pipeline.py", line 109, in <module> experiment_name='rig_state' "/mapr/houmaprdev/user/jschmidt2/.conda/envs/pip_py36/lib/python3.6/site-packages/kfp/_client.py", line 372, in create_run_from_pipeline_func return self.create_run_from_pipeline_package(pipeline_package_path, arguments, run_name, experiment_name, namespace) "/mapr/houmaprdev/user/jschmidt2/.conda/envs/pip_py36/lib/python3.6/site-packages/kfp/_client.py", line 414, in create_run_from_pipeline_package return RunPipelineResult(self, run_info) "/mapr/houmaprdev/user/jschmidt2/.conda/envs/pip_py36/lib/python3.6/site-packages/kfp/_client.py", line 394, in __init__ self.run_id = run_info.id AttributeError: 'NoneType' object has no attribute 'id'
Traceback (most recent call last): "/usr/bin/salt-call", line 11, in <module> salt_call() "/usr/lib/python3/dist-packages/salt/scripts.py", line 431, in salt_call client.run() "/usr/lib/python3/dist-packages/salt/cli/call.py", line 57, in run caller.run() "/usr/lib/python3/dist-packages/salt/cli/caller.py", line 138, in run ret = self.call() "/usr/lib/python3/dist-packages/salt/cli/caller.py", line 237, in call ret['return'] = self.minion.executors[fname](self.opts, data, func, args, kwargs) "/usr/lib/python3/dist-packages/salt/executors/direct_call.py", line 12, in execute return func(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/modules/kernelpkg_linux_apt.py", line 104, in latest_available version.group(1), version.group(2), _kernel_type()) AttributeError: 'NoneType' object has no attribute 'group'
0.701237
Traceback (most recent call last): "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/core/main.py", line 195, in main fm.loop() "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/core/fm.py", line 394, in loop ui.redraw() "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/gui/ui.py", line 339, in redraw self.finalize() "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/gui/ui.py", line 394, in finalize DisplayableContainer.finalize(self) "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/gui/displayable.py", line 264, in finalize displayable.finalize() "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/gui/widgets/view_base.py", line 60, in finalize - self.main_column.scroll_begin AttributeError: 'NoneType' object has no attribute 'pointer'
Traceback (most recent call last): "/opt/anaconda3/lib/python3.4/site-packages/tornado/web.py", line 1334, in _execute result = yield result "/opt/anaconda3/lib/python3.4/site-packages/jupyterhub/handlers/base.py", line 371, in get yield self.spawn_single_user(current_user) "/opt/anaconda3/lib/python3.4/site-packages/jupyterhub/handlers/base.py", line 214, in spawn_single_user yield gen.with_timeout(timedelta(seconds=self.slow_spawn_timeout), f) "/opt/anaconda3/lib/python3.4/site-packages/jupyterhub/orm.py", line 383, in spawn user=self.name, url=self.server.url, error=e, AttributeError: 'NoneType' object has no attribute 'url'
0.674582
Traceback (most recent call last): "align.py", line 54, in <module> aligner = gentle.ForcedAligner(resources, transcript, nthreads=args.nthreads, disfluency=args.disfluency, conservative=args.conservative, disfluencies=disfluencies) "/var/www/gentle/gentle/forced_aligner.py", line 18, in __init__ gen_hclg_filename = language_model.make_bigram_language_model(ks, resources.proto_langdir, **kwargs) "/var/www/gentle/gentle/language_model.py", line 126, in make_bigram_language_model raise e "/var/www/gentle/gentle/language_model.py", line 120, in make_bigram_language_model stderr=devnull) "/usr/local/lib/python3.6/subprocess.py", line 336, in check_output **kwargs).stdout "/usr/local/lib/python3.6/subprocess.py", line 403, in run with Popen(*popenargs, **kwargs) as process: "/usr/local/lib/python3.6/subprocess.py", line 709, in __init__ restore_signals, start_new_session) "/usr/local/lib/python3.6/subprocess.py", line 1344, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) NotFoundError: [Errno 2] No such file or directory: 'ext/m3': 'ext/m3'
Traceback (most recent call last): "/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 261, in main old_handlers) "/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 297, in _serve_one code = spawn._main(child_r) "/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 114, in _main prepare(preparation_data) "/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 225, in prepare _fixup_main_from_path(data['init_main_from_path']) "/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 277, in _fixup_main_from_path run_name="__mp_main__") "/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/runpy.py", line 261, in run_path code, fname = _get_code_from_file(run_name, path_name) "/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/runpy.py", line 231, in _get_code_from_file with open(fname, "rb") as f: NotFoundError: [Errno 2] No such file or directory: '/Users/123456/PycharmProjects/Data_folder/<input>'
0.685012
Traceback (most recent call last): "/Users/jlowin/miniconda3/bin/apistar", line 11, in <module> sys.exit(main()) "/users/jlowin/miniconda3/lib/python3.6/site-packages/apistar/main.py", line 34, in main app = load_app() "/users/jlowin/miniconda3/lib/python3.6/site-packages/apistar/main.py", line 17, in load_app spec.loader.exec_module(module) "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed "app.py", line 31, in <module> components=[Component(GetValue, init=get_value)] "/users/jlowin/miniconda3/lib/python3.6/site-packages/apistar/frameworks/wsgi.py", line 62, in __init__ super().__init__(**kwargs) "/users/jlowin/miniconda3/lib/python3.6/site-packages/apistar/frameworks/cli.py", line 49, in __init__ initial_state=initial_state "/users/jlowin/miniconda3/lib/python3.6/site-packages/apistar/frameworks/cli.py", line 91, in preload_components component = injector.run(func) "/users/jlowin/miniconda3/lib/python3.6/site-packages/apistar/components/dependency.py", line 90, in run steps = self._create_steps(func) "/users/jlowin/miniconda3/lib/python3.6/site-packages/apistar/components/dependency.py", line 197, in _create_steps input_values[param.name] = parent_param.name AttributeError: 'NoneType' object has no attribute 'name'
Traceback (most recent call last): "c:\users\user\appdata\local\programs\python\python38\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, "c:\users\user\appdata\local\programs\python\python38\lib\runpy.py", line 86, in _run_code exec(code, run_globals) "C:\Users\user\AppData\Local\Programs\Python\Python38\Scripts\spotdl.exe\__main__.py", line 9, in <module> "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\spotdl.py", line 68, in main match_args() "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\spotdl.py", line 40, in match_args list_dl.download_list() "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\downloader.py", line 204, in download_list return self._download_list() "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\downloader.py", line 212, in _download_list track_dl = Downloader(raw_song, number=number) "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\downloader.py", line 98, in __init__ self.content, self.meta_tags = youtube_tools.match_video_and_metadata(raw_song) "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\youtube_tools.py", line 82, in match_video_and_metadata meta_tags = spotify_tools.generate_metadata(track) "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\spotify_tools.py", line 39, in wrapper return func(*args, **kwargs) "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\spotify_tools.py", line 84, in generate_metadata meta_tags["lyrics"] = track.get_lyrics() "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\lyrics\providers\genius.py", line 46, in get_lyrics lyrics = self._get_lyrics_text(html_page) "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\spotdl\lyrics\providers\genius.py", line 40, in _get_lyrics_text lyrics = lyrics_paragraph.get_text() AttributeError: 'NoneType' object has no attribute 'get_text'
0.76721
Traceback (most recent call last): "D:/DeblurGAN-master/train.py", line 73, in <module> model = create_model(opt) "D:\DeblurGAN-master\models\models.py", line 10, in create_model model = ConditionalGAN(opt) "D:\DeblurGAN-master\models\conditional_gan_model.py", line 58, in __init__ self.discLoss, self.contentLoss = init_loss(opt, self.Tensor) "D:\DeblurGAN-master\models\losses.py", line 188, in init_loss disc_loss = DiscLossWGANGP(opt, tensor) "D:\DeblurGAN-master\models\losses.py", line 132, in __init__ super(DiscLossWGANGP, self).__init__(opt, tensor) "D:\DeblurGAN-master\models\losses.py", line 117, in __init__ super(DiscLoss, self).__init__(opt, tensor) TypeError: object.__init__() takes no arguments
Traceback (most recent call last): "./scripts/train.py", line 253, in <module> main() "./scripts/train.py", line 171, in main m = preset_model(cfg) "./scripts/train.py", line 230, in preset_model model = builder.build_sppe(cfg.MODEL, preset_cfg=cfg.DATA_PRESET) "/content/AlphaPose/alphapose/models/builder.py", line 27, in build_sppe return build(cfg, SPPE, default_args=default_args) "/content/AlphaPose/alphapose/models/builder.py", line 18, in build return build_from_cfg(cfg, registry, default_args) "/content/AlphaPose/alphapose/utils/registry.py", line 75, in build_from_cfg return obj_cls(**args) "/content/AlphaPose/alphapose/models/fastpose.py", line 27, in __init__ self.preact = SEResnet(f"resnet{cfg['NUM_LAYERS']}") "/content/AlphaPose/alphapose/models/layers/SE_Resnet.py", line 173, in __init__ self.layer1 = self.make_layer(self.block, 64, self.layers[0], dcn=stage_dcn[0]) "/content/AlphaPose/alphapose/models/layers/SE_Resnet.py", line 209, in make_layer norm_layer=self._norm_layer, dcn=dcn)) TypeError: __init__() got an unexpected keyword argument 'dcn'
0.689953
Traceback (most recent call last): "DeDRM_App.pyw", line 67, in <module> from scriptinterface import decryptepub, decryptpdb, decryptpdf, decryptk4mobi "D:\Documents\DeDRM_App\DeDRM_lib\lib\scriptinterface.py", line 14, in <module> import k4mobidedrm "D:\Documents\DeDRM_App\DeDRM_lib\lib\k4mobidedrm.py", line 93, in <module> import kfxdedrm "D:\Documents\DeDRM_App\DeDRM_lib\lib\kfxdedrm.py", line 20, in <module> import ion "D:\Documents\DeDRM_App\DeDRM_lib\lib\ion.py", line 36, in <module> import pylzma as lzma ImportError: No module named pylzma
Traceback (most recent call last): "sqliv.py", line 13, in <module> from src.crawler import Crawler "/root/Tools/sqliv/src/crawler.py", line 5, in <module> from nyawc.Options import Options ImportError: No module named nyawc.Options
0.796359
Traceback (most recent call last): "/Users/bn/anaconda/lib/python3.4/site-packages/conda/exceptions.py", line 479, in conda_exception_handler return_value = func(*args, **kwargs) "/Users/bn/anaconda/lib/python3.4/site-packages/conda/cli/main.py", line 145, in _main exit_code = args.func(args, p) "/Users/bn/anaconda/lib/python3.4/site-packages/conda/cli/main_update.py", line 65, in execute install(args, parser, 'update') "/Users/bn/anaconda/lib/python3.4/site-packages/conda/cli/install.py", line 238, in install prefix=prefix) "/Users/bn/anaconda/lib/python3.4/site-packages/conda/api.py", line 24, in get_index index = fetch_index(channel_urls, use_cache=use_cache, unknown=unknown) "/Users/bn/anaconda/lib/python3.4/site-packages/conda/fetch.py", line 300, in fetch_index repodatas = [(u, f.result()) for u, f in zip(urls, futures)] "/Users/bn/anaconda/lib/python3.4/site-packages/conda/fetch.py", line 300, in <listcomp> repodatas = [(u, f.result()) for u, f in zip(urls, futures)] "/Users/bn/anaconda/lib/python3.4/concurrent/futures/_base.py", line 402, in result return self.__get_result() "/Users/bn/anaconda/lib/python3.4/concurrent/futures/_base.py", line 354, in __get_result raise self._exception "/Users/bn/anaconda/lib/python3.4/concurrent/futures/thread.py", line 54, in run result = self.fn(*self.args, **self.kwargs) "/Users/bn/anaconda/lib/python3.4/site-packages/conda/fetch.py", line 75, in func res = f(*args, **kwargs) "/Users/bn/anaconda/lib/python3.4/site-packages/conda/fetch.py", line 117, in fetch_repodata timeout=(6.1, 60)) "/Users/bn/anaconda/lib/python3.4/site-packages/requests/sessions.py", line 501, in get return self.request('GET', url, **kwargs) "/Users/bn/anaconda/lib/python3.4/site-packages/requests/sessions.py", line 488, in request resp = self.send(prep, **send_kwargs) "/Users/bn/anaconda/lib/python3.4/site-packages/requests/sessions.py", line 609, in send r = adapter.send(request, **kwargs) "/Users/bn/anaconda/lib/python3.4/site-packages/requests/adapters.py", line 423, in send timeout=timeout "/Users/bn/anaconda/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 594, in urlopen chunked=chunked) "/Users/bn/anaconda/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 350, in _make_request self._validate_conn(conn) "/Users/bn/anaconda/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 835, in _validate_conn conn.connect() "/Users/bn/anaconda/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 330, in connect cert = self.sock.getpeercert() "/Users/bn/anaconda/lib/python3.4/site-packages/requests/packages/urllib3/contrib/pyopenssl.py", line 324, in getpeercert 'subjectAltName': get_subj_alt_name(x509) "/Users/bn/anaconda/lib/python3.4/site-packages/requests/packages/urllib3/contrib/pyopenssl.py", line 171, in get_subj_alt_name ext = cert.extensions.get_extension_for_class( AttributeError: 'Extensions' object has no attribute 'get_extension_for_class'
Traceback (most recent call last): "distributed_imagenet_main.py", line 319, in <module> main() "distributed_imagenet_main.py", line 92, in main model = torch.nn.parallel.DistributedDataParallel(model) "/home/andrew/ml/local/lib/python2.7/site-packages/torch/nn/parallel/distributed.py", line 124, in __init__ for param_tuple in zip(*map(lambda m: m.parameters(), self._module_copies)): "/home/andrew/ml/local/lib/python2.7/site-packages/torch/nn/modules/module.py", line 262, in __getattr__ type(self).__name__, name)) AttributeError: 'DistributedDataParallel' object has no attribute '_module_copies'
0.679162
💡 Username: admin, E-Mail: [email protected] ⚙️ Executing '/opt/netbox/startup_scripts/000_users.py' ⚙️ Executing '/opt/netbox/startup_scripts/010_groups.py' ⚙️ Executing '/opt/netbox/startup_scripts/020_custom_fields.py' ⚙️ Executing '/opt/netbox/startup_scripts/030_regions.py' ⚙️ Executing '/opt/netbox/startup_scripts/040_sites.py' ⚙️ Executing '/opt/netbox/startup_scripts/050_manufacturers.py' ⚙️ Executing '/opt/netbox/startup_scripts/060_device_types.py' ⚙️ Executing '/opt/netbox/startup_scripts/070_rack_roles.py' ⚙️ Executing '/opt/netbox/startup_scripts/080_racks.py' ⚙️ Executing '/opt/netbox/startup_scripts/090_device_roles.py' ⚙️ Executing '/opt/netbox/startup_scripts/100_platforms.py' ⚙️ Executing '/opt/netbox/startup_scripts/120_tenants.py' ⚙️ Executing '/opt/netbox/startup_scripts/130_devices.py' ⚙️ Executing '/opt/netbox/startup_scripts/140_cluster_types.py' ⚙️ Executing '/opt/netbox/startup_scripts/150_rirs.py' ⚙️ Executing '/opt/netbox/startup_scripts/160_aggregates.py' ⚙️ Executing '/opt/netbox/startup_scripts/170_clusters.py' ⚙️ Executing '/opt/netbox/startup_scripts/180_vrfs.py' ⚙️ Executing '/opt/netbox/startup_scripts/190_prefix_vlan_roles.py' ⚙️ Executing '/opt/netbox/startup_scripts/200_vlan_groups.py' ⚙️ Executing '/opt/netbox/startup_scripts/210_vlans.py' ⚙️ Executing '/opt/netbox/startup_scripts/220_prefixes.py' ⚙️ Executing '/opt/netbox/startup_scripts/230_virtual_machines.py' ⚙️ Executing '/opt/netbox/startup_scripts/240_virtualization_interfaces.py' ⚙️ Executing '/opt/netbox/startup_scripts/250_dcim_interfaces.py' Traceback (most recent call last): "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line utility.execute() "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 323, in run_from_argv self.execute(*args, **cmd_options) "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 364, in execute output = self.handle(*args, **options) "/usr/local/lib/python3.6/site-packages/django/core/management/commands/shell.py", line 92, in handle exec(sys.stdin.read()) "<string>", line 2, in <module> ImportError: cannot import name 'IFACE_TYPE_CHOICES' ```
Traceback (most recent call last): "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 254, in _find_tests module = self._get_module_from_name(name) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name __import__(name) "/Users/matthewlewis/Assistant/Jarvis/jarviscli/tests/test_auto/test_lyrics.py", line 2, in <module> from packages.lyrics import lyrics "/Users/matthewlewis/Assistant/Jarvis/jarviscli/packages/lyrics.py", line 2, in <module> from utilities.PyLyricsClone import py_lyrics "/Users/matthewlewis/Assistant/Jarvis/jarviscli/utilities/PyLyricsClone.py", line 9, in <module> import requests ImportError: No module named requests
0.69229
Traceback (most recent call last): "/home/pi/env/lib/python3.5/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> from oauth2client.locked_file import Locked ImportError: No module named 'oauth2client.locked_file'
Traceback (most recent call last): "<string>", line 1, in <module> ImportError: No module named cirq
0.713117
Traceback (most recent call last): "/usr/bin/pip", line 9, in <module> from pip import main ImportError: cannot import name main
Traceback (most recent call last): "D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\OldBuilds\3143\sublime_plugin.py", line 109, in reload_plugin m = importlib.import_module(modulename) "./python3.3/importlib/__init__.py", line 90, in import_module "<frozen importlib._bootstrap>", line 1584, in _gcd_import "<frozen importlib._bootstrap>", line 1565, in _find_and_load "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked "D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\OldBuilds\3143\sublime_plugin.py", line 915, in load_module exec(compile(source, source_path, 'exec'), mod.__dict__) "settings in C:\Users\Professional\AppData\Roaming\Sublime Text 3\Installed Packages\StudioChannel.sublime-package", line 35, in <module> "C:\Users\Professional\AppData\Roaming\Sublime Text 3\Packages\ChannelManager\channel_utilities.py", line 67, in <module> from debug_tools import Debugger ImportError: No module named 'debug_tools'
0.752052
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/ttt/Desktop/axs/lib/python3.7/site-packages/redis/client.py", line 2048, in xclaim return self.execute_command('XCLAIM', *pieces, **kwargs) "/Users/ttt/Desktop/axs/lib/python3.7/site-packages/redis/client.py", line 775, in execute_command return self.parse_response(connection, command_name, **options) "/Users/ttt/Desktop/axs/lib/python3.7/site-packages/redis/client.py", line 795, in parse_response return self.response_callbacks[command_name](response, **options) "/Users/ttt/Desktop/axs/lib/python3.7/site-packages/redis/client.py", line 272, in parse_xclaim return parse_stream_list(response) "/Users/ttt/Desktop/axs/lib/python3.7/site-packages/redis/client.py", line 258, in parse_stream_list return [(r[0], pairs_to_dict(r[1])) for r in response] "/Users/ttt/Desktop/axs/lib/python3.7/site-packages/redis/client.py", line 258, in <listcomp> return [(r[0], pairs_to_dict(r[1])) for r in response] TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last): "C:\Users\chwba\PYCHAR~1\NUITKA~1\APP~1.DIS\OpenGL\latebind.py", line 43, in __call__ TypeError: 'NoneType' object is not callable
0.705335
Traceback (most recent call last): "/opt/tidos-framework/tidos.py", line 14, in <module> from tidos_main import * "core/tidos_main.py", line 20, in <module> from impo import * "core/impo.py", line 16, in <module> from passiveo import * "core/passiveo.py", line 31, in <module> from footprint_dup import * "core/footprint_dup.py", line 14, in <module> from activeo import * "core/activeo.py", line 31, in <module> from cms import * "modules/ActiveRecon/cms.py", line 12, in <module> import mechanize ImportError: No module named mechanize
Traceback (most recent call last): "/usr/local/bin/news-please", line 7, in <module> from newsplease.__main__ import main "/usr/local/lib/python2.7/site-packages/newsplease/__init__.py", line 13, in <module> from dotmap import DotMap ImportError: No module named dotmap
0.798653
Traceback (most recent call last): "train.py", line 198, in <module> validation_db = datasets[dataset](configs["db"], val_split) "/home/b08/projects/CenterNet_keypoints/db/coco.py", line 67, in __init__ self._load_data() "/home/b08/projects/CenterNet_keypoints/db/coco.py", line 84, in _load_data self._detections, self._image_ids = pickle.load(f) TypeError: 'int' object is not iterable
Traceback (most recent call last): "/home/ec2-user/anaconda3/envs/amazonei_tensorflow2_p36/bin/bert-serving-start", line 8, in <module> sys.exit(main()) "/home/ec2-user/anaconda3/envs/amazonei_tensorflow2_p36/lib/python3.6/site-packages/bert_serving/server/cli/__init__.py", line 4, in main with BertServer(get_run_args()) as server: "/home/ec2-user/anaconda3/envs/amazonei_tensorflow2_p36/lib/python3.6/site-packages/bert_serving/server/__init__.py", line 71, in __init__ self.graph_path, self.bert_config = pool.apply(optimize_graph, (self.args,)) TypeError: 'NoneType' object is not iterable
0.732894
Traceback (most recent call last): "manage.py", line 9, in <module> from django.core.management import execute_from_command_line ImportError: No module named django.core.management
Traceback (most recent call last): "C:\New folder\lib\site-packages\pyttsx3\drivers\sapi5.py", line 3, in <module> from comtypes.gen import SpeechLib # comtypes ImportError: cannot import name 'SpeechLib' from 'comtypes.gen' (C:\New folder\lib\site-packages\comtypes\gen\__init__.py)
0.772297
Traceback (most recent call last): "./electrum", line 91, in <module> imp.load_module('electrum', *imp.find_module('lib')) "/usr/lib/python3.5/imp.py", line 244, in load_module return load_package(name, filename) "/usr/lib/python3.5/imp.py", line 216, in load_package return _load(spec) "<frozen importlib._bootstrap>", line 693, in _load "<frozen importlib._bootstrap>", line 673, in _load_unlocked "<frozen importlib._bootstrap_external>", line 673, in exec_module "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed "/home/user/wspace/electrum/lib/__init__.py", line 3, in <module> from .wallet import Synchronizer, Wallet "/home/user/wspace/electrum/lib/wallet.py", line 47, in <module> from .bitcoin import * "/home/user/wspace/electrum/lib/bitcoin.py", line 36, in <module> from . import transaction "/home/user/wspace/electrum/lib/transaction.py", line 45, in <module> from .keystore import xpubkey_to_address, xpubkey_to_pubkey "/home/user/wspace/electrum/lib/keystore.py", line 33, in <module> from .bitcoin import pw_encode, pw_decode, bip32_root, bip32_private_derivation, bip32_public_derivation, bip32_private_key, deserialize_xprv, deserialize_xpub ImportError: cannot import name 'pw_encode'
Traceback (most recent call last): "passhunt.py", line 11, in <module> import urllib.request ImportError: No module named request`
0.783208
```Traceback (most recent call last): "path", line 4, in <module> c.run() "C:\Users\GooDeeJaY\AppData\Local\Programs\Python\Python37\lib\site-packages\pyrogram\client\client.py", line 424, in run self.start() "C:\Users\GooDeeJaY\AppData\Local\Programs\Python\Python37\lib\site-packages\pyrogram\client\client.py", line 276, in start self.auth_key "C:\Users\GooDeeJaY\AppData\Local\Programs\Python\Python37\lib\site-packages\pyrogram\session\session.py", line 79, in __init__ print("Pyrogram v{}, {}".format(__version__, __copyright__)) "C:\Users\GooDeeJaY\AppData\Local\Programs\Python\Python37\lib\encodings\cp1251.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\xe8' in position 47: character maps to <undefined>```
Suspicious state from syntax checker python-flake8: Flycheck checker python-flake8 returned non-zero exit code 1, but its output contained no errors: Traceback (most recent call last): "d:\anaconda3\lib\site-packages\flake8\checker.py", line 471, in run_ast_checks ast = self.processor.build_ast() "d:\anaconda3\lib\site-packages\flake8\processor.py", line 211, in build_ast return compile(''.join(self.lines), '', 'exec', PyCF_ONLY_AST) UnicodeEncodeError: 'utf-8' codec can't encode character '\udcab' in position 3446: surrogates not allowed
0.694633
Traceback (most recent call last): "<string>", line 1, in <module> "/home/pnguyen/.local/lib/python3.7/site-packages/torchtext/data/field.py", line 163, in __init__ self.tokenize = get_tokenizer(tokenize, tokenizer_language) "/home/pnguyen/.local/lib/python3.7/site-packages/torchtext/data/utils.py", line 114, in get_tokenizer spacy = spacy.load(language) "/home/pnguyen/.local/lib/python3.7/site-packages/spacy/__init__.py", line 27, in load return util.load_model(name, **overrides) "/home/pnguyen/.local/lib/python3.7/site-packages/spacy/util.py", line 164, in load_model return load_model_from_link(name, **overrides) "/home/pnguyen/.local/lib/python3.7/site-packages/spacy/util.py", line 181, in load_model_from_link return cls.load(**overrides) "/home/pnguyen/.local/lib/python3.7/site-packages/spacy/data/en/__init__.py", line 12, in load return load_model_from_init_py(__file__, **overrides) "/home/pnguyen/.local/lib/python3.7/site-packages/spacy/util.py", line 228, in load_model_from_init_py return load_model_from_path(data_path, meta, **overrides) "/home/pnguyen/.local/lib/python3.7/site-packages/spacy/util.py", line 199, in load_model_from_path nlp = cls(meta=meta, **overrides) "/home/pnguyen/.local/lib/python3.7/site-packages/spacy/language.py", line 175, in __init__ user_factories = util.get_entry_points(util.ENTRY_POINTS.factories) "/home/pnguyen/.local/lib/python3.7/site-packages/spacy/util.py", line 286, in get_entry_points result[entry_point.name] = entry_point.load() "/usr/local/lib/python3.7/dist-packages/pkg_resources/__init__.py", line 2450, in load return self.resolve() "/usr/local/lib/python3.7/dist-packages/pkg_resources/__init__.py", line 2456, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/home/pnguyen/.local/lib/python3.7/site-packages/spacy_transformers/__init__.py", line 1, in <module> from .language import TransformersLanguage "/home/pnguyen/.local/lib/python3.7/site-packages/spacy_transformers/language.py", line 5, in <module> from .util import is_special_token, pkg_meta, ATTRS, PIPES, LANG_FACTORY "/home/pnguyen/.local/lib/python3.7/site-packages/spacy_transformers/util.py", line 2, in <module> import transformers "/home/pnguyen/.local/lib/python3.7/site-packages/transformers/__init__.py", line 20, in <module> from .file_utils import (TRANSFORMERS_CACHE, PYTORCH_TRANSFORMERS_CACHE, PYTORCH_PRETRAINED_BERT_CACHE, "/home/pnguyen/.local/lib/python3.7/site-packages/transformers/file_utils.py", line 29, in <module> import tensorflow as tf "/home/pnguyen/.local/lib/python3.7/site-packages/tensorflow/__init__.py", line 40, in <module> from tensorflow.python.tools import module_util as _module_util "/home/pnguyen/.local/lib/python3.7/site-packages/tensorflow/python/__init__.py", line 63, in <module> from tensorflow.python.framework.framework_lib import * # pylint: disable=redefined-builtin "/home/pnguyen/.local/lib/python3.7/site-packages/tensorflow/python/framework/framework_lib.py", line 52, in <module> from tensorflow.python.framework.importer import import_graph_def "/home/pnguyen/.local/lib/python3.7/site-packages/tensorflow/python/framework/importer.py", line 28, in <module> from tensorflow.python.framework import function "/home/pnguyen/.local/lib/python3.7/site-packages/tensorflow/python/framework/function.py", line 36, in <module> from tensorflow.python.ops import array_ops "/home/pnguyen/.local/lib/python3.7/site-packages/tensorflow/python/ops/array_ops.py", line 212, in <module> listdiff.__doc__ = gen_array_ops.list_diff.__doc__ + "\n" + listdiff.__doc__ TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Traceback (most recent call last): "<stdin>", line 1, in <module> TypeError: quantile() takes exactly 1 argument (2 given)
0.714046
Traceback (most recent call last): "spotdl.py", line 4, in <module> from core import metadata "~/spotify-downloader/core/metadata.py", line 5, in <module> from urllib.request import quote ImportError: No module named request
Traceback (most recent call last): "/home/suleka/Documents/sales_prediction/LSTM_hyperband_and_hyperopt_withoutzero.py", line 10, in <module> from ray.tune import grid_search, run_experiments, register_trainable, Trainable, sample_from ImportError: cannot import name 'sample_from'
0.783433
Traceback (most recent call last): "/Users/phillippecourt/enigmacatalyst/venv/lib/python3.6/site-packages/catalyst/exchange/exchange_bundle.py", line 933, in get_spot_values value = reader.get_value( AttributeError: 'NoneType' object has no attribute 'get_value'
Traceback (most recent call last): "/home/linuxbrew/.linuxbrew/bin/sam", line 11, in <module> load_entry_point('aws-sam-cli==0.48.0', 'console_scripts', 'sam')() "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/click/decorators.py", line 73, in new_func return ctx.invoke(f, obj, *args, **kwargs) "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/samcli/lib/telemetry/metrics.py", line 96, in wrapped raise exception # pylint: disable=raising-bad-type "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/samcli/lib/telemetry/metrics.py", line 62, in wrapped return_value = func(*args, **kwargs) "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/samcli/commands/deploy/command.py", line 180, in cli ctx.profile, "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/samcli/commands/deploy/command.py", line 271, in do_cli deploy_context.run() "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/samcli/commands/deploy/deploy_context.py", line 133, in run self.confirm_changeset, "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/samcli/commands/deploy/deploy_context.py", line 152, in deploy auth_required_per_resource = auth_per_resource(parameters, get_template_data(self.template_file)) "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/samcli/commands/deploy/auth_utils.py", line 39, in auth_per_resource _auth_resource_event(sam_functions, sam_function, _auth_per_resource) "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/samcli/commands/deploy/auth_utils.py", line 68, in _auth_resource_event elif _auth_id(sam_functions.resources, event.get("Properties", {}), identifier): "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/samcli/commands/deploy/auth_utils.py", line 99, in _auth_id definition_uri=api_resource.get("Properties", {}).get("DefinitionUri", None), "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/samcli/commands/deploy/auth_utils.py", line 132, in _auth_definition_body_and_uri _auths.append(bool(_property.get("security", False))) AttributeError: 'list' object has no attribute 'get'
0.682399
Traceback (most recent call last): "<string>", line 486, in render "<string>", line 1138, in lines "<string>", line 300, in fetch_breakpoints ValueError: invalid literal for int() with base 16: '9.1'
Traceback (most recent call last): "tornado/simple_httpclient.py", line 225, in cleanup "tornado/stack_context.py", line 171, in wrapped "tornado/simple_httpclient.py", line 258, in _on_headers ValueError: invalid literal for int() with base 10: '28760,28760'
0.684559
Traceback (most recent call last): "/usr/local/bin/anime", line 33, in <module> sys.exit(load_entry_point('anime-downloader==5.0.1', 'console_scripts', 'anime')()) "/usr/local/Cellar/anime-downloader/5.0.1/libexec/lib/python3.9/site-packages/anime_downloader/cli.py", line 53, in main cli() "/usr/local/Cellar/anime-downloader/5.0.1/libexec/lib/python3.9/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) "/usr/local/Cellar/anime-downloader/5.0.1/libexec/lib/python3.9/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) "/usr/local/Cellar/anime-downloader/5.0.1/libexec/lib/python3.9/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/usr/local/Cellar/anime-downloader/5.0.1/libexec/lib/python3.9/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/Cellar/anime-downloader/5.0.1/libexec/lib/python3.9/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/usr/local/Cellar/anime-downloader/5.0.1/libexec/lib/python3.9/site-packages/anime_downloader/commands/gui.py", line 6, in command import anime_downloader.gui "/usr/local/Cellar/anime-downloader/5.0.1/libexec/lib/python3.9/site-packages/anime_downloader/gui.py", line 3, in <module> from PyQt5 import QtWidgets, QtGui, QtCore ModuleNotFoundError: No module named 'PyQt5'
Traceback (most recent call last): "main.py", line 14, in <module> from lib.config import cfg ModuleNotFoundError: No module named 'lib.config'
0.824871
Traceback (most recent call last): "pdseg/check.py", line 18, in <module> from reader import pil_imread "/home/jovyan/PaddleSeg/pdseg/reader.py", line 32, in <module> import data_aug as aug "/home/jovyan/PaddleSeg/pdseg/data_aug.py", line 20, in <module> from models.model_builder import ModelPhase "/home/jovyan/PaddleSeg/pdseg/models/model_builder.py", line 24, in <module> import solver "/home/jovyan/PaddleSeg/pdseg/solver.py", line 21, in <module> from paddle.fluid.contrib.mixed_precision.decorator import OptimizerWithMixedPrecison, decorate, AutoMixedPrecisionLists ImportError: cannot import name 'OptimizerWithMixedPrecison'
Traceback (most recent call last): "setup.py", line 2, in <module> from Cython.Build import cythonize ImportError: No module named Cython.Build
0.789537
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/theano/compile/function_module.py", line 884, in __call__ self.fn() if output_subset is None else\ ValueError: GpuCorrMM shape inconsistency:
Traceback (most recent call last): "/home/sk/PaddleDetection/ppdet/data/reader.py", line 46, in __call__ data = f(data, ctx) "/home/sk/PaddleDetection/ppdet/data/transform/operators.py", line 1753, in __call__ canvas[y:y + height, x:x + width, :] = img.astype(np.uint8) ValueError: could not broadcast input array from shape (608,608,3) into shape (4496,3000,3)
0.797847
Traceback (most recent call last): "/usr/libexec/git-core/git-filter-repo", line 3933, in <module> filter.run() "/usr/libexec/git-core/git-filter-repo", line 3869, in run self._parser.run(self._input, self._output) "/usr/libexec/git-core/git-filter-repo", line 1414, in run self._parse_commit() "/usr/libexec/git-core/git-filter-repo", line 1267, in _parse_commit self._commit_callback(commit, aux_info) "/usr/libexec/git-core/git-filter-repo", line 3426, in _tweak_commit self._record_remapping(commit, orig_parents) "/usr/libexec/git-core/git-filter-repo", line 3208, in _record_remapping self._output.flush() BrokenPipeError: [Errno 32] Broken pipe
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/redis/connection.py", line 706, in send_packed_command sendall(self._sock, item) "/usr/local/lib/python3.6/dist-packages/redis/_compat.py", line 9, in sendall return sock.sendall(*args, **kwargs) BrokenPipeError: [Errno 32] Broken pipe
0.696191
Traceback (most recent call last): "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, **self._kwargs) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/espnet2/tasks/abs_task.py", line 1161, in main_worker distributed_option=distributed_option, "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/espnet2/train/trainer.py", line 209, in run options=trainer_options, "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/espnet2/train/trainer.py", line 382, in train_one_epoch loss, stats, weight = model(**batch) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/parallel/distributed.py", line 376, in forward output = self.module(*inputs[0], **kwargs[0]) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/espnet2/asr/espnet_model.py", line 115, in forward encoder_out, encoder_out_lens = self.encode(speech, speech_lengths) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/espnet2/asr/espnet_model.py", line 191, in encode encoder_out, encoder_out_lens, _ = self.encoder(feats, feats_lengths) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/espnet2/asr/encoder/transformer_encoder.py", line 160, in forward xs_pad, masks = self.encoders(xs_pad, masks) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/espnet/nets/pytorch_backend/transformer/repeat.py", line 18, in forward args = m(*args) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/espnet/nets/pytorch_backend/transformer/encoder_layer.py", line 77, in forward x = residual + self.dropout(self.feed_forward(x)) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/espnet/nets/pytorch_backend/transformer/positionwise_feed_forward.py", line 30, in forward return self.w_2(self.dropout(torch.relu(self.w_1(x)))) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/modules/dropout.py", line 58, in forward return F.dropout(input, self.p, self.training, self.inplace) "/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/functional.py", line 830, in dropout else _VF.dropout(input, p, training)) RuntimeError: CUDA out of memory. Tried to allocate 102.00 MiB (GPU 1; 15.75 GiB total capacity; 14.54 GiB already allocated; 7.75 MiB free; 191.95 MiB cached)
Traceback (most recent call last): "{source}/train_pl.py", line 248, in <module> main() "{source}/train_pl.py", line 235, in main trainer.fit(model, dataloaders["train"], dataloaders["val"]) "{venv}/pytorch_lightning/trainer/trainer.py", line 510, in fit self.pre_dispatch() "{venv}/pytorch_lightning/trainer/trainer.py", line 539, in pre_dispatch self.accelerator.pre_dispatch() "{venv}/pytorch_lightning/accelerators/accelerator.py", line 84, in pre_dispatch self.training_type_plugin.pre_dispatch() "{venv}/pytorch_lightning/plugins/training_type/ddp.py", line 254, in pre_dispatch self.model_to_device() "{venv}/pytorch_lightning/plugins/training_type/ddp.py", line 279, in model_to_device self.model.to(self.root_device) "{venv}/pytorch_lightning/core/decorators.py", line 89, in inner_fn module = fn(self, *args, **kwargs) "{venv}/pytorch_lightning/utilities/device_dtype_mixin.py", line 120, in to return super().to(*args, **kwargs) "{venv}/pytorch/torch/nn/modules/module.py", line 612, in to return self._apply(convert) "{venv}/pytorch/torch/nn/modules/module.py", line 359, in _apply module._apply(fn) "{venv}/pytorch/torch/nn/modules/module.py", line 359, in _apply module._apply(fn) "{venv}/pytorch/torch/nn/modules/module.py", line 359, in _apply module._apply(fn) "{venv}/pytorch/torch/nn/modules/module.py", line 381, in _apply param_applied = fn(param) "{venv}/pytorch/torch/nn/modules/module.py", line 610, in convert return t.to(device, dtype if t.is_floating_point() else None, non_blocking) RuntimeError: cuda runtime error (711) : peer mapping resources exhausted at /pytorch/aten/src/THC/THCGeneral.cpp:139
0.708637
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/numpy/core/__init__.py", line 16, in <module> from . import multiarray ImportError: /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so: undefined symbol: _Py_ZeroStruct
Traceback (most recent call last): "C:/Users/Den/PycharmProjects/LogisticRegressionForIris/main.py", line 1, in <module> from sklearn.model_selection import train_test_split "C:\Users\Den\AppData\Local\Programs\Python\Python37-32\lib\site-packages\sklearn\__init__.py", line 134, in <module> from .base import clone "C:\Users\Den\AppData\Local\Programs\Python\Python37-32\lib\site-packages\sklearn\base.py", line 11, in <module> from scipy import sparse "C:\Users\Den\AppData\Roaming\Python\Python37\site-packages\scipy\sparse\__init__.py", line 229, in <module> from .csr import * "C:\Users\Den\AppData\Roaming\Python\Python37\site-packages\scipy\sparse\csr.py", line 15, in <module> from ._sparsetools import csr_tocsc, csr_tobsr, csr_count_blocks, \ ImportError: DLL load failed: Не найден указанный модуль.
0.744272
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python3.6/site-packages/salt/state.py", line 1933, in call **cdata['kwargs']) "/usr/lib/python3.6/site-packages/salt/loader.py", line 1939, in wrapper return f(*args, **kwargs) "/usr/lib/python3.6/site-packages/salt/states/x509.py", line 502, in certificate_managed new = __salt__['x509.create_certificate'](testrun=True, **kwargs) "/usr/lib/python3.6/site-packages/salt/modules/x509.py", line 1399, in create_certificate timeout=30 "/usr/lib/python3.6/site-packages/salt/modules/publish.py", line 263, in publish via_master=via_master) "/usr/lib/python3.6/site-packages/salt/modules/publish.py", line 143, in _publish returned_minions = set(ret.keys()) AttributeError: 'str' object has no attribute 'keys' ```
| epoch 001: 0%| | 0/1090 [00:00<?, ?it/s]Traceback (most recent call last): "train.py", line 29, in <module> main(args) "train.py", line 23, in main singleprocess_main(args) "/home/kuncheng/Code/video_caption/fairseq/singleprocess_train.py", line 79, in main train(args, trainer, dataset, epoch, batch_offset) "/home/kuncheng/Code/video_caption/fairseq/singleprocess_train.py", line 138, in train log_output = trainer.train_step(sample) "/home/kuncheng/Code/video_caption/fairseq/fairseq/trainer.py", line 94, in train_step loss, sample_sizes, logging_outputs, ooms_fwd = self._forward(sample) "/home/kuncheng/Code/video_caption/fairseq/fairseq/trainer.py", line 142, in _forward loss, sample_size, logging_output_ = self.criterion(self.model, sample) "/home/kuncheng/anaconda3/envs/torch36/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__ result = self.forward(*input, **kwargs) "/home/kuncheng/Code/video_caption/fairseq/fairseq/criterions/cross_entropy.py", line 28, in forward net_output = model(**sample['net_input']) "/home/kuncheng/anaconda3/envs/torch36/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__ result = self.forward(*input, **kwargs) "/home/kuncheng/Code/video_caption/fairseq/fairseq/models/fairseq_model.py", line 43, in forward encoder_out = self.encoder(src_tokens, src_lengths) "/home/kuncheng/anaconda3/envs/torch36/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__ result = self.forward(*input, **kwargs) "/home/kuncheng/Code/video_caption/fairseq/fairseq/models/fconv.py", line 122, in forward x = conv(x) "/home/kuncheng/anaconda3/envs/torch36/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__ result = self.forward(*input, **kwargs) "/home/kuncheng/Code/video_caption/fairseq/fairseq/modules/conv_tbc.py", line 32, in forward return input.contiguous().conv_tbc(self.weight, self.bias, self.padding[0]) "/home/kuncheng/anaconda3/envs/torch36/lib/python3.6/site-packages/torch/autograd/variable.py", line 67, in __getattr__ return object.__getattribute__(self, name) AttributeError: 'Variable' object has no attribute 'conv_tbc'
0.675625
Traceback (most recent call last): "/nix/store/90vxv10hp0vcml0lg5wgra9sj1rsbzf6-python2.7-alot-0.7/lib/python2.7/site-packages/alot/commands/globals.py", line 388, in apply exec(self.command) "<string>", line 1, in <module> AttributeError: 'NoneType' object has no attribute 'apply_patch'
Traceback (most recent call last): "\\192.168.15.130\projects\__Tests\Python\sqlalchemy\app.py", line 56, in <module> f = session.query(RenderOutputVersion).first() "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\session.py", line 2039, in query return self._query_cls(entities, self, **kwargs) "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\query.py", line 171, in __init__ self._set_entities(entities) "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\query.py", line 178, in _set_entities self._raw_columns = [ "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\query.py", line 179, in <listcomp> coercions.expect( "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\sql\coercions.py", line 154, in expect insp._post_inspect "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\util\langhelpers.py", line 1162, in __get__ obj.__dict__[self.__name__] = result = self.fget(obj) "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\mapper.py", line 2101, in _post_inspect configure_mappers() "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\mapper.py", line 3364, in configure_mappers mapper._post_configure_properties() "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\mapper.py", line 1894, in _post_configure_properties "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\interfaces.py", line 226, in init self.do_init() "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\relationships.py", line 2135, in do_init self._process_dependent_arguments() "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\relationships.py", line 2169, in _process_dependent_arguments self._clsregistry_resolve_arg( "C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\clsregistry.py", line 408, in __call__ x = eval(self.arg, globals(), self._dict) "<string>", line 1, in <module> AttributeError: 'Table' object has no attribute 'shotId'
0.746914
Traceback (most recent call last): "/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/utils/util_common.py", line 68, in inner return func(*args, **kwargs) "/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/core/window/window.py", line 23, in build if create_window(bm, faces, prop): "/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/core/window/window_types.py", line 46, in create_window face = create_window_split(bm, aface, prop.size_offset.size, prop.size_offset.offset) "/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/utils/util_material.py", line 59, in wrapper result = func(*args, **kwargs) "/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/core/window/window_types.py", line 68, in create_window_split return v_faces[1] IndexError: list index out of range
Traceback (most recent call last): "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap self.run() "/usr/local/lib/python3.5/dist-packages/tensorpack/dataflow/parallel_map.py", line 242, in run dp = self.map_func(dp) "/workspace/xli/tensorpack/examples/FasterRCNN/data.py", line 365, in preprocess masks.append(segmentation_to_mask(polys, im.shape[0], im.shape[1])) "/workspace/xli/tensorpack/examples/FasterRCNN/common.py", line 104, in segmentation_to_mask rles = cocomask.frPyObjects(polys, height, width) "pycocotools/_mask.pyx", line 292, in pycocotools._mask.frPyObjects IndexError: list index out of range
0.759991
Traceback (most recent call last): "/home/niklas/Desktop/norbert/nodepy_modules/.pip/lib/python3.5/site-packages/dask/delayed.py", line 10, in <module> from cytoolz import unique, curry, first ImportError: No module named 'cytoolz'
Traceback (most recent call last): "/snap/tauon/x2/tauon.py", line 377, in <module> from sdl2 import * "/snap/tauon/x2/lib/python3.6/site-packages/sdl2/__init__.py", line 2, in <module> from .dll import get_dll_file, _bind "/snap/tauon/x2/lib/python3.6/site-packages/sdl2/dll.py", line 115, in <module> raise ImportError(exc) ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
0.773866
Traceback (most recent call last): "/usr/lib/python2.7/doctest.py", line 1315, in __run compileflags, 1) in test.globs "<doctest plotting.rst[13]>", line 5, in <module> extensions=[TrainingDataMonitoring([cost, exponent], after_every_epoch=True), "/home/vanmerb/lisa/blocks/blocks/extensions/monitoring.py", line 88, in __init__ self._buffer = AggregationBuffer(expressions, use_take_last=True) "/home/vanmerb/lisa/blocks/blocks/monitoring/evaluators.py", line 53, in __init__ self.inputs = ComputationGraph(self.expressions).inputs "/home/vanmerb/lisa/blocks/blocks/graph.py", line 61, in __init__ self._get_variables() "/home/vanmerb/lisa/blocks/blocks/graph.py", line 90, in _get_variables [dependence]) "/home/vanmerb/lisa/Theano/theano/gof/sched.py", line 194, in sort_apply_nodes return posort(list_of_nodes(inputs, outputs), *cmps) "/home/vanmerb/lisa/Theano/theano/gof/graph.py", line 1057, in list_of_nodes lambda o: [inp.owner for inp in o.inputs "/home/vanmerb/lisa/Theano/theano/gof/graph.py", line 544, in stack_search expand_l = expand(l) "/home/vanmerb/lisa/Theano/theano/gof/graph.py", line 1057, in <lambda> lambda o: [inp.owner for inp in o.inputs AttributeError: 'NoneType' object has no attribute 'inputs'
Traceback (most recent call last): "/usr/lib/python3/dist-packages/lutris/gui/sidebar.py", line 194, in on_configure_runner RunnerConfigDialog(self.runner, parent=self.parent_window) "/usr/lib/python3/dist-packages/lutris/gui/config_dialogs.py", line 497, in __init__ self.build_tabs('runner') "/usr/lib/python3/dist-packages/lutris/gui/config_dialogs.py", line 40, in build_tabs self._build_system_tab(config_level) "/usr/lib/python3/dist-packages/lutris/gui/config_dialogs.py", line 248, in _build_system_tab self.system_box = SystemBox(self.lutris_config) "/usr/lib/python3/dist-packages/lutris/gui/config_boxes.py", line 621, in __init__ self.generate_widgets('system') "/usr/lib/python3/dist-packages/lutris/gui/config_boxes.py", line 89, in generate_widgets self.call_widget_generator(option, option_key, value, default) "/usr/lib/python3/dist-packages/lutris/gui/config_boxes.py", line 178, in call_widget_generator self.generate_file_chooser(option, value) "/usr/lib/python3/dist-packages/lutris/gui/config_boxes.py", line 361, in generate_file_chooser path = os.path.join(self.game.directory, path) AttributeError: 'NoneType' object has no attribute 'directory'
0.72331
Traceback (most recent call last): "crawler.py", line 96, in <module> get_posts_by_hashtag(args.tag, args.number or 100, args.debug), args.output "crawler.py", line 42, in get_posts_by_hashtag ins_crawler = InsCrawler(has_screen=debug) "D:\instagram-crawler-master\inscrawler\crawler.py", line 70, in __init__ self.login() "D:\instagram-crawler-master\inscrawler\crawler.py", line 87, in login login_btn.click() AttributeError: 'NoneType' object has no attribute 'click'
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.684736
Traceback (most recent call last): "facemorpher\morpher.py", line 34, in <module> from facemorpher import locator ImportError: No module named 'facemorpher'
Traceback (most recent call last): "/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 240, in Handle handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) "/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler handler, path, err = LoadObject(self._handler) "/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 85, in LoadObject obj = __import__(path[0]) "/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/main.py", line 10, in <module> from google.cloud import pubsub "/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/lib/google/cloud/pubsub.py", line 17, in <module> from google.cloud.pubsub_v1 import PublisherClient "/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/lib/google/cloud/pubsub_v1/__init__.py", line 17, in <module> from google.cloud.pubsub_v1 import types "/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/lib/google/cloud/pubsub_v1/types.py", line 20, in <module> import psutil "/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/lib/psutil/__init__.py", line 80, in <module> from . import _pslinux as _psplatform "/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/lib/psutil/_pslinux.py", line 26, in <module> from . import _psutil_linux as cext ImportError: cannot import name _psutil_linux
0.762072
Traceback (most recent call last): "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/usr/lib64/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/usr/lib64/python3.6/site-packages/mypy/__main__.py", line 12, in <module> main(None, sys.stdout, sys.stderr) "/usr/lib64/python3.6/site-packages/mypy/main.py", line 89, in main res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr) "/usr/lib64/python3.6/site-packages/mypy/build.py", line 167, in build sources, options, alt_lib_path, flush_errors, fscache, stdout, stderr, extra_plugins "/usr/lib64/python3.6/site-packages/mypy/build.py", line 235, in _build graph = dispatch(sources, manager, stdout) "/usr/lib64/python3.6/site-packages/mypy/build.py", line 2611, in dispatch process_graph(graph, manager) "/usr/lib64/python3.6/site-packages/mypy/build.py", line 2918, in process_graph process_stale_scc(graph, scc, manager) "/usr/lib64/python3.6/site-packages/mypy/build.py", line 3011, in process_stale_scc mypy.semanal_main.semantic_analysis_for_scc(graph, scc, manager.errors) "/usr/lib64/python3.6/site-packages/mypy/semanal_main.py", line 77, in semantic_analysis_for_scc process_top_levels(graph, scc, patches) "/usr/lib64/python3.6/site-packages/mypy/semanal_main.py", line 202, in process_top_levels patches) "/usr/lib64/python3.6/site-packages/mypy/semanal_main.py", line 330, in semantic_analyze_target active_type=active_type) "/usr/lib64/python3.6/site-packages/mypy/semanal.py", line 378, in refresh_partial self.refresh_top_level(node) "/usr/lib64/python3.6/site-packages/mypy/semanal.py", line 389, in refresh_top_level self.accept(d) "/usr/lib64/python3.6/site-packages/mypy/semanal.py", line 4665, in accept node.accept(self) "/usr/lib64/python3.6/site-packages/mypy/nodes.py", line 939, in accept return visitor.visit_class_def(self) "/usr/lib64/python3.6/site-packages/mypy/semanal.py", line 1029, in visit_class_def self.analyze_class(defn) "/usr/lib64/python3.6/site-packages/mypy/semanal.py", line 1106, in analyze_class self.analyze_class_body_common(defn) "/usr/lib64/python3.6/site-packages/mypy/semanal.py", line 1115, in analyze_class_body_common self.apply_class_plugin_hooks(defn) "/usr/lib64/python3.6/site-packages/mypy/semanal.py", line 1175, in apply_class_plugin_hooks hook(ClassDefContext(defn, base_expr, self)) "/usr/lib64/python3.6/site-packages/mypy_django_plugin/main.py", line 37, in transform_model_class process_model_class(ctx, django_context) "/usr/lib64/python3.6/site-packages/mypy_django_plugin/transformers/models.py", line 357, in process_model_class initializer_cls(ctx, django_context).run() "/usr/lib64/python3.6/site-packages/mypy_django_plugin/transformers/models.py", line 71, in run self.run_with_model_cls(model_cls) "/usr/lib64/python3.6/site-packages/mypy_django_plugin/transformers/models.py", line 225, in run_with_model_cls if not self.has_any_parametrized_manager_as_base(manager_info): "/usr/lib64/python3.6/site-packages/mypy_django_plugin/transformers/models.py", line 148, in has_any_parametrized_manager_as_base if self.is_any_parametrized_manager(base): "/usr/lib64/python3.6/site-packages/mypy_django_plugin/transformers/models.py", line 153, in is_any_parametrized_manager return typ.type.fullname in fullnames.MANAGER_CLASSES and isinstance(typ.args[0], AnyType) IndexError: list index out of range
Traceback (most recent call last): "bin/docker-compose", line 6, in <module> "compose/cli/main.py", line 72, in main "compose/cli/main.py", line 128, in perform_command "compose/cli/main.py", line 1077, in up "compose/cli/main.py", line 1073, in up "compose/project.py", line 548, in up "compose/service.py", line 367, in ensure_image_exists "compose/service.py", line 1110, in build "compose/progress_stream.py", line 25, in stream_output "compose/utils.py", line 61, in split_buffer "compose/utils.py", line 37, in stream_as_text "compose/service.py", line 1820, in build IndexError: list index out of range
0.771627
Traceback (most recent call last): "solve.py", line 3, in <module> import angr "/home/kittytechno/.local/lib/python3.8/site-packages/angr/__init__.py", line 43, in <module> from .project import * "/home/kittytechno/.local/lib/python3.8/site-packages/angr/project.py", line 734, in <module> from .factory import AngrObjectFactory "/home/kittytechno/.local/lib/python3.8/site-packages/angr/factory.py", line 338, in <module> from .sim_manager import SimulationManager "/home/kittytechno/.local/lib/python3.8/site-packages/angr/sim_manager.py", line 812, in <module> from .exploration_techniques import ExplorationTechnique, Veritesting, Threading, Explorer "/home/kittytechno/.local/lib/python3.8/site-packages/angr/exploration_techniques/__init__.py", line 173, in <module> from .loop_seer import LoopSeer "/home/kittytechno/.local/lib/python3.8/site-packages/angr/exploration_techniques/loop_seer.py", line 182, in <module> from ..analyses.loopfinder import Loop "/home/kittytechno/.local/lib/python3.8/site-packages/angr/analyses/__init__.py", line 22, in <module> from .disassembly import Disassembly "/home/kittytechno/.local/lib/python3.8/site-packages/angr/analyses/disassembly.py", line 9, in <module> from .disassembly_utils import decode_instruction "/home/kittytechno/.local/lib/python3.8/site-packages/angr/analyses/disassembly_utils.py", line 23, in <module> cs.arm.ARM_GRP_CALL: 'call', AttributeError: module 'capstone.arm' has no attribute 'ARM_GRP_CALL'
Traceback (most recent call last): "/usr/bin/pg_activity", line 281, in <module> min_duration=options.minduration, "/usr/lib/python3/dist-packages/pgactivity/data.py", line 904, in pg_connect min_duration=min_duration, "/usr/lib/python3/dist-packages/pgactivity/data.py", line 190, in pg_connect dsn_parameters=pg_conn.info.dsn_parameters, AttributeError: 'psycopg2.extensions.connection' object has no attribute 'info'
0.689982
Traceback (most recent call last): "C:\Users\Johnny\Desktop\mov\speed_up.py", line 6, in <module> audio = moviepy.editor.Audio Clip('audio\\Scheming Weasel faster.mp3') "C:\Users\Johnny\AppData\Local\Programs\Python\Python35\lib\site-packages\moviepy\audio\io\Audio Clip.py", line 63, in __init__ buffersize=buffersize) "C:\Users\Johnny\AppData\Local\Programs\Python\Python35\lib\site-packages\moviepy\audio\io\readers.py", line 56, in __init__ infos = ffmpeg_parse_infos(filename) "C:\Users\Johnny\AppData\Local\Programs\Python\Python35\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 305, in ffmpeg_parse_infos result['video_fps'] = float(line[match.start():match.end()].split(' ')[1]) AttributeError: 'NoneType' object has no attribute 'start'
Traceback (most recent call last): "/home/pi/oprint/local/lib/python3.8/site-packages/octoprint/vendor/sockjs/tornado/transports/rawwebsocket.py", line 63, in on_message self.session.on_message(message) "/home/pi/oprint/local/lib/python3.8/site-packages/octoprint/vendor/sockjs/tornado/transports/rawwebsocket.py", line 27, in on_message self.conn.on_message(msg) "/home/pi/oprint/local/lib/python3.8/site-packages/octoprint/server/util/sockjs.py", line 210, in on_message self._on_login(user) "/home/pi/oprint/local/lib/python3.8/site-packages/octoprint/server/util/sockjs.py", line 448, in _on_login self._logger.info("User {} logged in on the socket from client {}".format(user.get_name(), AttributeError: 'NoneType' object has no attribute 'get_name'
0.695651
Traceback (most recent call last): "setup.py", line 132, in <module> version = get_version(), "setup.py", line 128, in get_version return subprocess.check_output(version_cmd).split('-', 1)[0] "/usr/lib/python2.7/subprocess.py", line 216, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) "/usr/lib/python2.7/subprocess.py", line 394, in __init__ errread, errwrite) "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
Traceback (most recent call last): "quickstart.py", line 22, in <module> multi_logs=True) "/home/pi/InstaPy/instapy/instapy.py", line 157, in __init__ self.set_selenium_local_session() "/home/pi/InstaPy/instapy/instapy.py", line 261, in set_selenium_local_session chrome_options=chrome_options) "/usr/local/lib/python2.7/dist-packages/selenium-2.53.6-py2.7.egg/selenium/webdriver/chrome/webdriver.py", line 62, in __init__ self.service.start() "/usr/local/lib/python2.7/dist-packages/selenium-2.53.6-py2.7.egg/selenium/webdriver/common/service.py", line 64, in start stdout=self.log_file, stderr=self.log_file) "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 8] Exec format error
0.771115
WARNING thonny.plugins.mypy: MyPy: Traceback (most recent call last): "/usr/lib64/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/usr/lib64/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) "/usr/lib64/python3.7/site-packages/mypy/__main__.py", line 4, in <module> from mypy.main import main "/usr/lib64/python3.7/site-packages/mypy/main.py", line 11, in <module> from typing_extensions import Final, NoReturn "/usr/lib64/python3.7/site-packages/typing_extensions.py", line 3, in <module> from typing import ( # noqa ImportError: cannont import name 'GenericMeta' from 'typing' (/usr/lib64/python3.7/typing.py)
Traceback (most recent call last): "/home/sentry/venv/local/lib/python2.7/site-packages/sentry/runner/initializer.py", line 31, in register_plugins plugin = ep.load() "/home/sentry/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2325, in load return self.resolve() "/home/sentry/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2331, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/home/sentry/venv/local/lib/python2.7/site-packages/sentry_plugins/slack/plugin.py", line 8, in <module> from sentry.models import TagKey, TagValue ImportError: cannot import name TagKey
0.715363
Traceback (most recent call last): "/home/ubuntu/python_project/sklearn_examples/test_tmp.py", line 6, in <module> import autosklearn.regression "/usr/local/lib/python3.5/dist-packages/autosklearn/regression.py", line 1, in <module> from autosklearn.estimators import AutoSklearnRegressor "/usr/local/lib/python3.5/dist-packages/autosklearn/estimators.py", line 4, in <module> from autosklearn.automl import AutoMLClassifier, AutoMLRegressor "/usr/local/lib/python3.5/dist-packages/autosklearn/automl.py", line 31, in <module> from autosklearn.smbo import AutoMLSMBO "/usr/local/lib/python3.5/dist-packages/autosklearn/smbo.py", line 10, in <module> from smac.facade.smac_facade import SMAC "/usr/local/lib/python3.5/dist-packages/smac-0.8.0-py3.5.egg/smac/facade/smac_facade.py", line 24, in <module> "/usr/local/lib/python3.5/dist-packages/smac-0.8.0-py3.5.egg/smac/optimizer/smbo.py", line 11, in <module> "/usr/local/lib/python3.5/dist-packages/smac-0.8.0-py3.5.egg/smac/epm/rf_with_instances.py", line 4, in <module> ImportError: cannot import name 'regression'
Traceback (most recent call last): "/usr/local/bin/spotdl", line 5, in <module> from spotdl.spotdl import main "/usr/local/lib/python3.7/site-packages/spotdl/spotdl.py", line 14, in <module> from spotdl import youtube_tools "/usr/local/lib/python3.7/site-packages/spotdl/youtube_tools.py", line 3, in <module> import pafy "/usr/local/lib/python3.7/site-packages/pafy/__init__.py", line 7, in <module> from .pafy import new "/usr/local/lib/python3.7/site-packages/pafy/pafy.py", line 52, in <module> "pafy: youtube-dl not found; you can use the internal backend by " ImportError: pafy: youtube-dl not found; you can use the internal backend by setting the environmental variable PAFY_BACKEND to "internal". It is not enabled by default because it is not as well maintained as the youtube-dl backend.
0.746167
Traceback (most recent call last): "./pupygen.py", line 7, in <module> from pupylib.utils.network import get_listener_ip, get_listener_port "/root/Desktop/pupy/pupy/pupylib/__init__.py", line 6, in <module> from PupyServer import * "/root/Desktop/pupy/pupy/pupylib/PupyServer.py", line 30, in <module> from pupylib.PupyDnsCnc import PupyDnsCnc "/root/Desktop/pupy/pupy/pupylib/PupyDnsCnc.py", line 4, in <module> from network.lib.picocmd.server import * "/root/Desktop/pupy/pupy/network/lib/picocmd/server.py", line 17, in <module> import socketserver ImportError: No module named socketserver
Traceback (most recent call last): "/home/wai043/.pyenv/versions/3.6.10/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) "/home/wai043/.pyenv/versions/3.6.10/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) "/home/wai043/point_cloud_nets/torch-points3d/test/test_api.py", line 9, in <module> from test.mockdatasets import MockDatasetGeometric, MockDataset "/home/wai043/point_cloud_nets/torch-points3d/test/mockdatasets.py", line 2, in <module> from torch_geometric.data import Data, Batch "/home/wai043/.local/lib/python3.6/site-packages/torch_geometric/__init__.py", line 2, in <module> import torch_geometric.nn "/home/wai043/.local/lib/python3.6/site-packages/torch_geometric/nn/__init__.py", line 2, in <module> from .data_parallel import DataParallel "/home/wai043/.local/lib/python3.6/site-packages/torch_geometric/nn/data_parallel.py", line 5, in <module> from torch_geometric.data import Batch "/home/wai043/.local/lib/python3.6/site-packages/torch_geometric/data/__init__.py", line 1, in <module> from .data import Data "/home/wai043/.local/lib/python3.6/site-packages/torch_geometric/data/data.py", line 7, in <module> from torch_sparse import coalesce "/home/wai043/.local/lib/python3.6/site-packages/torch_sparse/__init__.py", line 2, in <module> from .coalesce import coalesce "/home/wai043/.local/lib/python3.6/site-packages/torch_sparse/coalesce.py", line 2, in <module> import torch_scatter "/home/wai043/.local/lib/python3.6/site-packages/torch_scatter/__init__.py", line 3, in <module> from .mul import scatter_mul "/home/wai043/.local/lib/python3.6/site-packages/torch_scatter/mul.py", line 3, in <module> from torch_scatter.utils.ext import get_func "/home/wai043/.local/lib/python3.6/site-packages/torch_scatter/utils/ext.py", line 2, in <module> import torch_scatter.scatter_cpu ImportError: /home/wai043/.local/lib/python3.6/site-packages/torch_scatter/scatter_cpu.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZNK2at11ATenOpTable11reportErrorEN3c1012TensorTypeIdE
0.768256
Traceback (most recent call last): "d:\python35\lib\runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) "d:\python35\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "D:\python35\Scripts\hanlp.exe\__main__.py", line 9, in <module> "d:\python35\lib\site-packages\pyhanlp\main.py", line 99, in main print(' '.join(term.toString() for term in segmenter.seg(any2utf8(line)))) TypeError: sequence item 0: expected str instance, java.lang.String found
Traceback (most recent call last): "hae.py", line 295, in <module> main() "hae.py", line 275, in main total_cost.extend(np_loss * np_num_seqs) TypeError: unsupported operand type(s) for *: 'NoneType' and 'long'
0.766127
Traceback (most recent call last): "/opt/Medusa/medusa/search/queue.py", line 459, in run self.success = snatch_episode(result) "/opt/Medusa/medusa/search/core.py", line 167, in snatch_episode result_downloaded = client.send_torrent(result) "/opt/Medusa/medusa/clients/torrent/generic.py", line 238, in send_torrent if not self._get_auth(): "/opt/Medusa/medusa/clients/torrent/transmission.py", line 77, in _get_auth self.auth = re.search(r'X-Transmission-Session-Id:\s*(\w+)', self.response.text).group(1) AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last): "C:\Users\ujjal\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 2489, in execute_in_external_console console.execute_code(lines) "C:\Users\ujjal\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole.py", line 970, in execute_code sw.execute(to_text_string(lines)) "C:\Users\ujjal\Anaconda3\lib\site-packages\qtconsole\history_console_widget.py", line 47, in execute source, hidden, interactive) "C:\Users\ujjal\Anaconda3\lib\site-packages\qtconsole\console_widget.py", line 632, in execute self._execute(source, hidden) "C:\Users\ujjal\Anaconda3\lib\site-packages\qtconsole\frontend_widget.py", line 294, in _execute msg_id = self.kernel_client.execute(source, hidden) AttributeError: 'NoneType' object has no attribute 'execute'
0.678185
Traceback (most recent call last): "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line utility.execute() "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/core/management/__init__.py", line 347, in execute django.setup() "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/apps/registry.py", line 112, in populate app_config.import_models() "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/apps/config.py", line 198, in import_models self.models_module = import_module(models_module_name) "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 994, in _gcd_import "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 665, in _load_unlocked "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/cities/models.py", line 58, in <module> class Place(models.Model): "/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/cities/models.py", line 62, in Place objects = models.GeoManager() AttributeError: module 'django.contrib.gis.db.models' has no attribute 'GeoManager'
Traceback (most recent call last): "demos\python_demos\text_spotting_demo\text_spotting_demo.py", line 376, in <module> sys.exit(main() or 0) "demos\python_demos\text_spotting_demo\text_spotting_demo.py", line 241, in main (round(cap.get(cv2.CAP_PROP_FRAME_WIDTH) / 4), round(cap.get(cv2.CAP_PROP_FRAME_HEIGHT) / 8))) AttributeError: 'FolderCapture' object has no attribute 'get'
0.736494
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/librosa/\_\_init__.py", line 12, in <module> from . import core "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/librosa/core/\_\_init__.py", line 125, in <module> from .time_frequency import * # pylint: disable=wildcard-import "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/librosa/core/time_frequency.py", line 11, in <module> from ..util.exceptions import ParameterError "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/librosa/util/\_\_init__.py", line 77, in <module> from .utils import * # pylint: disable=wildcard-import "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/librosa/util/utils.py", line 5, in <module> import scipy.ndimage "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/scipy/\_\_init__.py", line 156, in <module> from . import fft "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/scipy/fft/\_\_init__.py", line 76, in <module> from ._basic import ( "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/scipy/fft/_basic.py", line 1, in <module> from scipy._lib.uarray import generate_multimethod, Dispatchable "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/scipy/_lib/uarray.py", line 27, in <module> from ._uarray import * "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/scipy/_lib/_uarray/\_\_init__.py", line 114, in <module> from ._backend import * "/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/scipy/_lib/_uarray/_backend.py", line 15, in <module> from . import _uarray # type: ignore ImportError: /home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/scipy/_lib/_uarray/_uarray.cpython-37m-x86_64-linux-gnu.so: symbol _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference
> Traceback (most recent call last): "/home/tkr/python_lib/gym/gym/envs/classic_control/rendering.py", line 27, in <module> from pyglet.gl import * "/home/tkr/anaconda3/lib/python3.7/site-packages/pyglet/gl/__init__.py", line 221, in <module> from .xlib import XlibConfig as Config "/home/tkr/anaconda3/lib/python3.7/site-packages/pyglet/gl/xlib.py", line 12, in <module> from pyglet.canvas.xlib import XlibCanvas "/home/tkr/anaconda3/lib/python3.7/site-packages/pyglet/canvas/__init__.py", line 103, in <module> from pyglet.canvas.xlib import XlibDisplay as Display "/home/tkr/anaconda3/lib/python3.7/site-packages/pyglet/canvas/xlib.py", line 16, in <module> from pyglet.app.xlib import XlibSelectDevice "/home/tkr/anaconda3/lib/python3.7/site-packages/pyglet/app/__init__.py", line 175, in <module> event_loop = EventLoop() "/home/tkr/anaconda3/lib/python3.7/site-packages/pyglet/app/base.py", line 119, in __init__ self.clock = clock.get_default() "/home/tkr/anaconda3/lib/python3.7/site-packages/pyglet/__init__.py", line 384, in __getattr__ __import__(import_name) "/home/tkr/anaconda3/lib/python3.7/site-packages/pyglet/clock.py", line 169, in <module> _c = pyglet.lib.load_library('c') "/home/tkr/anaconda3/lib/python3.7/site-packages/pyglet/lib.py", line 158, in load_library raise ImportError('Library "%s" not found.' % names[0]) ImportError: Library "c" not found.
0.735655
[ERROR ] An exception occurred in this state: Traceback (most recent call last): "C:\salt\bin\lib\site-packages\salt-3002.5-py3.7.egg\salt\state.py", line 2154, in call *cdata["args"], **cdata["kwargs"] "C:\salt\bin\lib\site-packages\salt-3002.5-py3.7.egg\salt\loader.py", line 2106, in wrapper return f(*args, **kwargs) "C:\salt\bin\lib\site-packages\salt-3002.5-py3.7.egg\salt\states\win_lgpo.py", line 538, in set_ adml_language=adml_language, "C:\salt\bin\lib\site-packages\salt-3002.5-py3.7.egg\salt\modules\win_lgpo.py", line 10172, in set_ registry_class=p_class, "C:\salt\bin\lib\site-packages\salt-3002.5-py3.7.egg\salt\modules\win_lgpo.py", line 7868, in _writeAdminTemplateRegPol policy_data.admx_registry_classes[registry_class]["gpt_extension_guid"], "C:\salt\bin\lib\site-packages\salt-3002.5-py3.7.egg\salt\modules\win_lgpo.py", line 7235, in _write_regpol_data gpt_ext_str = gpt_ini_data[gpt_ext_loc.start() : gpt_ext_loc.end()] AttributeError: 'NoneType' object has no attribute 'start'
```Traceback (most recent call last): "/home/fc_dev/python/Actions/attackTitan.py", line 29, in main self.Console.pullShell("/sdcard/screen.png", "screen.png") "/home/fc_dev/python/Tools/shell.py", line 29, in pullShell self.device.Pull(remote) "/home/fc_dev/python/adb/adb_commands.py", line 303, in Pull self.filesync_handler.Pull(conn, device_filename, dest_file, progress_callback) "/home/fc_dev/python/adb/filesync_protocol.py", line 94, in Pull for cmd_id, _, data in cnxn.ReadUntil((b'DATA',), b'DONE'): "/home/fc_dev/python/adb/filesync_protocol.py", line 243, in ReadUntil cmd_id, header, data = self.Read(expected_ids + finish_ids) "/home/fc_dev/python/adb/filesync_protocol.py", line 215, in Read self._Flush() "/home/fc_dev/python/adb/filesync_protocol.py", line 255, in _Flush self.adb.Write(self.send_buffer[:self.send_idx]) AttributeError: 'NoneType' object has no attribute 'Write'
0.695248
Traceback (most recent call last): "parser.py", line 3, in <module> from Crypto.Cipher import AES ImportError: No module named Crypto.Cipher
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Program s (x86)\IronPython 2.7\lib\site-packages\six.py", line 92, in __get__ "C:\Program s (x86)\IronPython 2.7\lib\site-packages\six.py", line 115, in _resolve "C:\Program s (x86)\IronPython 2.7\lib\site-packages\six.py", line 82, in _import_module ImportError: No module named urllib
0.812054
Traceback (most recent call last): "/usr/bin/audiogrep", line 6, in <module> audiogrep.main() AttributeError: module 'audiogrep' has no attribute 'main'
Traceback (most recent call last): "diagrams.py", line 1, in <module> import diagrams "/tmp/diagrams.py", line 10, in <module> with diagrams.Diagram("Web Service", show=False): AttributeError: partially initialized module 'diagrams' has no attribute 'Diagram' (most likely due to a circular import)
0.753731
Traceback (most recent call last): "/home/ubuntu/.local/bin/oj", line 11, in <module> sys.exit(main()) "/home/ubuntu/.local/lib/python3.6/site-packages/onlinejudge/_implementation/main.py", line 297, in main run_program(namespace, parser=parser) "/home/ubuntu/.local/lib/python3.6/site-packages/onlinejudge/_implementation/main.py", line 276, in run_program test(args) "/home/ubuntu/.local/lib/python3.6/site-packages/onlinejudge/_implementation/command/test.py", line 218, in test history += [test_single_case(name, paths['in'], paths.get('out'), args=args)] "/home/ubuntu/.local/lib/python3.6/site-packages/onlinejudge/_implementation/command/test.py", line 142, in test_single_case answer = (info['answer'] or b'').decode() # type: str UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
Traceback (most recent call last): "mypy/build.py", line 1694, in parse_file "mypy/util.py", line 79, in decode_python_encoding UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 6238: ordinal not in range(128)
0.686848
Starting salt-master daemon: Traceback (most recent call last): "/usr/bin/salt-master", line 22, in <module> salt_master() "/usr/lib/python2.7/site-packages/salt/scripts.py", line 90, in salt_master import salt.cli.daemons "/usr/lib/python2.7/site-packages/salt/cli/daemons.py", line 43, in <module> from salt.utils import migrations "/usr/lib/python2.7/site-packages/salt/utils/migrations.py", line 12, in <module> import salt.syspaths as syspaths "/usr/lib/python2.7/site-packages/salt/syspaths.py", line 78, in <module> SHARE_DIR = __generated_syspaths.SHARE_DIR AttributeError: 'module' object has no attribute 'SHARE_DIR'
Traceback (most recent call last): "/Users/pavelkonan/anaconda3/bin/jupyter-notebook", line 6, in <module> sys.exit(notebook.notebookapp.main()) "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/jupyter_core/application.py", line 267, in launch_instance return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs) "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 652, in launch_instance app.initialize(argv) "<decorator-gen-7>", line 2, in initialize "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 87, in catch_config_error return method(app, *args, **kwargs) "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 1071, in initialize self.init_webapp() "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 892, in init_webapp self.jinja_environment_options "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 132, in __init__ default_url, settings_overrides, jinja_env_options) "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 202, in init_settings nbextensions_path=ipython_app.nbextensions_path, "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 643, in nbextensions_path from IPython.paths import get_ipython_dir "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/IPython/__init__.py", line 48, in <module> from .core.application import Application "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/IPython/core/application.py", line 25, in <module> from IPython.core import release, crashhandler "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/IPython/core/crashhandler.py", line 28, in <module> from IPython.core import ultratb "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/IPython/core/ultratb.py", line 119, in <module> from IPython.core import debugger "/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/IPython/core/debugger.py", line 45, in <module> from pdb import Pdb as OldPdb "/Users/pavelkonan/anaconda3/lib/python3.5/pdb.py", line 135, in <module> class Pdb(bdb.Bdb, cmd.Cmd): AttributeError: module 'cmd' has no attribute 'Cmd'
0.779025
Traceback (most recent call last): "./ghost", line 27, in <module> import readline ModuleNotFoundError: No module named 'readline'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/envs/jupiter-ingests/lib/python3.6/site-packages/fiona/__init__.py", line 83, in <module> from fiona.collection import BytesCollection, Collection "/usr/local/envs/jupiter-ingests/lib/python3.6/site-packages/fiona/collection.py", line 9, in <module> from fiona.ogrext import Iterator, ItemsIterator, KeysIterator "fiona/ogrext.pyx", line 35, in init fiona.ogrext "/usr/local/envs/jupiter-ingests/lib/python3.6/site-packages/fiona/path.py", line 6, in <module> import attr ModuleNotFoundError: No module named 'attr'
0.807685
Traceback (most recent call last): "arp.py", line 3, in <module> import scapy.plist as plist "C:\Python27\lib\site-packages\scapy\plist.py", line 18, in <module> from scapy.arch import plt, MATPLOTLIB_INLINED, MATPLOTLIB_DEFAULT_PLOT_KARGS "C:\Python27\lib\site-packages\scapy\arch\__init__.py", line 83, in <module> from scapy.arch.windows import * "C:\Python27\lib\site-packages\scapy\arch\windows\__init__.py", line 20, in <module> import scapy.plist as plist AttributeError: 'module' object has no attribute 'plist'
Traceback (most recent call last): "<string>", line 1, in <module> "/root/project/setup.py", line 243, in <module> setup_package() "/root/project/setup.py", line 216, in setup_package numpy_status = get_numpy_status() "/root/project/setup.py", line 149, in get_numpy_status import numpy "/root/project/pypy-env/site-packages/numpy/__init__.py", line 142, in <module> from . import core "/root/project/pypy-env/site-packages/numpy/core/__init__.py", line 16, in <module> from . import multiarray "/root/project/pypy-env/site-packages/numpy/core/multiarray.py", line 44, in <module> arange.__module__ = 'numpy' AttributeError: readonly attribute '__module__'
0.755286
Traceback (most recent call last): "/home/jenkins/agent/workspace/MONAI-nightly/tests/utils.py", line 409, in _wrapper raise RuntimeError(res.traceback) from res RuntimeError: Traceback (most recent call last):
Traceback (most recent call last): "/apps/eb/Detectron2/0.3-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0/lib/python3.7/site-packages/detectron2/engine/train_loop.py", line 134, in train self.run_step() "/apps/eb/Detectron2/0.3-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0/lib/python3.7/site-packages/detectron2/engine/defaults.py", line 429, in run_step self._trainer.run_step() "/apps/eb/Detectron2/0.3-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0/lib/python3.7/site-packages/detectron2/engine/train_loop.py", line 228, in run_step loss_dict = self.model(data) "/apps/eb/PyTorch/1.6.0-fosscuda-2019b-Python-3.7.4/lib/python3.7/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) "/apps/eb/Detectron2/0.3-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0/lib/python3.7/site-packages/detectron2/modeling/meta_arch/rcnn.py", line 160, in forward proposals, proposal_losses = self.proposal_generator(images, features, gt_instances) "/apps/eb/PyTorch/1.6.0-fosscuda-2019b-Python-3.7.4/lib/python3.7/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) "/apps/eb/Detectron2/0.3-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0/lib/python3.7/site-packages/detectron2/modeling/proposal_generator/rpn.py", line 449, in forward anchors, pred_objectness_logits, pred_anchor_deltas, images.image_sizes "/apps/eb/Detectron2/0.3-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0/lib/python3.7/site-packages/detectron2/modeling/proposal_generator/rpn.py", line 482, in predict_proposals self.training, "/apps/eb/Detectron2/0.3-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0/lib/python3.7/site-packages/detectron2/modeling/proposal_generator/proposal_utils.py", line 116, in find_top_rpn_proposals keep = batched_nms(boxes.tensor, scores_per_img, lvl, nms_thresh) "/apps/eb/Detectron2/0.3-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0/lib/python3.7/site-packages/detectron2/layers/nms.py", line 21, in batched_nms return box_ops.batched_nms(boxes.float(), scores, idxs, iou_threshold) "/apps/eb/PyTorch/1.6.0-fosscuda-2019b-Python-3.7.4/lib/python3.7/site-packages/torch/jit/__init__.py", line 1600, in wrapper return compiled_fn(*args, **kwargs) RuntimeError: The following operation failed in the TorchScript interpreter.
0.717842
Traceback (most recent call last): "<string>", line 1, in <module> ModuleNotFoundError: No module named 'setuptools'
Traceback (most recent call last): "<string>", line 1, in <module> ModuleNotFoundError: No module named 'setuptools'
1
Traceback (most recent call last): "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/pytest.py", line 73, in <module> raise SystemExit(pytest.main()) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/config.py", line 49, in main config = _prepareconfig(args, plugins) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/config.py", line 158, in _prepareconfig pluginmanager=pluginmanager, args=args) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 745, in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 339, in _hookexec return self._inner_hookexec(hook, methods, kwargs) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 334, in <lambda> _MultiCall(methods, kwargs, hook.spec_opts).execute() "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 613, in execute return _wrapped_call(hook_impl.function(*args), self.execute) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 250, in _wrapped_call wrap_controller.send(call_outcome) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/helpconfig.py", line 34, in pytest_cmdline_parse config = outcome.get_result() "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 279, in get_result raise ex[1].with_traceback(ex[2]) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 265, in __init__ self.result = func() "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 614, in execute res = hook_impl.function(*args) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/config.py", line 928, in pytest_cmdline_parse self.parse(args) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/config.py", line 1086, in parse self._preparse(args, addopts=addopts) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/config.py", line 1057, in _preparse args=args, parser=self._parser) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 745, in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 339, in _hookexec return self._inner_hookexec(hook, methods, kwargs) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 334, in <lambda> _MultiCall(methods, kwargs, hook.spec_opts).execute() "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 613, in execute return _wrapped_call(hook_impl.function(*args), self.execute) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 254, in _wrapped_call return call_outcome.get_result() "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 279, in get_result raise ex[1].with_traceback(ex[2]) "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 265, in __init__ self.result = func() "/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py", line 614, in execute res = hook_impl.function(*args) "/home/kuba/temp/t2/pytest-django/pytest_django/plugin.py", line 245, in pytest_load_initial_conftests dj_settings.DATABASES "/usr/lib/python3.5/contextlib.py", line 77, in __exit__ self.gen.throw(type, value, traceback) "/home/kuba/temp/t2/pytest-django/pytest_django/plugin.py", line 118, in _handle_import_error raise ImportError(msg) ImportError: cannot import name 'Settings'
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/Users/jiangjiang/Desktop/baseline_code/OpenNE/src/openne/__main__.py", line 7, in <module> from . import node2vec "openne/node2vec.py", line 3, in <module> from gensim.models import Word2Vec "/Users/jiangjiang/Library/Python/2.7/lib/python/site-packages/gensim/__init__.py", line 6, in <module> from gensim import parsing, matutils, interfaces, corpora, models, similarities, summarization, utils # noqa:F401 "/Users/jiangjiang/Library/Python/2.7/lib/python/site-packages/gensim/models/__init__.py", line 23, in <module> from . import wrappers # noqa:F401 "/Users/jiangjiang/Library/Python/2.7/lib/python/site-packages/gensim/models/wrappers/__init__.py", line 5, in <module> from .ldamallet import LdaMallet # noqa:F401 "/Users/jiangjiang/Library/Python/2.7/lib/python/site-packages/gensim/models/wrappers/ldamallet.py", line 40, in <module> from smart_open import smart_open "/Users/jiangjiang/Library/Python/2.7/lib/python/site-packages/smart_open/__init__.py", line 26, in <module> from smart_open import version ImportError: cannot import name version
0.730534
Traceback (most recent call last): "/Users/stuartswerdloff/anaconda2/envs/py36/bin/spyder", line 7, in <module> from spyder.app.start import main "/Users/stuartswerdloff/anaconda2/envs/py36/lib/python3.6/site-packages/spyder/app/start.py", line 27, in <module> from spyder.config.main import CONF "/Users/stuartswerdloff/anaconda2/envs/py36/lib/python3.6/site-packages/spyder/config/main.py", line 22, in <module> from spyder.config.user import UserConfig "/Users/stuartswerdloff/anaconda2/envs/py36/lib/python3.6/site-packages/spyder/config/user.py", line 26, in <module> from spyder.utils.programs import check_version "/Users/stuartswerdloff/anaconda2/envs/py36/lib/python3.6/site-packages/spyder/utils/programs.py", line 18, in <module> import subprocess "/Users/stuartswerdloff/anaconda2/envs/py36/lib/python3.6/subprocess.py", line 136, in <module> import _posixsubprocess ImportError: dlopen(/Users/stuartswerdloff/anaconda2/envs/py36/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-darwin.so, 2): Symbol not found: __Py_set_inheritable_async_safe
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-sd788k5_/scikit-learn/setup.py", line 290, in <module> setup_package() "/tmp/pip-install-sd788k5_/scikit-learn/setup.py", line 278, in setup_package raise ImportError("Numerical Python (NumPy) is not " ImportError: Numerical Python (NumPy) is not installed.
0.718406
Traceback (most recent call last): "./ufonet", line 16, in <module> app.run() "/home/shia/ufonet/core/main.py", line 1198, in run self.create_web_interface() "/home/shia/ufonet/core/main.py", line 2729, in create_web_interface from .webgui import ClientThread "/home/shia/ufonet/core/webgui.py", line 20, in <module> from core.tools.crypter import Cipher "/home/shia/ufonet/core/tools/crypter.py", line 23, in <module> from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'
Traceback (most recent call last): "/nix/store/d37qc4myh2aazakg3ylba5qxndc9pn6y-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/config/__init__.py", line 613, in import_plugin __import__(importspec) "/nix/store/d37qc4myh2aazakg3ylba5qxndc9pn6y-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/assertion/rewrite.py", line 152, in exec_module exec(co, module.__dict__) "/build/source/tests/mock_server.py", line 11, in <module> from tests.moto_server import host, MotoService, get_free_tcp_port ModuleNotFoundError: No module named 'tests'
0.72638
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/caio/anaconda3/lib/python3.6/site-packages/autosklearn/classification.py", line 1, in <module> from autosklearn.estimators import AutoSklearnClassifier "/home/caio/anaconda3/lib/python3.6/site-packages/autosklearn/estimators.py", line 11, in <module> import autosklearn.automl "/home/caio/anaconda3/lib/python3.6/site-packages/autosklearn/automl.py", line 28, in <module> from autosklearn.smbo import AutoMLSMBO "/home/caio/anaconda3/lib/python3.6/site-packages/autosklearn/smbo.py", line 11, in <module> from smac.facade.smac_facade import SMAC "/home/caio/anaconda3/lib/python3.6/site-packages/smac/facade/smac_facade.py", line 23, in <module> from smac.optimizer.smbo import SMBO "/home/caio/anaconda3/lib/python3.6/site-packages/smac/optimizer/smbo.py", line 12, in <module> from smac.epm.rf_with_instances import RandomForestWithInstances "/home/caio/anaconda3/lib/python3.6/site-packages/smac/epm/rf_with_instances.py", line 4, in <module> from pyrfr import regression "/home/caio/anaconda3/lib/python3.6/site-packages/pyrfr/regression.py", line 28, in <module> _regression = swig_import_helper() "/home/caio/anaconda3/lib/python3.6/site-packages/pyrfr/regression.py", line 20, in swig_import_helper import _regression ImportError: /home/caio/anaconda3/lib/python3.6/site-packages/_regression.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE
Traceback (most recent call last): "<pyshell#11>", line 1, in <module> from telethon import TelegramClient, sync "C:\Python33\lib\site-packages\telethon\__init__.py", line 2, in <module> from .telegram_bare_client import TelegramBareClient "C:\Python33\lib\site-packages\telethon\telegram_bare_client.py", line 9, in <module> from . import version, utils ImportError: cannot import name version
0.684694
Traceback (most recent call last): "/home/jfang16/anaconda3/lib/python3.6/site-packages/pandas/__init__.py", line 25, in <module> from pandas import hashtable, tslib, lib ImportError: numpy.core.multiarray failed to import
Traceback (most recent call last): "gyoithon.py", line 10, in <module> from urllib.request import urlopen ImportError: No module named request
0.767086
Traceback (most recent call last): "/home/ubuntu/ray/python/ray/worker.py", line 1694, in fetch_and_execute_function_to_run function = pickle.loads(serialized_function) "/home/ubuntu/ray/python/ray/tune/registry.py", line 12, in <module> from ray.tune.trainable import Trainable, wrap_function "/home/ubuntu/ray/python/ray/tune/__init__.py", line 6, in <module> from ray.tune.tune import run_experiments "/home/ubuntu/ray/python/ray/tune/tune.py", line 8, in <module> from ray.tune.hyperband import HyperBandScheduler "/home/ubuntu/ray/python/ray/tune/hyperband.py", line 8, in <module> from ray.tune.trial_scheduler import FIFOScheduler, TrialScheduler "/home/ubuntu/ray/python/ray/tune/trial_scheduler.py", line 5, in <module> from ray.tune.trial import Trial "/home/ubuntu/ray/python/ray/tune/trial.py", line 15, in <module> from ray.tune.registry import _default_registry, get_registry, TRAINABLE_CLASS ImportError: cannot import name '_default_registry'
Traceback (most recent call last): "/home/spott/.local/venvs/pipsi/bin/pip", line 7, in <module> from pip import main "/home/spott/.local/venvs/pipsi/lib/python3.6/site-packages/pip/__init__.py", line 28, in <module> from pip.vcs import git, mercurial, subversion, bazaar # noqa "/home/spott/.local/venvs/pipsi/lib/python3.6/site-packages/pip/vcs/mercurial.py", line 9, in <module> from pip.download import path_to_url "/home/spott/.local/venvs/pipsi/lib/python3.6/site-packages/pip/download.py", line 36, in <module> from pip.utils.glibc import libc_ver "/home/spott/.local/venvs/pipsi/lib/python3.6/site-packages/pip/utils/glibc.py", line 4, in <module> import ctypes "/usr/lib/python3.6/ctypes/__init__.py", line 7, in <module> from _ctypes import Union, Structure, Array ImportError: /home/spott/.local/venvs/pipsi/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _PyUnicode_AsWideCharString
0.787426
Traceback (most recent call last): "C:\Miniconda\Scripts\conda-script.py", line 3, in <module> import conda.cli "C:\Miniconda\lib\site-packages\conda\__init__.py", line 12, in <module> from .compat import text_type, iteritems "C:\Miniconda\lib\site-packages\conda\compat.py", line 79, in <module> import configparser ImportError: No module named 'configparser'
Traceback (most recent call last): "/opt/yeti/yeti.py", line 7, in <module> from core.web import webapp "/opt/yeti/core/__init__.py", line 4, in <module> from core.exports import Export "/opt/yeti/core/exports/__init__.py", line 1, in <module> from core.exports.export import ExportTemplate "/opt/yeti/core/exports/export.py", line 16, in <module> from core.config.celeryctl import celery_app "/opt/yeti/core/config/celeryctl.py", line 3, in <module> from celery import Celery "/usr/local/lib/python2.7/dist-packages/celery/local.py", line 509, in __getattr__ module = __import__(self._object_origins[name], None, None, [name]) "/usr/local/lib/python2.7/dist-packages/celery/app/__init__.py", line 5, in <module> from celery import _state "/usr/local/lib/python2.7/dist-packages/celery/_state.py", line 15, in <module> from celery.utils.threads import LocalStack "/usr/local/lib/python2.7/dist-packages/celery/utils/__init__.py", line 10, in <module> from .nodenames import worker_direct, nodename, nodesplit "/usr/local/lib/python2.7/dist-packages/celery/utils/nodenames.py", line 7, in <module> from kombu.entity import Exchange, Queue "/usr/local/lib/python2.7/dist-packages/kombu/entity.py", line 6, in <module> from .abstract import MaybeChannelBound, Object "/usr/local/lib/python2.7/dist-packages/kombu/abstract.py", line 6, in <module> from .connection import maybe_channel "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 20, in <module> from .log import get_logger "/usr/local/lib/python2.7/dist-packages/kombu/log.py", line 9, in <module> from logging.handlers import Watched Handler ImportError: cannot import name Watched Handler
0.771546
Traceback (most recent call last): "/usr/local/bin/pygest", line 48, in <module> from pygest.algorithms import algorithms "/usr/local/lib/python3.6/site-packages/pygest/__init__.py", line 16, in <module> from pygest.algorithms import correlate as corr "/usr/local/lib/python3.6/site-packages/pygest/algorithms.py", line 5, in <module> import statsmodels.api as sm "/usr/local/lib/python3.6/site-packages/statsmodels/api.py", line 7, in <module> from .regression.recursive_ls import RecursiveLS "/usr/local/lib/python3.6/site-packages/statsmodels/regression/recursive_ls.py", line 16, in <module> from statsmodels.tsa.statespace.mlemodel import ( "/usr/local/lib/python3.6/site-packages/statsmodels/tsa/statespace/mlemodel.py", line 18, in <module> from .simulation_smoother import SimulationSmoother "/usr/local/lib/python3.6/site-packages/statsmodels/tsa/statespace/simulation_smoother.py", line 10, in <module> from .kalman_smoother import KalmanSmoother "/usr/local/lib/python3.6/site-packages/statsmodels/tsa/statespace/kalman_smoother.py", line 11, in <module> from statsmodels.tsa.statespace.representation import OptionWrapper "/usr/local/lib/python3.6/site-packages/statsmodels/tsa/statespace/representation.py", line 10, in <module> from .tools import ( "/usr/local/lib/python3.6/site-packages/statsmodels/tsa/statespace/tools.py", line 207, in <module> set_mode(compatibility=None) "/usr/local/lib/python3.6/site-packages/statsmodels/tsa/statespace/tools.py", line 59, in set_mode from . import (_representation, _kalman_filter, _kalman_smoother, ImportError: cannot import name '_representation'
Traceback (most recent call last): "app.py", line 12, in <module> from models import Users "C:\Users\vandr\PycharmProjects\telegrambot_with_flask\models.py", line 1, in <module> from app import db, app "C:\Users\vandr\PycharmProjects\telegrambot_with_flask\app.py", line 12, in <module> from models import Users ImportError: cannot import name 'Users'
0.756611
Traceback (most recent call last): "D:\Anaconda3\envs\go38\Lib\site-packages\plotly\io\__init__.py", line 1, in <module> ModuleNotFoundError: No module named '_plotly_utils'
Traceback (most recent call last): "setup.py", line 5, in <module> from pip.req import parse_requirements ModuleNotFoundError: No module named 'pip.req'
0.811204
`Traceback (most recent call last): "/home/cbird/work/net/sy_psm/finetune.py", line 201, in <module> main() "/home/cbird/work/net/sy_psm/finetune.py", line 176, in main test_loss = test(imgL, imgR, disp_L) "/home/cbird/work/net/sy_psm/finetune.py", line 127, in test output3 = model(imgL, imgR) "/home/cbird/anaconda3/envs/lhx/lib/python2.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/cbird/anaconda3/envs/lhx/lib/python2.7/site-packages/torch/nn/parallel/data_parallel.py", line 150, in forward return self.module(*inputs[0], **kwargs[0]) "/home/cbird/anaconda3/envs/lhx/lib/python2.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/cbird/work/net/sy_psm/models/stackhourglass.py", line 133, in forward out2, pre2, post2 = self.dres3(out1, pre1, post1) "/home/cbird/anaconda3/envs/lhx/lib/python2.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/cbird/work/net/sy_psm/models/stackhourglass.py", line 53, in forward out = self.conv6(post) # in:1/8 out:1/4 "/home/cbird/anaconda3/envs/lhx/lib/python2.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/cbird/anaconda3/envs/lhx/lib/python2.7/site-packages/torch/nn/modules/container.py", line 92, in forward input = module(input) "/home/cbird/anaconda3/envs/lhx/lib/python2.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/cbird/anaconda3/envs/lhx/lib/python2.7/site-packages/torch/nn/modules/batchnorm.py", line 83, in forward exponential_average_factor, self.eps) "/home/cbird/anaconda3/envs/lhx/lib/python2.7/site-packages/torch/nn/functional.py", line 1697, in batch_norm training, momentum, eps, torch.backends.cudnn.enabled RuntimeError: CUDA out of memory. Tried to allocate 1.30 GiB (GPU 0; 10.91 GiB total capacity; 8.06 GiB already allocated; 508.50 MiB free; 1.33 GiB cached)`
Traceback (most recent call last): "extract.py", line 157, in <module> main() "extract.py", line 87, in main extract(data_loader, model, path_file, args.mode) "extract.py", line 121, in extract output_att = model(input_var) "/home/aosman/miniconda2/envs/vqa/lib/python3.6/site-packages/torch/nn/modules/module.py", line 206, in __call__ result = self.forward(*input, **kwargs) "/home/aosman/miniconda2/envs/vqa/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 61, in forward outputs = self.parallel_apply(replicas, inputs, kwargs) "/home/aosman/miniconda2/envs/vqa/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 71, in parallel_apply return parallel_apply(replicas, inputs, kwargs) "/home/aosman/miniconda2/envs/vqa/lib/python3.6/site-packages/torch/nn/parallel/parallel_apply.py", line 46, in parallel_apply raise output "/home/aosman/miniconda2/envs/vqa/lib/python3.6/site-packages/torch/nn/parallel/parallel_apply.py", line 25, in _worker output = module(*input, **kwargs) "/home/aosman/miniconda2/envs/vqa/lib/python3.6/site-packages/torch/nn/modules/module.py", line 206, in __call__ result = self.forward(*input, **kwargs) "/home/aosman/vqa/vqa.pytorch/vqa/models/convnets.py", line 62, in <lambda> model.forward = lambda x: forward_resnet(convnet, x) "/home/aosman/vqa/vqa.pytorch/vqa/models/convnets.py", line 26, in forward_resnet x = self.conv1(x) "/home/aosman/miniconda2/envs/vqa/lib/python3.6/site-packages/torch/nn/modules/module.py", line 206, in __call__ result = self.forward(*input, **kwargs) "/home/aosman/miniconda2/envs/vqa/lib/python3.6/site-packages/torch/nn/modules/conv.py", line 237, in forward self.padding, self.dilation, self.groups) "/home/aosman/miniconda2/envs/vqa/lib/python3.6/site-packages/torch/nn/functional.py", line 40, in conv2d return f(input, weight, bias) RuntimeError: tensors are on different GPUs
0.684409
Traceback (most recent call last): "/usr/bin/server-info-show", line 18, in <module> main() "/usr/bin/server-info-show", line 14, in main print_(Reader(datadir)) "/usr/lib/python2.6/site-packages/netutils_linux_hardware/reader.py", line 16, in __init__ self.gather_info() "/usr/lib/python2.6/site-packages/netutils_linux_hardware/reader.py", line 28, in gather_info "info": YAMLLike().parse_file_safe(self.path('lscpu_info')), "/usr/lib/python2.6/site-packages/netutils_linux_hardware/reader.py", line 22, in path return os.path.join(self.datadir, filename) "/usr/lib/python2.6/posixpath.py", line 67, in join elif path == '' or path.endswith('/'): AttributeError: 'NoneType' object has no attribute 'endswith'
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/apscheduler/executors/base.py", line 108, in run_job retval = job.func(*job.args, **job.kwargs) "/home/pi/jasper/client/notifier.py", line 39, in gather [client.run() for client in self.notifiers] "/home/pi/jasper/client/notifier.py", line 18, in run self.timestamp = self.gather(self.timestamp) "/home/pi/jasper/client/notifier.py", line 43, in handleEmailNotifications emails = Gmail.fetchUnreadEmails(self.profile, since=lastDate) "/home/pi/jasper/client/modules/Gmail.py", line 63, in fetchUnreadEmails conn.login(profile['gmail_address'], profile['gmail_password']) "/usr/lib/python2.7/imaplib.py", line 518, in login typ, dat = self._simple_command('LOGIN', user, self._quote(password)) "/usr/lib/python2.7/imaplib.py", line 1080, in _quote arg = arg.replace('\\', '\\\\') AttributeError: 'NoneType' object has no attribute 'replace'
0.738958
Traceback (most recent call last): "/home/cs512/jixie/mjw/ROIaligntest/ttest.py", line 2, in <module> from roi_align import RoIAlign # RoIAlign module "/home/cs512/jixie/mjw/ROIaligntest/roi_align.py", line 6, in <module> from . import roi_align_cuda ImportError: attempted relative import with no known parent package
Traceback (most recent call last): "detect_secrets/main.py", line 1, in <module> import argparse "/Users/gpflaum/miniconda2/envs/py37/lib/python3.7/argparse.py", line 87, in <module> import re as _re "/Users/gpflaum/miniconda2/envs/py37/lib/python3.7/re.py", line 122, in <module> import enum "/Users/gpflaum/miniconda2/envs/py37/lib/python3.7/enum.py", line 2, in <module> from types import MappingProxyType, DynamicClassAttribute "/Users/gpflaum/ws/detect-secrets-pre-v1-launch/detect_secrets/types.py", line 1, in <module> from typing import Any "/Users/gpflaum/miniconda2/envs/py37/lib/python3.7/typing.py", line 31, in <module> from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType ImportError: cannot import name 'WrapperDescriptorType' from 'types' (/Users/gpflaum/ws/detect-secrets-pre-v1-launch/detect_secrets/types.py)
0.745081
Traceback (most recent call last): "/Users/ashkij/Downloads/asd.py", line 1, in <module> import scipy "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/__init__.py", line 156, in <module> from . import fft "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/fft/__init__.py", line 76, in <module> from ._basic import ( "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/fft/_basic.py", line 1, in <module> from scipy._lib.uarray import generate_multimethod, Dispatchable "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/_lib/uarray.py", line 27, in <module> from ._uarray import * "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/_lib/_uarray/__init__.py", line 114, in <module> from ._backend import * "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/_lib/_uarray/_backend.py", line 1, in <module> from typing import ( ImportError: cannot import name 'Type'
Traceback (most recent call last): "/Users/lucasfischer/rllab-multiagent/rllab/envs/gym_env.py", line 11, in <module> from gym.wrappers.monitoring import logger as monitor_logger ImportError: cannot import name 'logger'
0.816487
Traceback (most recent call last): "/var/opt/homeassistant/havenv/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 279, in async_update_ha_state await self.async_device_update() "/var/opt/homeassistant/havenv/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 474, in async_device_update await self.async_update() "/var/opt/homeassistant/havenv/lib/python3.7/site-packages/homeassistant/components/modbus/sensor.py", line 230, in async_update self._slave, self._register, self._count "/var/opt/homeassistant/havenv/lib/python3.7/site-packages/homeassistant/components/modbus/__init__.py", line 290, in read_holding_registers unit, address, count, self._client.protocol.read_holding_registers "/var/opt/homeassistant/havenv/lib/python3.7/site-packages/homeassistant/components/modbus/__init__.py", line 244, in _read result = await func(address, count, **kwargs) "/var/opt/homeassistant/havenv/lib/python3.7/site-packages/pymodbus/client/common.py", line 114, in read_holding_registers return self.execute(request) "/var/opt/homeassistant/havenv/lib/python3.7/site-packages/pymodbus/client/asynchronous/asyncio/__init__.py", line 129, in execute self.write_transport(packet) "/var/opt/homeassistant/havenv/lib/python3.7/site-packages/pymodbus/client/asynchronous/asyncio/__init__.py", line 119, in write_transport return self.transport.write(packet) AttributeError: 'NoneType' object has no attribute 'write'
Original Traceback (most recent call last): "/root/anaconda3/envs/mmaction/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop data = fetcher.fetch(index) "/root/anaconda3/envs/mmaction/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/root/anaconda3/envs/mmaction/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/ssd8/liuchao45/mmaction/mmaction/datasets/video_dataset.py", line 344, in __getitem__ is_flow=True if modality == 'Flow' else False) "/ssd8/liuchao45/mmaction/mmaction/datasets/transforms.py", line 430, in __call__ img, scale, return_scale=True) for img in img_group] "/ssd8/liuchao45/mmaction/mmaction/datasets/transforms.py", line 430, in <listcomp> img, scale, return_scale=True) for img in img_group] "/ssd8/liuchao45/mmaction/mmcv/mmcv/image/geometric.py", line 175, in imrescale h, w = img.shape[:2] AttributeError: 'NoneType' object has no attribute 'shape'
0.725913
Traceback (most recent call last): "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() "/usr/lib/python3.7/threading.py", line 865, in run self._target(*self._args, **self._kwargs) "/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/django/utils/autoreload.py", line 53, in wrapper fn(*args, **kwargs) "/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/django/core/management/commands/runserver.py", line 109, in inner_run autoreload.raise_last_exception() "/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/django/utils/autoreload.py", line 76, in raise_last_exception raise _exception[1] "/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/django/core/management/__init__.py", line 357, in execute autoreload.check_errors(django.setup)() "/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/django/utils/autoreload.py", line 53, in wrapper fn(*args, **kwargs) "/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) "/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/django/apps/registry.py", line 114, in populate app_config.import_models() "/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/django/apps/config.py", line 211, in import_models self.models_module = import_module(models_module_name) "/home/mxcloud3/Desktop/django/venv/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 "/home/mxcloud3/Desktop/django/polls/models.py", line 2, in <module> from smart_selects.db_fields import GroupedForeignKey "/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/smart_selects/db_fields.py", line 6, in <module> from django.utils import six ImportError: cannot import name 'six' from 'django.utils' (/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/django/utils/__init__.py)
Traceback (most recent call last): "intersection-sym-difference.py", line 5, in <module> from figures import SIZE, BLUE, GRAY, set_limits ImportError: No module named 'figures'
0.775503
Traceback (most recent call last): "/home/i19_nelsonyalta/espnet/egs/iwslt19/asr1/../../../espnet/bin/asr_train.py", line 362, in <module> main(sys.argv[1:]) "/home/i19_nelsonyalta/espnet/egs/iwslt19/asr1/../../../espnet/bin/asr_train.py", line 349, in main train(args) "/home/i19_nelsonyalta/espnet/espnet/asr/pytorch_backend/asr.py", line 540, in train trainer.run() "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/chainer/training/trainer.py", line 349, in run six.reraise(*exc_info) "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/six.py", line 693, in reraise raise value "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/chainer/training/trainer.py", line 316, in run update() "/home/i19_nelsonyalta/espnet/espnet/asr/pytorch_backend/asr.py", line 209, in update self.update_core() "/home/i19_nelsonyalta/espnet/espnet/asr/pytorch_backend/asr.py", line 178, in update_core loss = data_parallel(self.model, x, range(self.ngpu)).mean() / self.accum_grad "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 183, in data_parallel inputs, module_kwargs = scatter_kwargs(inputs, module_kwargs, device_ids, dim) "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/parallel/scatter_gather.py", line 35, in scatter_kwargs inputs = scatter(inputs, target_gpus, dim) if inputs else [] "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/parallel/scatter_gather.py", line 28, in scatter return scatter_map(inputs) "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/parallel/scatter_gather.py", line 15, in scatter_map return list(zip(*map(scatter_map, obj))) "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/parallel/scatter_gather.py", line 13, in scatter_map return Scatter.apply(target_gpus, None, dim, obj) "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/torch/nn/parallel/_functions.py", line 89, in forward outputs = comm.scatter(input, target_gpus, chunk_sizes, ctx.dim, streams) "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/torch/cuda/comm.py", line 148, in scatter return tuple(torch._C._scatter(tensor, devices, chunk_sizes, dim, streams)) "/home/i19_nelsonyalta/espnet/tools/venv/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 274, in handler _error_if_any_worker_fails() RuntimeError: DataLoader worker (pid 4946) is killed by signal: Bus error.
Traceback (most recent call last): "main.py", line 301, in <module> main() "main.py", line 124, in main train(train_loader, model, criterion, optimizer, epoch) "main.py", line 157, in train for i, (input, target) in enumerate(train_loader): "/home/kong.ye/.local/lib/python2.7/site-packages/torch/utils/data/dataloader.py", line 275, in __next__ idx, batch = self._get_batch() "/home/kong.ye/.local/lib/python2.7/site-packages/torch/utils/data/dataloader.py", line 254, in _get_batch return self.data_queue.get() "/usr/lib/python2.7/Queue.py", line 168, in get self.not_empty.wait() "/usr/lib/python2.7/threading.py", line 340, in wait waiter.acquire() "/home/kong.ye/.local/lib/python2.7/site-packages/torch/utils/data/dataloader.py", line 175, in handler _error_if_any_worker_fails() RuntimeError: DataLoader worker (pid 32569) is killed by signal: Killed.
0.738399
Traceback (most recent call last): "<pyshell#0>", line 1, in <module> import scrubadub ImportError: No module named scrubadub
Traceback (most recent call last): "C:\Users\GigaByte666\AppData\Roaming\Kodi\addons\plugin.video.netflix\addon.py", line 7, in <module> from resources.lib.KodiHelper import KodiHelper "C:\Users\GigaByte666\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\KodiHelper.py", line 10, in <module> from MSL import MSL "C:\Users\GigaByte666\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\MSL.py", line 19, in <module> from Cryptodome.PublicKey import RSA ImportError: No module named Cryptodome.PublicKey
0.728815
Traceback (most recent call last): "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'utils'
Traceback (most recent call last): "/home/ville/.local/bin/superset", line 5, in <module> from superset.cli import superset "/home/ville/.local/lib/python3.8/site-packages/superset/__init__.py", line 21, in <module> from superset.app import create_app "/home/ville/.local/lib/python3.8/site-packages/superset/app.py", line 48, in <module> from superset.utils.log import DBEventLogger, get_event_logger_from_cfg_value "/home/ville/.local/lib/python3.8/site-packages/superset/utils/log.py", line 30, in <module> from typing_extensions import Literal ModuleNotFoundError: No module named 'typing_extensions'
0.831721
Traceback (most recent call last): "/usr/bin/quodlibet", line 14, in <module> sys.exit(main()) "/usr/lib64/python2.7/site-packages/quodlibet/main.py", line 69, in main player = quodlibet.player.init_player(backend, app.librarian) "/usr/lib64/python2.7/site-packages/quodlibet/player/__init__.py", line 49, in init_player return backend.init(librarian) "/usr/lib64/python2.7/site-packages/quodlibet/player/xinebe/player.py", line 341, in init return XinePlaylistPlayer(driver, librarian) "/usr/lib64/python2.7/site-packages/quodlibet/player/xinebe/player.py", line 82, in __init__ driver = driver.encode("utf-8") AttributeError: 'NoneType' object has no attribute 'encode'
Traceback (most recent call last): "test_dm_control.py", line 4, in <module> from dm_control import suite "/usr/local/lib/python3.6/dist-packages/dm_control/suite/__init__.py", line 28, in <module> from dm_control.suite import acrobot "/usr/local/lib/python3.6/dist-packages/dm_control/suite/acrobot.py", line 24, in <module> from dm_control import mujoco "/usr/local/lib/python3.6/dist-packages/dm_control/mujoco/__init__.py", line 18, in <module> from dm_control.mujoco.engine import action_spec "/usr/local/lib/python3.6/dist-packages/dm_control/mujoco/engine.py", line 44, in <module> from dm_control import _render "/usr/local/lib/python3.6/dist-packages/dm_control/_render/__init__.py", line 75, in <module> Renderer = import_func() "/usr/local/lib/python3.6/dist-packages/dm_control/_render/__init__.py", line 36, in _import_egl from dm_control._render.pyopengl.egl_renderer import EGLContext "/usr/local/lib/python3.6/dist-packages/dm_control/_render/pyopengl/egl_renderer.py", line 43, in <module> from dm_control._render.pyopengl import egl_ext as EGL "/usr/local/lib/python3.6/dist-packages/dm_control/_render/pyopengl/egl_ext.py", line 33, in <module> from OpenGL import EGL "/usr/local/lib/python3.6/dist-packages/OpenGL/EGL/__init__.py", line 2, in <module> from OpenGL.raw.EGL._types import * "/usr/local/lib/python3.6/dist-packages/OpenGL/raw/EGL/_types.py", line 87, in <module> raw_eglQueryString = _p.PLATFORM.EGL.eglQueryString AttributeError: 'NoneType' object has no attribute 'eglQueryString'
0.687968
Traceback (most recent call last): "/venv/lib/python3.6/site-packages/flask/app.py", line 2446, in wsgi_app response = self.full_dispatch_request() "/venv/lib/python3.6/site-packages/flask/app.py", line 1951, in full_dispatch_request rv = self.handle_user_exception(e) "/venv/lib/python3.6/site-packages/flask/app.py", line 1820, in handle_user_exception reraise(exc_type, exc_value, tb) "/venv/lib/python3.6/site-packages/flask/_compat.py", line 39, in reraise raise value "/venv/lib/python3.6/site-packages/flask/app.py", line 1949, in full_dispatch_request rv = self.dispatch_request() "/venv/lib/python3.6/site-packages/flask/app.py", line 1935, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/srv/confidant/confidant/routes/v1.py", line 38, in login return authnz.log_in() "/srv/confidant/confidant/authnz/__init__.py", line 139, in log_in return user_mod.log_in() "/srv/confidant/confidant/authnz/userauth.py", line 558, in log_in return flask.redirect(self.login_redirect_url(return_to=self_page)) "/srv/confidant/confidant/authnz/userauth.py", line 816, in login_redirect_url auth = self._saml_auth() "/srv/confidant/confidant/authnz/userauth.py", line 723, in _saml_auth auth = OneLogin_Saml2_Auth(req_dict, self.saml_config) "/venv/lib/python3.6/site-packages/onelogin/saml2/auth.py", line 54, in __init__ self.__settings = OneLogin_Saml2_Settings(old_settings, custom_base_path) "/venv/lib/python3.6/site-packages/onelogin/saml2/settings.py", line 128, in __init__ self.format_sp_key() "/venv/lib/python3.6/site-packages/onelogin/saml2/settings.py", line 759, in format_sp_key self.__sp['privateKey'] = OneLogin_Saml2_Utils.format_private_key(self.__sp['privateKey']) "/venv/lib/python3.6/site-packages/onelogin/saml2/utils.py", line 167, in format_private_key private_key = key.replace('\x0D', '') TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last): "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run return loop.run_until_complete(main) "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete return future.result() "/usr/src/homeassistant/homeassistant/config_entries.py", line 562, in async_forward_entry_setup result = await async_setup_component(self.hass, domain, self._hass_config) "/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component return await setup_tasks[domain] # type: ignore "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass log_no_color=args.log_no_color, "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file config_dict, hass, enable_log=False, skip_pip=skip_pip "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict await _async_set_up_integrations(hass, config) "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations *(async_setup_component(hass, domain, config) for domain in domains_to_load) "/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 151, in async_load_platform setup_success = await setup.async_setup_component(hass, component, hass_config) "/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component return await setup_tasks[domain] # type: ignore "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component return await task # type: ignore "/usr/src/homeassistant/homeassistant/config_entries.py", line 562, in async_forward_entry_setup result = await async_setup_component(self.hass, domain, self._hass_config) "/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component return await setup_tasks[domain] # type: ignore "/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 151, in async_load_platform setup_success = await setup.async_setup_component(hass, component, hass_config) "/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component return await setup_tasks[domain] # type: ignore "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component hass, config, integration "/usr/src/homeassistant/homeassistant/config.py", line 772, in async_process_component_config p_integration = await async_get_integration_with_requirements(hass, p_name) "/usr/src/homeassistant/homeassistant/requirements.py", line 44, in async_get_integration_with_requirements await async_process_requirements(hass, integration.domain, integration.requirements) "/usr/src/homeassistant/homeassistant/requirements.py", line 65, in async_process_requirements if pkg_util.is_installed(req): "/usr/src/homeassistant/homeassistant/util/package.py", line 45, in is_installed return version(req.project_name) in req "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3137, in __contains__ return self.specifier.contains(item, prereleases=True) "/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py", line 703, in contains item = parse(item) "/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py", line 31, in parse return Version(version) "/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py", line 200, in __init__ match = self._regex.search(version) TypeError: expected string or bytes-like object
0.696023
Traceback (most recent call last): "/home/nicolas/.local/bin/bandcamp-dl", line 7, in <module> from bandcamp_dl.bandcamp_dl import main ImportError: No module named 'bandcamp_dl'
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: cannot import name 'Type'
0.693821
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/config_entries.py", line 217, in async_setup hass, self "/usr/src/homeassistant/homeassistant/components/onvif/__init__.py", line 83, in async_setup_entry if device.capabilities.events and await device.events.async_start(): "/usr/src/homeassistant/homeassistant/components/onvif/event.py", line 83, in async_start await self.async_parse_messages(response.NotificationMessage) "/usr/src/homeassistant/homeassistant/components/onvif/event.py", line 147, in async_parse_messages topic = msg.Topic._value_1 AttributeError: 'NoneType' object has no attribute '_value_1
Traceback (most recent call last): "client.py", line 45, in <module> run_sync_client() "client.py", line 39, in run_sync_client print(rr.registers) AttributeError: 'ModbusIOException' object has no attribute 'registers'
0.689908
Traceback (most recent call last): "setup.py", line 38, in <module> '' if num_installed else 'numpy==1.12.0'], NameError: name 'num_installed' is not defined
Traceback (most recent call last): "clubranking.py", line 47, in <module> request = drive_service.files().get_media(fileId=file_id) NameError: name 'drive_service' is not defined
0.800749
Traceback (most recent call last): "/usr/bin/sphinx-build", line 14, in <module> from sphinx import main ImportError: cannot import name 'main'
Traceback (most recent call last): "/usr/local/bin/sam", line 33, in <module> sys.exit(load_entry_point('aws-sam-cli==1.2.0', 'console_scripts', 'sam')()) "/usr/local/bin/sam", line 25, in importlib_load_entry_point return next(matches).load() "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 105, in load module = import_module(match.group('module')) "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/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 "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/samcli/cli/main.py", line 10, in <module> from samcli.lib.telemetry.metrics import send_installed_metric "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/samcli/lib/telemetry/metrics.py", line 11, in <module> from samcli.cli.context import Context "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/samcli/cli/context.py", line 8, in <module> import boto3 "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/boto3/__init__.py", line 16, in <module> from boto3.session import Session "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/boto3/session.py", line 17, in <module> import botocore.session "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/botocore/session.py", line 30, in <module> import botocore.credentials "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/botocore/credentials.py", line 34, in <module> from botocore.config import Config "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/botocore/config.py", line 16, in <module> from botocore.endpoint import DEFAULT_TIMEOUT, MAX_POOL_CONNECTIONS "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/botocore/endpoint.py", line 22, in <module> from botocore.awsrequest import create_request_object "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/botocore/awsrequest.py", line 25, in <module> import botocore.utils "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/botocore/utils.py", line 32, in <module> import botocore.httpsession "/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/botocore/httpsession.py", line 8, in <module> from urllib3.util.ssl_ import ( ImportError: cannot import name 'ssl' from 'urllib3.util.ssl_' (/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-packages/urllib3/util/ssl_.py)
0.761956
Traceback (most recent call last): "/bin/streamlink", line 11, in <module> load_entry_point('streamlink==0.8.1', 'console_scripts', 'streamlink')() "/usr/lib/python3.6/site-packages/streamlink_cli/main.py", line 1047, in main handle_url() "/usr/lib/python3.6/site-packages/streamlink_cli/main.py", line 486, in handle_url streams = fetch_streams(plugin) "/usr/lib/python3.6/site-packages/streamlink_cli/main.py", line 398, in fetch_streams sorting_excludes=args.stream_sorting_excludes) "/usr/lib/python3.6/site-packages/streamlink/plugin/plugin.py", line 385, in get_streams return self.streams(*args, **kwargs) "/usr/lib/python3.6/site-packages/streamlink/plugin/plugin.py", line 294, in streams ostreams = list(ostreams) "/usr/lib/python3.6/site-packages/streamlink/plugins/bilibili.py", line 42, in _get_streams room_id = _room_re.search(html_page).group(1) AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last): "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 462, in run_callback expr() "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 701, in <lambda> run_callback('on_hover', callback, lambda: callback.on_hover(v, point, hover_zone)) "/Users/Randy/Dropbox/Sublime Text 3/Installed Packages/BracketHighlighter.sublime-package/bh_core.py", line 992, in on_hover for k, v in locations.get('unmatched', {}).items(): AttributeError: 'list' object has no attribute 'get'
0.692265
Traceback (most recent call last): "e:\python38\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, "e:\python38\lib\runpy.py", line 87, in _run_code exec(code, run_globals) "E:\Python38\Scripts\dir2pi.exe\__main__.py", line 7, in <module> "e:\python38\lib\site-packages\libpip2pi\commands.py", line 316, in dir2pi return _dir2pi(option, argv) "e:\python38\lib\site-packages\libpip2pi\commands.py", line 388, in _dir2pi cgi.escape(pkg_dir_name), AttributeError: module 'cgi' has no attribute 'escape'
`Traceback (most recent call last): "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, "/usr/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) "/home/aaldahdo/.vscode/extensions/ms-python.python-2020.5.80290/python s/lib/python/debugpy/no_wheels/debugpy/__main__.py", line 45, in <module> cli.main() "/home/aaldahdo/.vscode/extensions/ms-python.python-2020.5.80290/python s/lib/python/debugpy/no_wheels/debugpy/../debugpy/server/cli.py", line 430, in main run() "/home/aaldahdo/.vscode/extensions/ms-python.python-2020.5.80290/python s/lib/python/debugpy/no_wheels/debugpy/../debugpy/server/cli.py", line 267, in run_file runpy.run_path(options.target, run_name=compat.force_str("__main__")) "/usr/lib/python3.8/runpy.py", line 265, in run_path return _run_module_code(code, init_globals, run_name, "/usr/lib/python3.8/runpy.py", line 97, in _run_module_code _run_code(code, mod_globals, init_globals, "/usr/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) "/home/aaldahdo/adv_dnn/multi_output.py", line 196, in <module> classifier = KerasClassifier(model=model, clip_values=(0, 1)) "/home/aaldahdo/adv_dnn/venv/lib/python3.8/site-packages/art/classifiers/keras.py", line 101, in __init__ self._initialize_params(model, use_logits, input_layer, output_layer) "/home/aaldahdo/adv_dnn/venv/lib/python3.8/site-packages/art/classifiers/keras.py", line 184, in _initialize_params loss_function = getattr(k, self._model.loss.__name__) AttributeError: 'dict' object has no attribute '__name__'`
0.731288
Traceback (most recent call last): "/usr/local/lib/Mobile-Security-Framework-MobSF/mobsf/StaticAnalyzer/views/android/static_analyzer.py", line 223, in static_analyzer code_an_dic['urls_list'].extend( TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last): "/usr/local/bin/bumpversion", line 8, in <module> sys.exit(main()) "/usr/local/lib/python3.8/site-packages/bumpversion/cli.py", line 125, in main _replace_version_in_files(files, current_version, new_version, args.dry_run, context) "/usr/local/lib/python3.8/site-packages/bumpversion/cli.py", line 624, in _replace_version_in_files f.replace(current_version, new_version, context, dry_run) "/usr/local/lib/python3.8/site-packages/bumpversion/utils.py", line 112, in replace context["new_version"] = self._versionconfig.serialize(new_version, context) "/usr/local/lib/python3.8/site-packages/bumpversion/version_part.py", line 278, in serialize version, self._choose_serialize_format(version, context), context "/usr/local/lib/python3.8/site-packages/bumpversion/version_part.py", line 257, in _choose_serialize_format self._serialize( "/usr/local/lib/python3.8/site-packages/bumpversion/version_part.py", line 201, in _serialize for k in version: TypeError: 'NoneType' object is not iterable
0.690427
ERROR:uvicorn.error:Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/starlette/routing.py", line 473, in __call__ await self.startup() "/usr/local/lib/python3.7/site-packages/starlette/routing.py", line 457, in startup await handler() "/usr/local/lib/python3.7/site-packages/tortoise/contrib/starlette/__init__.py", line 80, in init_orm await Tortoise.generate_schemas() "/usr/local/lib/python3.7/site-packages/tortoise/__init__.py", line 682, in generate_schemas await generate_schema_for_client(connection, safe) "/usr/local/lib/python3.7/site-packages/tortoise/utils.py", line 16, in generate_schema_for_client await generator.generate_from_string(schema) "/usr/local/lib/python3.7/site-packages/tortoise/backends/base/schema_generator.py", line 374, in generate_from_string await self.client.execute_script(creation_string) "/usr/local/lib/python3.7/site-packages/tortoise/backends/asyncpg/client.py", line 33, in translate_exceptions_ return await func(self, *args) "/usr/local/lib/python3.7/site-packages/tortoise/backends/asyncpg/client.py", line 173, in execute_script await connection.execute(query) "/usr/local/lib/python3.7/site-packages/asyncpg/connection.py", line 272, in execute return await self._protocol.query(query, timeout) "asyncpg/protocol/protocol.pyx", line 316, in query "asyncpg/protocol/protocol.pyx", line 807, in asyncpg.protocol.protocol.BaseProtocol._dispatch_result "asyncpg/protocol/protocol.pyx", line 734, in asyncpg.protocol.protocol.BaseProtocol._on_result__simple_query AttributeError: 'NoneType' object has no attribute 'decode'
Traceback (most recent call last): "clock.pyx", line 119, in hummingbot.core.clock.Clock.run_til "pure_market_making_v2.pyx", line 292, in hummingbot.strategy.pure_market_making.pure_market_making_v2.PureMarketMakingStrategyV2.c_tick "pass_through_filter_delegate.pyx", line 22, in hummingbot.strategy.pure_market_making.pass_through_filter_delegate.PassThroughFilterDelegate.c_filter_orders_proposal AttributeError: 'NoneType' object has no attribute 'actions'
0.716763