text1 stringlengths 92 132k | text2 stringlengths 83 99.1k | score float64 0.01 1 |
|---|---|---|
Traceback (most recent call last):
"/Users/patti/anaconda3/envs/elyra_basic_37/bin/elyra-metadata", line 8, in <module>
sys.exit(MetadataApp.main())
"/Users/patti/anaconda3/envs/elyra_basic_37/lib/python3.7/site-packages/elyra/metadata/metadata_app.py", line 309, in main
elyra_metadata.start()
"/Users/patti/... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python3.7/site-packages/sympy/concrete/summations.py", line 847, in summation
return Sum(f, *symbols, **kwargs).doit(deep=False)
"/usr/lib/python3.7/site-packages/sympy/concrete/summations.py", line 184, in doit
return self.expand().... | 0.697468 |
Traceback (most recent call last):
"/usr/local/Cellar/ranger/1.9.2/libexec/ranger/core/main.py", line 195, in main
fm.loop()
"/usr/local/Cellar/ranger/1.9.2/libexec/ranger/core/fm.py", line 394, in loop
ui.redraw()
"/usr/local/Cellar/ranger/1.9.2/libexec/ranger/gui/ui.py", line 339, in redraw
self.finalize(... | Traceback (most recent call last):
"/usr/local/bin/polyglot", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python3.5/dist-packages/polyglot/__main__.py", line 280, in main
args.func(args)
"/usr/local/lib/python3.5/dist-packages/polyglot/__main__.py", line 110, in download
halt_on_error=args.halt_on... | 0.684944 |
Traceback (most recent call last):
"download_and_convert_data.py", line 39, in <module>
from datasets import download_and_convert_cifar10
"/Users/pokey/src/deep-stats/models/slim/datasets/download_and_convert_cifar10.py", line 29, in <module>
import cPickle
ModuleNotFoundError: No module named 'cPickle'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/shell_plus.py", line 330, in get_ipython
from IPython.Shell import IPShell
"/usr/local/lib/python3.6/site-packages/IPython/__init__.py", line 55, in <module>
from .terminal.embed import embed
"/us... | 0.794033 |
Traceback (most recent call last):
"/mnt/dietpi_userdata/medusa/medusa/server/api/v2/internal.py", line 223, in resource_search_indexers_for_show_name
indexer_results = indexer_api[search_term]
"/mnt/dietpi_userdata/medusa/medusa/indexers/base.py", line 403, in __getitem__
selected_series = self._get_series(key... | Traceback (most recent call last):
"/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
"redditdownloader/__main__.py", line 133, in <module>
run()
"redditdownloader/__main__.py", line 129, in r... | 0.68937 |
Traceback (most recent call last):
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_int... | 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.716019 |
Traceback (most recent call last):
"/Users/bmh/tmp/env/lib/python3.7/site-packages/firebase_admin/storage.py", line 23, in <module>
from google.cloud import storage
"/Users/bmh/tmp/env/lib/python3.7/site-packages/google/cloud/storage/__init__.py", line 37, in <module>
from google.cloud.storage.batch import Batc... | Traceback (most recent call last):
"C:\ProgramData\Anaconda3\envs\roses\lib\site-packages\qtpy\__init__.py", line 204, in <module>
from PySide import __version__ as PYSIDE_VERSION
# analysis:ignore
ModuleNotFoundError: No module named 'PySide'
| 0.773683 |
I install all package according to install.md, but when i enter ```pythonw webcam.py --min-image-size 300 MODEL.DEVICE cpu``` in terminal, return information ```Traceback (most recent call last):
"webcam.py", line 3, in <module>
import cv2
ImportError: No module named cv2```, can you help me?
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name load_csv
| 0.731511 |
Traceback (most recent call last):
"<stdin>", line 2, in <module>
AttributeError: 'Element' object has no attribute 'get
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/xuechen/miniconda3/envs/pytorch/lib/python3.8/site-packages/librosa/__init__.py", line 211, in <module>
from . import core
"/home/xuechen/miniconda3/envs/pytorch/lib/python3.8/site-packages/librosa/core/__init__.py", line 6, in <module>
... | 0.756273 |
Traceback (most recent call last):
"/home/maybe/tmp/capp/venv/lib64/python3.8/site-packages/celery/app/trace.py", line 409, in trace_task
R = retval = fun(*args, **kwargs)
"/home/maybe/tmp/capp/venv/lib64/python3.8/site-packages/celery/app/trace.py", line 701, in __protected_call__
return self.run(*args, **kwar... | Traceback (most recent call last):
"./test-sh.py", line 9, in <module>
MyClass()
"./test-sh.py", line 7, in __init__
self.git = sh(_tty_out=False).git
"/usr/lib/python3/dist-packages/sh.py", line 3369, in __call__
module_name = parsed.body[0].targets[0].id
AttributeError: 'Attribute' object has no attribute... | 0.695836 |
Traceback (most recent call last):
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\thingsboard_gateway\connectors\snmp\snmp_connector.py", line 67, in run
self.__process_data(device)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\thingsboard_gateway\connectors\s... | Traceback (most recent call last):
"/usr/share/weewx/wee_config", line 123, in <module>
main()
"/usr/share/weewx/wee_config", line 117, in main
config_mgr.run(args, options)
"/usr/share/weewx/weecfg/config.py", line 126, in run
backup_path = weecfg.save(config_dict, output_path, not options.no_backup)
"/... | 0.718605 |
Traceback (most recent call last):
"get-pip.py", line 22373, in <module>
main()
"get-pip.py", line 194, in main
bootstrap(tmpdir=tmpdir)
"get-pip.py", line 82, in bootstrap
import pip
"/path/pip.zip/pip/__init__.py", line 34, in <module>
AttributeError: 'module' object has no attribute 'OPENSSL_VERSION_N... | [0] ~ $ Traceback (most recent call last):
"/usr/local/Cellar/azure-cli/2.0.30/libexec/lib/python3.6/site-packages/azure/cli/core/telemetry_upload.py", line 24, in <module>
import azure.cli.core.decorators as decorators
"/usr/local/Cellar/azure-cli/2.0.30/libexec/lib/python3.6/site-packages/azure/cli/core/__init... | 0.710394 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpje2_cfdl\build\youtube_dl\YoutubeDL.py", line 761, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpje2_cfdl\build\youtube_dl\extractor\common.py", line 428, in extract
"C:\Users\dst\App... | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5nc448kk\build\youtube_dl\YoutubeDL.py", line 806, in wrapper
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5nc448kk\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info
"C:\Users\d... | 0.968912 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 917, in _proxy_tool
ProxiedRequests(self.w3af)
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 158, in __init__
self.reload_options()
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 254, in reload_options
sel... | Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 917, in _proxy_tool
ProxiedRequests(self.w3af)
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 158, in __init__
self.reload_options()
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 254, in reload_options
sel... | 1 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-m3mYGK/singleton/setup.py", line 13, in <module>
url='https://github.com/reyoung/singleton'
"/usr/local/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
"/usr/local/lib/python2.7/distutils/dist.py",... | Traceback (most recent call last):
"main.py", line 20, in <module>
"D:\tool\MatchZoo-master\matchzoo\utils\__init__.py", line 9, in <module
from .utility import import_class
"D:\tool\MatchZoo-master\matchzoo\utils\utility.py", line 5, in <module>
import resource
ImportError: No module named 'resource'
| 0.747925 |
Traceback (most recent call last):
"/Users/aaronmeurer/anaconda3/bin/conda", line 5, in <module>
sys.exit(main())
"/Users/aaronmeurer/Documents/Continuum/conda/conda/cli/main.py", line 183, in main
args.func(args, p)
"/Users/aaronmeurer/Documents/Continuum/conda/conda/cli/main_build.py", line 169, in execute
buil... | Traceback (most recent call last):
"./install.py", line 44, in <module>
Main()
"./install.py", line 33, in Main
subprocess.check_call( [ python_binary, build_file ] + sys.argv[1:] )
"/usr/local/Cellar/python/2.7.12_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 541, in check_call
ra... | 0.746481 |
Traceback (most recent call last):
"c:\python38\lib\site.py", line 169, in addpackage
exec(line)
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'pywin32_bootstrap'
| Traceback (most recent call last):
"/home/gbenga/Downloads/abiona1008/envs/tensorflow/lib/python3.7/site-packages/gym/envs/atari/atari_env.py", line 9, in <module>
import atari_py
ModuleNotFoundError: No module named 'atari_py'
| 0.784429 |
Traceback (most recent call last):
"toumoro_ci.py", line 1, in <module>
from slack import WebClient
ImportError: cannot import name 'WebClient' from 'slack' (/home/USER/.local/lib/python3.8/site-packages/slack/__init__.py)
| Traceback (most recent call last):
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
"/Users/rpickhardt/hacken/electrum/electrum/tests/test_lnbase.py", line 23, in <module>
from .test_lnchan... | 0.781334 |
Traceback (most recent call last):
"./malcom.py", line 79, in <module>
setup.sniffer_engine = netsniffer.SnifferEngine(setup)
"/opt/malcom/Malcom/sniffer/netsniffer.py", line 41, in __init__
from Malcom.sniffer.tlsproxy.tlsproxy import MalcomTLSProxy
"/opt/malcom/Malcom/sniffer/tlsproxy/tlsproxy.py", line 9,... | Traceback (most recent call last):
"dirsearch.py", line 47, in <module>
main = Program()
"dirsearch.py", line 36, in __init__
self.arguments = ArgumentParser(self.script_path)
"/home/dom/dirsearch/lib/core/argument_parser.py", line 337, in __init__
self.exit_on_error = options.exit_on_error
AttributeError: ... | 0.702566 |
Traceback (most recent call last):
"./run_pyvim.py", line 17, in <module>
from pyvim.editor import Editor
ModuleNotFoundError: No module named 'pyvim'
| Traceback (most recent call last):
"generate.py", line 10, in <module>
from im2mesh import config
"E:\occupancy_networks-master\im2mesh\config.py", line 4, in <module>
from im2mesh import onet, r2n2, psgn, pix2mesh, dmc
"E:\occupancy_networks-master\im2mesh\onet\__init__.py", line 1, in <module>
from im2mes... | 0.815165 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 694, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 359, in extract
return self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/ooyala.... | Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, 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/yo... | 0.770871 |
Traceback (most recent call last):
"/private/var/folders/7j/5b4s56xx5hvc4fmcx_0yd05r0000gn/T/AppTranslocation/D2EF871A-C5D4-4980-A4C8-8BC53C40F8C3/d/Blender.app/Contents/Resources/2.82/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
"/Users/rohit/Library/Application Support/Ble... | Traceback (most recent call last):
"/home/user/dev/project-airflow/./env/bin/airflow", line 26, in <module>
from airflow.bin.cli import CLIFactory
"/home/user/dev/project-airflow/env/lib/python3.9/site-packages/airflow/bin/cli.py", line 95, in <module>
api_module = import_module(conf.get('cli', 'api_client'))
#... | 0.760945 |
Traceback (most recent call last):
"job.py", line 16, in <module>
import neural
"/paperspace/neural.py", line 1, in <module>
from keras.models import Sequential
"/usr/local/lib/python3.6/dist-packages/keras/__init__.py", line 3, in <module>
from . import utils
"/usr/local/lib/python3.6/dist-packages/kera... | Traceback (most recent call last):
"~/scripts/extract-geo-data.py", line 18, in <module>
import fiona
"/usr/local/lib/python3.9/site-packages/fiona/__init__.py", line 84, in <module>
from fiona.collection import BytesCollection, Collection
"/usr/local/lib/python3.9/site-packages/fiona/collection.py", line 9,... | 0.76307 |
Traceback (most recent call last):
"test.py", line 21, in <module>
client.write_points(json_body)
AttributeError: 'NoneType' object has no attribute 'write_points'
| Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
"/usr/lib/python2.7/dist-packages/pip/__init__.py", line 21, in <module>
from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning
"/usr/lib/python2.7/dist-packages/pip/_vendor/__init__.py", line ... | 0.819008 |
Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/fail2ban/server/jails.py", line 78, in __getitem__
return self._jails[name]
KeyError: 'sshd-ddos'
| Traceback (most recent call last):
"/Users/krystofpilnacekrossum/workspace/elis-connector-integreon/venv/bin/alembic", line 11, in <module>
load_entry_point('alembic==1.0.5', 'console_scripts', 'alembic')()
"/Users/krystofpilnacekrossum/workspace/elis-connector-integreon/venv/lib/python3.7/site-packages/alembic/... | 0.723154 |
Traceback (most recent call last):
"/Users/torfinn/Library/Python/3.7/bin/cmake-lint", line 8, in <module>
sys.exit(main())
"/Users/torfinn/Library/Python/3.7/lib/python/site-packages/cmake_lint/__main__.py", line 142, in main
process_file(cfg, local_ctx, intext)
"/Users/torfinn/Library/Python/3.7/lib/python... | Traceback (most recent call last):
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"D:\tools\XX-Net-3.7.9\code\defaul... | 0.677368 |
Traceback (most recent call last):
"****/bin/prospector", line 7, in <module>
from prospector.run import main
"****/lib/python3.6/site-packages/prospector/run.py", line 9, in <module>
from prospector.config import configuration as cfg
"****/lib/python3.6/site-packages/prospector/config/__init__.py", line 7, ... | Traceback (most recent call last):
"C:\Users\Administrateur\Desktop\ligne_d_Vis\.mdenv\lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 74, in run
module.run()
"C:\Users\Administrateur\Desktop\ligne_d_Vis\.mdenv\lib\site-packages\cx_Freeze\initscripts\Console.py", line 36, in run
exec(code, m.__dic... | 0.71715 |
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):
"C:\pyinstaller-develop\pyinstaller.py", line 14, in <module>
from PyInstaller.__main__ import run
"C:\pyinstaller-develop\PyInstaller\__main__.py", line 21, in <module>
import PyInstaller.building.build_main
"C:\pyinstaller-develop\PyInstaller\building\build_main.py", line... | Traceback (most recent call last):
"csv.py", line 1, in <module>
import pandas as pd
"C:\Users\conne\Anaconda3\envs\asdf\lib\site-packages\pandas\__init__.py", line 42, in <module>
from pandas.core.api import *
"C:\Users\conne\Anaconda3\envs\asdf\lib\site-packages\pandas\core\api.py", line 26, in <module>
f... | 0.797593 |
Traceback (most recent call last):
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/worker.py", line 923, in _process_task
self.reraise_actor_init_error()
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/worker.py", line 267, in reraise_actor_init_error
raise self.actor_init_error
"/home/zhouhao/.l... | Traceback (most recent call last):
"/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
"/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
"/usr/lib/python3.7/multiprocessing/pool.py", line 470, in _handle_results
task = get()
"/usr/lib/py... | 0.673226 |
Traceback (most recent call last):
"/home/max/bot_project/Bots_Django/TelegramBot/TelegramBot/simple_soap_client.py", line 47, in <module>
client.service.getAllLpusInfo(returnBranches=True, externalSystemId='MPGU')
"/home/max/bot_project/Bots_Django/venv/local/lib/python2.7/site-packages/zeep/client.py", line 41... | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1997, in __call__
return self.wsgi_app(environ, start_response)
"/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1985, in wsgi_app
response = self.handle_exception(e)
"/usr/local/lib/python2.7/dist-packa... | 0.734963 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'load_dotenv' from 'dotenv' (unknown location)
| Traceback (most recent call last):
"/usr/local/bin/sceptre", line 7, in <module>
from sceptre.cli import cli
"/usr/local/lib/python2.7/dist-packages/sceptre/cli/__init__.py", line 18, in <module>
from sceptre.cli.new import new_group
"/usr/local/lib/python2.7/dist-packages/sceptre/cli/new.py", line 7, in <mo... | 0.769779 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/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'
| Traceback (most recent call last):
"sublist3r.py", line 21, in <module>
from subbrute import subbrute
"/data/data/com.termux/files/home/sublist/subbrute/subbrute.py", line 18, in <module>
import dns.resolver
ModuleNotFoundError: No module named 'dns.resolver' | 0.763312 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dlc/youtube_dlc/YoutubeDL.py", line 1004, in wrapper
return func(self, *args, **kwargs)
"/usr/local/bin/youtube-dlc/youtube_dlc/YoutubeDL.py", line 1041, in __extract_info
return self.process_ie_result(ie_result, download, extra_info)
"/usr/local/bin... | Traceback (most recent call last):
"/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/bin/youtube-dlc", line 8, in <module>
sys.exit(main())
"/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/__init__.py", line 487, in main
_real_main(argv)
"/root/.local/share/... | 0.715771 |
Traceback (most recent call last):
"main.py", line 3, in <module>
import os,sys,sip,time
ImportError: No module named sip
| Traceback (most recent call last):
"/home/pi/jasper/client/brain.py", line 43, in get_modules
mod = loader.load_module(name)
"/usr/lib/python2.7/pkgutil.py", line 246, in load_module
mod = imp.load_module(fullname, self.file, self.filename, self.etc)
"/home/pi/jasper/client/modules/Weather.py", line 8, in <m... | 0.839089 |
Traceback (most recent call last):
"/Users/jonathan/projects/recorded/integrations/splunk/venv/bin/black", line 7, in <module>
from black import patched_main
"/Users/jonathan/projects/recorded/integrations/splunk/venv/lib/python3.6/site-packages/black/__init__.py", line 57, in <module>
from blib2to3 import pygr... | Traceback (most recent call last):
"/home/kevin/miniconda3/envs/np-test/lib/python3.6/site-packages/numpy/core/__init__.py", line 16, in <module>
from . import multiarray
ImportError: libopenblasp-r0-39a31c03.2.18.so: cannot open shared object file: No such file or directory
| 0.737476 |
$: python setup.py build developTraceback (most recent call last):
"setup.py", line 12, in <module>
from torch.utils.hipify import hipify_python
ModuleNotFoundError: No module named 'torch.utils.hipify'
|
Traceback (most recent call last):
"C:\Anaconda3\lib\site-packages\jupyterhub\app.py", line 1955, in launch_instance_async
await self.initialize(argv)
"C:\Anaconda3\lib\site-packages\jupyterhub\app.py", line 1684, in initialize
await self.init_users()
"C:\Anaconda3\lib\site-packages\jupyterhub\app.py", line... | 0.803354 |
Traceback (most recent call last):
"lib.zip/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
"lib.zip/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
"lib.zip/flask_restful/__init__.py", line 273, in error_router
return original_handler(e)
... | Traceback (most recent call last):
"code.py", line 29, in <module>
Parallel(n_jobs=3, backend='loky')(delayed(main)(num_workers, lr) for lr in [1e-4, 1e-3, 1e-2])
"/opt/.virtualenvs/l2r/lib/python3.7/site-packages/joblib/parallel.py", line 1042, in __call__
self.retrieve()
"/opt/.virtualenvs/l2r/lib/python3.... | 0.675422 |
Traceback (most recent call last):
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 261, in main
old_handlers)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 297, in _serve_one
code = spawn._main(child_r)
"/opt/anaconda... | Traceback (most recent call last):
"/usr/lib/python3.6/multiprocessing/util.py", line 262, in _run_finalizers
finalizer()
"/usr/lib/python3.6/multiprocessing/util.py", line 186, in __call__
res = self._callback(*self._args, **self._kwargs)
"/home/ogaday/Code/green/venv/lib/python3.6/shutil.py", line 471, in ... | 0.701327 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/cffi/cparser.py", line 5, in <module>
from . import _pycparser as pycparser
ImportError: cannot import name '_pycparser'
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\cygwin64\tmp\pip-build-q270j8sh\ciscoconfparse\setup.py", line 14, in <module>
from version_info.version import **version** as **ccpversion**
"c:\cygwin64\tmp\pip-build-q270j8sh\ciscoconfparse\version_info__init__.py", line 1, in <module>
fro... | 0.780693 |
Traceback (most recent call last):
"/usr/local/bin/zim", line 50, in <module>
import zim.main
"/usr/lib/python3/dist-packages/zim/main/__init__.py", line 22, in <module>
import zim.fs
"/usr/lib/python3/dist-packages/zim/fs.py", line 27, in <module>
from zim.signals import SignalEmitter, SIGNAL_AFTER
"/us... | Traceback (most recent call last):
"qarkMain.py", line 28, in <module>
from modules import common
"d:\Android\qark\qark\modules\common.py", line 28, in <module>
from lib.blessed import *
"d:\Android\qark\qark\lib\blessed\__init__.py", line 12, in <module>
from terminal import Terminal
"d:\Android\qark\qa... | 0.779994 |
Traceback (most recent call last):
"/home/pi/env/lib/python3.5/site-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module>
from oauth2client.contrib.locked_file import Locked
ImportError: No module named 'oauth2client.contrib.locked_file'
| Traceback (most recent call last):
"/bin/pylint", line 9, in <module>
load_entry_point('pylint==1.1.0', 'console_scripts', 'pylint')()
"/usr/lib/python2.7/site-packages/pylint/__init__.py", line 20, in run_pylint
from pylint.lint import Run
"/usr/lib/python2.7/site-packages/pylint/lint.py", line 30, in <modu... | 0.829007 |
Traceback (most recent call last):
"tensorflow/examples/image_retraining/retrain.py", line 824, in <module>
tf.app.run()
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 30, in run
sys.exit(main(sys.argv))
"tensorflow/examples/image_retraining/retrain.py", line 721, in main
c... | Traceback (most recent call last):
"c:\users\h804288\appdata\local\programs\python\python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\users\h804288\appdata\local\programs\python\python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\H804288\AppData\Loc... | 0.720786 |
Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
"/usr/lib/python2.7/dist-packages/pip/__init__.py", line 21, in <module>
from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning
"/usr/lib/python2.7/dist-packages/pip/_vendor/__init__.py", line ... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: module 'labelme.utils' has no attribute 'draw_label'
| 0.782989 |
Traceback (most recent call last):
"bwm.py", line 55, in <module>
import cv2
ImportError: No module named cv2
| Error: Traceback (most recent call last):
"/home/pi/.platformio/penv/lib/python3.7/site-packages/platformio/__main__.py", line 109, in main
cli()
# pylint: disable=no-value-for-parameter
"/home/pi/.platformio/penv/lib/python3.7/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs... | 0.795584 |
> Traceback (most recent call last):
"<ipython-input-1-157b59d24f34>", line 1, in <module>
runfile('C:/Users/SEC/Desktop/ode_pack/MKM_ccode_generator.py', wdir='C:/Users/SEC/Desktop/ode_pack')
"C:\Users\SEC\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 786, in runfile
execfile(f... | Traceback (most recent call last):
"/usr/bin/.pyenv/versions/3.7.0/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
"/usr/bin/.pyenv/versions/3.7.0/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
"/opt/google/google-cloud-sdk/platform/gsutil/gslib/... | 0.715888 |
Traceback (most recent call last):
"<ipython-input-22-8dc99788c173>", line 3, in <module>
from ludwig.api import LudwigModel
"C:\Users\Dell\Anaconda3\lib\site-packages\ludwig\api.py", line 36, in <module>
ludwig.contrib.contrib_import()
AttributeError: module 'ludwig' has no attribute 'contrib'
| Traceback (most recent call last):
"C:\Users\h0r1zonZ\Desktop\A\B\C\regular\DEFENDER.py", line 53, in <module>
Bot.run(token)
"C:\Program
s (x86)\Python36-32\lib\site-packages\discord\client.py", line 543, in run
loop = self.loop
AttributeError: 'str' object has no attribute 'loop'
| 0.814246 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ValueError: unrecognized mode
| Traceback (most recent call last):
"<stdin>", line 4, in <module>
ValueError: failed
| 0.822601 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/gallery_dl/job.py", line 47, in run
for msg in self.extractor:
"/usr/local/lib/python3.6/dist-packages/gallery_dl/extractor/exhentai.py", line 165, in items
(self.image_from_page(ipage),), self.images_from_api())
"/usr/local/lib/pytho... | Traceback (most recent call last):
"c:\python27\lib\site-packages\twisted\internet\defer.py", line 1260, in _inlineCallbacks
result = g.send(result)
"c:\python27\lib\site-packages\scrapy\core\downloader\middleware.py", line 37, in process_request
response = yield method(request=request, spider=spider)
"D:\Si... | 0.691375 |
Traceback (most recent call last):
"C:\Program
s\JetBrains\PyCharm 2018.2.2\helpers\pycharm\django_manage.py", line 52, in <module>
run_command()
"C:\Program
s\JetBrains\PyCharm 2018.2.2\helpers\pycharm\django_manage.py", line 46, in run_command
run_module(manage_file, None, '__main__', True)
"C:\Python3\l... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"D:\Python38\lib\site-packages\akshare\stock_feature\stock_sina_lhb.py", line 73, in stock_sina_lhb_ggtj
last_page_num = int(soup.find_all(attrs={"class": "page"})[-2].text)
IndexError: list index out of range
| 0.744107 |
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):
"/usr/bin/atomic", line 44, in <module>
from Atomic import containers
"/usr/lib/python2.7/site-packages/Atomic/containers.py", line 9, in <module>
from dateutil.parser import parse as dateparse
ImportError: No module named dateutil.parser
| 0.768718 |
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/ultimaker/build/2.7/build/inst/lib/python3.5/site-packages/cura/CuraApplication.py", line 707, in event
"/Users/ultimaker/build/2.7/build/inst/lib/python3.5/site-packages/UM/Qt/QtApplication.py", line 261, in event
"/Users/ultimaker/build/2.7/build/inst/lib/python3.5/... | 0.696486 |
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/dlp/inspect_content_test.py", line 342, in test_inspect_gcs_file_with_custom_info_types
assert "Info type: EMAIL_ADDRESS" in outAssertionError: assert 'Info type: EMAIL_ADDRESS' in 'Inspection operation started: projects/py... | <details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/dlp/inspect_content_test.py", line 352, in test_inspect_gcs_file_with_custom_info_types
assert "Info type: EMAIL_ADDRESS" in outAssertionError: assert 'Info type: EMAIL_ADDRESS' in 'Inspection operation started: projects/py... | 0.99898 |
Traceback (most recent call last):
"./analyze-schema-compression.py", line 1209, in <module>
main(sys.argv)
"./analyze-schema-compression.py", line 1202, in main
result_code = run()
"./analyze-schema-compression.py", line 1035, in run
result.append(analyze(t))
"./analyze-schema-compression.py", line 389,... | Traceback (most recent call last):
"run_exp.py", line 198, 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_first,next_config_file)
"/export/home/duhu/pytorch-kaldi/core.py", line 83, in ru... | 0.695853 |
> Traceback (most recent call last):
"relu.py", line 6, in <module>
from onnx_tf.backend import run_node, prepare
"/home/cl/anaconda3/envs/caffe2/lib/python3.6/site-packages/onnx_tf/backend.py", line 24, in <module>
from onnx.onnx_pb2 import GraphProto, TensorProto, AttributeProto
ModuleNotFoundError: No module... | Traceback (most recent call last):
"E:/test_opencv/text_classification-master/a03_TextRNN/p8_TextRNN_train.py", line 10, in <module>
from data_util_zhihu import load_data_multilabel_new,create_voabulary,create_voabulary_label
ModuleNotFoundError: No module named 'data_util_zhihu'
| 0.813046 |
Traceback (most recent call last):
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install... | Traceback (most recent call last):
"/usr/local/bin/plasma", line 11, in <module>
load_entry_point('plasma==1.0', 'console_scripts', 'plasma')()
"/usr/local/lib/python3.5/dist-packages/plasma-1.0-py3.5-linux-x86_64.egg/plasma/main.py", line 35, in console_entry
if not gctx.load_file():
"/usr/local/lib/python3... | 0.730066 |
Traceback (most recent call last):
"/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib64/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/usr/local/lib/python3.6/site-packages/pip/__main__.py", line 26, in <module>
sys.exit(_main())
"/usr... | Traceback (most recent call last):
"_pydevd_bundle\pydevd_cython_win32_27_64.pyx", line 172, in _pydevd_bundle.pydevd_cython_win32_27_64.handle_breakpoint_condition
"<string>", line 1
if (size == 3799968885)
^
SyntaxError: invalid syntax
| 0.720438 |
Traceback (most recent call last):
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
"~/.local/lib/python3.7/site-packa... | 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:\Us... | 0.781083 |
Traceback (most recent call last):
"*", line 2, in <module>
from grab.spider import Spider, Task
"*\py36\lib\site-packages\grab\spider\__init__.py", line 1, in <module>
from grab.spider.base import Spider
# noqa
"*\py36\lib\site-packages\grab\spider\base.py", line 22, in <module>
from grab.spider.transport.... | Traceback (most recent call last):
"/home/pi/env/lib/python3.7/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.797876 |
Traceback (most recent call last):
"C:\Users\telli\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"C:\Users\telli\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\telli\AppData\Loc... | Traceback (most recent call last):
"c:\python27\lib\site-packages\twisted\internet\defer.py", line 1260, in _inlineCallbacks
result = g.send(result)
"c:\python27\lib\site-packages\scrapy\core\downloader\middleware.py", line 37, in process_request
response = yield method(request=request, spider=spider)
"D:\Si... | 0.712156 |
Traceback (most recent call last):
"Z:\Programs\instaloader\instaloader-upcoming-v4.7\instaloader.py", line 6, in <module>
main()
"Z:\COOM\Programs\instaloader\instaloader-upcoming-v4.7\instaloader\__main__.py", line 445, in main
_main(loader,
"Z:\Programs\instaloader\instaloader-upcoming-v4.7\instaloader\__... | Traceback (most recent call last):
"main.py", line 201, in <module>
main()
"main.py", line 197, in main
osint = InstagramOSINT(username=args.username[0], downloadPhotos=args.downloadPhotos)
"main.py", line 97, in __init__
self.print_data()
"main.py", line 170, in print_data
print(key + ':' + value)
"... | 0.751098 |
Traceback (most recent call last):
"/home/docs/checkouts/readthedocs.org/user_builds/gammapy/conda/latest/bin/pip", line 4, in <module>
import pip
ImportError: No module named 'pip'
| Traceback (most recent call last):
"D:/CodeViewing/awesome-semantic-segmentation-pytorch-master/core/data/downloader/ade20k.py", line 12, in <module>
from core.utils import download, makedirs
"D:\CodeViewing\awesome-semantic-segmentation-pytorch-master\core\__init__.py", line 1, in <module>
from . import nn, mo... | 0.763336 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service
connection.context(msg),
"/usr/src/homeassistant/homeassistant/core.py", line 1260, in async_call
task.result()
"/usr/src/homeassistant/homeassistant/core.py", line... | Traceback (most recent call last):
"/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/powerline/segment.py", line 173, in process_segment
contents = segment['contents_func'](pl, segment_info)
"/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/si... | 0.692686 |
Traceback (most recent call last):
"/usr/local/bin/pip", line 11, in <module>
load_entry_point('pip==21.0', 'console_scripts', 'pip')()
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_p... | Traceback (most recent call last):
"run/tools/test.py", line 7, in <module>
from dynaconf import settings
"/usr/local/var/pyenv/versions/3.6.1-virtual/lib/python3.6/site-packages/dynaconf/__init__.py", line 1, in <module>
from dynaconf.base import LazySettings
"/usr/local/var/pyenv/versions/3.6.1-virtual/lib... | 0.748313 |
Struggling to initialize getting the following error: Traceback (most recent call last):
"/Users/genson/PycharmProjects/python-binance-master/examples/Crypto-Trading-Bots/Roibal_BinanceBot.py", line 29, in <module>
import save_historical_data_Roibal
ImportError: No module named save_historical_data_Roibal | ImportError: Traceback (most recent call last):
"/home/liu/miniconda3/envs/pt/lib/python3.7/site-packages/ray/rllib/agents/registry.py", line 148, in get_agent_class
return _get_agent_class(alg)
"/home/liu/miniconda3/envs/pt/lib/python3.7/site-packages/ray/rllib/agents/registry.py", line 156, in _get_agent_class... | 0.733987 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/blaflamme/Desktop/cloud-test/lib/python3.7/site-packages/google/cloud/tasks_v2/__init__.py", line 19, in <module>
from google.cloud.tasks_v2 import types
"/Users/blaflamme/Desktop/cloud-test/lib/python3.7/site-packages/google/cloud/task... | Traceback (most recent call last):
"C:\Anaconda\lib\site-packages\pandas\__init__.py", line 26, in <module>
from pandas._libs import (hashtable as _hashtable,
"C:\Anaconda\lib\site-packages\pandas\_libs\__init__.py", line 4, in <module>
from .tslib import iNaT, NaT, Timestamp, Timedelta, OutOfBoundsDatetime
Imp... | 0.808929 |
Traceback (most recent call last):
"/home/bystrousak/.local/bin/pyinfra", line 5, in <module>
from pyinfra_cli.__main__ import execute_pyinfra
"/home/bystrousak/.local/lib/python2.7/site-packages/pyinfra_cli/__main__.py", line 49, in <module>
execute_pyinfra()
"/home/bystrousak/.local/lib/python2.7/site-pack... | Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/salt/cloud/cli.py", line 284, in run
self.config.get('names')
"/usr/lib/python2.6/site-packages/salt/cloud/__init__.py", line 1458, in run_profile
ret[name] = self.create(vm_)
"/usr/lib/python2.6/site-packages/salt/cloud/__init__.py", line ... | 0.692569 |
Traceback (most recent call last):
"/usr/bin/meson", line 11, in <module>
load_entry_point('meson==0.54.3', 'console_scripts', 'meson')()
"/usr/lib/python3.8/site-packages/mesonbuild/mesonmain.py", line 219, in main
return run(sys.argv[1:], launcher)
"/usr/lib/python3.8/site-packages/mesonbuild/mesonmain.py"... | Traceback (most recent call last):
"d:\ancoda\envs\env_py36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"d:\ancoda\envs\env_py36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"D:\ancoda\envs\env_py36\Scripts\pyinstaller.exe\__main__.py", line 9, in <module>
"d:\anc... | 0.712213 |
2020-06-08 22:22:57 INFO
MAIN :: Traceback (most recent call last):
"/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/helpers.py", line 806, in create_https_certificates
from OpenSSL import crypto
"/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/OpenSSL/__init__.py", line 8, in <module>
from Op... | Traceback (most recent call last):
"ok.py", line 4, in <module>
from data import Basetransform, VOC_CLASSES as labelmap
ImportError: cannot import name 'Basetransform' from 'data' (/root/Training_SSD/data/__init__.py)
| 0.822465 |
Traceback (most recent call last):
"/usr/bin/hardcode-tray", line 40, in <module>
from HardcodeTray.app import App
"/usr/lib/python3.5/site-packages/HardcodeTray/app.py", line 25, in <module>
from HardcodeTray.const import DB_FOLDER
"/usr/lib/python3.5/site-packages/HardcodeTray/const.py", line 36, in <modul... | Traceback (most recent call last):
"/usr/bin/syncplay", line 16, in <module>
from syncplay.clientManager import SyncplayClientManager
"/usr/lib/syncplay/syncplay/clientManager.py", line 2, in <module>
from syncplay import ui
"/usr/lib/syncplay/syncplay/ui/__init__.py", line 9, in <module>
from syncplay.ui.g... | 0.796068 |
Traceback (most recent call last):
"C:\Users\Dell\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\core\typeconv\typeconv.py", line 4, in <module>
from numba.core.typeconv import _typeconv
ImportError: DLL load failed: The specified module could not be found.
| Traceback (most recent call last):
"/usr/bin/repo2docker", line 6, in <module>
from repo2docker.__main__ import main
"/usr/lib/python3.7/site-packages/repo2docker/__main__.py", line 6, in <module>
from .app import Repo2Docker
"/usr/lib/python3.7/site-packages/repo2docker/app.py", line 31, in <module>
from .... | 0.775654 |
Traceback (most recent call last):
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"D:\tools\XX-Net-3.7.9\code\defaul... | 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.784526 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/ashokhin/.venv/adstxt/lib/python3.6/site-packages/requests/api.py", line 72, in get
return request('get', url, params=params, **kwargs)
"/Users/ashokhin/.venv/adstxt/lib/python3.6/site-packages/requests/api.py", line 58, in request
ret... | Traceback (most recent call last):
"/root/droidbot/droidbot/input_policy.py", line 69, in start
input_manager.add_event(event)
"/root/droidbot/droidbot/input_manager.py", line 98, in add_event
event_log.start()
"/root/droidbot/droidbot/input_event.py", line 231, in start
self.event_str = self.event.get_even... | 0.705837 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
session.fuzz()
"/boofuzz/boofuzz/sessions.py", line 598, in fuzz
self._main_fuzz_loop(self._iterate_protocol())
"/boofuzz/boofuzz/sessions.py", line 690, in _main_fuzz_loop
for fuzz_args in fuzz_case_iterator:
"/boofuzz/boofuzz/sessions.py... |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-33o4crd7/scanpy/setup.py", line 51, in <module>
'Topic :: Scientific/Engineering :: Visualization',
"/usr/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.5/distutils/dist.py", lin... | 0.673995 |
Traceback (most recent call last):
"/home/amethyst/gmail.py", line 4, in <module>
from googleapiclient.discovery import build
ImportError: No module named 'googleapiclient'
| Traceback (most recent call last):
"C:\Python_Jim\Scripts\xlwings-script.py", line 3, in <module>
import xlwings.command_line
"C:\Python_Jim\lib\site-packages\xlwings\__init__.py", line 22, in <module>
from . import _xlwindows as xlplatform
"C:\Python_Jim\lib\site-packages\xlwings\_xlwindows.py", line 10, in... | 0.721415 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Us... | Traceback (most recent call last):
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
"~/.local/lib/python3.7/site-packa... | 0.819101 |
Traceback (most recent call last):
"/Users/jukka/src/mypy/scripts/mypy", line 6, in <module>
main(__file__)
"/Users/jukka/src/mypy/mypy/main.py", line 46, in main
res = type_check_only(sources, bin_dir, options)
"/Users/jukka/src/mypy/mypy/main.py", line 93, in type_check_only
options=options)
"/Users/ju... | Traceback (most recent call last):
"/usr/bin/wormhole", line 11, in <module>
sys.exit(wormhole())
"/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/p... | 0.710611 |
Traceback (most recent call last):
"./osmedeus.py", line 10, in <module>
from lib.client import config
"/home/robin/Desktop/sourcediv/Osmedeus/lib/client/config.py", line 7, in <module>
from lib.core import execute
"/home/robin/Desktop/sourcediv/Osmedeus/lib/core/execute.py", line 8, in <module>
from core i... | Traceback (most recent call last):
"/home/jon/ansible-dev/bin/ansible", line 109, in <module>
exit_code = cli.run()
"/home/jon/ansible-dev/lib/ansible/cli/adhoc.py", line 200, in run
result = self._tqm.run(play)
"/home/jon/ansible-dev/lib/ansible/executor/task_queue_manager.py", line 284, in run
play_return... | 0.694123 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/8t/wjjjmxzn4577vl7055k32r600000gn/T/pip-build-0K7MBF/netCDF4/setup.py", line 383, in <module>
import numpy
ImportError: No module named numpy
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'np' from 'mxnet' (venv\lib\site-packages\mxnet\__init__.py)
| 0.756488 |
Traceback (most recent call last):
"/home/USER/.local/bin/ocrmypdf", line 6, in <module>
from ocrmypdf.__main__ import run_pipeline
"/home/USER/.local/lib/python3.6/site-packages/ocrmypdf/__init__.py", line 46, in <module>
from . import pdfinfo
"/home/USER/.local/lib/python3.6/site-packages/ocrmypdf/pdfinfo/... | Traceback (most recent call last):
"app.py", line 6, in <module>
import bs4
"D:\Program
s\Python\lib\site-packages\bs4\__init__.py", line 35, in <module>
from .builder import builder_registry, ParserRejectedMarkup
"D:\Program
s\Python\lib\site-packages\bs4\builder\__init__.py", line 7, in <module>
from bs... | 0.805483 |
Traceback (most recent call last):
"C:\Users\tester\Miniconda3\envs\test\lib\site-packages\numpy\core\__init__.py", line 16, in <module>
from . import multiarray
ImportError: DLL load failed: The specified module could not be found.
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python3.6/site-packages/nnvm-0.8.0-py3.6.egg/nnvm/__init__.py", line 10, in <module>
from . import frontend
"/usr/lib/python3.6/site-packages/nnvm-0.8.0-py3.6.egg/nnvm/frontend/__init__.py", line 4, in <module>
from .onnx import from... | 0.729613 |
Traceback (most recent call last):
"/opt/anaconda3/lib/python3.6/site-packages/ray/workers/default_worker.py", line 7, in <module>
import numpy as np
ImportError: No module named numpy
| Traceback (most recent call last):
"train.py", line 50, in <module>
from object_detection.builders import dataset_builder
ImportError: cannot import name 'dataset_builder'
| 0.754916 |
Traceback (most recent call last):
"/home/akira/.local/bin/papermill", line 8, in <module>
sys.exit(papermill())
"/home/akira/.local/lib/python3.8/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/home/akira/.local/lib/python3.8/site-packages/click/core.py", line 697, in... | Traceback (most recent call last):
"/tmp/ansible_mYETBh/ansible_module_dellos6_config.py", line 283, in <module>
main()
"/tmp/ansible_mYETBh/ansible_module_dellos6_config.py", line 247, in main
config = get_config(module)
"/tmp/ansible_mYETBh/ansible_modlib.zip/ansible/module_utils/dellos6.py", line 43, in g... | 0.711312 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\extractor\common.py", line 899, in _parse_json
"C:\Python\Python34\lib\json\__init__.py", line 318, in loads
"C:\Python\Python34\lib\json\decoder.py", line 343, in decode
"C:\Pytho... |
Traceback (most recent call last):
"C:\salt\bin\lib\site-packages\salt\modules\cmdmod.py", line 3233, in powershell
return salt.utils.json.loads(response)
"C:\salt\bin\lib\site-packages\salt\utils\json.py", line 78, in loads
return json_module.loads(s, **kwargs)
"C:\salt\bin\lib\json\__init__.py", line 339,... | 0.682223 |
Traceback (most recent call last):
"wifi-pumpkin.py", line 35, in <module>
from core.loaders.checker.depedences import check_dep_pumpkin
"/usr/share/WiFi-Pumpkin/core/loaders/checker/depedences.py", line 2, in <module>
from core.utility.collection import SettingsINI
"/usr/share/WiFi-Pumpkin/core/utility/coll... | Traceback (most recent call last):
"slam.py", line 9, in <module>
from display import Display
"/home/gh0st/Desktop/twitchslam/display.py", line 1, in <module>
import sdl2
"/usr/local/lib/python2.7/dist-packages/sdl2/__init__.py", line 2, in <module>
from .dll import get_dll_file, _bind
"/usr/local/lib/py... | 0.810178 |
Traceback (most recent call last):
"/home/myhome/anaconda3/lib/python3.6/site-packages/ete3/treeview/faces.py", line 52, in <module>
from urllib2 import urlopen
ModuleNotFoundError: No module named 'urllib2'
| Traceback (most recent call last):
"C:\Python36\source_code\env\Lib\site-packages\cherrypy\tutorial\tut01_helloworld.py", line 10, in <module>
import cherrypy
ModuleNotFoundError: No module named 'cherrypy'
| 0.820562 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: module 'torchvision' has no attribute '__version__'
| Traceback (most recent call last):
"E:/项目实验/实验工程/tensor2tensor-1.15.7/tensor2tensor/bin/t2t_datagen.py", line 39, in <module>
from tensor2tensor import problems as problems_lib
# pylint: disable=unused-import
"E:\项目实验\实验工程\tensor2tensor-1.15.7\tensor2tensor\problems.py", line 22, in <module>
from tensor2tensor.... | 0.740254 |
Traceback (most recent call last):
"demo.py", line 8, in <module>
import keras_model
"/Users/yanwenqian/Desktop/CHINESE-OCR/keras_model.py", line 13, in <module>
from ocr.model import predict as ocr
"/Users/yanwenqian/Desktop/CHINESE-OCR/ocr/model.py", line 10, in <module>
import keys_ocr
ModuleNotFoundErro... | Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'razer'
| 0.730115 |
Traceback (most recent call last):
"/home/xxx/.virtualenvs/test-pip-tools/bin/pip-compile", line 7, in <module>
from piptools.scripts.compile import cli
"/home/xxx/.virtualenvs/test-pip-tools/local/lib/python2.7/site-packages/piptools/scripts/compile.py", line 11, in <module>
from pip.req import InstallRequirem... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.6/dist-packages/matplotlib/pyplot.py", line 116, in <module>
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
"/usr/local/lib/python3.6/dist-packages/matplotlib/backends/__init__.py", line 60,... | 0.765009 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3021, in _dep_map
return self.__dep_map
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.... | Traceback (most recent call last):
"c:\users\22713\anaconda3\envs\maskrcnn\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 3021, in _dep_map
return self.__dep_map
"c:\users\22713\anaconda3\envs\maskrcnn\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 2815, in __getattr__
raise Attr... | 0.892695 |
Traceback (most recent call last):
"/Users/altayguvench/.pyenv/versions/lukas_tutorial-2.7/lib/python2.7/site-packages/wandb/internal_cli.py", line 95, in <module>
main()
"/Users/altayguvench/.pyenv/versions/lukas_tutorial-2.7/lib/python2.7/site-packages/wandb/internal_cli.py", line 87, in main
headless(args)
... | Traceback (most recent call last):
"C:\Mylar\mylar-D\mylar\logger.py", line 337, in new_run
old_run(*args, **kwargs)
"C:\Python27\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"C:\Mylar\mylar-D\mylar\webserve.py", line 4342, in preSearchit
startISSUE = str(getiss)
UnicodeE... | 0.698244 |
Traceback (most recent call last):
"/usr/lib/python3.8/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
"/opt/king-phisher/.venv/lib/python3.8/site-packages/advancedhttpserver.py", line 763, in finish_request
super(ServerNonThreaded, self).finish_request(request... | Traceback (most recent call last):
"/Users/Sami/btgym/btgym/algorithms/aac.py", line 1499, in __init__
super(Unreal, self).__init__(name='UNREAL', **kwargs)
"/Users/Sami/btgym/btgym/algorithms/aac.py", line 497, in __init__
raise RuntimeError(msg)
RuntimeError: Base class __init__() exception occurred.
| 0.719121 |
Traceback (most recent call last):
"/Users/jwalls/music21/music21/sites.py", line 923, in remove
del self.siteDict[siteId]
KeyError: 4963930560
| Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/jedi/evaluate/compiled/access.py", line 112, in wrapper
cache[key]
KeyError: 4359025776
| 0.690991 |
1月 17 17:31:03.02 [launcher][ERROR] Except stack:Traceback (most recent call last):
"/home/jincai/XX-Net-3.8.7/code/default/launcher/module_init.py", line 38, in start
proc_handler[module]["imp"] = __import__(module, globals(), locals(), ['local', 'start'], -1)
"/home/jincai/XX-Net-3.8.7/code/default/gae_proxy/l... | `Traceback (most recent call last):
"rico_autokeras.py", line 57, in <module>
from autokeras import SearchSupervised
ImportError: cannot import name 'SearchSupervised'
| 0.826554 |
Traceback (most recent call last):
"model_main.py", line 26, in <module>
from object_detection import model_lib
"/home/herru/anaconda3/lib/python3.7/site-packages/object_detection-0.1-py3.7.egg/object_detection/model_lib.py", line 27, in <module>
from object_detection import eval_util
"/home/herru/anaconda3/... | Traceback (most recent call last):
"pandas_hdf5.py", line 4, in <module>
store.select_column('dummy', 'index')
"[...]/site-packages/pandas/io/pytables.py", line 778, in select_column
return self.get_storer(key).read_column(column=column, **kwargs)
AttributeError: 'NoneType' object has no attribute 'read_column'... | 0.684673 |
Traceback (most recent call last):
"/home/cjk/repos/github/eventlet/eventlet/queue.py", line 118, in switch
self.greenlet.switch(value)
"/home/cjk/repos/github/eventlet/eventlet/greenthread.py", line 218, in main
result = function(*args, **kwargs)
"/home/cjk/repos/github/nameko/nameko/runners.py", line 96, i... | The minion function caused an exception: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 1332, in _thread_return
return_data = executor.execute()
"/usr/lib/python2.7/dist-packages/salt/executors/direct_call.py", line 28, in execute
return self.func(*self.args, **self.kwarg... | 0.723099 |
Traceback (most recent call last):
"~/.local/bin/pipenv", line 11, in <module>
sys.exit(cli())
"~/.local/lib/python3.5/site-packages/pipenv/vendor/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"~/.local/lib/python3.5/site-packages/pipenv/vendor/click/core.py", line 717, in main
rv ... | Traceback (most recent call last):
"foo.py", line 6, in <module>
class FinanceOverviewCell(pydantic.BaseModel):
"pydantic/main.py", line 270, in pydantic.main.ModelMetaclass.__new__
"pydantic/typing.py", line 282, in pydantic.typing.resolve_annotations
"""Mixin to prohibit subclassing"""
"/usr/lib/python3... | 0.6862 |
Traceback (most recent call last):
"/usr/local/bin/sqlmap", line 6, in <module>
from sqlmap.sqlmap import main
ImportError: No module named sqlmap.sqlmap
| Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: No module named jedi_vim_debug
| 0.734964 |
Traceback (most recent call last):
"c:\python\lib\runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
"c:\python\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
"c:\python\lib\site-packages\pip\__main__.py", line 26, in <module>
sys.exit(_main())
"c:\pytho... | Traceback (most recent call last):
"/export/db/espnet/egs/voxforge/asr1/../../../espnet/bin/asr_train.py", line 341, in <module>
main(sys.argv[1:])
"/export/db/espnet/egs/voxforge/asr1/../../../espnet/bin/asr_train.py", line 325, in main
train(args)
"/export/db/espnet/espnet/asr/chainer_backend/asr.py", line... | 0.686811 |
Traceback (most recent call last):
"/home/pi/jasper/client/brain.py", line 43, in get_modules
mod = loader.load_module(name)
"/usr/lib/python2.7/pkgutil.py", line 246, in load_module
mod = imp.load_module(fullname, self.file, self.filename, self.etc)
"/home/pi/jasper/client/modules/MPDControl.py", line 5, in... | Traceback (most recent call last):
"C:/Users/donov/Anaconda3/envs/VRenv2P37/onnx-tensorflow/example/onnx_to_tf.py", line 3, in <module>
from onnx.backend import prepare
ImportError: cannot import name 'prepare'
| 0.783369 |
Traceback (most recent call last):
...
from airflow.bin.cli import CLIFactory
"..py27/lib/python2.7/site-packages/airflow/bin/cli.py", line 71, in <module>
from airflow.www_rbac.app import cached_app as cached_app_rbac
"../py27/lib/python2.7/site-packages/airflow/www_rbac/app.py", line 27, in <module>
from fl... | 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/m... | 0.784359 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.