text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "<string>", line 1, in <module> "/private/tmp/pip-req-build-CAI1sx/setup.py", line 2, in <module> from gentle import __version__ "gentle/__init__.py", line 3, in <module> from .forced_aligner import ForcedAligner "gentle/forced_aligner.py", line 2, in <module> from gentle import kaldi_queue "gentle/kaldi_queue.py", line 1, in <module> from queue import Queue ImportError: No module named queue
Traceback (most recent call last): "<stdin>", line 1, in <module> "D:\Python\vibora_test\venv\lib\site-packages\vibora\__init__.py", line 7, in <module> from .server import * "D:\Python\vibora_test\venv\lib\site-packages\vibora\server.py", line 5, in <module> from signal import pause ImportError: cannot import name 'pause' from 'signal' (C:\Program s\Python37\lib\signal.py)
0.76753
Traceback (most recent call last): "/Users/evar/anaconda/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 535, in _determine_conflicts return check_install_conflicts(to_install) "/Users/evar/anaconda/lib/python3.7/site-packages/pip/_internal/operations/check.py", line 108, in check_install_conflicts package_set, _ = create_package_set_from_installed() "/Users/evar/anaconda/lib/python3.7/site-packages/pip/_internal/operations/check.py", line 50, in create_package_set_from_installed package_set[name] = PackageDetails(dist.version, dist.requires()) "/Users/evar/anaconda/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2736, in requires dm = self._dep_map "/Users/evar/anaconda/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3023, in _dep_map self.__dep_map = self._compute_dependencies() "/Users/evar/anaconda/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3032, in _compute_dependencies for req in self._parsed_pkg_info.get_all('Requires-Dist') or []: "/Users/evar/anaconda/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3014, in _parsed_pkg_info metadata = self.get_metadata(self.PKG_INFO) "/Users/evar/anaconda/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 1420, in get_metadata value = self._get(path) "/Users/evar/anaconda/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 1616, in _get with open(path, 'rb') as stream: NotFoundError: [Errno 2] No such file or directory: '/Users/evar/anaconda/lib/python3.7/site-packages/requests-2.24.0.dist-info/METADATA'
Traceback (most recent call last): "/usr/bin/wifiphisher", line 33, in <module> sys.exit(load_entry_point('wifiphisher==1.4', 'console_scripts', 'wifiphisher')()) "/usr/bin/wifiphisher", line 25, in importlib_load_entry_point return next(matches).load() "/usr/lib/python3.9/importlib/metadata.py", line 77, in load module = import_module(match.group('module')) "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1030, in _gcd_import "<frozen importlib._bootstrap>", line 1007, in _find_and_load "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 680, in _load_unlocked "<frozen importlib._bootstrap_external>", line 790, in exec_module "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed "/usr/lib/python3/dist-packages/wifiphisher/pywifiphisher.py", line 25, in <module> import wifiphisher.common.extensions as extensions "/usr/lib/python3/dist-packages/wifiphisher/common/extensions.py", line 12, in <module> import scapy.arch.linux as linux "/usr/lib/python3/dist-packages/scapy/arch/__init__.py", line 28, in <module> from scapy.arch.bpf.core import get_if_raw_addr "/usr/lib/python3/dist-packages/scapy/arch/bpf/core.py", line 31, in <module> LIBC = cdll.LoadLibrary(find_library("libc")) "/usr/lib/python3.9/ctypes/util.py", line 341, in find_library _get_soname(_findLib_gcc(name)) or _get_soname(_findLib_ld(name)) "/usr/lib/python3.9/ctypes/util.py", line 147, in _findLib_gcc if not _is_elf(file): "/usr/lib/python3.9/ctypes/util.py", line 99, in _is_elf with open(filename, 'br') as thefile: NotFoundError: [Errno 2] No such file or directory: b'liblibc.a'
0.717555
Traceback (most recent call last): "<string>", line 1, in <module> ImportError: ***/helloworld.cpython-37m-powerpc64le-linux-gnu.so: undefined symbol: mpi_comm_rank_
> Traceback (most recent call last): "/home/xxx/.local/bin/getsub", line 6, in <module> from getsub.main import main "/home/xxx/.local/lib/python3.5/site-packages/getsub/main.py", line 20, in <module> from getsub.subhd import SubHDDownloader "/home/xxx/.local/lib/python3.5/site-packages/getsub/subhd.py", line 12, in <module> from bs4 import BeautifulSoup "/home/xxx/.local/lib/python3.5/site-packages/bs4/__init__.py", line 30, in <module> from .builder import builder_registry, ParserRejectedMarkup "/home/xxx/.local/lib/python3.5/site-packages/bs4/builder/__init__.py", line 308, in <module> from . import _htmlparser "/home/xxx/.local/lib/python3.5/site-packages/bs4/builder/_htmlparser.py", line 7, in <module> from html.parser import ( ImportError: cannot import name 'HTMLParseError'
0.735063
Traceback (most recent call last): "tools/pytorch2onnx.py", line 188, in <module> num_classes = segmentor.decode_head.num_classes "/home/apuser/miniconda3/lib/python3.8/site-packages/torch/nn/modules/module.py", line 593, in __getattr__ raise AttributeError("'{}' object has no attribute '{}'".format( AttributeError: 'ModuleList' object has no attribute 'num_classes'
Traceback (most recent call last): "an.py", line 4, in <module> results = NineAnime.search('death note') "/home/user/.local/lib/python3.6/site-packages/anime_downloader/sites/nineanime.py", line 71, in search 'div', {'class': 'film-list'}).find_all('div', {'class': 'item'}) AttributeError: 'NoneType' object has no attribute 'find_all'
0.724074
Traceback (most recent call last): "webcam_demo.py", line 3, in <module> from pydarknet import Detector, Image ImportError: dlopen(/usr/local/lib/python3.6/site-packages/pydarknet.cpython-36m-darwin.so, 2): Library not loaded: libdarknet.so
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: No module named 'librosa'
0.76855
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/flexget/task.py", line 522, in __run_plugin result = method(*args, **kwargs) "/usr/lib/python3.8/site-packages/flexget/event.py", line 22, in __call__ return self.func(*args, **kwargs) "/usr/lib/python3.8/site-packages/flexget/components/series/series.py", line 403, in on_task_metainfo parsed = parser.parse_series(entry['title']) "/usr/lib/python3.8/site-packages/flexget/components/parsing/plugin_parsing.py", line 76, in parse_series return parser.parse_series(data, name=name, **kwargs) "/usr/lib/python3.8/site-packages/flexget/components/parsing/parsers/parser_guessit.py", line 307, in parse_series if country and name.endswith(')'): AttributeError: 'NoneType' object has no attribute 'endswith'
Traceback (most recent call last): "c:\users\integrat\appdata\local\programs\python\python38-32\lib\site-packages\opsdroid\core.py", line 396, in run_skill return await skill(event) "C:\Users\integrat\AppData\Local\opsdroid-modules\opsdroid\opsdroid-modules\skill\hello\__init__.py", line 13, in hello await message.respond(text) "c:\users\integrat\appdata\local\programs\python\python38-32\lib\site-packages\opsdroid\events.py", line 263, in respond "thinking-delay" in self.connector.configuration AttributeError: 'NoneType' object has no attribute 'configuration'
0.693539
Traceback (most recent call last): "/home/waifuaiv2/.local/lib/python3.8/site-packages/conda/exceptions.py", line 626, in conda_exception_handler return_value = func(*args, **kwargs) "/home/waifuaiv2/.local/lib/python3.8/site-packages/conda/cli/main.py", line 98, in _main imported = importlib.import_module(module) "/home/waifuaiv2/anaconda3/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1014, in _gcd_import "<frozen importlib._bootstrap>", line 991, in _find_and_load "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 671, in _load_unlocked "<frozen importlib._bootstrap_external>", line 783, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/home/waifuaiv2/.local/lib/python3.8/site-packages/conda/cli/main_list.py", line 20, in <module> from ..egg_info import get_egg_info "/home/waifuaiv2/.local/lib/python3.8/site-packages/conda/egg_info.py", line 15, in <module> from .misc import rel_path "/home/waifuaiv2/.local/lib/python3.8/site-packages/conda/misc.py", line 19, in <module> from .core.index import get_index, _supplement_index_with_cache "/home/waifuaiv2/.local/lib/python3.8/site-packages/conda/core/index.py", line 8, in <module> from .package_cache import PackageCache "/home/waifuaiv2/.local/lib/python3.8/site-packages/conda/core/package_cache.py", line 10, in <module> from .path_actions import CacheUrlAction, ExtractPackageAction "/home/waifuaiv2/.local/lib/python3.8/site-packages/conda/core/path_actions.py", line 31, in <module> from ..gateways.download import download "/home/waifuaiv2/.local/lib/python3.8/site-packages/conda/gateways/download.py", line 16, in <module> from ..connection import CondaSession "/home/waifuaiv2/.local/lib/python3.8/site-packages/conda/connection.py", line 44, in <module> distinfo = platform.linux_distribution() AttributeError: module 'platform' has no attribute 'linux_distribution'
Traceback (most recent call last): "setup.py", line 13, in <module> from golem.docker.manager import DockerManager "C:\Users\ederenn\Projects\golem\golem\docker\manager.py", line 10, in <module> from golem.docker.config import DockerConfigManager, APPS_DIR, IMAGES_INI, \ "C:\Users\ederenn\Projects\golem\golem\docker\config.py", line 6, in <module> from golem.core.hardware import cpu_cores_available "C:\Users\ederenn\Projects\golem\golem\core\hardware.py", line 7, in <module> from golem.appconfig import \ "C:\Users\ederenn\Projects\golem\golem\appconfig.py", line 8, in <module> from golem.config.active import ENABLE_TALKBACK "C:\Users\ederenn\Projects\golem\golem\config\active.py", line 13, in <module> from golem.config.environments.testnet import * # noqa "C:\Users\ederenn\Projects\golem\golem\config\environments\testnet.py", line 27, in <module> class EthereumConfig: "C:\Users\ederenn\Projects\golem\golem\config\environments\testnet.py", line 42, in EthereumConfig contracts.GNT: '0x924442A66cFd812308791872C4B242440c108E19', AttributeError: module 'golem_sci.contracts' has no attribute 'GNT'
0.766766
Traceback (most recent call last): "setup.py", line 20, in <module> __author__ = __import__(__name__).version.AUTHOR "/mnt/test/CUP-3.0-alpha/cup/__init__.py", line 28, in <module> from cup import net "/mnt/test/CUP-3.0-alpha/cup/net/__init__.py", line 20 from cup.net import async ^ SyntaxError: invalid syntax
Traceback (most recent call last): "C:\Users\kenne\Desktop\rocketflare.py", line 2, in <module> import discord "C:\Users\kenne\Coding s\lib\site-packages\discord\__init__.py", line 20, in <module> from .client import Client, AppInfo, ChannelPermissions "C:\Users\kenne\Coding s\lib\site-packages\discord\client.py", line 38, in <module> from .state import ConnectionState "C:\Users\kenne\Coding s\lib\site-packages\discord\state.py", line 36, in <module> from . import utils, compat "C:\Users\kenne\Coding s\lib\site-packages\discord\compat.py", line 32 create_task = asyncio.async ^ SyntaxError: invalid syntax```
0.866013
Traceback (most recent call last): "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() "/usr/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) "<path>/OpenWPM/automation/TaskManager.py", line 512, in _issue_command "command_status": command_status, UnboundLocalError: local variable 'command_status' referenced before assignment
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 261, in async_update_ha_state await self.async_device_update() "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 441, in async_device_update await self.hass.async_add_executor_job(self.update) "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/homeassistant/homeassistant/components/qbittorrent/sensor.py", line 120, in update if data is None: UnboundLocalError: local variable 'data' referenced before assignment
0.752996
Traceback (most recent call last): "/home/diff/.config/blender/2.79/scripts/addons/animation_nodes/__init__.py", line 140, in <module> try: from . import test_compile ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
Traceback (most recent call last): "btcrecover.py", line 30, in <module> from btcrecover import btcrpass "C:\Users\user\Desktop\Bitcoin Recover\btcrecover\__init__.py", line 2, in <module> from btcrpass import * ImportError: No module named 'btcrpass'
0.72721
Traceback (most recent call last): "/home/yuis/.pyenv/versions/3.6.12/bin/litecli", line 7, in <module> from litecli.main import cli "/home/yuis/.pyenv/versions/3.6.12/lib/python3.6/site-packages/litecli/main.py", line 13, in <module> from sqlite3 import OperationalError "/home/yuis/.pyenv/versions/3.6.12/lib/python3.6/sqlite3/__init__.py", line 23, in <module> from sqlite3.dbapi2 import * "/home/yuis/.pyenv/versions/3.6.12/lib/python3.6/sqlite3/dbapi2.py", line 27, in <module> from _sqlite3 import * ModuleNotFoundError: No module named '_sqlite3'
Traceback (most recent call last): ".\sort.py", line 11, in <module> from lib.cli import FullPaths ModuleNotFoundError: No module named 'lib.cli'
0.759816
Traceback (most recent call last): "webserver.py", line 20, in <module> from web.views.users import UsersView "/home/fame/fame/web/views/users.py", line 14, in <module> auth_module = import_module('web.auth.{}.views'.format(fame_config.auth)) "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/home/fame/fame/web/auth/user_password/views.py", line 3, in <module> from zxcvbn import password_strength ImportError: cannot import name password_strength
Traceback (most recent call last): "D:/code/py/vibora_test/main.py", line 6, in <module> from vibora import Vibora "C:\Program s\Python36\lib\site-packages\vibora\__init__.py", line 7, in <module> from .server import * "C:\Program s\Python36\lib\site-packages\vibora\server.py", line 5, in <module> from signal import pause ImportError: cannot import name 'pause'
0.765288
Traceback (most recent call last): "/home/s18002/anaconda3/envs/my_env/lib/python3.7/site-packages/setuptools/installer.py", line 128, in fetch_build_egg subprocess.check_call(cmd) "/home/s18002/anaconda3/envs/my_env/lib/python3.7/subprocess.py", line 363, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/home/s18002/anaconda3/envs/dense_matching_benchmark/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpaz5otv11', '--quiet', 'numpy>=1.11.1']' returned non-zero exit status 1.
Traceback (most recent call last): "./train.py", line 100, in <module> network, init_fn = model_builder.build_model(model_name=args.model, frontend=args.frontend, net_input=net_input, num_classes=num_classes, crop_width=args.crop_width, crop_height=args.crop_height, is_training=True) "/content/gdrive/My Drive/Sync/Semantic-Segmentation-Suite/builders/model_builder.py", line 51, in build_model download_checkpoints("MobileNetV2") "/content/gdrive/My Drive/Sync/Semantic-Segmentation-Suite/builders/model_builder.py", line 28, in download_checkpoints subprocess.check_output(["python", "utils/get_pretrained_checkpoints.py", "--model=" + model_name]) "/usr/lib/python3.6/subprocess.py", line 336, in check_output **kwargs).stdout "/usr/lib/python3.6/subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['python', 'utils/get_pretrained_checkpoints.py', '--model=MobileNetV2']' returned non-zero exit status 1.
0.687955
Traceback (most recent call last): "/home/pi/Printrun/printrun/gui/viz.py", line 91, in __init__ import printrun.gcview "/home/pi/Printrun/printrun/gcview.py", line 22, in <module> from .gl.panel import wxGLPanel "/home/pi/Printrun/printrun/gl/panel.py", line 27, in <module> import pyglet ImportError: No module named pyglet
Traceback (most recent call last): "/opt/miniconda3/lib/python3.5/site-packages/_pytest/config.py", line 362, in _importconftest mod = conftestpath.pyimport() "/opt/miniconda3/lib/python3.5/site-packages/py/_path/local.py", line 662, in pyimport __import__(modname) "/opt/miniconda3/lib/python3.5/site-packages/_pytest/assertion/rewrite.py", line 216, in load_module py.builtin.exec_(co, mod.__dict__) "/Users/johndoe/xxx/sphinx/tests/conftest.py", line 11, in <module> import util "/Users/johndoe/xxx/sphinx/tests/util.py", line 25, in <module> from sphinx import application "/Users/johndoe/xxx/sphinx/sphinx/application.py", line 33, in <module> from sphinx.environment import BuildEnvironment "/Users/johndoe/xxx/sphinx/sphinx/environment/__init__.py", line 44, in <module> from sphinx.util.websupport import is_commentable "/Users/johndoe/xxx/sphinx/sphinx/util/websupport.py", line 10, in <module> from sphinxcontrib.websupport.utils import is_commentable # NOQA ImportError: No module named 'sphinxcontrib'
0.749666
Traceback (most recent call last): "<ipython-input-3-70afb8e03893>", line 1, in <module> import gooey "(...long path...)\site-packages\gooey\__init__.py", line 2, in <module> from gooey.python_bindings.gooey_decorator import Gooey "(...long path...)\site-packages\gooey\python_bindings\gooey_decorator.py", line 14, in <module> from gooey.gui import application "(...long path...)\site-packages\gooey\gui\application.py", line 10, in <module> from gooey.gui.containers.application import GooeyApplication "(...long path...)\site-packages\gooey\gui\containers\application.py", line 17, in <module> from gooey.gui.components.menubar import MenuBar ModuleNotFoundError: No module named 'gooey.gui.components.menubar'
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.786641
Traceback (most recent call last): "<stdin>", line 1, in <module> TypeError: 'int' object is not callable
Traceback (most recent call last): "/usr/local/bin/fawkes", line 33, in <module> sys.exit(load_entry_point('fawkes==0.3.1', 'console_scripts', 'fawkes')()) "/usr/local/bin/fawkes", line 25, in importlib_load_entry_point return next(matches).load() "/home/dragonxtek/.local/lib/python3.6/site-packages/importlib_metadata/__init__.py", line 96, in load module = import_module(match.group('module')) "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 994, in _gcd_import "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 665, in _load_unlocked "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/usr/local/lib/python3.6/dist-packages/fawkes-0.3.1-py3.6.egg/fawkes/__init__.py", line 9, in <module> from .detect_faces import create_mtcnn, run_detect_face "/usr/local/lib/python3.6/dist-packages/fawkes-0.3.1-py3.6.egg/fawkes/detect_faces.py", line 33, in <module> import tensorflow as tf "/home/dragonxtek/.local/lib/python3.6/site-packages/tensorflow/__init__.py", line 28, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import "/home/dragonxtek/.local/lib/python3.6/site-packages/tensorflow/python/__init__.py", line 52, in <module> from tensorflow.core.framework.graph_pb2 import * "/home/dragonxtek/.local/lib/python3.6/site-packages/tensorflow/core/framework/graph_pb2.py", line 16, in <module> from tensorflow.core.framework import node_def_pb2 as tensorflow_dot_core_dot_framework_dot_node__def__pb2 "/home/dragonxtek/.local/lib/python3.6/site-packages/tensorflow/core/framework/node_def_pb2.py", line 16, in <module> from tensorflow.core.framework import attr_value_pb2 as tensorflow_dot_core_dot_framework_dot_attr__value__pb2 "/home/dragonxtek/.local/lib/python3.6/site-packages/tensorflow/core/framework/attr_value_pb2.py", line 16, in <module> from tensorflow.core.framework import tensor_pb2 as tensorflow_dot_core_dot_framework_dot_tensor__pb2 "/home/dragonxtek/.local/lib/python3.6/site-packages/tensorflow/core/framework/tensor_pb2.py", line 16, in <module> from tensorflow.core.framework import resource_handle_pb2 as tensorflow_dot_core_dot_framework_dot_resource__handle__pb2 "/home/dragonxtek/.local/lib/python3.6/site-packages/tensorflow/core/framework/resource_handle_pb2.py", line 23, in <module> serialized_pb=_b('\n/tensorflow/core/framework/resource_handle.proto\x12\ntensorflow\"r\n\x13ResourceHandleProto\x12\x0e\n\x06\x64\x65vice\x18\x01 \x01(\t\x12\x11\n\tcontainer\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x11\n\thash_code\x18\x04 \x01(\x04\x12\x17\n\x0fmaybe_type_name\x18\x05 \x01(\tBn\n\x18org.tensorflow.frameworkB\x0eResourceHandleP\x01Z=github.com/tensorflow/tensorflow/tensorflow/go/core/framework\xf8\x01\x01\x62\x06proto3') TypeError: __new__() got an unexpected keyword argument 'serialized_options'
0.719206
Traceback (most recent call last): "/home/nd/workspace/ubuntu/madmom/learnmadmon/test_key_chord_downbeat.py", line 160, in <module> proc = madmom.features.CNNKeyRecognitionProcessor() "/media/nd/000FCB1D000052B1/workspace/ubuntu/madmom/learnmadmon/madmom/features/key.py", line 117, in __init__ nn = NeuralNetworkEnsemble.load(nn_files) "/media/nd/000FCB1D000052B1/workspace/ubuntu/madmom/learnmadmon/madmom/ml/nn/__init__.py", line 174, in load networks = [NeuralNetwork.load(f) for f in nn_files] "/media/nd/000FCB1D000052B1/workspace/ubuntu/madmom/learnmadmon/madmom/processors.py", line 69, in load obj = pickle.load(f) "/usr/lib/python2.7/pickle.py", line 1378, in load return Unpickler(file).load() "/usr/lib/python2.7/pickle.py", line 858, in load dispatch[key](self) "/usr/lib/python2.7/pickle.py", line 1090, in load_global klass = self.find_class(module, name) "/usr/lib/python2.7/pickle.py", line 1126, in find_class klass = getattr(mod, name) AttributeError: 'module' object has no attribute 'PadLayer'
`Traceback (most recent call last): "train.py", line 113, in <module> main() "train.py", line 87, in main model.compile(optimizer=opt, loss=loss_type, metrics=[PSNR]) "/usr/local/lib/python3.6/dist-packages/keras/backend/tensorflow_backend.py", line 75, in symbolic_fn_wrapper return func(*args, **kwargs) "/usr/local/lib/python3.6/dist-packages/keras/engine/training.py", line 222, in compile masks=masks) "/usr/local/lib/python3.6/dist-packages/keras/engine/training.py", line 871, in _handle_metrics self._per_output_metrics[i], target, output, output_mask) "/usr/local/lib/python3.6/dist-packages/keras/engine/training.py", line 842, in _handle_per_output_metrics metric_fn, y_true, y_pred, weights=weights, mask=mask) "/usr/local/lib/python3.6/dist-packages/keras/engine/training_utils.py", line 1033, in call_metric_function update_ops = metric_fn.update_state(y_true, y_pred, sample_weight=weights) "/usr/local/lib/python3.6/dist-packages/keras/utils/metrics_utils.py", line 42, in decorated update_op = update_state_fn(*args, **kwargs) "/usr/local/lib/python3.6/dist-packages/keras/metrics.py", line 318, in update_state matches = self._fn(y_true, y_pred, **self._fn_kwargs) "/home/x/文档/GitHub/noise2noise/model.py", line 45, in PSNR return 10.0 * tf_log10((max_pixel ** 2) / (K.mean(K.square(y_pred - y_true)))) "/home/x/文档/GitHub/noise2noise/model.py", line 37, in tf_log10 numerator = tf.log(x) AttributeError: module 'tensorflow' has no attribute 'log'`
0.690307
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.7/bin/spyder3", line 10, in <module> sys.exit(main()) "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/spyder/app/start.py", line 178, in main from spyder.app import mainwindow "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/spyder/app/mainwindow.py", line 90, in <module> from qtpy import QtWebEngineWidgets # analysis:ignore "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/qtpy/QtWebEngineWidgets.py", line 26, in <module> from PyQt5.QtWebKitWidgets import QWebPage as QWebEnginePage ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
Traceback (most recent call last): "/Users/janez/Dropbox/orange3/Orange/canvas/registry/discovery.py", line 261, in iter_widget_descriptions module = asmodule(name) "/Users/janez/Dropbox/orange3/Orange/canvas/registry/discovery.py", line 493, in asmodule return __import__(module, fromlist=[""]) "/Users/janez/Dropbox/orange3/Orange/widgets/data/owdatasets.py", line 9, in <module> from concurrent.futures import ThreadPoolExecutor, Future "/Users/janez/Dropbox/orange3/Orange/widgets/utils/concurrent.py", line 12, in <module> import concurrent.futures ModuleNotFoundError: No module named 'concurrent.futures'; 'concurrent' is not a package
0.699181
Traceback (most recent call last): "/home/sebastiaan/pydis/repositories/djangobot/bot/cogs/cogs.py", line 232, in reload_command self.bot.unload_extension(full_cog) "/home/sebastiaan/.local/share/virtualenvs/djangobot-Py5o4YeS/lib/python3.7/site-packages/discord/ext/commands/bot.py", line 655, in unload_extension self._remove_module_references(lib.__name__) "/home/sebastiaan/.local/share/virtualenvs/djangobot-Py5o4YeS/lib/python3.7/site-packages/discord/ext/commands/bot.py", line 534, in _remove_module_references self.remove_cog(cogname) "/home/sebastiaan/.local/share/virtualenvs/djangobot-Py5o4YeS/lib/python3.7/site-packages/discord/ext/commands/bot.py", line 520, in remove_cog cog._eject(self) "/home/sebastiaan/.local/share/virtualenvs/djangobot-Py5o4YeS/lib/python3.7/site-packages/discord/ext/commands/cog.py", line 414, in _eject self.cog_unload() "/home/sebastiaan/pydis/repositories/djangobot/bot/cogs/watchchannels/watchchannel.py", line 338, in cog_unload if not self._consume_task.done(): AttributeError: 'NoneType' object has no attribute 'done'
Traceback (most recent call last): "/usr/src/app/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform SLOW_SETUP_MAX_WAIT) "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for return fut.result() "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/app/homeassistant/components/netatmo/sensor.py", line 143, in setup_platform config.get(CONF_STATION))) "/usr/src/app/homeassistant/components/netatmo/sensor.py", line 190, in __init__ self._module_type = self.netatmo_data. \ AttributeError: 'NoneType' object has no attribute 'moduleByName'
0.715543
Traceback (most recent call last): "runtest.py", line 13, in <module> import ray "/Users/eugenevinitsky/Desktop/Research/Bayen/Code/ray-test/flow_ray/python/ray/__init__.py", line 28, in <module> import pyarrow # noqa: F401 "/Users/eugenevinitsky/Desktop/Research/Bayen/Code/ray-test/flow_ray/python/ray/pyarrow_files/pyarrow/__init__.py", line 32, in <module> from pyarrow.lib import cpu_count, set_cpu_count ImportError: No module named 'pyarrow.lib'
Traceback (most recent call last): "<stdin>", line 1, in <module> "mcstatus.py", line 1, in <module> from mcstatus import MinecraftServer ImportError: cannot import name MinecraftServer
0.778663
Traceback (most recent call last): "/usr/local/bin/telepresence/telepresence/cli.py", line 135, in crash_reporting yield "/usr/local/bin/telepresence/telepresence/main.py", line 65, in main remote_info = start_proxy(runner) "/usr/local/bin/telepresence/telepresence/proxy/__init__.py", line 138, in start_proxy run_id=run_id, "/usr/local/bin/telepresence/telepresence/proxy/remote.py", line 144, in get_remote_info runner, deployment_name, deployment_type, run_id=run_id "/usr/local/bin/telepresence/telepresence/proxy/remote.py", line 91, in get_deployment_json return json.loads(output)["items"][0] IndexError: list index out of range
Traceback (most recent call last): "/Users/jimmygunawan/Library/Application Support/Blender/2.83/scripts/addons/sverchok-master/core/update_system.py", line 383, in do_update_general node.process() "/Users/jimmygunawan/Library/Application Support/Blender/2.83/scripts/addons/sverchok-master/nodes/curve/eval_curve.py", line 76, in process if isinstance(curve_s[0], SvCurve): IndexError: list index out of range
0.705983
Traceback (most recent call last): "./mpsyt", line 2, in <module> import mps_youtube.main "/home/ritiek/mps-youtube/mps_youtube/__init__.py", line 8, in <module> init.init() "/home/ritiek/mps-youtube/mps_youtube/init.py", line 56, in init assign_player(config.PLAYER.get) # Player is not assigned when config is loaded "/home/ritiek/mps-youtube/mps_youtube/util.py", line 546, in assign_player module = import_module('mps_youtube.players.{0}'.format(module_name)) "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "/home/ritiek/mps-youtube/mps_youtube/players/mpv.py", line 12, in <module> from ..player import CmdPlayer "/home/ritiek/mps-youtube/mps_youtube/player.py", line 15, in <module> from .commands import lastfm "/home/ritiek/mps-youtube/mps_youtube/commands/__init__.py", line 27, in <module> from . import download, search, album_search, spotify_playlist, misc, config, local_playlist "/home/ritiek/mps-youtube/mps_youtube/commands/download.py", line 13, in <module> from .search import yt_url, user_pls "/home/ritiek/mps-youtube/mps_youtube/commands/search.py", line 22, in <module> from .songlist import plist, paginatesongs "/home/ritiek/mps-youtube/mps_youtube/commands/songlist.py", line 79, in <module> @command(r'pl\s+%s' % PL, 'pl') "/home/ritiek/mps-youtube/mps_youtube/commands/__init__.py", line 18, in command completer.add_cmd(command) AttributeError: 'NoneType' object has no attribute 'add_cmd'
Traceback (most recent call last): "run_ner.py", line 333, in <module> main() "run_ner.py", line 282, in main result = trainer.evaluate() "/home/dzungle/miniconda3/envs/hppi/lib/python3.8/site-packages/transformers/trainer.py", line 1604, in evaluate output = self.prediction_loop( "/home/dzungle/miniconda3/envs/hppi/lib/python3.8/site-packages/transformers/trainer.py", line 1742, in prediction_loop loss, logits, labels = self.prediction_step(model, inputs, prediction_loss_only, ignore_keys=ignore_keys) "/home/dzungle/miniconda3/envs/hppi/lib/python3.8/site-packages/transformers/trainer.py", line 1874, in prediction_step labels = nested_detach(tuple(inputs.get(name) for name in self.label_names)) "/home/dzungle/miniconda3/envs/hppi/lib/python3.8/site-packages/transformers/trainer_pt_utils.py", line 111, in nested_detach return type(tensors)(nested_detach(t) for t in tensors) "/home/dzungle/miniconda3/envs/hppi/lib/python3.8/site-packages/transformers/trainer_pt_utils.py", line 111, in <genexpr> return type(tensors)(nested_detach(t) for t in tensors) "/home/dzungle/miniconda3/envs/hppi/lib/python3.8/site-packages/transformers/trainer_pt_utils.py", line 112, in nested_detach return tensors.detach() AttributeError: 'NoneType' object has no attribute 'detach'
0.696034
Traceback (most recent call last): "tuxemon.py", line 59, in <module> from core.main import main "/Users/allan/Documents/tuxemon/core/main.py", line 33, in <module> from . import prepare "/Users/allan/Documents/tuxemon/core/prepare.py", line 38, in <module> import pygame as pg ImportError: No module named pygame
Traceback (most recent call last): "test.py", line 4, in <module> from prosr.data import DataLoader, Dataset, DataChunks "/Users/ajinkyabobade/Downloads/proSR-master/lib/prosr/data/__init__.py", line 1, in <module> from .progressive_loader import DataLoader, Dataset "/Users/ajinkyabobade/Downloads/proSR-master/lib/prosr/data/progressive_loader.py", line 1, in <module> from . import multiproc "/Users/ajinkyabobade/Downloads/proSR-master/lib/prosr/data/multiproc.py", line 3, in <module> from torch.utils.data.dataloader import (_DataLoaderIter, DataLoader, ImportError: cannot import name '_pin_memory_loop' from 'torch.utils.data.dataloader' (/anaconda3/envs/proSR/lib/python3.7/site-packages/torch/utils/data/dataloader.py)
0.786489
Traceback (most recent call last): "/usr/local/bin/csvlook", line 9, in <module> load_entry_point('csvkit==1.0.0', 'console_scripts', 'csvlook')() "/usr/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 343, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 2307, in load_entry_point return ep.load() "/usr/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 2013, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) "/usr/local/lib/python2.7/site-packages/csvkit-1.0.0-py2.7.egg/csvkit/__init__.py", line 15, in <module> import agate "/usr/local/lib/python2.7/site-packages/agate-1.4.0-py2.7.egg/agate/__init__.py", line 5, in <module> from agate.aggregations import * "/usr/local/lib/python2.7/site-packages/agate-1.4.0-py2.7.egg/agate/aggregations/__init__.py", line 22, in <module> from agate.aggregations.count import Count # noqa "/usr/local/lib/python2.7/site-packages/agate-1.4.0-py2.7.egg/agate/aggregations/count.py", line 5, in <module> from agate.utils import default "/usr/local/lib/python2.7/site-packages/agate-1.4.0-py2.7.egg/agate/utils.py", line 13, in <module> from slugify import Slugify, UniqueSlugify "/usr/local/lib/python2.7/site-packages/awesome_slugify-1.6.5-py2.7.egg/slugify/__init__.py", line 2, in <module> from slugify.main import Slugify, UniqueSlugify "/usr/local/lib/python2.7/site-packages/awesome_slugify-1.6.5-py2.7.egg/slugify/main.py", line 68, in <module> class Slugify(object): "/usr/local/lib/python2.7/site-packages/awesome_slugify-1.6.5-py2.7.egg/slugify/main.py", line 69, in Slugify upper_to_upper_letters_re = re.compile(UPPER_TO_UPPER_LETTERS_RE, re.VERBOSE | re.VERSION1) AttributeError: 'module' object has no attribute 'VERSION1'
Traceback (most recent call last): "/root/.cache/bazel/_bazel_root/3b4c7ccb85580bc382ce4a52e9580003/execroot/__main__/bazel-out/local-opt/bin/syntaxnet/lexicon_builder_test.runfiles/__main__/syntaxnet/lexicon_builder_test.py", line 22, in <module> import tensorflow as tf "/root/.cache/bazel/_bazel_root/3b4c7ccb85580bc382ce4a52e9580003/execroot/__main__/bazel-out/local-opt/bin/syntaxnet/lexicon_builder_test.runfiles/org_tensorflow/tensorflow/__init__.py", line 24, in <module> from tensorflow.python import * "/root/.cache/bazel/_bazel_root/3b4c7ccb85580bc382ce4a52e9580003/execroot/__main__/bazel-out/local-opt/bin/syntaxnet/lexicon_builder_test.runfiles/org_tensorflow/tensorflow/python/__init__.py", line 63, in <module> from tensorflow.python.framework.framework_lib import * "/root/.cache/bazel/_bazel_root/3b4c7ccb85580bc382ce4a52e9580003/execroot/__main__/bazel-out/local-opt/bin/syntaxnet/lexicon_builder_test.runfiles/org_tensorflow/tensorflow/python/framework/framework_lib.py", line 102, in <module> from tensorflow.python.framework.importer import import_graph_def "/root/.cache/bazel/_bazel_root/3b4c7ccb85580bc382ce4a52e9580003/execroot/__main__/bazel-out/local-opt/bin/syntaxnet/lexicon_builder_test.runfiles/org_tensorflow/tensorflow/python/framework/importer.py", line 30, in <module> from tensorflow.python.framework import function "/root/.cache/bazel/_bazel_root/3b4c7ccb85580bc382ce4a52e9580003/execroot/__main__/bazel-out/local-opt/bin/syntaxnet/lexicon_builder_test.runfiles/org_tensorflow/tensorflow/python/framework/function.py", line 38, in <module> from tensorflow.python.ops import variable_scope as vs "/root/.cache/bazel/_bazel_root/3b4c7ccb85580bc382ce4a52e9580003/execroot/__main__/bazel-out/local-opt/bin/syntaxnet/lexicon_builder_test.runfiles/org_tensorflow/tensorflow/python/ops/variable_scope.py", line 192, in <module> """ AttributeError: 'int' object attribute '__doc__' is read-only
0.769263
Traceback (most recent call last): "<stdin>", line 1, in <module> TypeError: 'NoneType' object is not callable
Traceback (most recent call last): "<string>", line 17, in <module> "build/rapidfuzz/setup.py", line 7, in <module> with open(path.join(this_dir, "VERSION"), encoding='utf-8') as version_file: TypeError: 'encoding' is an invalid keyword argument for this function
0.746502
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
Traceback (most recent call last): "/home/umang/.local/share/virtualenvs/folder-J0sgQLGZ/bin/wandb", line 6, in <module> from wandb.cli import cli "/home/umang/.local/share/virtualenvs/folder-J0sgQLGZ/lib/python3.7/site-packages/wandb/__init__.py", line 40, in <module> from wandb.apis import InternalApi, PublicApi, CommError "/home/umang/.local/share/virtualenvs/folder-J0sgQLGZ/lib/python3.7/site-packages/wandb/apis/__init__.py", line 7, in <module> from gql.client import RetryError "/home/umang/.local/share/virtualenvs/folder-J0sgQLGZ/lib/python3.7/site-packages/gql/__init__.py", line 2, in <module> from .client import Client "/home/umang/.local/share/virtualenvs/folder-J0sgQLGZ/lib/python3.7/site-packages/gql/client.py", line 3, in <module> from graphql import parse, introspection_query, build_ast_schema, build_client_schema ImportError: cannot import name 'introspection_query' from 'graphql' (/home/umang/.local/share/virtualenvs/folder-J0sgQLGZ/lib/python3.7/site-packages/graphql/__init__.py)
0.785961
Traceback (most recent call last): "C:\Users\jdisa\Documents\11411 Project\NLPenguinsProject\ask\yesno.py", line 37, in <module> with CoreNLPClient(annotators=["tokenize"], timeout=30000, memory='16G') as client: "C:\Users\jdisa\AppData\Local\Programs\Python\Python39\lib\site-packages\stanza\server\client.py", line 182, in __enter__ self.start() "C:\Users\jdisa\AppData\Local\Programs\Python\Python39\lib\site-packages\stanza\server\client.py", line 152, in start self.server = subprocess.Popen(self.start_cmd, "C:\Users\jdisa\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 947, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, "C:\Users\jdisa\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1416, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, NotFoundError: [WinError 2] The system cannot find the file specified
Traceback (most recent call last): "C:\\gtk-build\\tools\\meson-0.38.1\\meson.py", line 37, in <module> sys.exit(main()) "C:\\gtk-build\\tools\\meson-0.38.1\\meson.py", line 34, in main return mesonmain.run(launcher, sys.argv[1:]) "C:\gtk-build\tools\meson-0.38.1\mesonbuild\mesonmain.py", line 248, in run sys.exit(run_script_command(args[1:])) "C:\gtk-build\tools\meson-0.38.1\mesonbuild\mesonmain.py", line 236, in run_script_command return cmdfunc(cmdargs) "C:\gtk-build\tools\meson-0.38.1\mesonbuild\scripts\meson_exe.py", line 72, in run return run_exe(exe) "C:\gtk-build\tools\meson-0.38.1\mesonbuild\scripts\meson_exe.py", line 55, in run_exe p, stdout, stderr = Popen_safe(cmd + exe.cmd_args, env=child_env, cwd=exe.workdir) "C:\gtk-build\tools\meson-0.38.1\mesonbuild\mesonlib.py", line 496, in Popen_safe stderr=stderr, **kwargs) "C:\Python34\lib\subprocess.py", line 859, in __init__ restore_signals, start_new_session) "C:\Python34\lib\subprocess.py", line 1114, in _execute_child startupinfo) NotFoundError: [WinError 2] The system cannot find the file specified
0.830965
Traceback (most recent call last): "/usr/local/bin/jirashell", line 11, in <module> sys.exit(main()) "/usr/local/lib/python2.7/site-packages/jira/jirashell.py", line 245, in main options['server'], oauth['consumer_key'], oauth['key_cert'], oauth['print_tokens'], options['verify']) "/usr/local/lib/python2.7/site-packages/jira/jirashell.py", line 40, in oauth_dance server + '/plugins/servlet/oauth/request-token', verify=verify, auth=oauth) "/usr/local/lib/python2.7/site-packages/requests/api.py", line 111, in post return request('post', url, data=data, json=json, **kwargs) "/usr/local/lib/python2.7/site-packages/requests/api.py", line 57, in request return session.request(method=method, url=url, **kwargs) "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 461, in request prep = self.prepare_request(req) "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 394, in prepare_request hooks=merge_hooks(request.hooks, self.hooks), "/usr/local/lib/python2.7/site-packages/requests/models.py", line 299, in prepare self.prepare_auth(auth, url) "/usr/local/lib/python2.7/site-packages/requests/models.py", line 494, in prepare_auth r = auth(self) "/usr/local/lib/python2.7/site-packages/requests_oauthlib/oauth1_auth.py", line 88, in __call__ unicode(r.url), unicode(r.method), None, r.headers) "/usr/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/__init__.py", line 313, in sign ('oauth_signature', self.get_oauth_signature(request))) "/usr/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/__init__.py", line 128, in get_oauth_signature uri, headers, body = self._render(request) "/usr/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/__init__.py", line 210, in _render request.oauth_params, request.headers, realm=realm) "/usr/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/utils.py", line 31, in wrapper return target(params, *args, **kwargs) "/usr/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/parameters.py", line 57, in prepare_headers escaped_value = utils.escape(value) "/usr/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/utils.py", line 56, in escape 'Got %s of type %s.' % (u, type(u))) ValueError: Only unicode objects are escapable. Got None of type <type 'NoneType'>.
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/IPython/core/interactiveshell.py", line 3267, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-2-a80e3d450979>", line 1, in <module> runfile('/home/pavel/Repositories/ascro/test/testasd.py', wdir='/home/pavel/Repositories/ascro/test') "/home/pavel/Programs/pycharm-2018.3.4/helpers/pydev/_pydev_bundle/pydev_umd.py", line 197, in runfile pydev_imports.execfile(filename, global_vars, local_vars) # execute the script "/home/pavel/Programs/pycharm-2018.3.4/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) "/home/pavel/Repositories/ascro/test/testasd.py", line 18, in <module> meshio.write_points_cells("mesh.xdmf", p, c) "/usr/local/lib/python3.6/dist-packages/meshio/helpers.py", line 190, in write_points_cells return write(filename, mesh, file_format=file_format, **kwargs) "/usr/local/lib/python3.6/dist-packages/meshio/helpers.py", line 227, in write return interface.write(filename, mesh, *args, **_kwargs) "/usr/local/lib/python3.6/dist-packages/meshio/xdmf_io/main.py", line 468, in write XdmfWriter(*args, **kwargs) "/usr/local/lib/python3.6/dist-packages/meshio/xdmf_io/main.py", line 278, in __init__ self.h5_file = h5py. (self.h5_filename, "w") "/usr/local/lib/python3.6/dist-packages/h5py/_hl/files.py", line 391, in __init__ fapl = make_fapl(driver, libver, rdcc_nslots, rdcc_nbytes, rdcc_w0, **kwds) "/usr/local/lib/python3.6/dist-packages/h5py/_hl/files.py", line 108, in make_fapl plist.set_libver_bounds(low, high) "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper "h5py/h5p.pyx", line 1140, in h5py.h5p.PropFAID.set_libver_bounds ValueError: Invalid high library version bound (invalid high library version bound)
0.676721
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-isuua6j4/django-pure-pagination/setup.py", line 5, in <module> README = readme.read() "/var/env/django_env/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 672: ordinal not in range(128)
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\teres\AppData\Local\Temp\pip-install-4tr77ojt\jws\setup.py", line 17, in <module> long_description=read('README.md'), "C:\Users\teres\AppData\Local\Temp\pip-install-4tr77ojt\jws\setup.py", line 5, in read return open(os.path.join(os.path.dirname(__file__), fname)).read() UnicodeDecodeError: 'cp950' codec can't decode byte 0xe2 in position 500: illegal multibyte sequence
0.813679
`Traceback (most recent call last): "nzbToSickBeard.py", line 257, in <module> import nzbToMedia "D:\scripts\nzbToMedia\nzbToMedia.py", line 520, in <module> import core "D:\scripts\nzbToMedia\core\__init__.py", line 35, in <module> from core.autoProcess.autoProcessComics import autoProcessComics "D:\scripts\nzbToMedia\core\autoProcess\autoProcessComics.py", line 7, in <module> from core.nzbToMediaUtil import convert_to_ascii, remoteDir, server_responding "D:\scripts\nzbToMedia\core\nzbToMediaUtil.py", line 22, in <module> from core.linktastic import linktastic "D:\scripts\nzbToMedia\core\linktastic\linktastic.py", line 31, in <module> info.dwFlags |= subprocess.STARTF_USESHOWWINDOW AttributeError: 'module' object has no attribute 'STARTF_USESHOWWINDOW'`
```Traceback (most recent call last): "lstm.py", line 25, in <module> from tensor2tensor.utils import t2t_model "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/tensor2tensor/utils/t2t_model.py", line 29, in <module> from tensor2tensor.data_generators.problem import problem_hparams_to_features "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/tensor2tensor/data_generators/problem.py", line 24, in <module> from tensor2tensor.data_generators import generator_utils "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/tensor2tensor/data_generators/generator_utils.py", line 641, in <module> dataset_split=tf.estimator.ModeKeys.TRAIN): AttributeError: module 'tensorflow' has no attribute 'estimator'
0.791302
Traceback (most recent call last): "/usr/bin/telepresence", line 1785, in get_proxy_cidrs get_output([runner.kubectl_cmd, "get", "nodes", "-o", "json"]) "/usr/bin/telepresence", line 395, in get_output result = unicode(check_output(*args, **kwargs).strip(), "utf-8") "/usr/lib/python3.5/subprocess.py", line 626, in check_output **kwargs).stdout "/usr/lib/python3.5/subprocess.py", line 708, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['kubectl', 'get', 'nodes', '-o', 'json']' returned non-zero exit status 1
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/setuptools/installer.py", line 128, in fetch_build_egg subprocess.check_call(cmd) "/usr/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp5l4__eeh', '--quiet', 'cffi>=1.0.0']' returned non-zero exit status 1.
0.691365
Traceback (most recent call last): "./youtube-dl/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "./youtube-dl/youtube_dl/extractor/slideslive.py", line 41, in _real_extract service_name = video_data['video_service_name'].lower() KeyError: u'video_service_name'
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 508, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/hotstar.py", line 91, in _real_extract title = video_data['title'] KeyError: u'title'
0.852564
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: No module named cv3
Traceback (most recent call last): "/home/a/apps/thonny/lib/python3.7/site-packages/thonny/__init__.py", line 192, in launch from thonny import workbench "/home/a/apps/thonny/lib/python3.7/site-packages/thonny/workbench.py", line 15, in <module> import tkinter as tk "/home/a/apps/thonny/lib/python3.7/tkinter/__init__.py", line 36, in <module> import _tkinter # If this fails your Python may not be configured for Tk ImportError: libXft.so.2: cannot open shared object file: No such file or directory
0.719761
Traceback (most recent call last): "nodemcu-pyflasher.py", line 3, in <module> import Main "C:\Users\IEUser\Projects\nodemcu-pyflasher\Main.py", line 3, in <module> import wx "C:\Users\IEUser\Projects\nodemcu-pyflasher\venv\lib\site-packages\wx\__init__.py", line 17, in <module> from wx.core import * "C:\Users\IEUser\Projects\nodemcu-pyflasher\venv\lib\site-packages\wx\core.py", line 12, in <module> from ._core import * ImportError: DLL load failed: The specified module could not be found.
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-req-build-IW2Cm7/setup.py", line 1, in <module> from skbuild import setup ImportError: No module named skbuild
0.755866
Traceback (most recent call last): "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process'
Traceback (most recent call last): "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask\app.py", line 2446, in wsgi_app response = self.full_dispatch_request() "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask\app.py", line 1951, in full_dispatch_request rv = self.handle_user_exception(e) "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask\app.py", line 1820, in handle_user_exception reraise(exc_type, exc_value, tb) "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask\_compat.py", line 39, in reraise raise value "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask\app.py", line 1949, in full_dispatch_request rv = self.dispatch_request() "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask\app.py", line 1935, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "C:\Users\asus\Desktop\group-17-electronic-voting-system\vote\routes.py", line 12, in home return render_template('home.html',title='Home') "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask\templating.py", line 136, in render_template ctx.app.update_template_context(context) "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask\app.py", line 838, in update_template_context context.update(func()) "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask_login\utils.py", line 379, in _user_context_processor return dict(current_user=_get_user()) "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask_login\utils.py", line 346, in _get_user current_app.login_manager._load_user() "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask_login\login_manager.py", line 318, in _load_user user = self._user_callback(user_id) "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask_user\user_manager.py", line 130, in load_user_by_user_token user = self.db_manager.UserClass.get_user_by_token(user_token) AttributeError: type object 'User' has no attribute 'get_user_by_token'
0.732682
Traceback (most recent call last): "tox21_graphcnn.py", line 15, in <module> import deepchem as dc "/home/anaconda2/envs/deepchem/lib/python3.5/site-packages/deepchem/__init__.py", line 9, in <module> import deepchem.data "/home/anaconda2/envs/deepchem/lib/python3.5/site-packages/deepchem/data/__init__.py", line 18, in <module> from deepchem.data.data_loader import DataLoader "/home/anaconda2/envs/deepchem/lib/python3.5/site-packages/deepchem/data/data_loader.py", line 19, in <module> from deepchem.feat import UserDefinedFeaturizer "/home/anaconda2/envs/deepchem/lib/python3.5/site-packages/deepchem/feat/__init__.py", line 15, in <module> from deepchem.feat.graph_features import ConvMolFeaturizer "/home/anaconda2/envs/deepchem/lib/python3.5/site-packages/deepchem/feat/graph_features.py", line 5, in <module> from rdkit import Chem "/home//anaconda2/envs/deepchem/lib/python3.5/site-packages/rdkit/__init__.py", line 2, in <module> from .rdBase import rdkitVersion as __version__ ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/anaconda2/envs/deepchem/lib/python3.5/site-packages/rdkit/rdBase.so)
Traceback (most recent call last): "/anaconda3/lib/python3.6/site-packages/spyder/app/mainwindow.py", line 3126, in main mainwindow = run_spyder(app, options, args) "/anaconda3/lib/python3.6/site-packages/spyder/app/mainwindow.py", line 3023, in run_spyder main.setup() "/anaconda3/lib/python3.6/site-packages/spyder/app/mainwindow.py", line 825, in setup from spyder.plugins.console import Console "/anaconda3/lib/python3.6/site-packages/spyder/plugins/console.py", line 35, in <module> from spyder.widgets.internalshell import InternalShell "/anaconda3/lib/python3.6/site-packages/spyder/widgets/internalshell.py", line 27, in <module> from spyder.interpreter import Interpreter "/anaconda3/lib/python3.6/site-packages/spyder/interpreter.py", line 14, in <module> import ctypes "/anaconda3/lib/python3.6/ctypes/__init__.py", line 7, in <module> from _ctypes import Union, Structure, Array ImportError: dlopen(/anaconda3/lib/python3.6/lib-dynload/_ctypes.cpython-36m-darwin.so, 2): Symbol not found: __PyUnicode_AsWideCharString
0.722156
Traceback (most recent call last): "src/run.py", line 12, in <module> from tensorflow.python.eager import function ImportError: cannot import name 'function'
Traceback (most recent call last): "./flow", line 4, in <module> from darkflow.cli import cliHandler "/home/mcj/darkflow/darkflow/cli.py", line 3, in <module> from darkflow.net.build import TFNet "/home/mcj/darkflow/darkflow/net/build.py", line 5, in <module> from .ops import op_create, identity "/home/mcj/darkflow/darkflow/net/ops/__init__.py", line 1, in <module> from .simple import * "/home/mcj/darkflow/darkflow/net/ops/simple.py", line 1, in <module> import tensorflow.contrib.slim as slim ImportError: No module named contrib.slim
0.802165
Traceback (most recent call last): "build.py", line 4, in <module> from torch.utils.ffi import create_extension "/root/.pyenv/versions/3.7.1/lib/python3.7/site-packages/torch/utils/ffi/__init__.py", line 1, in <module> raise ImportError("torch.utils.ffi is deprecated. Please use cpp extensions instead.") ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
Traceback (most recent call last): "/Users/yy/Documents/software/brew/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() "/Users/yy/Documents/software/brew/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 865, in run self._target(*self._args, **self._kwargs) "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/django/utils/autoreload.py", line 54, in wrapper fn(*args, **kwargs) "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/django/core/management/commands/runserver.py", line 109, in inner_run autoreload.raise_last_exception() "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/django/utils/autoreload.py", line 77, in raise_last_exception raise _exception[1] "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/django/core/management/__init__.py", line 337, in execute autoreload.check_errors(django.setup)() "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/django/utils/autoreload.py", line 54, in wrapper fn(*args, **kwargs) "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/django/apps/registry.py", line 114, in populate app_config.import_models() "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/django/apps/config.py", line 211, in import_models self.models_module = import_module(models_module_name) "/Users/yy/Documents/POC/saleor/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 "/Users/yy/Documents/POC/saleor/saleor/saleor/extensions/models.py", line 5, in <module> from saleor.core.utils.json_serializer import CustomJsonEncoder "/Users/yy/Documents/POC/saleor/saleor/saleor/core/utils/__init__.py", line 22, in <module> from versatileimagefield.image_warmer import VersatileImageFieldWarmer "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/versatileimagefield/image_warmer.py", line 11, in <module> from .utils import ( "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/versatileimagefield/utils.py", line 7, in <module> import magic "/Users/yy/Documents/POC/saleor/lib/python3.7/site-packages/magic.py", line 181, in <module> raise ImportError('failed to find libmagic. Check your installation') ImportError: failed to find libmagic. Check your installation
0.755993
Traceback (most recent call last): "/afs/sunrise.ericsson.se/se/app/vbuild/SLED11-x86_64/codechecker/6.2.0/lib/python2.7/libcodechecker/libhandlers/check.py", line 454, in main analyze_module.main(analyze_args) "/afs/sunrise.ericsson.se/se/app/vbuild/SLED11-x86_64/codechecker/6.2.0/lib/python2.7/libcodechecker/libhandlers/analyze.py", line 393, in main actions += log_parser.parse_log(log_file, parseLogOptions) "/afs/sunrise.ericsson.se/se/app/vbuild/SLED11-x86_64/codechecker/6.2.0/lib/python2.7/libcodechecker/analyze/log_parser.py", line 294, in parse_log actions = parse_compile_commands_json(logfile, parseLogOptions) "/afs/sunrise.ericsson.se/se/app/vbuild/SLED11-x86_64/codechecker/6.2.0/lib/python2.7/libcodechecker/analyze/log_parser.py", line 259, in parse_compile_commands_json get_compiler_target(parseLogOptions, results.compiler) "/afs/sunrise.ericsson.se/se/app/vbuild/SLED11-x86_64/codechecker/6.2.0/lib/python2.7/libcodechecker/analyze/log_parser.py", line 169, in get_compiler_target return parse_compiler_target(err) "/afs/sunrise.ericsson.se/se/app/vbuild/SLED11-x86_64/codechecker/6.2.0/lib/python2.7/libcodechecker/analyze/log_parser.py", line 92, in parse_compiler_target if line[0] == target_label: IndexError: list index out of range
Traceback (most recent call last): "gam.py", line 10782, in ProcessGAMCommand IndexError: list index out of range
0.732556
Comment: Exception occurred in runner cloud.map_run: Traceback (most recent call last): "/usr/lib/python2.7/site-packages/salt/client/mixins.py", line 392, in _low data['return'] = self.functions[fun](*args, **kwargs) "/usr/lib/python2.7/site-packages/salt/runners/cloud.py", line 126, in map_run info = client.map_run(path, **_filter_kwargs(kwargs)) "/usr/lib/python2.7/site-packages/salt/cloud/__init__.py", line 360, in map_run dmap = mapper.map_data() "/usr/lib/python2.7/site-packages/salt/cloud/__init__.py", line 1988, in map_data alias, driver = nodedata['provider'].split(':') ValueError: need more than 1 value to unpack Started: 11:13:01.557621
Traceback (most recent call last): "core.commands.push in /Users/username/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package", line 57, in run_async ValueError: need more than 1 value to unpack
0.713081
Traceback (most recent call last): "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 785, in extract_info ie_result = ie.extract(url) "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 440, in extract ie_result = self._real_extract(url) "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1704, in _real_extract raise ExtractorError('Unable to extract uploader name') youtube_dl.utils.ExtractorError: Unable to extract uploader name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 2115, in _real_extract raise ExtractorError(error_message, expected=True) youtube_dl.utils.ExtractorError: This video is unavailable.
0.842666
Traceback (most recent call last): "/home/ayub/Documents/edly/custom-devstack/xu2/bin/pip-compile", line 5, in <module> from piptools.scripts.compile import cli "/home/ayub/Documents/edly/custom-devstack/xu2/local/lib/python2.7/site-packages/piptools/scripts/compile.py", line 11, in <module> from .._compat import install_req_from_line, parse_requirements "/home/ayub/Documents/edly/custom-devstack/xu2/local/lib/python2.7/site-packages/piptools/_compat/__init__.py", line 7, in <module> from .pip_compat import ( "/home/ayub/Documents/edly/custom-devstack/xu2/local/lib/python2.7/site-packages/piptools/_compat/pip_compat.py", line 32, in <module> is_file_url = do_import("download", "is_file_url") "/home/ayub/Documents/edly/custom-devstack/xu2/local/lib/python2.7/site-packages/piptools/_compat/pip_compat.py", line 24, in do_import return getattr(imported, package) AttributeError: 'module' object has no attribute 'is_file_url'
Traceback (most recent call last): "scripts/partition-sequences.py", line 18, in <module> sequences = list(read_sequences(*args.sequences).values()) AttributeError: 'list' object has no attribute 'values'
0.675993
Traceback (most recent call last): "/usr/bin/mycroft-skills", line 11, in <module> load_entry_point('mycroft-core==20.2.3', 'console_scripts', 'mycroft-skills')() "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 490, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2859, in load_entry_point return ep.load() "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load return self.resolve() "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/usr/lib/python3.8/site-packages/mycroft/__init__.py", line 19, in <module> from mycroft.skills.context import adds_context, removes_context "/usr/lib/python3.8/site-packages/mycroft/skills/__init__.py", line 21, in <module> from .mycroft_skill import (MycroftSkill, intent_handler, intent_file_handler, "/usr/lib/python3.8/site-packages/mycroft/skills/mycroft_skill/__init__.py", line 15, in <module> from .mycroft_skill import MycroftSkill "/usr/lib/python3.8/site-packages/mycroft/skills/mycroft_skill/mycroft_skill.py", line 53, in <module> from ..settings import get_local_settings, save_settings "/usr/lib/python3.8/site-packages/mycroft/skills/settings.py", line 69, in <module> from .msm_wrapper import build_msm_config, create_msm "/usr/lib/python3.8/site-packages/mycroft/skills/msm_wrapper.py", line 26, in <module> from msm import MycroftSkillsManager, SkillRepo "/usr/lib/python3.8/site-packages/msm/__init__.py", line 22, in <module> from .exceptions import * "/usr/lib/python3.8/site-packages/msm/exceptions.py", line 24, in <module> from git import GitError "/usr/lib/python3.8/site-packages/git/__init__.py", line 85, in <module> raise ImportError('Failed to initialize: {0}'.format(exc)) ImportError: Failed to initialize: [Errno 2] No such file or directory
Traceback (most recent call last): "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/radiomics/__init__.py", line 283, in <module> from radiomics import _cmatrices as cMatrices # noqa: F401 ImportError: numpy.core.multiarray failed to import
0.752656
Traceback (most recent call last): "/home/protik/anaconda3/lib/python3.6/site-packages/conda/exceptions.py", line 743, in __call__ return func(*args, **kwargs) "/home/protik/anaconda3/lib/python3.6/site-packages/conda/cli/main.py", line 78, in _main exit_code = do_call(args, p) "/home/protik/anaconda3/lib/python3.6/site-packages/conda/cli/conda_argparse.py", line 76, in do_call exit_code = getattr(module, func_name)(args, parser) "/home/protik/anaconda3/lib/python3.6/site-packages/conda/cli/main_remove.py", line 84, in execute txn = solver.solve_for_transaction(force_remove=args.force) "/home/protik/anaconda3/lib/python3.6/site-packages/conda/core/solve.py", line 504, in solve_for_transaction force_remove, force_reinstall) "/home/protik/anaconda3/lib/python3.6/site-packages/conda/core/solve.py", line 437, in solve_for_diff final_precs = self.solve_final_state(deps_modifier, prune, ignore_pinned, force_remove) "/home/protik/anaconda3/lib/python3.6/site-packages/conda/core/solve.py", line 178, in solve_final_state index, r = self._prepare(prepared_specs) "/home/protik/anaconda3/lib/python3.6/site-packages/conda/core/solve.py", line 560, in _prepare self.subdirs, prepared_specs) "/home/protik/anaconda3/lib/python3.6/site-packages/conda/core/index.py", line 249, in get_reduced_index return reduced_index "/home/protik/anaconda3/lib/python3.6/contextlib.py", line 126, in __exit__ raise RuntimeError("generator didn't stop after throw()") RuntimeError: generator didn't stop after throw()
Traceback (most recent call last): "/Users/fans3210/.vscode/extensions/ms-python.python-2019.3.6215/python s/lib/python/ptvsd/log.py", line 110, in g return f(*args, **kwargs) "/Users/fans3210/.vscode/extensions/ms-python.python-2019.3.6215/python s/lib/python/ptvsd/pydevd_hooks.py", line 74, in start_client sock, start_session = daemon.start_client((host, port)) "/Users/fans3210/.vscode/extensions/ms-python.python-2019.3.6215/python s/lib/python/ptvsd/daemon.py", line 214, in start_client with self.started(): "/Users/fans3210/anaconda3/envs/assignQuestion-py36/lib/python3.6/contextlib.py", line 81, in __enter__ return next(self.gen) "/Users/fans3210/.vscode/extensions/ms-python.python-2019.3.6215/python s/lib/python/ptvsd/daemon.py", line 110, in started self.start() "/Users/fans3210/.vscode/extensions/ms-python.python-2019.3.6215/python s/lib/python/ptvsd/daemon.py", line 145, in start raise RuntimeError('already started') RuntimeError: already started
0.748617
Traceback (most recent call last): "/usr/local/lib/python2.7/site-packages/superset/viz.py", line 239, in get_payload df = self.get_df() "/usr/local/lib/python2.7/site-packages/superset/viz.py", line 79, in get_df self.results = self.datasource.query(query_obj) "/usr/local/lib/python2.7/site-packages/superset/connectors/sqla/models.py", line 554, in query sql = self.get_query_str(query_obj) "/usr/local/lib/python2.7/site-packages/superset/connectors/sqla/models.py", line 326, in get_query_str compile_kwargs={"literal_binds": True} UnicodeEncodeError: 'ascii' codec can't encode characters in position 104-110: ordinal not in range(128)
Traceback (most recent call last): "/home/fred/dev/netknights/privacyidea/privacyidea/venv/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() "/home/fred/dev/netknights/privacyidea/privacyidea/venv/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) "/home/fred/dev/netknights/privacyidea/privacyidea/venv/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) "/home/fred/dev/netknights/privacyidea/privacyidea/venv/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() "/home/fred/dev/netknights/privacyidea/privacyidea/venv/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/home/fred/dev/netknights/privacyidea/privacyidea/privacyidea/webui/certificate.py", line 89, in cert_enroll email) UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1: ordinal not in range(128)
0.701491
Traceback (most recent call last): "main.py", line 3, in <module> "C:\Users\my_username\miniconda3\envs\talib\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 623, in exec_module "pandas_ta\__init__.py", line 96, in <module> "C:\Users\my_username\miniconda3\envs\my_env\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 623, in exec_module "pandas_ta\core.py", line 12, in <module> ImportError: cannot import name 'version' from 'pandas_ta' (C:\Users\my_username\AppData\Local\Temp\_MEI42442\pandas_ta\__init__.pyc)
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 257, in <module> main() "/usr/local/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 240, in main json_out['return_val'] = hook(**hook_input['kwargs']) "/usr/local/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 182, in build_wheel metadata_directory) "/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-build-env-_2bnq5ro/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", line 209, in build_wheel wheel_directory, config_settings) "/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-build-env-_2bnq5ro/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", line 194, in _build_with_temp_dir self.run_setup() "/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-build-env-_2bnq5ro/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", line 237, in run_setup self).run_setup(setup_script=setup_script) "/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-build-env-_2bnq5ro/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", line 142, in run_setup exec(compile(code, __file__, 'exec'), locals()) "setup.py", line 51, in <module> 'Programming Language :: Python :: 3 :: Only', "/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-build-env-_2bnq5ro/overlay/lib/python3.7/site-packages/setuptools/__init__.py", line 145, in setup return distutils.core.setup(**attrs) "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-build-env-_2bnq5ro/normal/lib/python3.7/site-packages/wheel/bdist_wheel.py", line 192, in run self.run_command('build') "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "setup.py", line 29, in run import mujoco_py # noqa: force build "/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-install-oy37gbwz/mujoco-py/mujoco_py/__init__.py", line 3, in <module> from mujoco_py.builder import cymj, ignore_mujoco_warnings, functions, MujocoException "/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-install-oy37gbwz/mujoco-py/mujoco_py/builder.py", line 510, in <module> cymj = load_cython_ext(mujoco_path) "/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-install-oy37gbwz/mujoco-py/mujoco_py/builder.py", line 106, in load_cython_ext mod = load_dynamic_ext('cymj', cext_so_path) "/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-install-oy37gbwz/mujoco-py/mujoco_py/builder.py", line 125, in load_dynamic_ext return loader.load_module() ImportError: dlopen(/private/var/folders/fx/hg3qwzrd3l5cq1mxc62thsdm0000gn/T/pip-install-oy37gbwz/mujoco-py/mujoco_py/generated/cymj_2.0.2.9_37_macextensionbuilder_37.so, 2): Library not loaded: /Users/lubaroli/.mujoco/mujoco200/bin/libmujoco200.dylib
0.672143
Traceback (most recent call last): "./cb-dump", line 16, in <module> print(f"Library Section: {episode.librarySectionID}") "/usr/local/lib/python3.8/site-packages/plexapi/base.py", line 308, in __getattribute__ self.reload() "/usr/local/lib/python3.8/site-packages/plexapi/base.py", line 213, in reload self._loadData(data[0]) "/usr/local/lib/python3.8/site-packages/plexapi/video.py", line 712, in _loadData self.markers = self.findItems(data, media.Marker) "/usr/local/lib/python3.8/site-packages/plexapi/base.py", line 186, in findItems item = self._buildItemOrNone(elem, cls, initpath) "/usr/local/lib/python3.8/site-packages/plexapi/base.py", line 88, in _buildItemOrNone return self._buildItem(elem, cls, initpath) "/usr/local/lib/python3.8/site-packages/plexapi/base.py", line 73, in _buildItem return cls(self._server, elem, initpath) "/usr/local/lib/python3.8/site-packages/plexapi/base.py", line 49, in __init__ self._loadData(data) "/usr/local/lib/python3.8/site-packages/plexapi/media.py", line 711, in _loadData _tag, _id = self.filter.split('=') AttributeError: 'NoneType' object has no attribute 'split'
Traceback (most recent call last): "./tools/train_net.py", line 161, in <module> launch( "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/detectron2/engine/launch.py", line 62, in launch main_func(*args) "./tools/train_net.py", line 155, in main return trainer.train() "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/detectron2/engine/defaults.py", line 413, in train super().train(self.start_iter, self.max_iter) "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/detectron2/engine/train_loop.py", line 134, in train self.run_step() "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/detectron2/engine/defaults.py", line 423, in run_step self._trainer.run_step() "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/detectron2/engine/train_loop.py", line 228, in run_step loss_dict = self.model(data) "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/detectron2/modeling/meta_arch/panoptic_fpn.py", line 91, in forward sem_seg_results, sem_seg_losses = self.sem_seg_head(features, gt_sem_seg) "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/detectron2/modeling/meta_arch/semantic_seg.py", line 163, in forward return None, self.losses(x, targets) "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/detectron2/modeling/meta_arch/semantic_seg.py", line 183, in losses loss = F.cross_entropy( "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/torch/nn/functional.py", line 2468, in cross_entropy return nll_loss(log_softmax(input, 1), target, weight, None, ignore_index, None, reduction) "/home/wen/anaconda3/envs/mrcnn/lib/python3.8/site-packages/torch/nn/functional.py", line 2260, in nll_loss if input.size(0) != target.size(0): AttributeError: 'NoneType' object has no attribute 'size'
0.688701
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: cannot import name 'json_item' from 'bokeh.embed' (/opt/anaconda3/lib/python3.7/site-packages/bokeh/embed/__init__.py)
Traceback (most recent call last): "/usr/local/bin/wifiphisher", line 11, in <module> load_entry_point('wifiphisher==1.4', 'console_scripts', 'wifiphisher')() "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 476, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2700, in load_entry_point return ep.load() "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2318, in load return self.resolve() "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2324, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/usr/local/lib/python2.7/dist-packages/wifiphisher-1.4-py2.7.egg/wifiphisher/pywifiphisher.py", line 27, in <module> import wifiphisher.common.accesspoint as accesspoint "/usr/local/lib/python2.7/dist-packages/wifiphisher-1.4-py2.7.egg/wifiphisher/common/accesspoint.py", line 9, in <module> import roguehostapd.config.hostapdconfig as hostapdconfig ImportError: No module named config.hostapdconfig
0.740682
Traceback (most recent call last): "/usr/local/bin/oj", line 6, in <module> onlinejudge.implementation.main.main(args=sys.argv[1:]) "/usr/local/lib/python3.5/dist-packages/onlinejudge/implementation/main.py", line 300, in main submit(args) "/usr/local/lib/python3.5/dist-packages/onlinejudge/implementation/command/submit.py", line 45, in submit langs = problem.get_language_dict(session=sess) "/usr/local/lib/python3.5/dist-packages/onlinejudge/atcoder.py", line 199, in get_language_dict for option in select.find_all('option'): AttributeError: 'NoneType' object has no attribute 'find_all'
Traceback (most recent call last): "C:\Program s\Python36\Scripts\dsio-script.py", line 11, in <module> load_entry_point('dsio', 'console_scripts', 'dsio')() "c:\windows\system32\src\dsio\dsio\main.py", line 155, in main cols=int(args.cols) "c:\windows\system32\src\dsio\dsio\main.py", line 70, in restream_dataframe port=bokeh_port, update_queue=update_queue "c:\windows\system32\src\dsio\dsio\dashboard\bokeh.py", line 74, in generate_dashboard if io_loop._running: # Assume we're in a Jupyter notebook AttributeError: 'AsyncIOMainLoop' object has no attribute '_running'
0.681231
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: cannot import name 'relcl'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/spyderlib/spyder.py", line 2331, in main mainwindow = run_spyder(app, options, args) "/usr/lib/python2.7/dist-packages/spyderlib/spyder.py", line 2215, in run_spyder main.setup() "/usr/lib/python2.7/dist-packages/spyderlib/spyder.py", line 734, in setup message=_("Spyder Internal Console\n\n" "/usr/lib/python2.7/dist-packages/spyderlib/plugins/console.py", line 74, in __init__ self.find_widget.set_editor(self.shell) "/usr/lib/python2.7/dist-packages/spyderlib/widgets/findreplace.py", line 260, in set_editor from spyderlib.qt.QtWebKit import QWebView "/usr/lib/python2.7/dist-packages/spyderlib/qt/QtWebKit.py", line 10, in <module> from PyQt4.QtWebKit import * # analysis:ignore ImportError: No module named QtWebKit
0.754532
Traceback (most recent call last): "/usr/local/lib/python3.5/dist-packages/kivy/core/window/window_pygame.py", line 403, in mainloop self._mainloop() "/usr/local/lib/python3.5/dist-packages/kivy/core/window/window_pygame.py", line 289, in _mainloop EventLoop.idle() "/usr/local/lib/python3.5/dist-packages/kivy/base.py", line 340, in idle self.dispatch_input() "/usr/local/lib/python3.5/dist-packages/kivy/base.py", line 325, in dispatch_input post_dispatch_input(*pop(0)) "/usr/local/lib/python3.5/dist-packages/kivy/base.py", line 231, in post_dispatch_input listener.dispatch('on_motion', etype, me) "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch "/usr/local/lib/python3.5/dist-packages/kivy/core/window/__init__.py", line 1364, in on_motion self.dispatch('on_touch_up', me) "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch "/usr/local/lib/python3.5/dist-packages/kivy/core/window/__init__.py", line 1400, in on_touch_up if w.dispatch('on_touch_up', touch): "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch "/usr/local/lib/python3.5/dist-packages/kivy/uix/dropdown.py", line 310, in on_touch_up if super(DropDown, self).on_touch_up(touch): "/usr/local/lib/python3.5/dist-packages/kivy/uix/scrollview.py", line 848, in on_touch_up if self.dispatch('on_scroll_stop', touch): "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch "/usr/local/lib/python3.5/dist-packages/kivy/uix/scrollview.py", line 887, in on_scroll_stop self.simulate_touch_down(touch) "/usr/local/lib/python3.5/dist-packages/kivy/uix/scrollview.py", line 607, in simulate_touch_down ret = super(ScrollView, self).on_touch_down(touch) "/usr/local/lib/python3.5/dist-packages/kivy/uix/widget.py", line 460, in on_touch_down if child.dispatch('on_touch_down', touch): "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch "/usr/local/lib/python3.5/dist-packages/kivy/uix/widget.py", line 460, in on_touch_down if child.dispatch('on_touch_down', touch): "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch "/usr/local/lib/python3.5/dist-packages/kivy/uix/behaviors/button.py", line 151, in on_touch_down self.dispatch('on_press') "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch "/media/streame/AUDIO/Audio Drive/kivy-designer/designer/uix/action_items.py", line 183, in on_press self.cont_menu.dismiss() AttributeError: 'NoneType' object has no attribute 'dismiss'
Traceback (most recent call last): "/usr/bin/salt-ssh", line 10, in <module> salt_ssh() "/usr/lib/python2.7/site-packages/salt/scripts.py", line 425, in salt_ssh client.run() "/usr/lib/python2.7/site-packages/salt/cli/ssh.py", line 24, in run ssh.run() "/usr/lib/python2.7/site-packages/salt/client/ssh/__init__.py", line 771, in run self.cache_job(jid, host, ret[host], fun) "/usr/lib/python2.7/site-packages/salt/client/ssh/__init__.py", line 697, in cache_job 'fun': fun}) "/usr/lib/python2.7/site-packages/salt/returners/local_cache.py", line 144, in returner hn_dir = os.path.join(jid_dir, load['id']) "/usr/lib/python2.7/posixpath.py", line 68, in join if b.startswith('/'): AttributeError: 'NoneType' object has no attribute 'startswith'
0.698133
Traceback (most recent call last): "sample.py", line 97, in <module> main(args) "sample.py", line 37, in main vocab = pickle.load(f) "/home/karami/anaconda2/lib/python2.7/pickle.py", line 1384, in load return Unpickler(file).load() "/home/karami/anaconda2/lib/python2.7/pickle.py", line 864, in load dispatch[key](self) "/home/karami/anaconda2/lib/python2.7/pickle.py", line 1096, in load_global klass = self.find_class(module, name) "/home/karami/anaconda2/lib/python2.7/pickle.py", line 1132, in find_class klass = getattr(mod, name) AttributeError: 'module' object has no attribute 'Vocabulary'
Traceback (most recent call last): "/Users/$MyUserName/Library/Application Support/IntelliJIdea2018.3/python/helpers/pydev/pydevd.py", line 1741, in <module> main() "/Users/$MyUserName/Library/Application Support/IntelliJIdea2018.3/python/helpers/pydev/pydevd.py", line 1735, in main globals = debugger.run(setup['file'], None, None, is_module) "/Users/$MyUserName/Library/Application Support/IntelliJIdea2018.3/python/helpers/pydev/pydevd.py", line 1135, in run pydev_imports.execfile(file, globals, locals) # execute the script "/Users/$MyUserName/Desktop/temp/calendar.py", line 9, in <module> import tabula "/Library/Python/2.7/site-packages/tabula/__init__.py", line 1, in <module> from .wrapper import read_pdf "/Library/Python/2.7/site-packages/tabula/wrapper.py", line 19, in <module> import pandas as pd "/Library/Python/2.7/site-packages/pandas/__init__.py", line 23, in <module> from pandas.compat.numpy import * "/Library/Python/2.7/site-packages/pandas/compat/__init__.py", line 423, in <module> from dateutil import parser as _date_parser "/Library/Python/2.7/site-packages/dateutil/parser/__init__.py", line 2, in <module> from ._parser import parse, parser, parserinfo "/Library/Python/2.7/site-packages/dateutil/parser/_parser.py", line 39, in <module> from calendar import monthrange "/Users/$MyUserName/Desktop/temp/calendar.py", line 20, in <module> tabula.environment_info() AttributeError: 'module' object has no attribute 'environment_info'
0.697292
Traceback (most recent call last): "/usr/lib/python3.6/logging/handlers.py", line 857, in _connect_unixsocket self.socket.connect(address) NotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last): "2_extract_files.py", line 98, in <module> main() "2_extract_files.py", line 95, in main extract_files() "2_extract_files.py", line 49, in extract_files call(['ffmpeg', "-i", src, dest]) "/usr/lib/python3.5/subprocess.py", line 557, in call with Popen(*popenargs, **kwargs) as p: "/usr/lib/python3.5/subprocess.py", line 947, in __init__ restore_signals, start_new_session) "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child raise child_exception_type(errno_num, err_msg) NotFoundError: [Errno 2] No such file or directory: 'ffmpeg'
0.679541
Traceback (most recent call last): "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/werkzeug/serving.py", line 303, in run_wsgi execute(self.server.app) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/werkzeug/serving.py", line 291, in execute application_iter = app(environ, start_response) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/moto/server.py", line 104, in __call__ return backend_app(environ, start_response) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/flask/app.py", line 2309, in __call__ return self.wsgi_app(environ, start_response) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/flask/app.py", line 2295, in wsgi_app response = self.handle_exception(e) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/flask/app.py", line 1741, in handle_exception reraise(exc_type, exc_value, tb) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/flask/_compat.py", line 35, in reraise raise value "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/flask/app.py", line 2292, in wsgi_app response = self.full_dispatch_request() "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/flask/app.py", line 1815, in full_dispatch_request rv = self.handle_user_exception(e) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/flask/app.py", line 1718, in handle_user_exception reraise(exc_type, exc_value, tb) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/flask/_compat.py", line 35, in reraise raise value "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/flask/app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/flask/app.py", line 1799, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/moto/core/utils.py", line 140, in __call__ result = self.callback(request, request.url, {}) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/moto/core/responses.py", line 117, in dispatch return cls()._dispatch(*args, **kwargs) "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/moto/core/responses.py", line 200, in _dispatch return self.call_action() "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/moto/core/responses.py", line 274, in call_action response = method() "/Users/lanhel/Developer/GunIO/Ziff/src/localstack/.venv/lib/python3.7/site-packages/moto/iam/responses.py", line 222, in get_role_policy role_name, policy_name) TypeError: cannot unpack non-iterable NoneType object
Traceback (most recent call last): "/home/dzentu/.local/bin/sshuttle", line 8, in <module> sys.exit(main()) "/home/dzentu/.local/lib/python3.7/site-packages/sshuttle/cmdline.py", line 102, in main opt.sudo_pythonpath) "/home/dzentu/.local/lib/python3.7/site-packages/sshuttle/client.py", line 795, in main seed_hosts, auto_hosts, auto_nets, daemon, to_nameserver) "/home/dzentu/.local/lib/python3.7/site-packages/sshuttle/client.py", line 453, in _main auto_nets=auto_nets)) "/home/dzentu/.local/lib/python3.7/site-packages/sshuttle/ssh.py", line 113, in connect username, password, port, host = parse_hostport(rhostport) "/home/dzentu/.local/lib/python3.7/site-packages/sshuttle/ssh.py", line 77, in parse_hostport if "@" in host: TypeError: argument of type 'NoneType' is not iterable`
0.698327
Traceback (most recent call last): "<stdin>", line 1, in <module> "/scratch/rsc7/floodn/spackInstall2/opt/spack/linux-sles12-x86_64/gcc-6/gdal-2.3.0-mqthuimmblu3uqd2uicgoh7bwjyxq3xf/lib/python2.7/site-packages/osgeo/gdal.py", line 2605, in ReadAsArray import gdalnumeric "/scratch/rsc7/floodn/spackInstall2/opt/spack/linux-sles12-x86_64/gcc-6/gdal-2.3.0-mqthuimmblu3uqd2uicgoh7bwjyxq3xf/lib/python2.7/site-packages/osgeo/gdalnumeric.py", line 1, in <module> from osgeo.gdal_array import * "/scratch/rsc7/floodn/spackInstall2/opt/spack/linux-sles12-x86_64/gcc-6/gdal-2.3.0-mqthuimmblu3uqd2uicgoh7bwjyxq3xf/lib/python2.7/site-packages/osgeo/gdal_array.py", line 28, in <module> _gdal_array = swig_import_helper() "/scratch/rsc7/floodn/spackInstall2/opt/spack/linux-sles12-x86_64/gcc-6/gdal-2.3.0-mqthuimmblu3uqd2uicgoh7bwjyxq3xf/lib/python2.7/site-packages/osgeo/gdal_array.py", line 20, in swig_import_helper import _gdal_array ImportError: No module named _gdal_array
Traceback (most recent call last): "C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\exceptions.py", line 819, in __call__ return func(*args, **kwargs) "C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\cli\main.py", line 78, in _main exit_code = do_call(args, p) "C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\cli\conda_argparse.py", line 76, in do_call module = import_module(relative_mod, __name__.rsplit('.', 1)[0]) "C:\Users\MFBX3JE3\Anaconda3\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 986, in _gcd_import "<frozen importlib._bootstrap>", line 969, in _find_and_load "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 673, in _load_unlocked "<frozen importlib._bootstrap_external>", line 665, in exec_module "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed "C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\cli\main_info.py", line 25, in <module> from ..core.subdir_data import SubdirData "C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\core\subdir_data.py", line 28, in <module> from ..core.package_cache_data import PackageCacheData "C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\core\package_cache_data.py", line 13, in <module> from .path_actions import CacheUrlAction, ExtractPackageAction "C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\core\path_actions.py", line 34, in <module> from ..history import History "C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\history.py", line 26, in <module> from .resolve import MatchSpec "C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\resolve.py", line 11, in <module> from .common.logic import Clauses, minimal_unsatisfiable_subset "C:\Users\MFBX3JE3\Anaconda3\lib\site-packages\conda\common\logic.py", line 32, in <module> import pycosat ImportError: No module named 'pycosat'
0.703081
Traceback (most recent call last): "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\pip\_internal\cli\base_command.py", line 179, in main status = self.run(options, args) "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\pip\_internal\commands\install.py", line 393, in run use_user_site=options.use_user_site, "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\pip\_internal\req\__init__.py", line 57, in install_given_reqs **kwargs "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\pip\_internal\req\req_install.py", line 913, in install use_user_site=use_user_site, pycompile=pycompile, "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\pip\_internal\req\req_install.py", line 445, in move_wheel_files warn_script_location=warn_script_location, "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\pip\_internal\wheel.py", line 544, in move_wheel_files generated.extend(maker.make(spec)) "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\pip\_vendor\distlib\scripts.py", line 405, in make self._make_script(entry, filenames, options=options) "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\pip\_vendor\distlib\scripts.py", line 309, in _make_script self._write_script(scriptnames, shebang, script, filenames, ext) "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\pip\_vendor\distlib\scripts.py", line 245, in _write_script launcher = self._get_launcher('t') "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\pip\_vendor\distlib\scripts.py", line 384, in _get_launcher result = finder(distlib_package).find(name).bytes AttributeError: 'NoneType' object has no attribute 'bytes'
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.763046
Traceback (most recent call last): "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/tests/test_parser.py", line 39, in runParserTest document = p.parse(input) "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/html5parser.py", line 236, in parse parseMeta=parseMeta, useChardet=useChardet) "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/html5parser.py", line 94, in _parse self.mainLoop() "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/html5parser.py", line 203, in mainLoop new_token = phase.processComment(new_token) "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/html5parser.py", line 468, in processComment self.tree.insertComment(token, self.tree.openElements[-1]) "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/treebuilders/etree_lxml.py", line 312, in insertCommentMain super(TreeBuilder, self).insertComment(data, parent) "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/treebuilders/_base.py", line 262, in insertComment parent.appendChild(self.commentClass(token["data"])) "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/treebuilders/etree.py", line 148, in __init__ self._element = ElementTree.Comment(data) "src/lxml/lxml.etree.pyx", line 3017, in lxml.etree.Comment (src/lxml/lxml.etree.c:80806)ValueError: Comment may not contain '--' or end with '-'
Traceback (most recent call last): "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/tests/test_treewalkers.py", line 184, in runTreewalkerTest document = p.parse(input) "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/html5parser.py", line 236, in parse parseMeta=parseMeta, useChardet=useChardet) "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/html5parser.py", line 94, in _parse self.mainLoop() "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/html5parser.py", line 217, in mainLoop reprocess = self.phase.processEOF() "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/html5parser.py", line 632, in processEOF self.insertHtmlElement() "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/html5parser.py", line 627, in insertHtmlElement self.tree.insertRoot(impliedTagToken("html", "StartTag")) "/var/tmp/portage/dev-python/html5lib-0.9999999/work/html5lib-0.9999999/html5lib/treebuilders/etree_lxml.py", line 347, in insertRoot root.addprevious(etree.Comment(comment_token["data"])) "src/lxml/lxml.etree.pyx", line 3017, in lxml.etree.Comment (src/lxml/lxml.etree.c:80806)ValueError: Comment may not contain '--' or end with '-'
0.926821
2021-01-12 21:29:50,811 -- ERROR -- Traceback (most recent call last): "c:\python39\python-3.9.0.amd64\lib\site-packages\glances\stats.py", line 118, in _load_plugin plugin = __import__(plugin_script[:-3]) "C:\Python39\python-3.9.0.amd64\Lib\site-packages\glances\plugins\glances_wifi.py", line 26, in <module> from glances.plugins.glances_plugin import GlancesPlugin "c:\python39\python-3.9.0.amd64\lib\site-packages\glances\plugins\glances_plugin.py", line 32, in <module> from glances.actions import GlancesActions "c:\python39\python-3.9.0.amd64\lib\site-packages\glances\actions.py", line 28, in <module> import pystache "c:\python39\python-3.9.0.amd64\lib\site-packages\pystache\__init__.py", line 9, in <module> from pystache.init import parse, render, Renderer, TemplateSpec "c:\python39\python-3.9.0.amd64\lib\site-packages\pystache\init.py", line 8, in <module> from pystache.parser import parse "c:\python39\python-3.9.0.amd64\lib\site-packages\pystache\parser.py", line 15 NON_BLANK_RE = re.compile(ur'^(.)', re.M) ^ SyntaxError: invalid syntax
Traceback (most recent call last): "C:\Program s\Sublime Text 3\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 "C:\Program s\Sublime Text 3\sublime_plugin.py", line 915, in load_module exec(compile(source, source_path, 'exec'), mod.__dict__) "livereload_st2 in C:\Users\trigoa\AppData\Roaming\Sublime Text 3\Installed Packages\LiveReload.sublime-package", line 21 except Exception, u: ^ SyntaxError: invalid syntax
0.741924
Traceback (most recent call last): "./rsf.py", line 8, in <module> from routersploit.interpreter import RoutersploitInterpreter "/Users/Eski/routersploit/routersploit/__init__.py", line 1, in <module> from routersploit.utils import ( "/Users/Eski/routersploit/routersploit/utils/__init__.py", line 19, in <module> import requests ImportError: No module named requests
Traceback (most recent call last): "/home/br/Dev/f0cal/2020-04/_venv/bin/salt", line 8, in <module> sys.exit(salt_main()) "/home/br/Dev/f0cal/2020-04/_venv/lib/python3.8/site-packages/salt/scripts.py", line 525, in salt_main import salt.cli.salt "/home/br/Dev/f0cal/2020-04/_venv/lib/python3.8/site-packages/salt/cli/salt.py", line 11, in <module> import salt.utils.job "/home/br/Dev/f0cal/2020-04/_venv/lib/python3.8/site-packages/salt/utils/job.py", line 11, in <module> import salt.minion "/home/br/Dev/f0cal/2020-04/_venv/lib/python3.8/site-packages/salt/minion.py", line 34, in <module> import salt.utils.crypt "/home/br/Dev/f0cal/2020-04/_venv/lib/python3.8/site-packages/salt/utils/crypt.py", line 16, in <module> import salt.loader "/home/br/Dev/f0cal/2020-04/_venv/lib/python3.8/site-packages/salt/loader.py", line 24, in <module> import salt.config "/home/br/Dev/f0cal/2020-04/_venv/lib/python3.8/site-packages/salt/config/__init__.py", line 100, in <module> _DFLT_IPC_WBUFFER = _gather_buffer_space() * .5 "/home/br/Dev/f0cal/2020-04/_venv/lib/python3.8/site-packages/salt/config/__init__.py", line 89, in _gather_buffer_space import salt.grains.core "/home/br/Dev/f0cal/2020-04/_venv/lib/python3.8/site-packages/salt/grains/core.py", line 40, in <module> from platform import _supported_dists ImportError: cannot import name '_supported_dists' from 'platform' (/usr/lib/python3.8/platform.py)
0.719306
* Starting salt-master ... Traceback (most recent call last): "/tmp/salt-tests-tmpdir/scripts/cli_master.py", line 10, in <module> import salt.utils.platform ImportError: No module named platform
Traceback (most recent call last): "/home/su/work_space/pycharm-community-2017.1/helpers/pydev/pydevd.py", line 1578, in <module> globals = debugger.run(setup['file'], None, None, is_module) "/home/su/work_space/pycharm-community-2017.1/helpers/pydev/pydevd.py", line 1015, in run pydev_imports.execfile(file, globals, locals) # execute the script "/home/su/work_space/MOCR/crnn.pytorch/crnn_main.py", line 13, in <module> import dataset "/home/su/work_space/MOCR/crnn.pytorch/dataset.py", line 10, in <module> import sixlmdp_train_data_ordered ImportError: No module named sixlmdp_train_data_ordered
0.807468
Traceback (most recent call last): "<string>", line 1, in <module> "/private/var/folders/hk/wbq0s2sn1sl87ycbpvt3v3580000gn/T/pip-build-l7Px9C/distribute/setup.py", line 58, in <module> setuptools.setup(**setup_params) "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "setuptools/command/egg_info.py", line 177, in run writer = ep.load(installer=installer) "pkg_resources.py", line 2241, in load if require: self.require(env, installer) "pkg_resources.py", line 2254, in require working_set.resolve(self.dist.requires(self.extras),env,installer))) "pkg_resources.py", line 2471, in requires dm = self._dep_map "pkg_resources.py", line 2682, in _dep_map self.__dep_map = self._compute_dependencies() "pkg_resources.py", line 2699, in _compute_dependencies from _markerlib import compile as compile_marker ImportError: No module named _markerlib
Traceback (most recent call last): "setup.py", line 127, in <module> install_requires=INSTALL_REQUIRES, classifiers=CLASSIFIERS, url=URL, cmdclass=CMDCLASS) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/__init__.py", line 129, in setup return distutils.core.setup(**attrs) "/usr/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/install.py", line 67, in run self.do_egg_install() "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/install.py", line 117, in do_egg_install cmd.run() "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/easy_install.py", line 412, in run self.easy_install(spec, not self.no_deps) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/easy_install.py", line 654, in easy_install return self.install_item(None, spec, tmpdir, deps, True) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/easy_install.py", line 701, in install_item self.process_distribution(spec, dist, deps) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/easy_install.py", line 746, in process_distribution [requirement], self.local_index, self.easy_install "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/pkg_resources/__init__.py", line 866, in resolve replace_conflicting=replace_conflicting "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/pkg_resources/__init__.py", line 1146, in best_match return self.obtain(req, installer) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/pkg_resources/__init__.py", line 1158, in obtain return installer(requirement) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/easy_install.py", line 673, in easy_install return self.install_item(spec, dist.location, tmpdir, deps) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/easy_install.py", line 699, in install_item dists = self.install_eggs(spec, download, tmpdir) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/easy_install.py", line 882, in install_eggs return self.build_and_install(setup_script, setup_base) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/easy_install.py", line 1150, in build_and_install self.run_setup(setup_script, setup_base, args) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/command/easy_install.py", line 1136, in run_setup run_setup(setup_script, args) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/sandbox.py", line 253, in run_setup raise "/usr/lib/python2.7/contextlib.py", line 35, in __exit__ self.gen.throw(type, value, traceback) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/sandbox.py", line 195, in setup_context yield "/usr/lib/python2.7/contextlib.py", line 35, in __exit__ self.gen.throw(type, value, traceback) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/sandbox.py", line 166, in save_modules saved_exc.resume() "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/sandbox.py", line 141, in resume six.reraise(type, exc, self._tb) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/sandbox.py", line 154, in save_modules yield saved "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/sandbox.py", line 195, in setup_context yield "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/sandbox.py", line 250, in run_setup _execfile(setup_script, ns) "/usr/local/lib/python2.7/dist-packages/setuptools-38.4.0-py2.7.egg/setuptools/sandbox.py", line 45, in _execfile exec(code, globals, locals) "/tmp/easy_install-_1iZQ9/roguehostapd-1.1.7/setup.py", line 9, in <module> from ctypes.util import find_library ImportError: No module named hostapd_build.build_files
0.677857
ERROR:ui:Traceback (most recent call last): "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/ui.py", line 711, in apply_command cmd.apply(self) "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/commands/search.py", line 42, in apply ui.buffer_open(sb) "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/ui.py", line 405, in buffer_open self.buffer_focus(buf) "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/ui.py", line 465, in buffer_focus self.update() "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/ui.py", line 656, in update self.mainloop.draw_screen() "/home/varac/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 586, in draw_screen canvas = self._topmost_widget.render(self.screen_size, focus=True) "/home/varac/.local/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render canv = fn(self, size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/decoration.py", line 226, in render canv = self._original_widget.render(size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render canv = fn(self, size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/container.py", line 1086, in render focus and self.focus_part == 'body') "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/buffers/thread.py", line 128, in render return self.body.render(size, focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render canv = fn(self, size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/widget.py", line 1765, in render canv = get_delegate(self).render(size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render canv = fn(self, size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/listbox.py", line 471, in render (maxcol, maxrow), focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/listbox.py", line 353, in calculate_visible self._set_focus_complete( (maxcol, maxrow), focus ) "/home/varac/.local/lib/python3.6/site-packages/urwid/listbox.py", line 718, in _set_focus_complete (maxcol,maxrow), focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/listbox.py", line 688, in _set_focus_first_selectable (maxcol, maxrow), focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/listbox.py", line 416, in calculate_visible next, pos = self._body.get_next( pos ) "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/widgets.py", line 82, in get_next return self._get(self._tree.next_position(pos)) "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/widgets.py", line 68, in _get res = self[pos], pos "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/widgets.py", line 54, in __getitem__ entry = self._tree.get_decorated(pos) "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/nested.py", line 88, in get_decorated return self._get_decorated_entry(self._tree, pos) "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/nested.py", line 84, in _get_decorated_entry entry = tree.decorate(pos[0], entry, is_first=isf) "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/decoration.py", line 472, in decorate line = urwid.Columns(cols, box_columns=range(len(cols))[:-1]) "/home/varac/.local/lib/python3.6/site-packages/urwid/container.py", line 1768, in __init__ if focus_column is None and w.selectable(): AttributeError: 'NoneType' object has no attribute 'selectable'
Traceback (most recent call last): "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/ui.py", line 268, in apply_commandline await apply_this_command(c) "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/ui.py", line 713, in apply_command self._error_handler(e) "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/ui.py", line 151, in _error_handler self.notify(msg, priority='error') "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/ui.py", line 612, in notify self.update() "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/ui.py", line 656, in update self.mainloop.draw_screen() "/home/varac/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 586, in draw_screen canvas = self._topmost_widget.render(self.screen_size, focus=True) "/home/varac/.local/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render canv = fn(self, size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/decoration.py", line 226, in render canv = self._original_widget.render(size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render canv = fn(self, size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/container.py", line 1086, in render focus and self.focus_part == 'body') "/home/varac/.local/lib/python3.6/site-packages/alot-0.7-py3.6.egg/alot/buffers/thread.py", line 128, in render return self.body.render(size, focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render canv = fn(self, size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/widget.py", line 1765, in render canv = get_delegate(self).render(size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render canv = fn(self, size, focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/listbox.py", line 471, in render (maxcol, maxrow), focus=focus) "/home/varac/.local/lib/python3.6/site-packages/urwid/listbox.py", line 416, in calculate_visible next, pos = self._body.get_next( pos ) "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/widgets.py", line 82, in get_next return self._get(self._tree.next_position(pos)) "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/widgets.py", line 68, in _get res = self[pos], pos "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/widgets.py", line 54, in __getitem__ entry = self._tree.get_decorated(pos) "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/nested.py", line 88, in get_decorated return self._get_decorated_entry(self._tree, pos) "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/nested.py", line 84, in _get_decorated_entry entry = tree.decorate(pos[0], entry, is_first=isf) "/home/varac/.local/lib/python3.6/site-packages/urwidtrees/decoration.py", line 472, in decorate line = urwid.Columns(cols, box_columns=range(len(cols))[:-1]) "/home/varac/.local/lib/python3.6/site-packages/urwid/container.py", line 1768, in __init__ if focus_column is None and w.selectable(): AttributeError: 'NoneType' object has no attribute 'selectable'
0.909192
Traceback (most recent call last): "/home/pi/GassistPi/src/actions.py", line 998, in YouTube_No_Autoplay say("Getting youtube link") "/home/pi/GassistPi/src/actions.py", line 201, in say words= translator.translate(words, dest=language) "/home/pi/env/lib/python3.5/site-packages/googletrans/client.py", line 172, in translate data = self._translate(text, dest, src) "/home/pi/env/lib/python3.5/site-packages/googletrans/client.py", line 75, in _translate token = self.token_acquirer.do(text) "/home/pi/env/lib/python3.5/site-packages/googletrans/gtoken.py", line 180, in do self._update() "/home/pi/env/lib/python3.5/site-packages/googletrans/gtoken.py", line 59, in _update code = unicode(self.RE_TKK.search(r.text).group(1)).replace('var ', '') AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last): "lbry\extras\daemon\Daemon.py", line 584, in _process_rpc_call "lbry\extras\daemon\Daemon.py", line 1109, in jsonrpc_account_balance "lbry\wallet\account.py", line 85, in get_granular_balances "torba\client\basedatabase.py", line 559, in get_balance "torba\client\basedatabase.py", line 499, in select_txos "concurrent\futures\thread.py", line 57, in run "torba\client\basedatabase.py", line 51, in __fetchall AttributeError: 'NoneType' object has no attribute 'execute'
0.701241
Traceback (most recent call last): "tools/reval.py", line 19, in <module> from src.tools.voc_eval_lib.model.test import apply_nms "/home/zhengyu/CenterNet/CenterNet/src/tools/voc_eval_lib/model/test.py", line 24, in <module> from ..utils.blob import im_list_to_blob "/home/zhengyu/CenterNet/CenterNet/src/tools/voc_eval_lib/utils/blob.py", line 14, in <module> import cv2 ModuleNotFoundError: No module named 'cv2'
Traceback (most recent call last): "/home/charris/.local/bin/sphinx-build", line 7, in <module> from sphinx.cmd.build import main ModuleNotFoundError: No module named 'sphinx'
0.773532
Traceback (most recent call last): "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/chalice/cli/__init__.py", line 656, in main return cli(obj={}) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/click/decorators.py", line 21, in new_func return f(get_current_context(), *args, **kwargs) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/chalice/cli/__init__.py", line 216, in deploy deployed_values = d.deploy(config, chalice_stage_name=stage) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/chalice/deploy/deployer.py", line 374, in deploy return self._deploy(config, chalice_stage_name) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/chalice/deploy/deployer.py", line 380, in _deploy self._validate_config(config) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/chalice/deploy/deployer.py", line 406, in _validate_config validate_configuration(config) "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/chalice/deploy/validate.py", line 40, in validate_configuration routes = config.chalice_app.routes "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/chalice/config.py", line 141, in chalice_app app = v() "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/chalice/cli/factory.py", line 275, in load_chalice_app app = importlib.import_module('app') "/usr/local/Cellar/[email protected]/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1014, in _gcd_import "<frozen importlib._bootstrap>", line 991, in _find_and_load "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 671, in _load_unlocked "<frozen importlib._bootstrap_external>", line 783, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/wb_auth_business/app.py", line 9, in <module> sentry_sdk.init( "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/sentry_sdk/hub.py", line 106, in _init client = Client(*args, **kwargs) # type: ignore "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/sentry_sdk/client.py", line 86, in __init__ self._init_impl() "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/sentry_sdk/client.py", line 128, in _init_impl self.integrations = setup_integrations( "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/sentry_sdk/integrations/__init__.py", line 119, in setup_integrations type(integration).setup_once() "/Users/Projects/pessoal/WeBarber/wb-schedule-ws/.venv/lib/python3.8/site-packages/sentry_sdk/integrations/chalice.py", line 95, in setup_once old_get_view_function_response = Chalice._get_view_function_response AttributeError: type object 'Chalice' has no attribute '_get_view_function_response'
Traceback (most recent call last): "/srv/hass/lib/python3.5/site-packages/aiohttp/helpers.py", line 521, in log for key, value in fmt_info: "/srv/hass/lib/python3.5/site-packages/aiohttp/helpers.py", line 513, in <genexpr> for key, method in self._methods) "/srv/hass/lib/python3.5/site-packages/aiohttp/helpers.py", line 473, in _format_a ip = request.remote "/srv/hass/lib/python3.5/site-packages/aiohttp/helpers.py", line 556, in __get__ val = self.wrapped(inst) "/srv/hass/lib/python3.5/site-packages/aiohttp/web_request.py", line 319, in remote peername = transport.get_extra_info('peername') "/usr/lib/python3.5/asyncio/sslproto.py", line 306, in get_extra_info return self._ssl_protocol._get_extra_info(name, default) "/usr/lib/python3.5/asyncio/sslproto.py", line 546, in _get_extra_info return self._transport.get_extra_info(name, default) AttributeError: 'NoneType' object has no attribute 'get_extra_info'
0.673859
Traceback (most recent call last): "/opt/conda/bin/conda", line 12, in <module> from conda.cli import main "/opt/conda/lib/python3.8/site-packages/conda/__init__.py", line 22, in <module> "/opt/conda/lib/python3.8/site-packages/conda/common/compat.py", line 14, in <module> "/opt/conda/lib/python3.8/tempfile.py", line 45, in <module> "/opt/conda/lib/python3.8/random.py", line 41, in <module> ImportError: /opt/conda/lib/python3.8/lib-dynload/math.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: Operation not permitted
Traceback (most recent call last): "C:\Users\vikram\Desktop\ms\nuitka\app.dist\app.py", line 75, in <module> ImportError: LoadLibraryEx 'C:\Users\vikram\Desktop\ms\nuitka\app.dist\win32ui.pyd' failed
0.73272
Traceback (most recent call last): "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 555, in urlopen self._prepare_proxy(conn) "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 753, in _prepare_proxy conn.connect() "/usr/lib/python3/dist-packages/urllib3/connection.py", line 252, in connect ssl_version=resolved_ssl_version) "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 305, in ssl_wrap_socket return context.wrap_socket(sock, server_hostname=server_hostname) "/usr/lib/python3.5/ssl.py", line 377, in wrap_socket _context=self) "/usr/lib/python3.5/ssl.py", line 752, in __init__ self.do_handshake() "/usr/lib/python3.5/ssl.py", line 988, in do_handshake self._sslobj.do_handshake() "/usr/lib/python3.5/ssl.py", line 633, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1318, in do_open encode_chunked=req.has_header('Transfer-encoding')) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1239, in request self._send_request(method, url, body, headers, encode_chunked) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1285, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1234, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1026, in _send_output self.send(msg) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 964, in send self.connect() "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1400, in connect server_hostname=server_hostname) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 407, in wrap_socket _context=self, _session=session) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 814, in __init__ self.do_handshake() "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 1068, in do_handshake self._sslobj.do_handshake() "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 689, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
0.883843
Traceback (most recent call last): "/usr/bin/safeeyes", line 11, in <module> load_entry_point('safeeyes==2.0.5', 'console_scripts', 'safeeyes')() "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 572, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2749, in load_entry_point return ep.load() "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2402, in load return self.resolve() "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2408, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/usr/lib/python2.7/site-packages/safeeyes/__main__.py", line 34, in <module> from safeeyes.SafeEyes import SafeEyes "/usr/lib/python2.7/site-packages/safeeyes/SafeEyes.py", line 34, in <module> from safeeyes.rpc import RPCServer "/usr/lib/python2.7/site-packages/safeeyes/rpc.py", line 25, in <module> from xmlrpc.server import SimpleXMLRPCServer ImportError: No module named xmlrpc.server
Traceback (most recent call last): "/home/xyz/.pyenv/versions/3.5.6/lib/python3.5/site-packages/notebook/services/sessions/sessionmanager.py", line 10, in <module> import sqlite3 "/home/xyz/.pyenv/versions/3.5.6/lib/python3.5/sqlite3/__init__.py", line 23, in <module> from sqlite3.dbapi2 import * "/home/xyz/.pyenv/versions/3.5.6/lib/python3.5/sqlite3/dbapi2.py", line 27, in <module> from _sqlite3 import * ImportError: No module named '_sqlite3'
0.817104
Traceback (most recent call last): "/home/ewebcore/Desktop/numpy.py", line 18, in <module> from matplotlib import pyplot as plt "/usr/lib/python3/dist-packages/matplotlib/__init__.py", line 123, in <module> from . import cbook "/usr/lib/python3/dist-packages/matplotlib/cbook/__init__.py", line 36, in <module> import numpy as np "/home/ewebcore/Desktop/numpy.py", line 18, in <module> from matplotlib import pyplot as plt "/usr/lib/python3/dist-packages/matplotlib/pyplot.py", line 32, in <module> import matplotlib.colorbar "/usr/lib/python3/dist-packages/matplotlib/colorbar.py", line 32, in <module> import matplotlib.artist as martist "/usr/lib/python3/dist-packages/matplotlib/artist.py", line 15, in <module> from . import cbook, docstring, rcParams ImportError: cannot import name 'rcParams'
Traceback (most recent call last): "<string>", line 1, in <module> ImportError: No module named backports.unittest_mock
0.722958
Traceback (most recent call last): "D:\Anaconda\lib\site-packages\manimlib\extract_scene.py", line 155, in main scene = SceneClass(**scene_kwargs) "D:\Anaconda\lib\site-packages\manimlib\scene\scene.py", line 75, in __init__ self.construct() "C:\Users\Kaimun\AppData\Local\Temp\tmpjyck_vmk.py", line 48, in construct text= TextMobject("A","B","C","D","E","F") "D:\Anaconda\lib\site-packages\manimlib\mobject\svg\tex_mobject.py", line 150, in __init__ self, self.arg_separator.join(tex_strings), **kwargs "D:\Anaconda\lib\site-packages\manimlib\mobject\svg\tex_mobject.py", line 190, in break_up_by_substrings sub_tex_mob.submobjects = [VectorizedPoint()] IndexError: list index out of range
Traceback (most recent call last): "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/exceptions.py", line 819, in __call__ return func(*args, **kwargs) "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 78, in _main exit_code = do_call(args, p) "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/cli/conda_argparse.py", line 77, in do_call exit_code = getattr(module, func_name)(args, parser) "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/cli/main_install.py", line 11, in execute install(args, parser, 'install') "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/cli/install.py", line 235, in install force_reinstall=context.force, "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/core/solve.py", line 506, in solve_for_transaction force_remove, force_reinstall) "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/core/solve.py", line 439, in solve_for_diff final_precs = self.solve_final_state(deps_modifier, prune, ignore_pinned, force_remove) "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/core/solve.py", line 148, in solve_final_state specs_from_history_map = History(self.prefix).get_requested_specs_map() "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/history.py", line 230, in get_requested_specs_map for request in self.get_user_requests(): "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/history.py", line 215, in get_user_requests comment_items = self._parse_comment_line(line) "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/history.py", line 191, in _parse_comment_line specs = History._parse_old_format_specs_string(specs_string) "/opt/bcbio/anaconda/lib/python2.7/site-packages/conda/history.py", line 152, in _parse_old_format_specs_string if spec[0].isalpha(): IndexError: string index out of range
0.707482
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-4mh_t0e7/numpy/setup.py", line 68 f"NumPy {VERSION} may not yet support Python " ^ SyntaxError: invalid syntax
Traceback (most recent call last): "/home/username/.local/bin/wandb", line 7, in <module> from wandb.cli import cli "/home/username/.local/lib/python3.7/site-packages/wandb/__init__.py", line 42, in <module> from wandb.apis import InternalApi, PublicApi, CommError "/home/username/.local/lib/python3.7/site-packages/wandb/apis/__init__.py", line 95, in <module> from .public import Api as PublicApi "/home/username/.local/lib/python3.7/site-packages/wandb/apis/public.py", line 21, in <module> from wandb.summary import HTTPSummary, download_h5 "/home/username/.local/lib/python3.7/site-packages/wandb/summary.py", line 15, in <module> from wandb.meta import Meta "/home/username/.local/lib/python3.7/site-packages/wandb/meta.py", line 6, in <module> import pynvml "/cm/local/apps/cuda/libs/current/pynvml/pynvml.py", line 1671 print c_count.value ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(c_count.value)?
0.728534
Traceback (most recent call last): "/home/user/ansible/venv/bin/ansible-lint", line 8, in <module> sys.exit(main()) "/home/user/ansible/venv/lib/python3.8/site-packages/ansiblelint/__main__.py", line 116, in main matches.extend(runner.run()) "/home/user/ansible/venv/lib/python3.8/site-packages/ansiblelint/runner.py", line 73, in run for child in ansiblelint.utils.find_children(arg, self.playbook_dir): "/home/user/ansible/venv/lib/python3.8/site-packages/ansiblelint/utils.py", line 159, in find_children items = _playbook_items(playbook_ds) "/home/user/ansible/venv/lib/python3.8/site-packages/ansiblelint/utils.py", line 134, in _playbook_items return [item for play in pb_data for item in play.items()] "/home/user/ansible/venv/lib/python3.8/site-packages/ansiblelint/utils.py", line 134, in <listcomp> return [item for play in pb_data for item in play.items()] AttributeError: 'NoneType' object has no attribute 'items'
Traceback (most recent call last): "/usr/lib/python-exec/python2.7/beet", line 11, in <module> load_entry_point('beets==1.4.3', 'console_scripts', 'beet')() "/usr/lib64/python2.7/site-packages/beets/ui/__init__.py", line 1209, in main _raw_main(args) "/usr/lib64/python2.7/site-packages/beets/ui/__init__.py", line 1192, in _raw_main subcommands, plugins, lib = _setup(options, lib) "/usr/lib64/python2.7/site-packages/beets/ui/__init__.py", line 1089, in _setup plugins = _load_plugins(config) "/usr/lib64/python2.7/site-packages/beets/ui/__init__.py", line 1075, in _load_plugins plugins.send("pluginload") "/usr/lib64/python2.7/site-packages/beets/plugins.py", line 451, in send for handler in event_handlers()[event]: "/usr/lib64/python2.7/site-packages/beets/plugins.py", line 434, in event_handlers for plugin in find_plugins(): "/usr/lib64/python2.7/site-packages/beets/plugins.py", line 288, in find_plugins _instances[cls] = cls() "/usr/lib64/python2.7/site-packages/beetsplug/absubmit.py", line 84, in __init__ self.extractor = distutils.spawn.find_executable(self.extractor) AttributeError: 'module' object has no attribute 'spawn'
0.674359
Traceback (most recent call last): "syncserver.wsgi", line 40, in <module> application = loadapp('config:%s'% ini_file) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp return loadobj(APP, uri, name=name, **kw) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 271, in loadobj global_conf=global_conf) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 296, in loadcontext global_conf=global_conf) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 320, in _loadconfig return loader.get_context(object_type, name, global_conf) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 454, in get_context section) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 476, in _context_from_use object_type, name=use, global_conf=global_conf) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 406, in get_context global_conf=global_conf) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 296, in loadcontext global_conf=global_conf) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 328, in _loadegg return loader.get_context(object_type, name, global_conf) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 620, in get_context object_type, name=name) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 646, in find_egg_entry_point possible.append((entry.load(), protocol, entry.name)) "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2302, in load return self.resolve() "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2308, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "./syncserver/__init__.py", line 18, in <module> import mozsvc.config "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/mozsvc/config.py", line 10, in <module> from konfig import Config, SettingsDict "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/konfig/__init__.py", line 11, in <module> from configparser import ConfigParser, ExtendedInterpolation "/var/fxcloud/syncserver/local/lib/python2.7/site-packages/configparser.py", line 12, in <module> from backports.configparser import ( ImportError: cannot import name ConverterMapping
Traceback (most recent call last): "ddpg.py", line 10, in <module> from keras.engine.training import collect_trainable_weights ImportError: cannot import name 'collect_trainable_weights'
0.804662
Traceback (most recent call last): "/usr/local/bin/aws-mfa", line 7, in <module> from awsmfa import main "/usr/local/lib/python3.6/site-packages/awsmfa/__init__.py", line 16, in <module> from config import initial_setup ModuleNotFoundError: No module named 'config'
Traceback (most recent call last): "/home/ubuntu/.local/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> from oauth2client.locked_file import Locked ModuleNotFoundError: No module named 'oauth2client.locked_file'
0.798076
Traceback (most recent call last): "/Users/hidemiasakura/anaconda/envs/py37/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 256, in paintEvent self._draw_fold_region_background(block, painter) "/Users/hidemiasakura/anaconda/envs/py37/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 300, in _draw_fold_region_background end = self.folding_regions[start]KeyError: 787
Traceback (most recent call last): "/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 256, in paintEvent self._draw_fold_region_background(block, painter) "/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 300, in _draw_fold_region_background end = self.folding_regions[start]KeyError: 141
0.87807
Traceback (most recent call last): "/usr/local/bin/interlace", line 11, in <module> load_entry_point('Interlace==1.8.0', 'console_scripts', 'interlace')() "/usr/local/lib/python3.7/site-packages/Interlace-1.8.0-py3.7.egg/Interlace/interlace.py", line 32, in main "/usr/local/lib/python3.7/site-packages/Interlace-1.8.0-py3.7.egg/Interlace/interlace.py", line 11, in build_queue "/usr/local/lib/python3.7/site-packages/Interlace-1.8.0-py3.7.egg/Interlace/lib/core/input.py", line 289, in process_commands "/usr/local/lib/python3.7/site-packages/Interlace-1.8.0-py3.7.egg/Interlace/lib/core/input.py", line 214, in _replace_variable_with_commands "/usr/local/lib/python3.7/site-packages/Interlace-1.8.0-py3.7.egg/Interlace/lib/threader.py", line 27, in replace TypeError: replace() argument 2 must be str, not int
Traceback (most recent call last): "mytest.py", line 16, in <module> y_val=y_val) "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/autom8/autoscan.py", line 54, in start **kwargs) "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/scan/Scan.py", line 196, in __init__ self._runtime() "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/scan/Scan.py", line 201, in _runtime self = scan_run(self) "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/scan/scan_run.py", line 9, in scan_run self = scan_prepare(self) "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/scan/scan_prepare.py", line 8, in scan_prepare self._experiment_log = initialize_log(self) "/home/practice/HyperOpt/python3.6/lib/python3.6/site-packages/talos/scan/scan_utils.py", line 9, in initialize_log os.mkdir(path + '/' + self.experiment_name) TypeError: must be str, not int
0.67565
Traceback (most recent call last): "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/contrib/staticfiles/handlers.py", line 63, in __call__ return self.application(environ, start_response) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/wsgi.py", line 157, in __call__ response = self.get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/base.py", line 124, in get_response response = self._middleware_chain(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 43, in inner response = response_for_exception(request, exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 93, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 139, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django_extensions/management/technical_response.py", line 6, in null_technical_500_response six.reraise(exc_type, exc_value, tb) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/utils/deprecation.py", line 140, in __call__ response = self.get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 43, in inner response = response_for_exception(request, exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 93, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 139, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django_extensions/management/technical_response.py", line 6, in null_technical_500_response six.reraise(exc_type, exc_value, tb) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/utils/deprecation.py", line 140, in __call__ response = self.get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 43, in inner response = response_for_exception(request, exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 93, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 139, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django_extensions/management/technical_response.py", line 6, in null_technical_500_response six.reraise(exc_type, exc_value, tb) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/utils/deprecation.py", line 140, in __call__ response = self.get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 43, in inner response = response_for_exception(request, exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 93, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 139, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django_extensions/management/technical_response.py", line 6, in null_technical_500_response six.reraise(exc_type, exc_value, tb) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/utils/deprecation.py", line 140, in __call__ response = self.get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 43, in inner response = response_for_exception(request, exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 93, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 139, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django_extensions/management/technical_response.py", line 6, in null_technical_500_response six.reraise(exc_type, exc_value, tb) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/utils/deprecation.py", line 140, in __call__ response = self.get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 43, in inner response = response_for_exception(request, exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 93, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 139, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django_extensions/management/technical_response.py", line 6, in null_technical_500_response six.reraise(exc_type, exc_value, tb) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/utils/deprecation.py", line 140, in __call__ response = self.get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 43, in inner response = response_for_exception(request, exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 93, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 139, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django_extensions/management/technical_response.py", line 6, in null_technical_500_response six.reraise(exc_type, exc_value, tb) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/utils/deprecation.py", line 140, in __call__ response = self.get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 43, in inner response = response_for_exception(request, exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 93, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 139, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django_extensions/management/technical_response.py", line 6, in null_technical_500_response six.reraise(exc_type, exc_value, tb) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/utils/deprecation.py", line 140, in __call__ response = self.get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 43, in inner response = response_for_exception(request, exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 93, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 139, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django_extensions/management/technical_response.py", line 6, in null_technical_500_response six.reraise(exc_type, exc_value, tb) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/base.py", line 187, in _get_response response = self.process_exception_by_middleware(e, request) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/core/handlers/base.py", line 185, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/Users/sarit/.pyenv/versions/3.6.3/lib/python3.6/contextlib.py", line 52, in inner return func(*args, **kwds) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view return view_func(*args, **kwargs) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/rest_framework/viewsets.py", line 90, in view return self.dispatch(request, *args, **kwargs) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/rest_framework/views.py", line 489, in dispatch response = self.handle_exception(exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/rest_framework/views.py", line 449, in handle_exception self.raise_uncaught_exception(exc) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/rest_framework/views.py", line 486, in dispatch response = handler(request, *args, **kwargs) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/rest_framework/mixins.py", line 22, in create headers = self.get_success_headers(serializer.data) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/rest_framework/serializers.py", line 533, in data ret = super(Serializer, self).data "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/rest_framework/serializers.py", line 264, in data self._data = self.to_representation(self.validated_data) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/rest_framework/serializers.py", line 500, in to_representation ret[field.field_name] = field.to_representation(attribute) "/Users/sarit/.pyenv/versions/3.6.3/envs/poink/lib/python3.6/site-packages/djmoney/contrib/django_rest_framework/fields.py", line 16, in to_representation return super(MoneyField, self).to_representation(obj.amount) AttributeError: 'decimal.Decimal' object has no attribute 'amount'
Traceback (most recent call last): "/usr/local/bin/streamlink", line 11, in <module> load_entry_point('streamlink==0.2.0', 'console_scripts', 'streamlink')() "/Library/Python/2.7/site-packages/streamlink_cli/main.py", line 899, in main handle_url() "/Library/Python/2.7/site-packages/streamlink_cli/main.py", line 479, in handle_url streams = fetch_streams(plugin) "/Library/Python/2.7/site-packages/streamlink_cli/main.py", line 392, in fetch_streams sorting_excludes=args.stream_sorting_excludes) "/Library/Python/2.7/site-packages/streamlink/plugin/plugin.py", line 316, in get_streams return self.streams(*args, **kwargs) "/Library/Python/2.7/site-packages/streamlink/plugin/plugin.py", line 230, in streams ostreams = self._get_streams() "/Library/Python/2.7/site-packages/streamlink/plugins/twitch.py", line 532, in _get_streams return self._get_hls_streams("live") "/Library/Python/2.7/site-packages/streamlink/plugins/twitch.py", line 496, in _get_hls_streams streams = HLSStream.parse_variant_playlist(self.session, url) "/Library/Python/2.7/site-packages/streamlink/stream/hls.py", line 282, in parse_variant_playlist res = session_.http.get(url, exception=IOError, **request_params) "/Library/Python/2.7/site-packages/requests/sessions.py", line 501, in get return self.request('GET', url, **kwargs) "/Library/Python/2.7/site-packages/streamlink/plugin/api/http_session.py", line 156, in request *args, **kwargs) "/Library/Python/2.7/site-packages/requests/sessions.py", line 488, in request resp = self.send(prep, **send_kwargs) "/Library/Python/2.7/site-packages/requests/sessions.py", line 609, in send r = adapter.send(request, **kwargs) "/Library/Python/2.7/site-packages/requests/adapters.py", line 423, in send timeout=timeout "/Library/Python/2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 594, in urlopen chunked=chunked) "/Library/Python/2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 350, in _make_request self._validate_conn(conn) "/Library/Python/2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 835, in _validate_conn conn.connect() "/Library/Python/2.7/site-packages/requests/packages/urllib3/connection.py", line 330, in connect cert = self.sock.getpeercert() "/Library/Python/2.7/site-packages/requests/packages/urllib3/contrib/pyopenssl.py", line 324, in getpeercert 'subjectAltName': get_subj_alt_name(x509) "/Library/Python/2.7/site-packages/requests/packages/urllib3/contrib/pyopenssl.py", line 166, in get_subj_alt_name cert = _Certificate(openssl_backend, peer_cert._x509) AttributeError: 'X509' object has no attribute '_x509'
0.699492
from mmdet3d import apis Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/new_mmdetection/mmdetection3d/mmdet3d/apis/__init__.py", line 1, in <module> from .inference import inference_detector, init_detector, show_result_meshlab "/home/new_mmdetection/mmdetection3d/mmdet3d/apis/inference.py", line 8, in <module> from mmdet3d.core import Box3DMode, show_result "/home/new_mmdetection/mmdetection3d/mmdet3d/core/__init__.py", line 2, in <module> from .bbox import * # noqa: F401, F403 "/home/new_mmdetection/mmdetection3d/mmdet3d/core/bbox/__init__.py", line 4, in <module> from .iou_calculators import (AxisAlignedBboxOverlaps3D, BboxOverlaps3D, "/home/new_mmdetection/mmdetection3d/mmdet3d/core/bbox/iou_calculators/__init__.py", line 1, in <module> from .iou3d_calculator import (AxisAlignedBboxOverlaps3D, BboxOverlaps3D, "/home/new_mmdetection/mmdetection3d/mmdet3d/core/bbox/iou_calculators/iou3d_calculator.py", line 5, in <module> from ..structures import get_box_type "/home/new_mmdetection/mmdetection3d/mmdet3d/core/bbox/structures/__init__.py", line 1, in <module> from .base_box3d import BaseInstance3DBoxes "/home/new_mmdetection/mmdetection3d/mmdet3d/core/bbox/structures/base_box3d.py", line 5, in <module> from mmdet3d.ops.iou3d import iou3d_cuda "/home/new_mmdetection/mmdetection3d/mmdet3d/ops/__init__.py", line 5, in <module> from .ball_query import ball_query "/home/new_mmdetection/mmdetection3d/mmdet3d/ops/ball_query/__init__.py", line 1, in <module> from .ball_query import ball_query "/home/new_mmdetection/mmdetection3d/mmdet3d/ops/ball_query/ball_query.py", line 4, in <module> from . import ball_query_ext ImportError: cannot import name 'ball_query_ext'
Traceback (most recent call last): "demo.py", line 6, in <module> import motmetrics as mm "/home/nisarg/.local/lib/python2.7/site-packages/motmetrics/__init__.py", line 2, in <module> from .mot import MOTAccumulator "/home/nisarg/.local/lib/python2.7/site-packages/motmetrics/mot.py", line 12, in <module> from motmetrics.lap import linear_sum_assignment "/home/nisarg/.local/lib/python2.7/site-packages/motmetrics/lap.py", line 171, in <module> init_standard_solvers() "/home/nisarg/.local/lib/python2.7/site-packages/motmetrics/lap.py", line 149, in init_standard_solvers from importlib import util ImportError: cannot import name util
0.762159
Traceback (most recent call last): "test_SeqIO_SeqXML.py", line 50, in setUp self.records[key] = list(SeqIO.parse(test_files[key][0], "seqxml")) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/SeqIO/__init__.py", line 611, in parse for r in i: "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/SeqIO/SeqXmlIO.py", line 58, in __iter__ for event, node in self._events: "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/xml/dom/pulldom.py", line 226, in __next__ rc = self.getEvent() "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/xml/dom/pulldom.py", line 255, in getEvent buf = self.stream.read(self.bufsize) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 797: ordinal not in range(128)
Traceback (most recent call last): "udemy-dl.py", line 1441, in <module> main() "udemy-dl.py", line 1437, in main udemy.course_download(path=options.output, quality=options.quality, unsafe=options.unsafe) "udemy-dl.py", line 448, in course_download course_path = "%s\\%s" % (path, course_name) if os.name == 'nt' else "%s/%s" % (path, course_name) UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 45: ordinal not in range(128)
0.706464
Traceback (most recent call last): "<stdin>", line 1, in <module> "/yin_raid/xin/miniconda3/envs/paddle_dev/lib/python3.7/site-packages/paddle/__init__.py", line 37 import paddle.complex "/yin_raid/xin/miniconda3/envs/paddle_dev/lib/python3.7/site-packages/paddle/complex/__init__.py", from . import tensor "/yin_raid/xin/miniconda3/envs/paddle_dev/lib/python3.7/site-packages/paddle/complex/tensor/__init from . import math "/yin_raid/xin/miniconda3/envs/paddle_dev/lib/python3.7/site-packages/paddle/complex/tensor/math.p from paddle.common_ops_import import * "/yin_raid/xin/miniconda3/envs/paddle_dev/lib/python3.7/site-packages/paddle/common_ops_import.py" from paddle.fluid.layer_helper import LayerHelper "/yin_raid/xin/miniconda3/envs/paddle_dev/lib/python3.7/site-packages/paddle/fluid/__init__.py", l from . import framework "/yin_raid/xin/miniconda3/envs/paddle_dev/lib/python3.7/site-packages/paddle/fluid/framework.py", from . import core "/yin_raid/xin/miniconda3/envs/paddle_dev/lib/python3.7/site-packages/paddle/fluid/core.py", line raise e "/yin_raid/xin/miniconda3/envs/paddle_dev/lib/python3.7/site-packages/paddle/fluid/core.py", line from .core_avx import * ImportError: dlopen: cannot load any more object with static TLS
Traceback (most recent call last): "/usr/bin/certbot", line 9, in <module> load_entry_point('certbot==0.12.0', 'console_scripts', 'certbot')() "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2566, in load_entry_point return ep.load() "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) "/usr/lib/python2.7/site-packages/certbot/main.py", line 21, in <module> from certbot import client "/usr/lib/python2.7/site-packages/certbot/client.py", line 10, in <module> from acme import client as acme_client "/usr/lib/python2.7/site-packages/acme/client.py", line 33, in <module> import urllib3.contrib.pyopenssl # pylint: disable=import-error ImportError: No module named contrib.pyopenssl
0.730385
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-lOwQdW-build/setup.py", line 8 def _package_files(directory: str, suffix: str) -> list: ^ SyntaxError: invalid syntax
Traceback (most recent call last): "CNN-keras6.py", line 15, in <module> import innvestigate "/home/gmaza002/vcg/lrp/innvestigate/__init__.py", line 2, in <module> from . import analyzer "/home/gmaza002/vcg/lrp/innvestigate/analyzer/__init__.py", line 18, in <module> from .base import * "/home/gmaza002/vcg/lrp/innvestigate/analyzer/base.py", line 25, in <module> from .. import layers as ilayers "/home/gmaza002/vcg/lrp/innvestigate/layers.py", line 653 def __init__(self, *args, regularizer=None, constraint=None, **kwargs): ^ SyntaxError: invalid syntax
0.857827
Traceback (most recent call last): "tools/train.py", line 6, in <module> import yolo "./yolo/__init__.py", line 1, in <module> import dataset ModuleNotFoundError: No module named 'dataset'
`Traceback (most recent call last): "./python3/bin/instaloader", line 11, in <module> load_entry_point('instaloader==4.2.10', 'console_scripts', 'instaloader')() "/{home}/python3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/{home}/python3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2793, in load_entry_point return ep.load() "/{home}/python3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2411, in load return self.resolve() "/{home}/python3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2417, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/{hoome}/python3/lib/python3.7/site-packages/instaloader/__init__.py", line 16, in <module> from .instaloader import Instaloader "/{home}/python3/lib/python3.7/site-packages/instaloader/instaloader.py", line 3, in <module> import lzma "/{home}/python3/lib/python3.7/lzma.py", line 27, in <module> from _lzma import * ModuleNotFoundError: No module named '_lzma'`
0.843386
Traceback (most recent call last): "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/plex.py", line 135, in <lambda> track_utc_time_change(hass, lambda now: update_devices(), second=30) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/util/__init__.py", line 306, in wrapper result = method(*args, **kwargs) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/util/__init__.py", line 306, in wrapper result = method(*args, **kwargs) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/plex.py", line 159, in update_devices update_sessions) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/plex.py", line 293, in __init__ self.refresh(device, session) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/plex.py", line 373, in refresh self._media_content_rating = self._session.contentRating "/srv/homeassistant/lib/python3.5/site-packages/plexapi/base.py", line 273, in __getattribute__ value = super(PlexPartialObject, self).__getattribute__(attr) AttributeError: 'Track' object has no attribute 'contentRating'
Traceback (most recent call last): "I:/scapy网络练习.py", line 68, in <module> scapy测试() "I:/scapy网络练习.py", line 30, in scapy测试 reply=sr1(i/ic) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scapy\sendrecv.py", line 344, in sr1 s=conf.L3socket(filter=filter, nofilter=nofilter, iface=iface) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scapy\arch\pcapdnet.py", line 321, in __init__ self.ins = open_pcap(iface, 1600, 0, 100) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scapy\arch\windows\__init__.py", line 237, in <lambda> pcapdnet.open_pcap = lambda iface,*args,**kargs: _orig_open_pcap(pcap_name(iface),*args,**kargs) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scapy\arch\pcapdnet.py", line 251, in <lambda> open_pcap = lambda *args,**kargs: _PcapWrapper_pypcap(*args,**kargs) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scapy\arch\pcapdnet.py", line 215, in __init__ self.iface = create_string_buffer(device.encode('ascii')) AttributeError: 'NoneType' object has no attribute 'encode'
0.677318
Traceback (most recent call last): "mwe15.py", line 7, in <module> df.to_hdf("/tmp/fubar.h5", "root") "/media/nas/x21324/miniconda3/envs/py37e/lib/python3.7/site-packages/pandas/core/generic.py", line 2504, in to_hdf encoding=encoding, "/media/nas/x21324/miniconda3/envs/py37e/lib/python3.7/site-packages/pandas/io/pytables.py", line 282, in to_hdf f(store) "/media/nas/x21324/miniconda3/envs/py37e/lib/python3.7/site-packages/pandas/io/pytables.py", line 274, in <lambda> encoding=encoding, "/media/nas/x21324/miniconda3/envs/py37e/lib/python3.7/site-packages/pandas/io/pytables.py", line 1042, in put errors=errors, "/media/nas/x21324/miniconda3/envs/py37e/lib/python3.7/site-packages/pandas/io/pytables.py", line 1709, in _write_to_group data_columns=data_columns, "/media/nas/x21324/miniconda3/envs/py37e/lib/python3.7/site-packages/pandas/io/pytables.py", line 3100, in write self.write_array(f"block{i}_values", blk.values, items=blk_items) "/media/nas/x21324/miniconda3/envs/py37e/lib/python3.7/site-packages/pandas/io/pytables.py", line 2906, in write_array empty_array = value.size == 0 AttributeError: 'StringArray' object has no attribute 'size'
Traceback (most recent call last): "/usr/bin/molecule", line 11, in <module> sys.exit(main()) "/usr/lib/python2.7/site-packages/molecule/cli.py", line 41, in main cli(obj={}) "/usr/lib/python2.7/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/usr/lib/python2.7/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/usr/lib/python2.7/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/usr/lib/python2.7/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/lib/python2.7/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/usr/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/usr/lib/python2.7/site-packages/molecule/command/test.py", line 94, in test t = Test(ctx.obj.get('args'), command_args) "/usr/lib/python2.7/site-packages/molecule/command/base.py", line 60, in __init__ self.main() "/usr/lib/python2.7/site-packages/molecule/command/base.py", line 83, in main self.molecule.main() "/usr/lib/python2.7/site-packages/molecule/core.py", line 57, in main self.driver = self._get_driver() "/usr/lib/python2.7/site-packages/molecule/core.py", line 312, in _get_driver return dockerdriver.DockerDriver(self) "/usr/lib/python2.7/site-packages/molecule/driver/dockerdriver.py", line 39, in __init__ self._docker = docker.APIClient( AttributeError: 'module' object has no attribute 'APIClient'
0.672463
Traceback (most recent call last): "<pyshell#0>", line 1, in <module> import serial ModuleNotFoundError: No module named 'serial'
Traceback (most recent call last): "/root/catkin_ws/devel/lib/dope/camera", line 15, in <module> exec(compile(fh.read(), python_script, 'exec'), context) "/root/catkin_ws/src/dope/nodes/camera", line 13, in <module> from camera_info_manager import CameraInfoManager ModuleNotFoundError: No module named 'camera_info_manager'
0.758988
Traceback (most recent call last): "run_exp.py", line 223, in <module> [data_name,data_set,data_end_index,fea_dict,lab_dict,arch_dict]=run_nn(data_name,data_set,data_end_index,fea_dict,lab_dict,arch_dict,config_chunk_file,processed_fir "/home/csanta/pytorch-kaldi/pytorch-kaldi/core.py", line 582, in run_nn data_name=shared_list[0] IndexError: list index out of range
Traceback (most recent call last): ".../python/Gaffer/WeakMethod.py", line 57, in __call__ return m( *args, **kwArgs ) ".../python/GafferUI/Menu.py", line 182, in __show firstAction = self._qtWidget().actions()[0] IndexError: list index out of range
0.714382
Traceback (most recent call last): "simple_goto.py", line 16, in <module> import dronekit ImportError: No module named 'dronekit'
Traceback (most recent call last): "/opt/ansible/bin/ansible", line 80, in <module> from ansible.cli.adhoc import AdHocCLI as mycli "/opt/ansible/lib/ansible/cli/adhoc.py", line 28, in <module> from ansible.executor.task_queue_manager import TaskQueueManager "/opt/ansible/lib/ansible/executor/task_queue_manager.py", line 29, in <module> from ansible.executor.play_iterator import PlayIterator "/opt/ansible/lib/ansible/executor/play_iterator.py", line 28, in <module> from ansible.playbook.block import Block "/opt/ansible/lib/ansible/playbook/__init__.py", line 27, in <module> from ansible.playbook.play import Play "/opt/ansible/lib/ansible/playbook/play.py", line 28, in <module> from ansible.playbook.base import Base "/opt/ansible/lib/ansible/playbook/base.py", line 34, in <module> from ansible.parsing.dataloader import DataLoader "/opt/ansible/lib/ansible/parsing/dataloader.py", line 36, in <module> from ansible.parsing.yaml.loader import AnsibleLoader "/opt/ansible/lib/ansible/parsing/yaml/loader.py", line 30, in <module> from ansible.parsing.yaml.constructor import AnsibleConstructor "/opt/ansible/lib/ansible/parsing/yaml/constructor.py", line 29, in <module> from ansible.vars.unsafe_proxy import wrap_var "/opt/ansible/lib/ansible/vars/__init__.py", line 39, in <module> from ansible.inventory.host import Host "/opt/ansible/lib/ansible/inventory/__init__.py", line 34, in <module> from ansible.inventory.dir import InventoryDirectory, get_file_parser "/opt/ansible/lib/ansible/inventory/dir.py", line 31, in <module> from ansible.inventory.ini import InventoryParser as InventoryINIParser "/opt/ansible/lib/ansible/inventory/ini.py", line 27, in <module> from ansible.inventory.host import Host "/opt/ansible/lib/ansible/inventory/host.py", line 23, in <module> from ansible.utils.vars import combine_vars, get_unique_id ImportError: cannot import name get_unique_id
0.778953
Traceback (most recent call last):    "webcam.py", line 6, in <module>      From predictor import COCODemo    "/home/ronhau/maskrcnn-benchmark/demo/predictor.py", line 5, in <module>      From torchvision.transforms import functional as F ImportError: cannot import name 'functional'
Traceback (most recent call last): "C:\Users\krish\AppData\Local\Programs\Python\Python39\lib\site-packages\netmiko-3.3.3-py3.9.egg\netmiko\_textfsm\_clitable.py", line 37, in <module> from textfsm import copyable_regex_object "C:\Users\krish\OneDrive\Desktop\aft-gap\krik_python\textfsm.py", line 1, in <module> from netmiko import Netmiko ImportError: cannot import name 'Netmiko' from 'netmiko' (C:\Users\krish\AppData\Local\Programs\Python\Python39\lib\site-packages\netmiko-3.3.3-py3.9.egg\netmiko\__init__.py)
0.788247
Traceback (most recent call last): "/usr/local/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap self.run() "/usr/local/lib/python2.7/multiprocessing/process.py", line 114, in run self._target(*self._args, **self._kwargs) "./astra.py", line 121, in modules_scan sqli_check(url,method,headers,body,scanid) "/app/modules/sqli.py", line 116, in sqli_check set_option_status = set_options_list(url,method,headers,body,taskid) "/app/modules/sqli.py", line 34, in set_options_list if options_list.status_code == 200: AttributeError: 'NoneType' object has no attribute 'status_code'
Traceback (most recent call last): "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() "/mnt/card/wukong-robot/robot/Player.py", line 88, in run onCompleted() "/mnt/card/wukong-robot/robot/Conversation.py", line 152, in <lambda> self.say("抱歉,刚刚没听清,能再说一遍吗?", onCompleted=lambda: self.doResponse(self.activeListen())) "/mnt/card/wukong-robot/robot/Conversation.py", line 59, in doResponse self.appendHistory(0, query, UUID) "/mnt/card/wukong-robot/robot/Conversation.py", line 125, in appendHistory if text.endswith(',') or text.endswith(','): AttributeError: 'NoneType' object has no attribute 'endswith'
0.757836
Traceback (most recent call last): "preprocessors/preprocess_movie_dialogs.py", line 24, in <module> tf.app.run() "/home/abhinavsingh/anaconda3/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) "preprocessors/preprocess_movie_dialogs.py", line 18, in main s = dialog_line.strip().lower().decode("utf-8", "ignore") AttributeError: 'str' object has no attribute 'decode'
Traceback (most recent call last): "/usr/local/bin/docker-compose", line 11, in <module> sys.exit(main()) "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 64, in main command() "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 116, in perform_command handler(command, command_options) "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 848, in up remove_orphans=remove_orphans) "/usr/local/lib/python2.7/dist-packages/compose/project.py", line 389, in up svc.ensure_image_exists(do_build=do_build) "/usr/local/lib/python2.7/dist-packages/compose/service.py", line 312, in ensure_image_exists self.pull() "/usr/local/lib/python2.7/dist-packages/compose/service.py", line 878, in pull output = self.client.pull(repo, tag=tag, stream=True) "/usr/local/lib/python2.7/dist-packages/docker/api/image.py", line 333, in pull header = auth.get_config_header(self, registry) AttributeError: 'module' object has no attribute 'get_config_header'
0.679702
Traceback (most recent call last): "/usr/share/pwndbg/pwndbg/events.py", line 169, in caller func() "/usr/share/pwndbg/pwndbg/events.py", line 248, in _start_stop gdb.events.start.on_stop() "/usr/share/pwndbg/pwndbg/events.py", line 66, in on_stop self.on_new_objfile() "/usr/share/pwndbg/pwndbg/events.py", line 60, in on_new_objfile function() "/usr/share/pwndbg/pwndbg/events.py", line 173, in caller raise e "/usr/share/pwndbg/pwndbg/events.py", line 169, in caller func() "/usr/share/pwndbg/pwndbg/abi.py", line 165, in caller return func(*args, **kwargs) "/usr/share/pwndbg/pwndbg/argv.py", line 38, in update sp = pwndbg.regs.sp "/usr/share/pwndbg/pwndbg/memoize.py", line 48, in __call__ value = self.func(*args, **kwargs) "/usr/share/pwndbg/pwndbg/regs.py", line 280, in __getattr__ value = value.cast(pwndbg.typeinfo.ptrdiff) AttributeError: 'NoneType' object has no attribute 'cast'
Traceback (most recent call last): "/Users/laiello58/Development/git/cloud-custodian-aol-plugin/env/lib/python2.7/site-packages/c7n/commands.py", line 114, in run policy() "/Users/laiello58/Development/git/cloud-custodian-aol-plugin/env/lib/python2.7/site-packages/c7n/policy.py", line 463, in __call__ return mode.run() "/Users/laiello58/Development/git/cloud-custodian-aol-plugin/env/lib/python2.7/site-packages/c7n/policy.py", line 167, in run resources = self.policy.resource_manager.resources() "/Users/laiello58/Development/git/cloud-custodian-aol-plugin/env/lib/python2.7/site-packages/c7n/query.py", line 152, in resources return self.filter_resources(resources) "/Users/laiello58/Development/git/cloud-custodian-aol-plugin/env/lib/python2.7/site-packages/c7n/manager.py", line 63, in filter_resources resources = f.process(resources, event) "/Users/laiello58/Development/git/cloud-custodian-aol-plugin/env/lib/python2.7/site-packages/c7n/resources/iam.py", line 457, in process if self.match(p): AttributeError: 'UserAttachedPolicy' object has no attribute 'match'
0.68585
Traceback (most recent call last): "train-atari.py", line 301, in <module> train() "train-atari.py", line 262, in train trainer = SimpleTrainer() if config.nr_tower == 1 else AsyncMultiGPUTrainer(train_tower) AttributeError: 'TrainConfig' object has no attribute 'nr_tower'
Traceback (most recent call last): "D:\Work\EmscriptenSDK_Windows\upstream\emscripten\emmake.py", line 70, in <module> sys.exit(run()) "D:\Work\EmscriptenSDK_Windows\upstream\emscripten\emmake.py", line 51, in run mingw32_make = building.which('mingw32-make') AttributeError: module 'tools.building' has no attribute 'which'
0.740657
Traceback (most recent call last): "C:\Users\arifi\Anaconda3\lib\site-packages\ipykernel\kernelbase.py", line 268, in dispatch_shell yield gen.maybe_future(handler(stream, idents, msg)) "C:\Users\arifi\Anaconda3\lib\site-packages\tornado\gen.py", line 735, in run value = future.result() "C:\Users\arifi\Anaconda3\lib\site-packages\tornado\gen.py", line 742, in run yielded = self.gen.throw(*exc_info) # type: ignore "C:\Users\arifi\Anaconda3\lib\site-packages\ipykernel\kernelbase.py", line 541, in execute_request user_expressions, allow_stdin, "C:\Users\arifi\Anaconda3\lib\site-packages\tornado\gen.py", line 735, in run value = future.result() "C:\Users\arifi\Anaconda3\lib\site-packages\tornado\gen.py", line 209, in wrapper yielded = next(result) "C:\Users\arifi\Anaconda3\lib\site-packages\ipykernel\ipkernel.py", line 304, in do_execute if res.error_before_exec is not None: AttributeError: 'NoneType' object has no attribute 'error_before_exec'
Traceback (most recent call last): "/bin/certbot", line 9, in <module> load_entry_point('certbot==0.9.3', 'console_scripts', 'certbot')() "/usr/lib/python2.7/site-packages/certbot/main.py", line 776, in main return config.func(config, plugins) "/usr/lib/python2.7/site-packages/certbot/main.py", line 502, in run installer, authenticator = plug_sel.choose_configurator_plugins(config, plugins, "run") "/usr/lib/python2.7/site-packages/certbot/plugins/selection.py", line 185, in choose_configurator_plugins authenticator = installer = pick_configurator(config, req_inst, plugins) "/usr/lib/python2.7/site-packages/certbot/plugins/selection.py", line 25, in pick_configurator (interfaces.IAuthenticator, interfaces.IInstaller)) "/usr/lib/python2.7/site-packages/certbot/plugins/selection.py", line 77, in pick_plugin verified.prepare() "/usr/lib/python2.7/site-packages/certbot/plugins/disco.py", line 220, in prepare return [plugin_ep.prepare() for plugin_ep in six.itervalues(self._plugins)] "/usr/lib/python2.7/site-packages/certbot/plugins/disco.py", line 106, in prepare self._initialized.prepare() "/usr/lib/python2.7/site-packages/certbot_apache/configurator.py", line 188, in prepare self.version) "/usr/lib/python2.7/site-packages/certbot_apache/parser.py", line 58, in __init__ self.init_modules() "/usr/lib/python2.7/site-packages/certbot_apache/parser.py", line 92, in init_modules self.modules.add(self.get_arg(match_name)) "/usr/lib/python2.7/site-packages/certbot_apache/parser.py", line 339, in get_arg value = value.strip("'\"") AttributeError: 'NoneType' object has no attribute 'strip'
0.678868
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 808, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 863, in process_ie_result "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 1636, in process_video_result youtube_dl.utils.ExtractorError: requested format not available
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.690139
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 290, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) "/usr/lib/python2.7/dist-packages/pip/req.py", line 1230, in prepare_files req_to_install.run_egg_info() "/usr/lib/python2.7/dist-packages/pip/req.py", line 326, in run_egg_info command_desc='python setup.py egg_info') "/usr/lib/python2.7/dist-packages/pip/util.py", line 716, in call_subprocess % (command_desc, proc.returncode, cwd))InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-cJ2V7E/pygtk
Traceback (most recent call last): "/home/christian/documents/projects/ratherhave/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main status = self.run(options, args) "/home/christian/documents/projects/ratherhave/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 245, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) "/home/christian/documents/projects/ratherhave/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 1009, in prepare_files req_to_install.run_egg_info() "/home/christian/documents/projects/ratherhave/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 225, in run_egg_info command_desc='python setup.py egg_info') "/home/christian/documents/projects/ratherhave/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/__init__.py", line 256, in call_subprocess % (command_desc, proc.returncode, cwd))InstallationError: Command python setup.py egg_info failed with error code 1 in /home/christian/documents/projects/ratherhave/venv/build/django-axes
0.955768
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 174, in _launch_exploit_all exploit.exploit() "/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 209, in exploit s = self._generate_shell(vuln) "/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 77, in _generate_shell if self._verify_vuln(vuln_obj): "/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 117, in _verify_vuln if sqlmap.is_vulnerable(): "/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 125, in is_vulnerable raise NotImplementedError(fmt % (full_command, stdout))NotImplementedError: Unexpected answer found in sqlmap output for command "/usr/bin/python sqlmap.py --output-dir=/tmp/10297 --batch --disable-coloring --proxy=http://127.0.0.1:35028/ --batch --url=https://domain/js/attivo.js?v=1": " _
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 167, in _launch_exploit_all exploit.exploit() "/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 198, in exploit s = self._generate_shell(vuln) "/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 77, in _generate_shell if self._verify_vuln(vuln_obj): "/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 106, in _verify_vuln if sqlmap.is_vulnerable(): "/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 98, in is_vulnerable raise NotImplementedError(fmt % (full_command, stdout))NotImplementedError: Unexpected answer found in sqlmap output for command "python sqlmap.py --batch --disable-coloring --proxy=http://127.0.0.1:40094/ --batch --url=http://domain/index.php?q=97%20AND%2097=98%20&menu=menu_search&title_menu=S\xf8gning --data=q=&menu=menu_search&title_menu=S%5Cxf8gning": "
0.971196
Traceback (most recent call last): "find_unwatched.py", line 147, in <module> print("Rating_key failed: {e}").format(e=e) AttributeError: 'NoneType' object has no attribute 'format'
Traceback (most recent call last): "test/basic_test.py", line 265, in <module> basic_test(None, file) "test/basic_test.py", line 59, in basic_test addr = ram_region.start AttributeError: 'NoneType' object has no attribute 'start'
0.701444
Traceback (most recent call last): "/home/renatochacon/ludwig/venv/bin/ludwig", line 11, in <module> load_entry_point('ludwig==0.1.0', 'console_scripts', 'ludwig')() "/home/renatochacon/ludwig/venv/lib/python3.5/site-packages/ludwig-0.1.0-py3.5.egg/ludwig/cli.py", line 86, in main "/home/renatochacon/ludwig/venv/lib/python3.5/site-packages/ludwig-0.1.0-py3.5.egg/ludwig/cli.py", line 64, in __init__ "/home/renatochacon/ludwig/venv/lib/python3.5/site-packages/ludwig-0.1.0-py3.5.egg/ludwig/cli.py", line 70, in train "/home/renatochacon/ludwig/venv/lib/python3.5/site-packages/ludwig-0.1.0-py3.5.egg/ludwig/train.py", line 729, in cli "/home/renatochacon/ludwig/venv/lib/python3.5/site-packages/ludwig-0.1.0-py3.5.egg/ludwig/train.py", line 170, in full_train "/home/renatochacon/ludwig/venv/lib/python3.5/site-packages/ludwig-0.1.0-py3.5.egg/ludwig/utils/defaults.py", line 137, in merge_with_defaults AttributeError: 'str' object has no attribute 'get'
Traceback (most recent call last): "main.py", line 2, in <module> module = fuckit('some_shitty_package') "/home/cjb7/anaconda3/lib/python3.6/site-packages/fuckit.py", line 119, in __call__ source = sourcefile.read() AttributeError: 'NoneType' object has no attribute 'read'
0.675428
Traceback (most recent call last): "/usr/local/bin/pyocd-flashtool", line 7, in <module> from pyocd.tools.flash_tool import main ImportError: No module named pyocd.tools.flash_tool
`Traceback (most recent call last): "StartDatascraper.py", line 1, in <module> from modules.helpers import update_config ImportError: No module named modules.helpers`
0.815346
Traceback (most recent call last): "/usr/lib64/python3.6/site-packages/rdiff_backup/log.py", line 299, in get_indexpath return obj.get_safeindexpath() AttributeError: 'tuple' object has no attribute 'get_safeindexpath'
Traceback (most recent call last): "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state await self.async_device_update() "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_update await self.hass.async_add_executor_job(self.update) "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__ yield self # This tells Task to wait for completion. "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup future.result() "/usr/lib/python3.5/asyncio/futures.py", line 293, in result raise self._exception "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/zoneminder/sensor.py", line 126, in update self.time_period, self._include_archived) "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/zoneminder/monitor.py", line 175, in get_events return event['results'].get(str(self._monitor_id), 0) AttributeError: 'list' object has no attribute 'get'
0.685776