text1 stringlengths 92 132k | text2 stringlengths 83 99.1k | score float64 0.01 1 |
|---|---|---|
Traceback (most recent call last):
"/Users/test_user/working_dir/.venv_Darwin_x86_64_3.7.2/bin/docker-compose", line 9, in <module>
from compose.cli.main import main
ImportError: No module named compose.cli.main
| Traceback (most recent call last):
"/usr/local/bin/catt", line 6, in <module>
from catt.cli import main
"/usr/local/lib/python2.7/dist-packages/catt/cli.py", line 7, in <module>
from pathlib import Path
ImportError: No module named pathlib
| 0.818199 |
Traceback (most recent call last):
"/usr/local/bin/celery", line 10, in <module>
sys.exit(main())
"/usr/local/lib/python3.6/dist-packages/celery/__main__.py", line 16, in main
_main()
"/usr/local/lib/python3.6/dist-packages/celery/bin/celery.py", line 322, in main
cmd.execute_from_commandline(argv)
"/usr... | Traceback (most recent call last):
"main.py", line 1, in <module>
import config
ImportError: No module named 'config'
| 0.736491 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/k5/bp3zwqms0bx9sp3p4mfl4vf80000gn/T/pip-install-ggeig3pl/MySQL-Python/setup.py", line 13, in <module>
from setup_posix import get_config
"/private/var/folders/k5/bp3zwqms0bx9sp3p4mfl4vf80000gn/T/pip-install-ggeig3pl/MySQ... | Traceback (most recent call last):
"/home/peter/.platformio/penv/bin/pio", line 5, in <module>
from platformio.__main__ import main
ModuleNotFoundError: No module named 'platformio'
| 0.813375 |
Traceback (most recent call last):
"/home/os/xly/cm_wiki/webrecorderplayer-electron/build.standalone/venv/bin/pyinstaller", line 11, in <module>
sys.exit(run())
"/home/os/xly/cm_wiki/webrecorderplayer-electron/build.standalone/venv/lib/python3.5/site-packages/PyInstaller/__main__.py", line 92, in run
run_build(... | "Traceback (most recent call last):
"C:/Users/Machine Learning 2/Downloads/Huanyu/Wujie_FER_ResNet/mainpro_FER.py", line 57, in <module>
trainset = FER(split = 'Training', transform=transform_train)
"C:\Users\Machine Learning 2\Downloads\Huanyu\Wujie_FER_ResNet\fer.py", line 31, in __init__
self.train_data = se... | 0.677797 |
Traceback (most recent call last):
"drcom_d_config.py", line 20, in <module>
offset = re.search('\xF0\x00\xF0\x00[\x00-\xFF]{4}[\x03\x07]\x01', text).start() + 8
AttributeError: 'NoneType' object has no attribute 'start'
| Traceback (most recent call last):
"linkfinder.py", line 375, in <module>
url = html.escape(endpoint["link"])
AttributeError: 'module' object has no attribute 'escape'
| 0.829261 |
Traceback (most recent call last):
"/home/pi/.local/bin/miplug", line 11, in <module>
sys.exit(cli())
"/home/pi/.local/lib/python3.5/site-packages/miio/click_common.py", line 53, in __call__
return self.main(*args, **kwargs)
"/home/pi/.local/lib/python3.5/site-packages/click/core.py", line 697, in main
rv =... | Traceback (most recent call last):
"manage.py", line 29, in <module>
execute_from_command_line(sys.argv)
"/home/taiga/.virtualenvs/taiga/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
utility.execute()
"/home/taiga/.virtualenvs/taiga/lib/python3.6/site... | 0.679998 |
Traceback (most recent call last):
"/home/dafne/anaconda2/envs/nlppln3/lib/python3.6/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"/home/dafne/anaconda2/envs/nlppln3/lib/python3.6/runpy.py", line 153, in _get_module_details
code = loader.get_code(m... | Traceback (most recent call last):
"/Users/fperez/local/conda/lib/python3.7/site-packages/sphinx/events.py", line 110, in emit
results.append(listener.handler(self.app, *args))
"/Users/fperez/.local/lib/python3.7/site-packages/jupyter_book/toc.py", line 175, in add_toc_to_sphinx
_check_toc_entries([toc])
"/U... | 0.677097 |
Traceback (most recent call last):
"tools/sigmac", line 25, in <module>
from sigma.parser.collection import SigmaCollectionParser
"/mnt/c/Users/money/Documents/sigma/tools/sigma/parser/collection.py", line 18, in <module>
from .rule import SigmaParser
"/mnt/c/Users/money/Documents/sigma/tools/sigma/parser/ru... | Traceback (most recent call last):
"/home/maniac/.virtualenvs/DIH/local/lib/python2.7/site-packages/django/utils/autoreload.py", line 226, in wrapper
fn(*args, **kwargs)
"/home/maniac/.virtualenvs/DIH/local/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 113, in inner_run
autorel... | 0.672281 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ValueError: Format code 'g' for object of type 'float' not implemented yet
| Traceback (most recent call last):
"D:\Vincent\Bureau\Patern recongnition and image analysis\Patern recognition and patern analysis\LAB_1\plot_pyramid.py", line 44, in <module>
composite_image[i_row:i_row + n_rows, cols:cols + n_cols] = p
ValueError: could not broadcast input array from shape (2,2,3) into shape (1,... | 0.745396 |
[!] Error loading package pupyutils.basic_cmds (pupyutils/basic_cmds.pyo pkg=False) : No module named scandir Traceback (most recent call last):
"pupyimporter", line 570, in load_module
"pupyimporter", line 61, in loadpy
"pupyutils/basic_cmds.py", line 16, in <module>
ImportError: No module named scandir
| Traceback (most recent call last):
"gyoithon.py", line 10, in <module>
from urllib.request import urlopen
ImportError: No module named request
| 0.855449 |
Traceback (most recent call last):
"/home/leonardo/bin/fw.py", line 102, in <module>
a = scw_fw()
"/home/leonardo/bin/fw.py", line 27, in __init__
iptc.Table.flush(iptc.TABLE_RAW)
AttributeError: 'module' object has no attribute 'TABLE_RAW' | Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/hass_nabucasa/remote.py", line 183, in _finish_load_backend
snitun_port=443,
"/usr/local/lib/python3.7/site-packages/snitun/utils/aiohttp_client.py", line 36, in __init__
self._site = SockSite(runner, self._socket, ssl_context=context)
... | 0.743634 |
Traceback (most recent call last):
"D:\Software\Pycharm\PyCharm 2018.1.1\helpers\pydev\pydev_run_in_console.py", line 52, in run_file
pydev_imports.execfile(file, globals, locals)
# execute the script
"D:\Software\Pycharm\PyCharm 2018.1.1\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(... | Traceback (most recent call last):
"C:\Users\Ignas\Anaconda3\envs\ugpsts\lib\runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"C:\Users\Ignas\Anaconda3\envs\ugpsts\lib\runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name... | 0.692842 |
Traceback (most recent call last):
"/usr/local/bin/bert-serving-start", line 8, in <module>
sys.exit(main())
"/usr/local/lib/python3.6/dist-packages/bert_serving/server/cli/__init__.py", line 4, in main
with BertServer(get_run_args()) as server:
"/usr/local/lib/python3.6/dist-packages/bert_serving/server/__i... | Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/lutris/gui/widgets/services.py", line 280, in on_games_loaded
self.store = self.get_store()
"/usr/lib/python3.7/site-packages/lutris/gui/widgets/services.py", line 235, in get_store
for game in sorted(self.games, key=lambda x: x.name):
TypeErr... | 0.715233 |
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 = sel... | Traceback (most recent call last):
"/Users/yan/PycharmProjects/my_project/venv/lib/python3.7/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
"/Users/yan/PycharmProjects/my_project/venv/lib/python3.7/site-packages/django/core/handlers/base.py", line 115, in _ge... | 0.678085 |
Traceback (most recent call last):
"script/spider.py", line 8, in <module>
from packtpub import Packtpub
"/home/pclarity/packt-crawler2/script/packtpub.py", line 6, in <module>
from noBookException import NoBookException
ImportError: No module named noBookException
| Traceback (most recent call last):
"setup.py", line 2, in <module>
from pip.req import parse_requirements
ImportError: No module named req
| 0.835448 |
Traceback (most recent call last):
"/home/student/Downloads/geotag.py", line 55, in <module>
query = twitter.search.tweets(q = "test", geocode = "%f,%f,%dkm" % (latitude, longitude, max_range),count = 100,max_id=last_id)
AttributeError: 'module' object has no attribute 'search' | Traceback (most recent call last):
"app.py", line 51, in <module>
print(test_2.b.bar)
AttributeError: 'dict' object has no attribute 'bar'
| 0.852076 |
Traceback (most recent call last):
"setup.py", line 9, in <module>
from pip.req import parse_requirements
ImportError: No module named 'pip'
| Traceback (most recent call last):
"main.py", line 8, in <module>
from Graph import graphpage
"c:\Users\tommy\Anaconda3\Lib\site-packages\Tuchart\Graph.py", line 3, in <module>
from pyecharts import Kline, Line, Page,Overlap,Bar,Pie,Timeline
"C:\Users\tommy\Anaconda3\lib\site-packages\pyecharts\__init__.py",... | 0.788907 |
Traceback (most recent call last):
"/private/tmp/test-gapi/lib/python3.6/site-packages/apiclient/__init__.py", line 8, in <module>
import oauth2client
ModuleNotFoundError: No module named 'oauth2client'
| Traceback (most recent call last):
"<ipython-input-7-64afdda41758>", line 1, in <module>
runfile('/home/bizviz/DeepQA/chatbot/chatbot.py', wdir='/home/bizviz/DeepQA/chatbot')
"/home/bizviz/anaconda3/lib/python3.6/site-packages/spyder/utils/site/sitecustomize.py", line 880, in runfile
execfile(filename, namesp... | 0.8316 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"<path-to-chainer>/__init__.py", line 13, in <module>
from chainer import functions
# NOQA
"<path-to-chainer>/functions/__init__.py", line 40, in <module>
from chainer.functions.array import spatial_transformer_sampler
# NOQA
"<path-to-chai... | 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\gole... | 0.697962 |
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
| Traceback (most recent call last):
"test_batch.py", line 10, in <module>
from cnnlib.network import CNN
ImportError: No module named cnnlib.network | 0.746539 |
Traceback (most recent call last):
"c:\users\wenceywang\appdata\local\programs\python\python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\users\wenceywang\appdata\local\programs\python\python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\WenceyWang\Ap... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/jackiehff/anaconda3/lib/python3.6/site-packages/matplotlib/pyplot.py", line 39, in <module>
from matplotlib.figure import Figure, figaspect
"/Users/jackiehff/anaconda3/lib/python3.6/site-packages/matplotlib/figure.py", line 40, in <modu... | 0.670398 |
Traceback (most recent call last):
"<string>", line 3, in <module>
"C:\Users\leh32\AppData\Roaming\Python\Python38\site-packages\PyInstaller\utils\win32\winutils.py", line 103, in import_pywin32_module
module = __import__(
"C:\Users\leh32\AppData\Roaming\Python\Python38\site-packages\pythoncom.py", line 2, in... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python2.7/site-packages/requests/__init__.py", line 58, in <module>
from . import utils
"/usr/lib/python2.7/site-packages/requests/utils.py", line 32, in <module>
from .exceptions import InvalidURL
"/usr/lib/python2.7/site-package... | 0.697316 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.7/site-packages/pyvera/subscribe.py", line 155, in _event_device
callback(device)
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/vera/__init__.py", line 162, in _update_callback
self.schedule_update_ha_state(True)
"/... | 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 = sel... | 0.691475 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name wsgiserver
| Traceback (most recent call last):
"C:\ProgramData\Anaconda3\Scripts\spyder-script.py", line 10, in <module>
sys.exit(main())
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\app\start.py", line 205, in main
mainwindow.main()
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3734,... | 0.78804 |
Traceback (most recent call last):
"/home/work/anaconda3/bin/pytext", line 7, in <module>
from pytext.main import main
"/home/work/anaconda3/lib/python3.6/site-packages/pytext/main.py", line 28, in <module>
from torch.multiprocessing.spawn import spawn
"/home/work/anaconda3/lib/python3.6/site-packages/torch/... | [autoreload of pandas.io.stata failed: Traceback (most recent call last):
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check
superreload(m, reload, self.old_objects)
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py... | 0.807033 |
Traceback (most recent call last):
"ntlmrelayx.py", line 48, in <module>
from impacket.examples.ntlmrelayx.servers.socksserver import SOCKS
ImportError: No module named socksserver
| Traceback (most recent call last):
"<string>", line 1, in <module>
"multiprocessing\spawn.py", line 105, in spawn_main
"multiprocessing\spawn.py", line 115, in _main
"C:\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\core\leras\initializers\__init__.py", line 2, in <module>
from tensorflow.python.ops import init... | 0.713779 |
Traceback (most recent call last):
"/usr/bin/buku", line 31, in <module>
import requests
ImportError: No module named 'requests'
| Traceback (most recent call last):
"train.py", line 53, in <module>
from object_detection.builders import model_builder
"C:\Users\Dhira\anaconda3\envs\tensorflow1\lib\site-packages\slim-0.1-py3.5.egg\object_detection\builders\model_builder.py", line 37, in <module>
from object_detection.meta_architectures impor... | 0.75756 |
Traceback (most recent call last):
"/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/events.py", line 248, in _start_stop
gdb.events.start.on_stop()
"/usr/share/pwndbg/pwndbg/events.py", line 66, in... | Traceback (most recent call last):
"/usr/lib/python3.3/concurrent/futures/process.py", line 78, in _python_exit
items = list(_threads_queues.items())
AttributeError: 'NoneType' object has no attribute 'items'
| 0.69439 |
Traceback (most recent call last):
"train.py", line 23, in <module>
from encoding.nn import SegmentationMultiLosses
ImportError: cannot import name 'SegmentationMultiLosses'
|
Traceback (most recent call last):
"/tmp/.root_salt/salt-call", line 2, in <module>
from salt.scripts import salt_call
"/tmp/.root_salt/salt/scripts.py", line 16, in <module>
import salt.cli
"/tmp/.root_salt/salt/cli/__init__.py", line 17, in <module>
import salt.client.ssh
"/tmp/.root_salt/salt/client/ssh/__i... | 0.729712 |
Traceback (most recent call last):
"/home/graduate/adsherma/miniconda2/envs/tZqAnalysis/bin/conda", line 4, in <module>
import conda.cli
ImportError: No module named conda.cli
|
Traceback (most recent call last):
"/usr/local/bin/google-assistant-demo", line 7, in <module>
from google.assistant.__main__ import main
"/usr/local/lib/python2.7/dist-packages/google/assistant/__main__.py", li
ne 26, in <module>
from google.assistant.library import Assistant
"/usr/local/lib/python2.7/dist... | 0.828432 |
Traceback (most recent call last):
"main.py", line 3, in <module>
from transfer import search, strip
"/usr/src/app/transfer.py", line 5, in <module>
from proxies import proxy_maintainer
"/usr/src/app/proxies.py", line 6, in <module>
import requests
"/usr/local/lib/python3.6/dist-packages/requests/__init_... | Traceback (most recent call last):
"setup.py", line 188, in <module>
dist = setuptools.setup(**setup_params)
"/Users/jaraco/Dropbox/code/main/setuptools/setuptools/__init__.py", line 129, in setup
return distutils.core.setup(**attrs)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/... | 0.691014 |
Traceback (most recent call last):
"/opt/code/localstack/localstack/services/plugins.py", line 96, in check_infra
check_service_health(api=name, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 115, in check_service_health
raise e
"/opt/code/localstack/localstack/services/... | Traceback (most recent call last):
"/usr/local/bin/youtube-dl", line 8, in <module>
sys.exit(main())
"/usr/local/lib/python2.7/dist-packages/youtube_dl/__init__.py", line 474, in main
_real_main(argv)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/__init__.py", line 464, in _real_main
retcode = ydl.down... | 0.693069 |
Traceback (most recent call last):
"/home/yyslush/.local/bin/manim", line 8, in <module>
sys.exit(main())
"/home/yyslush/.local/lib/python3.8/site-packages/manimlib/__init__.py", line 9, in main
config = manimlib.config.get_configuration(args)
"/home/yyslush/.local/lib/python3.8/site-packages/manimlib/config... | Traceback (most recent call last):
"lexer.py", line 601, in <module>
1: Rule(NonTerminal('language_syntax'), [NonTerminal(Token(RULE, '__anon_star_0')), NonTerminal('preamble_statements')], None, RuleOptions(False, False, None)),
NameError: name 'RULE' is not defined
| 0.823872 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: binary_sensor.sensenode_motion. Platform esphome does not generate unique IDs
| Traceback (most recent call last):
"/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 346, in _async_add_entity
msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exis... | 0.894151 |
Traceback (most recent call last):
"/Users/exoji2e/repos/activitywatch/venv/bin/aw-server", line 11, in <module>
load_entry_point('aw-server==0.1', 'console_scripts', 'aw-server')()
"/Users/exoji2e/repos/activitywatch/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 572, in load_entry_point
ret... | Traceback (most recent call last):
"dealsnotify.py", line 1, in <module>
import utility
"/home/ofertas-bot-mv/utility.py", line 9, in <module>
import MySQLdb
"/root/.virtualenvs/ofertas-mv/lib/python3.5/site-packages/MySQLdb/__init__.py", line 19, in <module>
import _mysql
ImportError: /root/.virtualenvs/of... | 0.771869 |
Traceback (most recent call last):
"spotdl.py", line 4, in <module>
from core import metadata
"/home/neo/Desktop/spotify-downloader/spotify-downloader/core/metadata.py", line 5, in <module>
import urllib.request
ImportError: No module named request
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\prom_\.conda\envs\mining\lib\site-packages\sklearn\__init__.py", line 82, in <module>
from .base import clone
"C:\Users\prom_\.conda\envs\mining\lib\site-packages\sklearn\base.py", line 20, in <module>
from .utils import _IS_32BIT
... | 0.784045 |
Traceback (most recent call last):
"setup.py", line 391, in <module>
setup_package()
"setup.py", line 383, in setup_package
setup(**metadata)
"/tmp/ajstewart/spack-stage/spack-stage-JHCgYI/numpy-1.12.1/numpy/distutils/core.py", line 169, in setup
return old_setup(**new_attr)
"/blues/gpfs/home/ajstewart/s... | Traceback (most recent call last):
"/home/pi/GassistPi/src/main.py", line 661, in <module>
Myassistant().main()
"/home/pi/GassistPi/src/main.py", line 645, in main
spotify_playlist_select(str(usrcmd).lower())
"/home/pi/GassistPi/src/actions.py", line 1333, in spotify_playlist_select
say("Getting music links... | 0.703437 |
Traceback (most recent call last):
"/usr/local/bin/airflow", line 26, in <module>
from airflow.bin.cli import CLIFactory
"/usr/local/lib/python3.6/site-packages/airflow/bin/cli.py", line 71, in <module>
from airflow.www_rbac.app import cached_app as cached_app_rbac
"/usr/local/lib/python3.6/site-packages/air... | Traceback (most recent call last):
"/zhangx_tmp/hexin/yolov5-master/detect.py", line 5, in <module>
import cv2
"/usr/local/lib/python3.6/dist-packages/cv2/__init__.py", line 5, in <module>
from .cv2 import *
ImportError: libGL.so.1: cannot open shared object file: No such file or directory | 0.721166 |
Traceback (most recent call last):
"D:\Anaconda3\envs\spydertest\lib\site-packages\qtpy\__init__.py", line 148, in <module>
from PySide import __version__ as PYSIDE_VERSION
# analysis:ignore
ImportError: No module named 'PySide'
| Traceback (most recent call last):
"/home/gt/mmdetection-2.1.0/tools/train.py", line 13, in <module>
from mmdet.apis import set_random_seed, train_detector
"/home/gt/mmdetection-2.1.0/mmdet/apis/__init__.py", line 1, in <module>
from .inference import (async_inference_detector, inference_detector,
"/home/gt/... | 0.787736 |
Traceback (most recent call last):
"./zeus.py", line 14, in <module>
from var import blackwidow
"/root/zscanner/var/blackwidow/__init__.py", line 7, in <module>
from bs4 import BeautifulSoup
ImportError: No module named bs4
| Traceback (most recent call last):
"/env/lib/python3.5/site-packages/gunicorn/arbiter.py", line 578, in spawn_worker
worker.init_process()
"/env/lib/python3.5/site-packages/gunicorn/workers/base.py", line 126, in init_process
self.load_wsgi()
"/env/lib/python3.5/site-packages/gunicorn/workers/base.py", line ... | 0.804259 |
Traceback (most recent call last):
"/Users/LZQ/anaconda/lib/python3.6/site-packages/spyder/plugins/projects.py", line 94, in <lambda>
triggered=lambda v: self.open_project())
"/Users/LZQ/anaconda/lib/python3.6/site-packages/spyder/plugins/projects.py", line 261, in open_project
self.set_project_filenames(self.e... | Traceback (most recent call last):
"/usr/bin/atomic", line 185, in <module>
sys.exit(_func())
"/usr/lib/python3.6/site-packages/Atomic/images.py", line 159, in display_all_image_info
_images = self._get_images()
"/usr/lib/python3.6/site-packages/Atomic/images.py", line 217, in _get_images
_images = self.be_... | 0.676807 |
Traceback (most recent call last):
"/usr/local/bin/conda", line 9, in <module>
load_entry_point('conda==4.2.7', 'console_scripts', 'conda')()
"build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 558, in load_entry_point
"build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2682, in load_ent... | Traceback (most recent call last):
"numpy\core\__init__.py", line 17, in <module>
"c:\program files\python37\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
"numpy\core\multiarray.py", line 14, in <module>
"c:\program files\python37\lib\... | 0.737142 |
Traceback (most recent call last):
"/application/kubewatch.py", line 493, in <module>
main()
"/usr/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python3.6/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/usr/lib/... | Traceback (most recent call last):
"uvloop/cbhandles.pyx", line 64, in uvloop.loop.Handle._run
"/usr/src/app/homeassistant/helpers/event.py", line 82, in state_change_listener
event.data.get('new_state'))
"/usr/src/app/homeassistant/core.py", line 333, in async_run_job
target(*args)
"/usr/src/app/homeassi... | 0.685246 |
Traceback (most recent call last):
"/home/user/.local/bin/khal", line 11, in <module>
sys.exit(main_khal())
"/home/user/.local/lib/python3.5/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/home/user/.local/lib/python3.5/site-packages/click/core.py", line 697, in main
... | Traceback (most recent call last):
"/home/user/.local/bin/khal", line 11, in <module>
sys.exit(main_khal())
"/home/user/.local/lib/python3.5/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/home/user/.local/lib/python3.5/site-packages/click/core.py", line 697, in main
... | 1 |
Traceback (most recent call last):
"real_time_video.py", line 2, in <module>
import imutils
ModuleNotFoundError: No module named 'imutils' | Traceback (most recent call last):
"/home/ville/.local/bin/superset", line 5, in <module>
from superset.cli import superset
"/home/ville/.local/lib/python3.8/site-packages/superset/__init__.py", line 21, in <module>
from superset.app import create_app
"/home/ville/.local/lib/python3.8/site-packages/superset/... | 0.829755 |
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 = sel... | Traceback (most recent call last):
"test.py", line 42, in main
print(m2_loads)
"/usr/local/anaconda2/envs/es_faust/lib/python3.7/site-packages/faust/models/base.py", line 361, in __repr__
return f'<{type(self).__name__}: {self._humanize()}>'
"/usr/local/anaconda2/envs/es_faust/lib/python3.7/site-packages/fau... | 0.688463 |
Traceback (most recent call last):
"plot.py", line 21, in <module>
from libact.query_strategies import *
"/Users/bilalakhaliq/anaconda/lib/python3.5/site-packages/libact/query_strategies/__init__.py", line 20, in <module>
from ._variance_reduction import estVar
ImportError: dlopen(/Users/bilalakhaliq/anaconda/l... |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-6VOS0Z-build/setup.py", line 31, in <module>
from astropy.setup_helpers import (register_commands, adjust_compiler,
ImportError: No module named setup_helpers
| 0.766058 |
Traceback (most recent call last):
"C:\sqlmap\lib\core\settings.py", line 15, in <module>
from lib.core.enums import DBMS
ModuleNotFoundError: No module named 'lib'
| Traceback (most recent call last):
"main.py", line 1, in <module>
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
| 0.831745 |
Traceback (most recent call last):
"./examples/run_glue.py", line 34, in <module>
from transformers import (
ImportError: cannot import name 'HfArgumentParser' from 'transformers' (/Users/leotreasure/opt/anaconda3/lib/python3.7/site-packages/transformers/__init__.py)
| Traceback (most recent call last):
"train.py", line 12, in <module>
from data_feeder import get_ilsvrc_data_alexnet, get_mnist_data, DataFlowToQueue
"/home/local/TECHNICALABS/amcintosh/anaconda3/envs/tensorflow/tf-lcnn/data_feeder.py", line 19, in <module>
from tensorpack.dataflow.prefetch import PrefetchData
I... | 0.781981 |
Traceback (most recent call last):
"./empire", line 7, in <module>
from OpenSSL import SSL
ImportError: No module named OpenSSL
| Traceback (most recent call last):
"tools/run_net.py", line 10, in <module>
from test_net import test
"/home/zhutianhao/SlowFast/tools/test_net.py", line 12, in <module>
import slowfast.utils.misc as misc
"/home/zhutianhao/SlowFast/slowfast/utils/misc.py", line 17, in <module>
from slowfast.models.batchnorm... | 0.74344 |
Traceback (most recent call last):
"/home/vagrant/.local/bin/mycli", line 6, in <module>
from mycli.main import cli
"/home/vagrant/.local/lib/python2.7/site-packages/mycli/main.py", line 18, in <module>
from prompt_toolkit.completion import DynamicCompleter
ImportError: cannot import name DynamicCompleter
| Traceback (most recent call last):
"e:\project\snakecage\snake\env\lib\site.py", line 703, in <module>
main()
"e:\project\snakecage\snake\env\lib\site.py", line 692, in main
aliasmbcs()
"e:\project\snakecage\snake\env\lib\site.py", line 515, in aliasmbcs
import locale, codecs
"e:\project\snakecage\snake\... | 0.712583 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/media/dane/sandbox/research/venv/lib/python3.5/site-packages/setuptools/__init__.py", line 12, in <module>
import setuptools.version
"/media/dane/sandbox/research/venv/lib/python3.5/site-packages/setuptools/version.py", line 1, in <module>
... | Traceback (most recent call last):
"waller.py", line 6, in <module>
from walle.app import create_app
"/home/ubuntu/baoming/walle/walle-web/walle/app.py", line 16, in <module>
from walle.api import deploy as DeployAPI
"/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in __import__... | 0.721493 |
Traceback (most recent call last):
"c:\python36\lib\site-packages\gallery_dl\job.py", line 44, in run
for msg in self.extractor:
"c:\python36\lib\site-packages\gallery_dl\extractor\kissmanga.py", line 73, in items
data = self.get_job_metadata(page)
"c:\python36\lib\site-packages\gallery_dl\extractor\kissmang... | 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 = sel... | 0.695834 |
Traceback (most recent call last):
"quickstart.py", line 4, in <module>
from instapy import InstaPy
"/Users/AC/Code/LOCAL Vleurgat/InstaPy-master/instapy/__init__.py", line 6, in <module>
from .instapy import InstaPy
"/Users/AC/Code/LOCAL Vleurgat/InstaPy-master/instapy/instapy.py", line 3, in <module>
impo... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'escape' from 'cgi'
| 0.74081 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name Catalogs
| Traceback (most recent call last):
"/usr/local/bin/autopkg", line 44, in <module>
import autopkglib.github
"/Library/AutoPkg/autopkglib/__init__.py", line 622, in <module>
import_processors()
"/Library/AutoPkg/autopkglib/__init__.py", line 530, in import_processors
mydirname + '.' + name, fromlist=[name]), ... | 0.746378 |
Traceback (most recent call last):
"demo.py", line 6, in <module>
import caffe
"/tmp/pip-build-ykY1p0/pyinstaller/PyInstaller/loader/pyimod03_importers.py", line 396, in load_module
"caffe/__init__.py", line 1, in <module>
"/tmp/pip-build-ykY1p0/pyinstaller/PyInstaller/loader/pyimod03_importers.py", line 3... | Traceback (most recent call last):
"./nodemcu-pyflasher.py", line 3, in <module>
import Main
"/home/xxxxxxxxxxx/nodemcu-pyflasher/Main.py", line 3, in <module>
import wx
ImportError: No module named wx
| 0.746134 |
Traceback (most recent call last):
"doc.pyx", line 489, in __get__
TypeError: 'NoneType' object is not callable
| Traceback (most recent call last):
"/opt/code/localstack/localstack/services/plugins.py", line 96, in check_infra
check_service_health(api=name, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 115, in check_service_health
raise e
"/opt/code/localstack/localstack/services/... | 0.686177 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before in... | Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before in... | 1 |
Traceback (most recent call last):
"/opt/az/lib/python3.6/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 328, in execute
raise ex
"/opt/az/lib/python3.6/site-packages/azure/cli/core/co... | Traceback (most recent call last):
"/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/quan/Works/AgriConnect/PlantingHouse/controlview/collector/__main__.py", line 228, in <module>
loop.run... | 0.689989 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/usr/local/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"/opt/apps_install/jumpserver/coco/coco/interactive.py", line 229, in get_user_assets
self.... | Original Traceback (most recent call last):
"/opt/conda/lib/python3.6/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop
data = fetcher.fetch(index)
"/opt/conda/lib/python3.6/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch
data = [self.dataset[idx] for idx in possibly... | 0.678498 |
Traceback (most recent call last):
"/usr/lib/python3.6/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"/usr/lib/python3.6/runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
"/usr/lib/python3.6/runpy.py", l... | Traceback (most recent call last):
"/usr/local/Cellar/git-cola/2.9.1_1/share/git-cola/lib/qtpy/__init__.py", line 119, in <module>
from PySide import __version__ as PYSIDE_VERSION
# analysis:ignore
ModuleNotFoundError: No module named 'PySide'
| 0.822653 |
Traceback (most recent call last):
"./tracing_example.py", line 4, in <module>
from opentelemetry.sdk.trace.export import (
ImportError: cannot import name 'SimpleSpanProcessor' from 'opentelemetry.sdk.trace.export'
| Traceback (most recent call last):
"python3.7/runpy.py", line 280, in run_path
"python3.7/runpy.py", line 85, in _run_code
"kitty/__main__.py", line 117, in <module>
"kitty/__main__.py", line 110, in main
"kitty/main.py", line 11, in <module>
from .borders import load_borders_program
"kitty/borders.p... | 0.784602 |
Traceback (most recent call last):
"/config/custom_components/hacs/hacsbase/__init__.py", line 169, in startup_tasks
self.data.write()
"/config/custom_components/hacs/hacsbase/data.py", line 63, in write
"version_type": repository.display_version_or_commit,
AttributeError: 'NoneType' object has no attribute 'di... | Traceback (most recent call last):
"main.py", line 141, in <module>
main(args)
"main.py", line 34, in main
num_workers=args.num_workers)
"/home/fishy2/anaconda3/envs/comp767_maml_project/code/pytorch-maml-rl/maml_rl/sampler.py", line 21, in __init__
queue=self.queue)
"/home/fishy2/anaconda3/envs/comp767_... | 0.684433 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'YesNo' from 'bullet' (/Users/garyrob/anaconda3/envs/py37/lib/python3.7/site-packages/bullet/__init__.py)
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'load_dotenv' from 'dotenv' (unknown location)
| 0.892113 |
Traceback (most recent call last):
"./stest.py", line 52, in <module>
for ii in flow.run(executor=executor).result[result].result:
TypeError: 'ValueError' object is not subscriptable`
| Traceback (most recent call last):
"linear_model/plot_sgd_iris.py", line 41, in <module>
clf = SGDClassifier(alpha=0.001, max_iter=100).fit(X, y)
TypeError: __init__() got an unexpected keyword argument 'max_iter'
| 0.764457 |
Traceback (most recent call last):
"/usr/src/app/homeassistant/helpers/entity_component.py", line 150, in _async_setup_platform
entity_platform.add_entities, discovery_info
"uvloop/future.pyx", line 230, in __iter__ (uvloop/loop.c:103945)
"uvloop/future.pyx", line 432, in uvloop.loop.BaseTask._fast_wakeup (uv... | Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_factory.py", line 78, in test_one_arg_timestamp_with_tzinfo
self.factory.get(timestamp, tzinfo=timezone), timestamp_dt
AttributeErr... | 0.70993 |
Traceback (most recent call last):
"/root/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 222, in sqlmap_scan_main
sqlmap_scan.show_sqlmap_log(api_id)
"/root/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 126, in show_sqlmap_log
log_json = json.loads(log_req.content)
"/usr/lib/python2.7/json/__in... | Traceback (most recent call last):
"/usr/local/bin/beet", line 9, in <module>
load_entry_point('beets==1.3.10', 'console_scripts', 'beet')()
"/usr/local/lib/python2.7/dist-packages/beets/ui/__init__.py", line 945, in main
_raw_main(args)
"/usr/local/lib/python2.7/dist-packages/beets/ui/__init__.py", line 935, in ... | 0.874099 |
Traceback (most recent call last):
"./setup.py", line 13, in <module>
from golem.docker.manager import DockerManager
"/home/etam/code/github/golemfactory/golem/golem/docker/manager.py", line 10, in <module>
from golem.docker.config import DockerConfigManager, APPS_DIR, IMAGES_INI, \
"/home/etam/code/github/g... | Traceback (most recent call last):
"/srv/homeassistant/venv/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
"/srv/homeassistant/venv/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
"/srv/homeassistant/venv/lib/pyth... | 0.835369 |
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>
... |
Traceback (most recent call last):
"/tmp/pip-build-by03apd2/horovod/setup.py", line 33, in check_tf_version
import tensorflow as tf
"/opt/conda/lib/python3.6/site-packages/tensorflow/__init__.py", line 24, in <module>
from tensorflow.python import *
"/opt/conda/lib/python3.6/site-packages/tensorflow/python/... | 0.728992 |
Traceback (most recent call last):
"run.py", line 9, in <module>
from bili_console import Biliconsole
"C:\Users\Administrator\Desktop\新建文件夹 (3)\bili2.0-master1\bili_console.py", line 7, in <module>
from tasks.utils import UtilsTask
"C:\Users\Administrator\Desktop\新建文件夹 (3)\bili2.0-master1\tasks\utils.py", li... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'tensorflow.data'
| 0.782501 |
Traceback (most recent call last):
"train.py", line 21, in <module>
from misc.rewards import init_cider_scorer, get_self_critical_reward
"/home/mldl/ub16_prj/self-critical.pytorch/misc/rewards.py", line 14, in <module>
from pyciderevalcap.ciderD.ciderD import CiderD
ImportError: No module named pyciderevalcap.c... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"build/bdist.linux-x86_64/egg/pynput/__init__.py", line 23, in <module>
"build/bdist.linux-x86_64/egg/pynput/keyboard/__init__.py", line 49, in <module>
"build/bdist.linux-x86_64/egg/pynput/keyboard/_xorg.py", line 30, in <module>
ImportError... | 0.771055 |
Traceback (most recent call last):
"/Users/me/study/python/readthedocs/.tox/lint/bin/prospector", line 11, in <module>
sys.exit(main())
"/Users/me/study/python/readthedocs/.tox/lint/lib/python3.6/site-packages/prospector/run.py", line 165, in main
prospector.execute()
"/Users/me/study/python/readthedocs/.tox... | Traceback (most recent call last):
"xwaf.py", line 12, in <module>
from exp10it import figlet2file
ImportError: No module named 'exp10it'
| 0.801719 |
Traceback (most recent call last):
"C:\Anaconda2\Scripts\conda-script.py", line 5, in <module>
sys.exit(conda.cli.main())
"C:\Anaconda2\lib\site-packages\conda\cli\main.py", line 152, in main
return conda_exception_handler(_main)
"C:\Anaconda2\lib\site-packages\conda\exceptions.py", line 497, in conda_except... | Traceback (most recent call last):
"PixivUtil2.py", line 1419, in <module>
main()
"PixivUtil2.py", line 1221, in main
set_console_title()
"PixivUtil2.py", line 933, in set_console_title
PixivHelper.set_console_title(set_title)
"/workdir/PixivHelper.py", line 346, in set_console_title
sys.stdout.write(f"... | 0.706379 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 138, in run
res = self._execute()
"/usr/local/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 576, in _execute
result = self._handler.run(task_vars=variables)
"/root/ceph-a... | Traceback (most recent call last):
"/Users/geekscrapy/Documents/pyv/py3.7/bin/vd", line 6, in <module>
visidata.main.vd_cli()
"/Users/geekscrapy/Documents/pyv/py3.7/lib/python3.7/site-packages/visidata/main.py", line 291, in vd_cli
rc = main_vd()
"/Users/geekscrapy/Documents/pyv/py3.7/lib/python3.7/site-pack... | 0.708816 |
Traceback (most recent call last):
"<string>", line 3, in <module>
"/usr/local/lib/python2.7/dist-packages/setuptools/__init__.py", line 12, in <module>
import setuptools.version
"/usr/local/lib/python2.7/dist-packages/setuptools/version.py", line 1, in <module>
import pkg_resources
"/usr/local/lib/pytho... | Traceback (most recent call last):
"/home/docs/checkouts/readthedocs.org/user_builds/pyro-ppl/envs/dev/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 658, in import_object
__import__(self.modname)
"/home/docs/checkouts/readthedocs.org/user_builds/pyro-ppl/checkouts/dev/pyro/__init__.py", line 14,... | 0.786783 |
Traceback (most recent call last):
"/group/ngs/src/bcbio-nextgen/0.8.1a/rhel6-x64/anaconda/lib/python2.7/site-packages/bcbio/distributed/ipythontasks.py", line 38, in _setup_logging
yield config
"/group/ngs/src/bcbio-nextgen/0.8.1a/rhel6-x64/anaconda/lib/python2.7/site-packages/bcbio/distributed/ipythontasks.py", l... | Traceback (most recent call last):
"/iron/bioinfo/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 21, in run
_do_run(cmd, checks, log_stdout)
"/iron/bioinfo/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 95, in _do_run
raise subprocess.CalledProcessErro... | 0.948122 |
Traceback (most recent call last):
"<string>", line 20, in <module>
"/tmp/pip-build-M9YYS3/ggplot/setup.py", line 3, in <module>
from ggplot.__init__ import __version__
"ggplot/__init__.py", line 34, in <module>
from .scales.scale_color_brewer import scale_color_brewer
"ggplot/scales/scale_color_brewer.py", li... | Traceback (most recent call last):
"C:\python35\Lib\runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
"C:\python35\Lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\carlo\Envs\hahaha\Scripts\mu.exe\__main__.py", line 5, in <module>
"c:\users\carlo\envs\hahaha\lib\site-... | 0.715938 |
Traceback (most recent call last):
"/usr/lib/python3.6/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"/usr/lib/python3.6/runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
"/usr/lib/python3.6/runpy.py", l... | Traceback (most recent call last):
"localstack/services/install.py", line 9, in <module>
from localstack.constants import (DEFAULT_SERVICE_PORTS, ELASTICMQ_JAR_URL, STS_JAR_URL,
"/tmp/localstack_install_dir/localstack/constants.py", line 2, in <module>
import localstack_client.config
ImportError: No module name... | 0.793322 |
Traceback (most recent call last):
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=new... | Traceback (most recent call last):
"C:\Users\dellpc\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newport... | 0.891323 |
Traceback (most recent call last):
"TransferClient.py", line 1, in <module>
import eventlet
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
exec(bytecode, module.__dict__)
"site-packages/eventlet/__init__.py", ... | Traceback (most recent call last):
"D:\Tools\Python\Python38\lib\site-packages\canmatrix\formats\__init__.py", line 27, in <module>
importlib.import_module("canmatrix.formats." + module)
"D:\Tools\Python\Python38\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], ... | 0.677281 |
Traceback (most recent call last):
"<string>", line 17, in <module>
"/home/moa/dvlpmt/IRC_P3/build/willie/setup.py", line 45, in <module>
do_setup()
"/home/moa/dvlpmt/IRC_P3/build/willie/setup.py", line 34, in do_setup
b'pygeoip', b'backports.ssl_match_hostname']
"/usr/local/lib/python3.3/distutils/core.py", l... | Traceback (most recent call last):
"F:/Competitions/Donations/Scrapping.py", line 113, in <module>
Scrapping()
"F:/Competitions/Donations/Scrapping.py", line 58, in __init__
myText2 = image_to_string(Image.open("captcha.png"))
"C:\Users\User Name\AppData\Roaming\Python\Python35\site-packages\pytesseract\pyte... | 0.691594 |
Traceback (most recent call last):
"./openai_gym.py", line 219, in <module>
main()
"./openai_gym.py", line 113, in main
visualize=args.visualize
"c:\anaconda3\envs\bulletgym\lib\site-packages\tensorforce\contrib\openai_gym.py", line 50, in __init__
self.gym = gym.make(gym_id)
# Might raise gym.error.Unregis... | Traceback (most recent call last):
"spotdl.py", line 3, in <module>
from core import const
"/home/peter/spotify-downloader/core/const.py", line 1, in <module>
import logzero
ImportError: No module named 'logzero'
| 0.748621 |
Traceback (most recent call last):
"/usr/share/backintime/common/backintime.py", line 24, in <module>
import config
"/usr/share/backintime/common/config.py", line 31, in <module>
import tools
"/usr/share/backintime/common/tools.py", line 45, in <module>
import dbus
ImportError: No module named 'dbus' `
| Traceback (most recent call last):
"/usr/local/bin/scrapy", line 7, in <module>
from scrapy.cmdline import execute
"/usr/local/lib/python3.6/dist-packages/scrapy/__init__.py", line 34, in <module>
from scrapy.spiders import Spider
"/usr/local/lib/python3.6/dist-packages/scrapy/spiders/__init__.py", line 10, ... | 0.785439 |
Traceback (most recent call last):
"/usr/lib/python3.6/unittest/loader.py", line 428, in _find_test_path
module = self._get_module_from_name(name)
"/usr/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name
__import__(name)
"/<<PKGBUILDDIR>>/tests/unit/cloud/clouds/test_gce.py", line 26, in <... | Traceback (most recent call last):
"import_class.py", line 1, in <module>
from doesntexist import SomeClass
ImportError: No module named 'doesntexist'
| 0.78033 |
Traceback (most recent call last):
"/Users/njvack/Applications/PsychoPy3_PY3.app/Contents/Resources/__boot__.py", line 430, in <module>
_run()
"/Users/njvack/Applications/PsychoPy3_PY3.app/Contents/Resources/__boot__.py", line 409, in _run
exec(compile(source, path, 'exec'), globals(), globals())
"/Users/njv... | Traceback (most recent call last):
"runner.py", line 29, in <module>
from normalizer.normalizer import Normalizer
"/opt/mnemosyne/normalizer/normalizer.py", line 22, in <module>
from modules import glastopf_files
"/opt/mnemosyne/normalizer/modules/glastopf_files.py", line 20, in <modu$
import magic
"/opt... | 0.73784 |
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):
"/usr/local/lib/python2.7/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect
from . import file_cache
"/usr/local/lib/python2.7/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module>
'file_cache is unavailable when us... | 0.779801 |
Traceback (most recent call last):
"attributeerror.py", line 29, in <module>
main()
"/home/richard-26/.local/lib/python3.8/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/richard-26/.local/lib/python3.8/site-packages/click/core.py", line 716, in main
with self.ma... | Traceback (most recent call last):
"/usr/local/google/home/ehudm/virtualenvs/beamenv/local/lib/python2.7/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/helper_threads.py", line 112, in __call__
self._callback(items)
"/usr/local/google/home/ehudm/virtualenvs/beamenv/local/lib/python2.7/site-packages/go... | 0.683053 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/enojb/current/sympy/sympy/sympy/solvers/solvers.py", line 1169, in solve
solution = _solve(f[0], *symbols, **flags)
"/Users/enojb/current/sympy/sympy/sympy/solvers/solvers.py", line 1506, in _solve
f_num, sol = solve_linear(f, symbols=... | Traceback (most recent call last):
"/Users/paul/opt/miniconda3/lib/python3.8/site-packages/IPython/core/ultratb.py", line 1151, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
"/Users/paul/opt/miniconda3/lib/python3.8/site-packages/IPython/core/ultratb.py", line 319, in wr... | 0.717709 |
Traceback (most recent call last):
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=new... | Traceback (most recent call last):
"C:\Users\dellpc\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newport... | 0.891323 |
Traceback (most recent call last):
"/usr/bin/pycompile", line 35, in <module>
from debpython.version import SUPPORTED, debsorted, vrepr, \
"/usr/share/python/debpython/version.py", line 24, in <module>
from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'
| Traceback (most recent call last):
"/home/alex/dev/gafferDependencies-0.48.0.0-linux/bin/gaffer.py", line 162, in <module>
app = loadApp( appName )
"/home/alex/dev/gafferDependencies-0.48.0.0-linux/bin/gaffer.py", line 71, in loadApp
return appLoader.load( appName )()
"/home/alex/dev/gafferDependencies-0.48.... | 0.776456 |
Traceback (most recent call last):
"/Users/serena/Documents/serena/incubator-superset/fix_css/lib/python2.7/site-packages/flask_appbuilder/base.py", line 462, in _add_permission
self.sm.add_permissions_view(baseview.base_permissions, baseview.__class__.__name__)
"/Users/serena/Documents/serena/incubator-superset... | Traceback (most recent call last):
"setup.py", line 313, in <module>
"nuitka%s-run = nuitka.__main__:main" % binary_suffix,
"/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 145, in setup
return distutils.core.setup(**attrs)
"/usr/lib/python3.7/distutils/core.py", line 148, in setup
dist.run_c... | 0.679033 |
Traceback (most recent call last):
"trainval_net.py", line 33, in <module>
from model.faster_rcnn.vgg16 import vgg16
"C:\Users\AI\PycharmProjects\faster-rcnn.pytorch\lib\model\faster_rcnn\vgg16.py", line 16, in <module>
from model.faster_rcnn.faster_rcnn import _fasterRCNN
"C:\Users\AI\PycharmProjects\faster... | Traceback (most recent call last):
"setup.py", line 9, in <module>
from pip.req import parse_requirements
ImportError: No module named 'pip'
| 0.768063 |
[!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| [!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| 1 |
Traceback (most recent call last):
"udemy-dl.py", line 896, in <module>
main()
"udemy-dl.py", line 569, in main
udemy.ExtractAndDownload()
"udemy-dl.py", line 286, in ExtractAndDownload
videos_dict = self.clean_dict(extract_info.real_extract(self.url, course_name, course_path))
"/home/ec2-user/udemy-dl/u... | Traceback (most recent call last):
"/home/jan/devel/unix/xonsh/xonsh/proc.py", line 1737, in wait
r = self.f(self.args, stdin, stdout, stderr, spec, spec.stack)
"/home/jan/devel/unix/xonsh/xonsh/proc.py", line 1232, in proxy_two
return f(args, stdin)
"/home/jan/devel/unix/xonsh/xonsh/xontribs.py", line 203, ... | 0.702607 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"/Users/mark/D... | Traceback (most recent call last):
"/Users/fedor/anaconda3/envs/vpg-env/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
self.run()
"/Users/fedor/anaconda3/envs/vpg-env/lib/python3.6/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
"/Users/fedor/an... | 0.702656 |
Traceback (most recent call last):
"/home/ec2-user/yonatab/ZeroShot/transformers_experiments/src/run_squad_tf.py", line 257, in <module>
main()
"/home/ec2-user/yonatab/ZeroShot/transformers_experiments/src/run_squad_tf.py", line 242, in main
history = model.fit(train_dataset, validation_data=eval_dataset, epoch... | Traceback (most recent call last):
"/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
"/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
"/usr/local/lib/python3.5/dist-packages/prompt_toolkit/interface.py", line 865, in run
completions = ... | 0.711286 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: 'chainerx.ndarray' object does not support item assignment
| Traceback (most recent call last):
"/home/docs/checkouts/readthedocs.org/user_builds/mriqc/envs/master/lib/python3.5/site-packages/niworkflows/nipype/sphinxext/plot_workflow.py", line 485, in run_code
exec(code, ns)
"<string>", line 2, in <module>
"/home/docs/checkouts/readthedocs.org/user_builds/mriqc/envs/m... | 0.717908 |
Traceback (most recent call last):
"venv1/bin/virtualenv", line 8, in <module>
sys.exit(run())
"/home/asottile/workspace/pre-commit/venv1/lib/python3.6/site-packages/virtualenv/__main__.py", line 16, in run
run_via_cli(args)
"/home/asottile/workspace/pre-commit/venv1/lib/python3.6/site-packages/virtualenv/ru... | Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/paperwork/frontend/mainwindow/__init__.py", line 3759, in _show_doc_hook
self._show_doc_internal(doc, force_refresh)
"/usr/local/lib/python3.5/dist-packages/paperwork/frontend/mainwindow/__init__.py", line 3744, in _show_doc_internal
sel... | 0.69714 |
Traceback (most recent call last):
"/Users/bash/.dotfiles/vim/.vim/bundle/YouCompleteMe/autoload/../python/ycm/client/base_request.py", line 196, in HandleServerException
yield
"/Users/bash/.dotfiles/vim/.vim/bundle/YouCompleteMe/autoload/../python/ycm/client/completer_available_request.py", line 42, in Start
'... | Traceback (most recent call last):
"/home/kparsa/venv/lib/python2.7/site-packages/crispy_forms/utils.py", line 81, in render_field
bound_field = form[field]
"/home/kparsa/venv/lib/python2.7/site-packages/django/forms/forms.py", line 167, in __getitem__
"Key %r not found in '%s'" % (name, self.__class__.__name__... | 0.6939 |
Traceback (most recent call last):
"d:\programdata\anaconda3\envs\tensorflow-gpu-1.12\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"d:\programdata\anaconda3\envs\tensorflow-gpu-1.12\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"D:\ProgramData\Anaconda3\envs\tensorflow... | Traceback (most recent call last):
"autok1.py", line 3, in <module>
from autokeras.constant import Constant
ImportError: cannot import name 'Constant'
| 0.740205 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.