text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"d:/Download/bilibili_api/example.py", line 33, in <module>
live_danmaku.connect()
"d:\Download\bilibili_api\bilibili_api\live.py", line 405, in connect
asyncio.get_event_loop().run_until_complete(self.__main())
"c:\users\administrator\.pyenv\pyenv-win\versions\3.8.6\lib\asyncio\base_events.py", line 614, in run_until_complete
raise RuntimeError('Event loop stopped before Future completed.')
RuntimeError: Event loop stopped before Future completed.
| Traceback (most recent call last):
"d:\ProgramData\Anaconda3\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"d:\ProgramData\Anaconda3\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"d:\ProgramData\Anaconda3\lib\site-packages\ipykernel_launcher.py", line 16, in <module>
app.launch_new_instance()
"d:\ProgramData\Anaconda3\lib\site-packages\traitlets\config\application.py", line 658, in launch_instance
app.start()
"d:\ProgramData\Anaconda3\lib\site-packages\ipykernel\kernelapp.py", line 477, in start
ioloop.IOLoop.instance().start()
"d:\ProgramData\Anaconda3\lib\site-packages\tornado\platform\asyncio.py", line 132, in start
self.asyncio_loop.run_forever()
"d:\ProgramData\Anaconda3\lib\asyncio\base_events.py", line 408, in run_forever
raise RuntimeError('This event loop is already running')
RuntimeError: This event loop is already running
| 0.725671 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/rails/f/envs/local/lib/python2.7/site-packages/blockchain/__init__.py", line 1, in <module>
from . import (
"/home/rails/f/envs/local/lib/python2.7/site-packages/blockchain/blockexplorer.py", line 6, in <module>
from . import util
ImportError: cannot import name util
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\Nibedita\Anaconda3\lib\site-packages\osmnx\__init__.py", line 9, in <module>
from .buildings import *
"C:\Users\Nibedita\Anaconda3\lib\site-packages\osmnx\buildings.py", line 9, in <module>
import geopandas as gpd
"C:\Users\Nibedita\Anaconda3\lib\site-packages\geopandas\__init__.py", line 4, in <module>
from geopandas.io.file import read_file
"C:\Users\Nibedita\Anaconda3\lib\site-packages\geopandas\io\file.py", line 3, in <module>
import fiona
"C:\Users\Nibedita\Anaconda3\lib\site-packages\fiona\__init__.py", line 69, in <module>
from fiona.collection import Collection, BytesCollection, vsi_path
"C:\Users\Nibedita\Anaconda3\lib\site-packages\fiona\collection.py", line 9, in <module>
from fiona.ogrext import Iterator, ItemsIterator, KeysIterator
ImportError: DLL load failed: The specified procedure could not be found.
| 0.751889 |
Traceback (most recent call last):
"C:\GitHub\Medusa\medusa\providers\torrent\html\beyondhd.py", line 114, in parse
link = cells[1].find('a')
IndexError: list index out of range
| Traceback (most recent call last):
"/home/rostiger/.local/bin/wal", line 11, in <module>
sys.exit(main())
"/home/rostiger/.local/lib/python3.6/site-packages/pywal/__main__.py", line 208, in main
parse_args(parser)
"/home/rostiger/.local/lib/python3.6/site-packages/pywal/__main__.py", line 162, in parse_args
image_file = image.get(args.i, iterative=args.iterative)
"/home/rostiger/.local/lib/python3.6/site-packages/pywal/image.py", line 72, in get
wal_img = get_random_image(img)
"/home/rostiger/.local/lib/python3.6/site-packages/pywal/image.py", line 28, in get_random_image
images, current_wall = get_image_dir(img_dir)
"/home/rostiger/.local/lib/python3.6/site-packages/pywal/image.py", line 17, in get_image_dir
current_wall = wallpaper.get()
"/home/rostiger/.local/lib/python3.6/site-packages/pywal/wallpaper.py", line 154, in get
return util.read_file(current_wall)[0]
IndexError: list index out of range
| 0.697001 |
`Traceback (most recent call last):
"qlearn.py", line 5, in <module>
import skimage as skimage
"C:\Users\Win 10\AppData\Local\Programs\Python\Python36\lib\site-packages\skimage\__init__.py", line 167, in <module>
from .util.dtype import (img_as_float32,
"C:\Users\Win 10\AppData\Local\Programs\Python\Python36\lib\site-packages\skimage\util\__init__.py", line 8, in <module>
from .arraycrop import crop
"C:\Users\Win 10\AppData\Local\Programs\Python\Python36\lib\site-packages\skimage\util\arraycrop.py", line 8, in <module>
from numpy.lib.arraypad import _validate_lengths
ImportError: cannot import name '_validate_lengths`
| Traceback (most recent call last):
"/usr/local/bin/ps_mem", line 7, in <module>
from ps_mem import main
ImportError: cannot import name main
| 0.7789 |
Traceback (most recent call last):
"/usr/x86_64-pc-linux-gnu/lib/python2.7/site-packages/scc/gui/app.py", line 1301, in do_activate
self.builder.get_object("window").show()
AttributeError: 'NoneType' object has no attribute 'show'
|
The minion function caused an exception: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 1600, in _thread_return
return_data = minion_instance.executors[fname](opts, data, func, args, kwargs)
"/usr/lib/python2.7/dist-packages/salt/executors/direct_call.py", line 12, in execute
return func(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/modules/file.py", line 3083, in touch
if mtime and mtime.isdigit():
AttributeError: 'int' object has no attribute 'isdigit'
| 0.675947 |
Traceback (most recent call last):
"<string>", line 17, in <module>
"/home/rspeer/.virtualenvs/lum3/build/dbutils/setup.py", line 11, in <module>
raise ImportError('Python %d.%d is not supported by DBUtils.' % py_version)
ImportError: Python 3.4 is not supported by DBUtils. | Traceback (most recent call last):
"/Users/alex/.pyenv/versions/3.9.1/bin/encpy", line 33, in <module>
sys.exit(load_entry_point('encrypedloader==0.0.36', 'console_scripts', 'encpy')())
"/Users/alex/.pyenv/versions/3.9.1/bin/encpy", line 25, in importlib_load_entry_point
return next(matches).load()
"/Users/alex/.pyenv/versions/3.9.1/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
"/Users/alex/.pyenv/versions/3.9.1/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1030, in _gcd_import
"<frozen importlib._bootstrap>", line 1007, in _find_and_load
"<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 664, in _load_unlocked
"<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
"<frozen zipimport>", line 259, in load_module
"/Users/alex/.pyenv/versions/3.9.1/lib/python3.9/site-packages/encrypedloader-0.0.36-py3.9-macosx-11.1-arm64.egg/encrypedloader/__init__.py", line 2, in <module>
ImportError: cannot import name 'install' from 'encrypedloader.loader' (/Users/alex/Library/Caches/Python-Eggs/encrypedloader-0.0.36-py3.9-macosx-11.1-arm64.egg-tmp/encrypedloader/loader.cpython-39-darwin.so)
| 0.742763 |
Traceback (most recent call last):
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker
xlog.exception("google_ip.runJob fail:%r", e)
AttributeError: 'NoneType' object has no attribute 'exception'
| Traceback (most recent call last):
"newt5.py", line 223, in <module>
sapi.filter(track=['BTC', 'Bitcoin'], languages = ['en'])
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tweepy/streaming.py", line 445, in filter
self._start(async)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tweepy/streaming.py", line 361, in _start
self._run()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tweepy/streaming.py", line 294, in _run
raise exception
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tweepy/streaming.py", line 263, in _run
self._read_loop(resp)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tweepy/streaming.py", line 313, in _read_loop
line = buf.read_line().strip()
AttributeError: 'NoneType' object has no attribute 'strip'
| 0.734464 |
Traceback (most recent call last):
"video_demo.py", line 55, in <module>
image = utils.draw_bbox(frame, bboxes)
"/home/robot6/桌面/tensorflow-yolov3/core/utils.py", line 83, in draw_bbox
bbox_color = colors[class_ind]
IndexError: list index out of range
| Traceback (most recent call last):
"/home/covid_nlu/.local/lib/python3.8/site-packages/sanic/app.py", line 976, in handle_request
response = await response
"test_server_sanic.py", line 72, in get_answer
results = [q_a_pipeline({'question': question, 'context': doc})
"test_server_sanic.py", line 72, in <listcomp>
results = [q_a_pipeline({'question': question, 'context': doc})
"/home/covid_nlu/.local/lib/python3.8/site-packages/transformers/pipelines.py", line 1109, in __call__
start, end = self.model(**fw_args)
"/home/covid_nlu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 550, in __call__
result = self.forward(*input, **kwargs)
"/home/covid_nlu/.local/lib/python3.8/site-packages/transformers/modeling_roberta.py", line 663, in forward
outputs = self.roberta(
"/home/covid_nlu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 550, in __call__
result = self.forward(*input, **kwargs)
"/home/covid_nlu/.local/lib/python3.8/site-packages/transformers/modeling_bert.py", line 728, in forward
embedding_output = self.embeddings(
"/home/covid_nlu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 550, in __call__
result = self.forward(*input, **kwargs)
"/home/covid_nlu/.local/lib/python3.8/site-packages/transformers/modeling_roberta.py", line 64, in forward
return super().forward(
"/home/covid_nlu/.local/lib/python3.8/site-packages/transformers/modeling_bert.py", line 175, in forward
token_type_embeddings = self.token_type_embeddings(token_type_ids)
"/home/covid_nlu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 550, in __call__
result = self.forward(*input, **kwargs)
"/home/covid_nlu/.local/lib/python3.8/site-packages/torch/nn/modules/sparse.py", line 112, in forward
return F.embedding(
"/home/covid_nlu/.local/lib/python3.8/site-packages/torch/nn/functional.py", line 1724, in embedding
return torch.embedding(weight, input, padding_idx, scale_grad_by_freq, sparse)
IndexError: index out of range in self
| 0.707627 |
Traceback (most recent call last):
"/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 2358, in <module>
globals = debugger.run(setup['file'], None, None, is_module)
"/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1778, in run
pydev_imports.execfile(file, globals, locals)
# execute the script
"/Users/swzs/sozi_pro/payment/server.py", line 11, in <module>
from web import views_v1, pay_api
"/Users/swzs/sozi_pro/payment/web/pay_api/__init__.py", line 4, in <module>
from . import wechat, wx_demo
"/Users/swzs/sozi_pro/payment/web/pay_api/wechat.py", line 9, in <module>
from wechatpy.utils import check_signature
"/Library/Python/2.7/site-packages/wechatpy/__init__.py", line 10, in <module>
from wechatpy.parser import parse_message
# NOQA
"/Library/Python/2.7/site-packages/wechatpy/parser.py", line 11, in <module>
import xmltodict
ImportError: No module named xmltodict
| Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/.mount_syncthbIPSiF/usr/lib/python2.7/site-packages/gi/importer.py", line 140, in load_module
raise ImportError(e)
ImportError: Typelib file for namespace 'Atk', version '1.0' not found
| 0.705986 |
Traceback (most recent call last):
"setup.py", line 6, in <module>
Kivy import
ImportError: No module named kivy
|
Traceback (most recent call last):
"<string>", line 20, in <module>
"C:\Users\XXX\AppData\Local\Temp\pip-build-m3s6zj_3\gmaps\setup.py", line 7, in <module>
import gmaps
"C:\Users\XXX\AppData\Local\Temp\pip-build-m3s6zj_3\gmaps\gmaps__init__.py", line 2, in <module>
from loader import init
ImportError: No module named 'loader' | 0.826622 |
"2019-06-28 18:24:36,877 - status_tracer_decorator.py[line:74] - INFO: Traceback (most recent call last):
"/home/FATE/workflow/status_tracer_decorator.py", line 69, in wrapper
res = func(self, *args, **kwargs)
"/home/FATE/workflow/workflow.py", line 690, in run
self.workflow_param.train_input_namespace)
"/home/FATE/workflow/workflow.py", line 611, in gen_data_instance
mode=mode)
"/home/FATE/federatedml/util/data_io.py", line 104, in read_data
data_instance = self.fit(input_data_features, input_data_labels, table_name, namespace)
"/home/FATE/federatedml/util/data_io.py", line 113, in fit
input_data_features = self.fill_missing_value(input_data_features, "fit")
"/home/FATE/federatedml/util/data_io.py", line 136, in fill_missing_value
replace_value=self.default_value)
"/home/FATE/federatedml/feature/imputer.py", line 320, in fit
process_data, replace_value = self.__replace(data, replace_method, replace_value, output_format)
"/home/FATE/federatedml/feature/imputer.py", line 277, in __replace
replace_value = [replace_value for _ in range(shape)]
TypeError: 'NoneType' object cannot be interpreted as an integer
| Traceback (most recent call last):
"/home/frappe/benches/bench-2017-04-12/apps/frappe/frappe/desk/form/save.py", line 22, in savedocs
doc.save()
"/home/frappe/benches/bench-2017-04-12/apps/frappe/frappe/model/document.py", line 231, in save
return self._save(*args, **kwargs)
"/home/frappe/benches/bench-2017-04-12/apps/frappe/frappe/model/document.py", line 254, in _save
self.insert()
"/home/frappe/benches/bench-2017-04-12/apps/frappe/frappe/model/document.py", line 193, in insert
self.run_before_save_methods()
"/home/frappe/benches/bench-2017-04-12/apps/frappe/frappe/model/document.py", line 772, in run_before_save_methods
self.run_method("validate")
"/home/frappe/benches/bench-2017-04-12/apps/frappe/frappe/model/document.py", line 667, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
"/home/frappe/benches/bench-2017-04-12/apps/frappe/frappe/model/document.py", line 892, in composer
return composed(self, method, *args, **kwargs)
"/home/frappe/benches/bench-2017-04-12/apps/frappe/frappe/model/document.py", line 875, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
"/home/frappe/benches/bench-2017-04-12/apps/frappe/frappe/model/document.py", line 661, in
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
"/home/frappe/benches/bench-2017-04-12/apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py", line 19, in validate
self.validate_date()
"/home/frappe/benches/bench-2017-04-12/apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py", line 36, in validate_date
if employee.from_date and getdate(employee.from_date) < joining_date:
TypeError: can't compare datetime.date to NoneType
| 0.703686 |
DEBUG Traceback (most recent call last):
"/root/.local/share/virtualenvs/CrackMapExec-NGU82JU9/local/lib/python2.7/site-packages/crackmapexec-4.0.1.dev0-py2.7.egg/cme/protocols/smb.py", line 391, in execute
exec_method = WMIEXEC(self.host, self.smb_share_name, self.username, self.password, self.domain, self.conn, self.hash, self.args.share)
"/root/.local/share/virtualenvs/CrackMapExec-NGU82JU9/local/lib/python2.7/site-packages/crackmapexec-4.0.1.dev0-py2.7.egg/cme/protocols/smb/wmiexec.py", line 40, in __init__
iInterface = self.__dcom.CoCreateInstanceEx(wmi.CLSID_WbemLevel1Login,wmi.IID_IWbemLevel1Login)
"/root/.local/share/virtualenvs/CrackMapExec-NGU82JU9/local/lib/python2.7/site-packages/crackmapexec-4.0.1.dev0-py2.7.egg/cme/thirdparty/impacket/impacket/dcerpc/v5/dcomrt.py", line 1056, in CoCreateInstanceEx
iInterface = scm.RemoteCreateInstance(clsid, iid)
"/root/.local/share/virtualenvs/CrackMapExec-NGU82JU9/local/lib/python2.7/site-packages/crackmapexec-4.0.1.dev0-py2.7.egg/cme/thirdparty/impacket/impacket/dcerpc/v5/dcomrt.py", line 1876, in RemoteCreateInstance
if strBindings[0] == '\x00' and strBindings[1] == '\x00':
IndexError: string index out of range
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/tmp/pip-build-smm1rgql/mysqlclient/setup.py", line 17, in <module>
metadata, options = get_config()
"/private/tmp/pip-build-smm1rgql/mysqlclient/setup_posix.py", line 54, in get_config
libraries = [dequote(i[2:]) for i in libs if i.startswith('-l')]
"/private/tmp/pip-build-smm1rgql/mysqlclient/setup_posix.py", line 54, in <listcomp>
libraries = [dequote(i[2:]) for i in libs if i.startswith('-l')]
"/private/tmp/pip-build-smm1rgql/mysqlclient/setup_posix.py", line 12, in dequote
if s[0] in "\"'" and s[0] == s[-1]:
IndexError: string index out of range
| 0.715526 |
Traceback (most recent call last):
"/opt/hassio/venv/lib/python3.7/site-packages/homeassistant/setup.py", line 172, in _async_setup_component
hass, processed_config
"/opt/hassio/venv/lib/python3.7/site-packages/homeassistant/components/config/__init__.py", line 34, in async_setup
hass.components.frontend.async_register_built_in_panel(
"/opt/hassio/venv/lib/python3.7/site-packages/homeassistant/loader.py", line 421, in __getattr__
component: Optional[ModuleType] = integration.get_component()
"/opt/hassio/venv/lib/python3.7/site-packages/homeassistant/loader.py", line 223, in get_component
cache[self.domain] = importlib.import_module(self.pkg_path)
"/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1006, in _gcd_import
"<frozen importlib._bootstrap>", line 983, in _find_and_load
"<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 677, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 728, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/opt/hassio/venv/lib/python3.7/site-packages/homeassistant/components/frontend/__init__.py", line 10, in <module>
import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'
| Traceback (most recent call last):
"setup.py", line 67, in <module>
keywords="image instance segmentation object detection mask rcnn r-cnn tensorflow keras",
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/__init__.py", line 129, in setup
"/usr/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/install.py", line 67, in run
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/install.py", line 117, in do_egg_install
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/easy_install.py", line 437, in run
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/easy_install.py", line 679, in easy_install
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/easy_install.py", line 726, in install_item
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/easy_install.py", line 771, in process_distribution
"/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 774, in resolve
"/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 1057, in best_match
"/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 1069, in obtain
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/easy_install.py", line 698, in easy_install
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/easy_install.py", line 724, in install_item
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/easy_install.py", line 909, in install_eggs
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/easy_install.py", line 1177, in build_and_install
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/easy_install.py", line 1163, in run_setup
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/sandbox.py", line 253, in run_setup
"/usr/lib/python3.6/contextlib.py", line 99, in __exit__
self.gen.throw(type, value, traceback)
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/sandbox.py", line 195, in setup_context
"/usr/lib/python3.6/contextlib.py", line 99, in __exit__
self.gen.throw(type, value, traceback)
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/sandbox.py", line 166, in save_modules
"/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/sandbox.py", line 140, in resume
ModuleNotFoundError: No module named 'commands'
| 0.693514 |
Traceback (most recent call last):
"manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/Users/neeraj/virtualenv/python2/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line
utility.execute()
"/Users/neeraj/virtualenv/python2/lib/python2.7/site-packages/django/core/management/__init__.py", line 312, in execute
django.setup()
"/Users/neeraj/virtualenv/python2/lib/python2.7/site-packages/django/__init__.py", line 18, in setup
apps.populate(settings.INSTALLED_APPS)
"/Users/neeraj/virtualenv/python2/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
app_config = AppConfig.create(entry)
"/Users/neeraj/virtualenv/python2/lib/python2.7/site-packages/django/apps/config.py", line 119, in create
import_module(entry)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named cacherest_framework
| Traceback (most recent call last):
"/usr/local/bin/grr_server", line 7, in <module>
from grr.server.distro_entry import GrrServer
"/usr/local/lib/python2.7/dist-packages/grr/__init__.py", line 25, in <module>
from urllib.request import urlopen
ImportError: No module named request
| 0.723005 |
[autoreload of pandas.core.series 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_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 369, in superreload
module = reload(module)
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/imp.py", line 315, in reload
return importlib.reload(module)
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/importlib/__init__.py", line 166, in reload
_bootstrap._exec(spec, module)
"<frozen importlib._bootstrap>", line 618, in _exec
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/series.py", line 17, in <module>
from pandas.core.arrays import ExtensionArray
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/arrays/__init__.py", line 2, in <module>
from .categorical import Categorical
# noqa
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/arrays/categorical.py", line 33, in <module>
from pandas.core.algorithms import factorize, take_1d, unique1d, take
ImportError: cannot import name 'take'
| Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/sphinx/config.py", line 368, in eval_config_file
execfile_(filename, namespace)
"/usr/lib/python2.7/dist-packages/sphinx/util/pycompat.py", line 150, in execfile_
exec_(code, _globals)
"/usr/lib/python2.7/dist-packages/six.py", line 709, in exec_
exec("""exec _code_ in _globs_, _locs_""")
"<string>", line 1, in <module>
"/build/fiona-1.8.4/docs/conf.py", line 14, in <module>
import fiona
"/build/fiona-1.8.4/.pybuild/cpython2_2.7_fiona/build/fiona/__init__.py", line 83, in <module>
from fiona.collection import BytesCollection, Collection
"/build/fiona-1.8.4/.pybuild/cpython2_2.7_fiona/build/fiona/collection.py", line 9, in <module>
from fiona.ogrext import Iterator, ItemsIterator, KeysIterator
ImportError: /build/fiona-1.8.4/.pybuild/cpython2_2.7_fiona/build/fiona/ogrext.so: undefined symbol: OSRFixup
| 0.674562 |
Traceback (most recent call last):
"/Users/jack/anaconda/lib/python2.7/unittest/loader.py", line 254, in _find_tests
module = self._get_module_from_name(name)
"/Users/jack/anaconda/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name
__import__(name)
"/Users/jack/NetFlix/vmaf/python/test/cross_validation_test.py", line 6, in <module>
from vmaf.core.train_test_model import SklearnRandomForestTrainTestModel, LibsvmNusvrTrainTestModel, \
"/Users/jack/NetFlix/vmaf/python/src/vmaf/core/train_test_model.py", line 5, in <module>
from sklearn.metrics import f1_score
"/Users/jack/anaconda/lib/python2.7/site-packages/sklearn/metrics/__init__.py", line 33, in <module>
from . import cluster
"/Users/jack/anaconda/lib/python2.7/site-packages/sklearn/metrics/cluster/__init__.py", line 23, in <module>
from .bicluster import consensus_score
"/Users/jack/anaconda/lib/python2.7/site-packages/sklearn/metrics/cluster/bicluster/__init__.py", line 1, in <module>
from .bicluster_metrics import consensus_score
"/Users/jack/anaconda/lib/python2.7/site-packages/sklearn/metrics/cluster/bicluster/bicluster_metrics.py", line 6, in <module>
from sklearn.utils.validation import check_arrays
ImportError: cannot import name check_arrays
| Traceback (most recent call last):
"./mp", line 13, in <module>
from mailpile.app import Main
"/Mailpile/mailpile/app.py", line 9, in <module>
from mailpile.commands import COMMANDS, Command, Action
"/Mailpile/mailpile/commands.py", line 15, in <module>
from mailpile.eventlog import Event
"/Mailpile/mailpile/eventlog.py", line 9, in <module>
from mailpile.crypto.streamer import EncryptingStreamer, DecryptingStreamer
"/Mailpile/mailpile/crypto/streamer.py", line 50, in <module>
from mailpile.crypto.aes_utils import getrandbits
"/Mailpile/mailpile/crypto/aes_utils.py", line 105, in <module>
raise ImportError("Please pip install cryptography (or pycrypto)")
ImportError: Please pip install cryptography (or pycrypto)
| 0.722226 |
Traceback (most recent call last):
"wifi-pumpkin.py", line 39, in <module>
from core.loaders.checker.networkmanager import CLI_NetworkManager,UI_NetworkManager
"/usr/share/WiFi-Pumpkin/core/loaders/checker/networkmanager.py", line 4, in <module>
from core.main import Initialize
"/usr/share/WiFi-Pumpkin/core/main.py", line 32, in <module>
from core.widgets.tabmodels import (
"/usr/share/WiFi-Pumpkin/core/widgets/tabmodels.py", line 7, in <module>
from core.utility.threads import ThreadPopen
"/usr/share/WiFi-Pumpkin/core/utility/threads.py", line 19, in <module>
from core.servers.proxy.http.controller.handler import MasterHandler
"/usr/share/WiFi-Pumpkin/core/servers/proxy/http/controller/handler.py", line 1, in <module>
from plugins.extension import *
"/usr/share/WiFi-Pumpkin/plugins/extension/stickycookie.py", line 1, in <module>
from mitmproxy.models import decoded
"/usr/local/lib/python2.7/dist-packages/mitmproxy/__init__.py", line 3, in <module>
from . import script
# noqa
"/usr/local/lib/python2.7/dist-packages/mitmproxy/script/__init__.py", line 1, in <module>
from .concurrent import concurrent
"/usr/local/lib/python2.7/dist-packages/mitmproxy/script/concurrent.py", line 6, in <module>
from mitmproxy import eventsequence
"/usr/local/lib/python2.7/dist-packages/mitmproxy/eventsequence.py", line 1, in <module>
from mitmproxy import controller
"/usr/local/lib/python2.7/dist-packages/mitmproxy/controller.py", line 1, in <module>
import queue
ImportError: No module named queue
| Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/motioneye/meyectl.py", line 280, in <module>
"/usr/lib/python2.7/site-packages/motioneye/meyectl.py", line 268, in main
"/usr/lib/python2.7/site-packages/motioneye/webhook.py", line 35, in main
"/usr/lib/python2.7/site-packages/motioneye/utils.py", line 34, in <module>
"home/ccrisan/motioneyeos/output/raspberrypi2/target/usr/lib/python2.7/site-packages/tornado/httpclient.py", line 47, in <module>
"home/ccrisan/motioneyeos/output/raspberrypi2/target/usr/lib/python2.7/site-packages/tornado/concurrent.py", line 32, in <module>
"home/ccrisan/motioneyeos/output/raspberrypi2/target/usr/lib/python2.7/site-packages/tornado/log.py", line 37, in <module>
"home/ccrisan/motioneyeos/output/raspberrypi2/target/usr/lib/python2.7/site-packages/tornado/escape.py", line 38, in <module>
ImportError: No module named html.entities
| 0.761846 |
Traceback (most recent call last):
"C:\Users\apbar\Anaconda2\lib\site-packages\spyder\widgets\variableexplorer\collectionseditor.py", line 294, in data
display = to_text_string(value)
"C:\Users\apbar\Anaconda2\lib\site-packages\spyder\py3compat.py", line 123, in to_text_string
return unicode(obj)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 0: ordinal not in range(128)
| Traceback (most recent call last):
"/usr/lib/python2.7/logging/__init__.py", line 861, in emit
msg = self.format(record)
"/usr/lib/python2.7/logging/__init__.py", line 734, in format
return fmt.format(record)
"/usr/lib/python2.7/logging/__init__.py", line 476, in format
raise e
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd7 in position 3: ordinal not in range(128)
| 0.701418 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-wsfr8z04/cryptography/setup.py", line 14, in <module>
from setuptools_rust import RustExtension
ModuleNotFoundError: No module named 'setuptools_rust'
| Traceback (most recent call last):
"zeus.py", line 10, in <module>
from var import blackwidow
"/opt/Zeus-Scanner/var/blackwidow/__init__.py", line 6, in <module>
import lib.core.common
"/opt/Zeus-Scanner/lib/core/common.py", line 19, in <module>
import lib.core.settings
"/opt/Zeus-Scanner/lib/core/settings.py", line 21, in <module>
import psutil
ModuleNotFoundError: No module named 'psutil'
| 0.797623 |
Traceback (most recent call last):
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/awslogs/bin.py", line 175, in main
logs = AWSLogs(**vars(options))
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/awslogs/core.py", line 89, in __init__
self.client = boto3_client(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/awslogs/core.py", line 44, in boto3_client
return session.client(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/boto3/session.py", line 258, in client
return self._session.create_client(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/session.py", line 831, in create_client
client = client_creator.create_client(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/client.py", line 83, in create_client
client_args = self._get_client_args(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/client.py", line 285, in _get_client_args
return args_creator.get_client_args(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/args.py", line 71, in get_client_args
final_args = self.compute_client_args(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/args.py", line 147, in compute_client_args
endpoint_config = self._compute_endpoint_config(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/args.py", line 218, in _compute_endpoint_config
return self._resolve_endpoint(**resolve_endpoint_kwargs)
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/args.py", line 300, in _resolve_endpoint
return endpoint_bridge.resolve(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/client.py", line 360, in resolve
resolved = self.endpoint_resolver.construct_endpoint(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/regions.py", line 133, in construct_endpoint
result = self._endpoint_for_partition(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/regions.py", line 148, in _endpoint_for_partition
raise NoRegionError()
botocore.exceptions.NoRegionError: You must specify a region.
| Traceback (most recent call last):
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/awslogs/bin.py", line 175, in main
logs = AWSLogs(**vars(options))
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/awslogs/core.py", line 89, in __init__
self.client = boto3_client(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/awslogs/core.py", line 44, in boto3_client
return session.client(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/boto3/session.py", line 258, in client
return self._session.create_client(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/session.py", line 831, in create_client
client = client_creator.create_client(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/client.py", line 83, in create_client
client_args = self._get_client_args(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/client.py", line 285, in _get_client_args
return args_creator.get_client_args(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/args.py", line 71, in get_client_args
final_args = self.compute_client_args(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/args.py", line 147, in compute_client_args
endpoint_config = self._compute_endpoint_config(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/args.py", line 218, in _compute_endpoint_config
return self._resolve_endpoint(**resolve_endpoint_kwargs)
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/args.py", line 300, in _resolve_endpoint
return endpoint_bridge.resolve(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/client.py", line 360, in resolve
resolved = self.endpoint_resolver.construct_endpoint(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/regions.py", line 133, in construct_endpoint
result = self._endpoint_for_partition(
"/usr/local/Cellar/awslogs/0.14.0_1/libexec/lib/python3.9/site-packages/botocore/regions.py", line 148, in _endpoint_for_partition
raise NoRegionError()
botocore.exceptions.NoRegionError: You must specify a region. | 1 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/****/raven/base.py", line 792, in captureMessage
return self.capture('raven.events.Message', message=message, **kwargs)
"/****/raven/contrib/awslambda/__init__.py", line 67, in capture
user_info = self._get_user_interface(event)
"/****/raven/contrib/awslambda/__init__.py", line 128, in _get_user_interface
if event.get('requestContext'):
AttributeError: 'NoneType' object has no attribute 'get'
| Traceback (most recent call last):
"C:\Users\Chiel.tenBrinke\.vim\bundle\YouCompleteMe\third_party\ycmd\third_party\bottle\bottle.py", line 862, in _handle
return route.call(**args)
"C:\Users\Chiel.tenBrinke\.vim\bundle\YouCompleteMe\third_party\ycmd\third_party\bottle\bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
"C:\Users\Chiel.tenBrinke\.vim\bundle\YouCompleteMe\third_party\ycmd\ycmd\..\ycmd\watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
"C:\Users\Chiel.tenBrinke\.vim\bundle\YouCompleteMe\third_party\ycmd\ycmd\..\ycmd\hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
"C:\Users\Chiel.tenBrinke\.vim\bundle\YouCompleteMe\third_party\ycmd\ycmd\..\ycmd\handlers.py", line 70, in EventNotification
event_handler )( request_data )
"C:\Users\Chiel.tenBrinke\.vim\bundle\YouCompleteMe\third_party\ycmd\ycmd\..\ycmd\completers\cs\cs_completer.py", line 214, in On
ReadyToParse
self._diagnostic_store = DiagnosticsToDiagStructure( diagnostics )
"C:\Users\Chiel.tenBrinke\.vim\bundle\YouCompleteMe\third_party\ycmd\ycmd\..\ycmd\completers\cs\cs_completer.py", line 611, in DiagnosticsToDiagStructure
structure[ diagnostic.location_.filename_ ][
AttributeError: 'NoneType' object has no attribute 'filename_'
| 0.701066 |
Traceback (most recent call last):
"run.py", line 36, in <module>
from danmu.bili_danmu_monitor import DanmuPrinter, DanmuRaffleMonitor
"C:\Users\Adminzyc\Desktop\bili2.0-master\danmu\bili_danmu_monitor.py", line 8, in <module>
from danmu.bili_abc import bili_danmu
"C:\Users\Adminzyc\Desktop\bili2.0-master\danmu\bili_abc\bili_danmu.py", line 5, in <module>
from danmu_abc import WsConn, Client
ModuleNotFoundError: No module named 'danmu_abc'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\bachs1x\vs_code_root\python_3_boto3\venv\lib\site-packages\boto3\__init__.py", line 16, in <module>
from boto3.session import Session
"C:\Users\bachs1x\vs_code_root\python_3_boto3\venv\lib\site-packages\boto3\session.py", line 17, in <module>
import botocore.session
"C:\Users\bachs1x\vs_code_root\python_3_boto3\venv\lib\site-packages\botocore\session.py", line 28, in <module>
import botocore.configloader
"C:\Users\bachs1x\vs_code_root\python_3_boto3\venv\lib\site-packages\botocore\configloader.py", line 19, in <module>
from botocore.compat import six
"C:\Users\bachs1x\vs_code_root\python_3_boto3\venv\lib\site-packages\botocore\compat.py", line 149, in <module>
import xml.etree.cElementTree
ModuleNotFoundError: No module named 'xml.etree.cElementTree'
| 0.820413 |
Traceback (most recent call last):
"/opt/conda/bin/conda", line 12, in <module>
from conda.cli import main
"/opt/conda/lib/python3.8/site-packages/conda/__init__.py", line 22, in <module>
"/opt/conda/lib/python3.8/site-packages/conda/common/compat.py", line 14, in <module>
"/opt/conda/lib/python3.8/tempfile.py", line 45, in <module>
"/opt/conda/lib/python3.8/random.py", line 41, in <module>
ImportError: /opt/conda/lib/python3.8/lib-dynload/math.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: Operation not permitted
| Traceback (most recent call last):
"demo.py", line 8, in <module>
from tracker.multitracker import JDETracker
"/home/lyp/project/mot-project/towards-realtime-mot/Towards-Realtime-MOT/tracker/multitracker.py", line 14, in <module>
from tracker import matching
"/home/lyp/project/mot-project/towards-realtime-mot/Towards-Realtime-MOT/tracker/matching.py", line 7, in <module>
from utils.cython_bbox import bbox_ious
ImportError: cannot import name 'bbox_ious'
| 0.791402 |
Traceback (most recent call last):
"demo.py", line 13, in <module>
import datasets.dataset.jde as datasets
"F:\study\FairMOT-master\FairMOT-master\src\lib\datasets\dataset\jde.py", line 16, in <module>
from cython_bbox import bbox_overlaps as bbox_ious
ModuleNotFoundError: No module named 'cython_bbox'
| Traceback (most recent call last):
"/Producers/ConfluentPRoducer.py", line 3, in <module>
from confluent_kafka.avro.serializer.message_serializer import MessageSerializer as AvroSerde
"\FirstKafkaApp\venv\lib\site-packages\confluent_kafka\avro\__init__.py", line 13, in <module>
from confluent_kafka.avro.serializer.message_serializer import MessageSerializer
"\FirstKafkaApp\venv\lib\site-packages\confluent_kafka\avro\serializer\message_serializer.py", line 28, in <module>
import avro
ModuleNotFoundError: No module named 'avro'
| 0.796945 |
Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: No module named 'numpy'
|
Traceback (most recent call last):
"<stdin>", line 4, in <module>
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/solvers/plugins/solvers/GUROBI_RUN.py", line 12, in <module>
import six
ImportError: No module named six
| 0.787378 |
Traceback (most recent call last):
"/Users/rhyscampbell/.ansible/tmp/ansible-tmp-1564586240.586549-237306901235104/AnsiballZ_molecule_vagrant.py", line 114, in <module>
_ansiballz_main()
"/Users/rhyscampbell/.ansible/tmp/ansible-tmp-1564586240.586549-237306901235104/AnsiballZ_molecule_vagrant.py", line 106, in _ansiballz_main
invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)
"/Users/rhyscampbell/.ansible/tmp/ansible-tmp-1564586240.586549-237306901235104/AnsiballZ_molecule_vagrant.py", line 49, in invoke_module
imp.load_module('__main__', mod, module, MOD_DESC)
"/usr/local/Cellar/python/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/imp.py", line 235, in load_module
return load_source(name, filename, file)
"/usr/local/Cellar/python/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/imp.py", line 170, in load_source
module = _exec(spec, sys.modules[name])
"<frozen importlib._bootstrap>", line 618, in _exec
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/var/folders/j2/1gzr80lj0l95hl94p4brqtt40000gn/T/ansible_molecule_vagrant_payload__mp9pv_8/__main__.py", line 30, in <module>
ModuleNotFoundError: No module named 'molecule'
| Traceback (most recent call last):
"setup.py", line 11, in <module>
import setuptools
"/home/nestor/Scrivania/Wikipedia/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools/armeabi-v7a__ndk_target_21/setuptools/setuptools/__init__.py", line 20, in <module>
from setuptools.dist import Distribution, Feature
"/home/nestor/Scrivania/Wikipedia/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools/armeabi-v7a__ndk_target_21/setuptools/setuptools/dist.py", line 36, in <module>
from setuptools import windows_support
"/home/nestor/Scrivania/Wikipedia/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools/armeabi-v7a__ndk_target_21/setuptools/setuptools/windows_support.py", line 2, in <module>
import ctypes
"/home/nestor/Scrivania/Wikipedia/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/ctypes/__init__.py", line 7, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
| 0.685468 |
Traceback (most recent call last):
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\basecommand.py", line 215, in main
status = self.run(options, args)
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\commands\install.py", line 335, in run
wb.build(autobuilding=True)
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\wheel.py", line 749, in build
self.requirement_set.prepare_files(self.finder)
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\req\req_set.py", line 620, in _prepare_file
session=self.session, hashes=hashes)
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\download.py", line 821, in unpack_url
hashes=hashes
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\download.py", line 659, in unpack_http_url
hashes)
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\download.py", line 882, in _download_http_url
_download_url(resp, link, content_file, hashes)
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\download.py", line 585, in _download_url
progress_indicator = DownloadProgressBar(max=total_length).iter
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\utils\ui.py", line 158, in __init__
super(WindowsMixin, self).__init__(*args, **kwargs)
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\utils\ui.py", line 82, in __init__
super(InterruptibleMixin, self).__init__(*args, **kwargs)
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\utils\ui.py", line 118, in __init__
super(DownloadProgressMixin, self).__init__(*args, **kwargs)
"C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\pip\_vendor\progress\helpers.py", line 58, in __init__
if self.file.isatty() and self.hide_cursor:
AttributeError: 'NoneType' object has no attribute 'isatty'
| Traceback (most recent call last):
"/usr/share/manuskript/manuskript/ui/editors/tabSplitter.py", line 118, in restoreOpenIndexes
self.mainEditor.setCurrentModelIndex(idx, newTab=True)
"/usr/share/manuskript/manuskript/ui/editors/mainEditor.py", line 221, in setCurrentModelIndex
editor = editorWidget(self)
"/usr/share/manuskript/manuskript/ui/editors/editorWidget.py", line 48, in __init__
self.setupUi(self)
"/usr/share/manuskript/manuskript/ui/editors/editorWidget_ui.py", line 52, in setupUi
self.corkView = corkView(self.cork)
"/usr/share/manuskript/manuskript/ui/views/corkView.py", line 25, in __init__
self.updateBackground()
"/usr/share/manuskript/manuskript/ui/views/corkView.py", line 39, in updateBackground
url=img.replace("\\", "/")
AttributeError: 'NoneType' object has no attribute 'replace'
| 0.710262 |
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 <module>
import mpd
ImportError: No module named mpd
| Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/enforcer/enforcer.py", line 27, in <module>
from google.cloud.forseti.common.util import file_loader
ImportError: No module named cloud.forseti.common.util
| 0.812855 |
Traceback (most recent call last):
"/usr/lib64/python3.6/unittest/loader.py", line 428, in _find_test_path
module = self._get_module_from_name(name)
"/usr/lib64/python3.6/unittest/loader.py", line 369, in _get_module_from_name
__import__(name)
"/tmp/kitchen/testing/tests/unit/modules/test_libcloud_storage.py", line 20, in <module>
from libcloud.storage.base import Container, BaseDriver, Object
"/usr/local/lib/python3.6/site-packages/libcloud/storage/base.py", line 32, in <module>
from libcloud.common.base import ConnectionUserAndKey, BaseDriver
"/usr/local/lib/python3.6/site-packages/libcloud/common/base.py", line 27, in <module>
import requests
"/usr/lib/python3.6/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
"/usr/lib/python3.6/site-packages/urllib3/__init__.py", line 8, in <module>
from .connectionpool import (
"/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 11, in <module>
from .exceptions import (
"/usr/lib/python3.6/site-packages/urllib3/exceptions.py", line 2, in <module>
from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six'
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-0z9wjfi9/pyroomacoustics/setup.py", line 3, in <module>
import numpy
ModuleNotFoundError: No module named 'numpy'
| 0.771973 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
"/srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
"/srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
"/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
return await handler(request)
"/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/http/ban.py", line 72, in ban_middleware
return await handler(request)
"/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/http/auth.py", line 135, in auth_middleware
return await handler(request)
"/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/http/view.py", line 123, in handle
result = await result
"/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/alexa/smart_home_http.py", line 119, in post
response = await async_handle_message(
"/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/alexa/smart_home.py", line 41, in async_handle_message
response = await funct_ref(hass, config, directive, context)
"/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/alexa/handlers.py", line 353, in async_api_set_percentage
await hass.services.async_call(
"/srv/homeassistant/lib/python3.8/site-packages/homeassistant/core.py", line 1194, in async_call
service = service.lower()
AttributeError: 'NoneType' object has no attribute 'lower'
| Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
"/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
"/usr/local/lib/python2.7/dist-packages/grpc/_channel.py", line 701, in channel_spin
completed_call = event.tag(event)
"/usr/local/lib/python2.7/dist-packages/grpc/_channel.py", line 174, in handle_event
callback()
"/usr/local/lib/python2.7/dist-packages/grpc/_channel.py", line 313, in <lambda>
self._state.callbacks.append(lambda: fn(self))
"/usr/local/lib/python2.7/dist-packages/opencensus/trace/ext/grpc/client_interceptor.py", line 122, in callback
self._tracer.end_span()
"/usr/local/lib/python2.7/dist-packages/opencensus/trace/tracer.py", line 116, in end_span
self.tracer.end_span()
"/usr/local/lib/python2.7/dist-packages/opencensus/trace/tracers/context_tracer.py", line 112, in end_span
self.exporter.export(span_json)
"/usr/local/lib/python2.7/dist-packages/opencensus/trace/exporters/stackdriver_exporter.py", line 145, in export
self.transport.export(trace)
"/usr/local/lib/python2.7/dist-packages/opencensus/trace/exporters/transports/sync.py", line 23, in export
self.exporter.emit(trace)
"/usr/local/lib/python2.7/dist-packages/opencensus/trace/exporters/stackdriver_exporter.py", line 142, in emit
self.client.batch_write_spans(name, stackdriver_spans)
"/usr/local/lib/python2.7/dist-packages/google/cloud/trace/client.py", line 104, in batch_write_spans
timeout=timeout)
"/usr/local/lib/python2.7/dist-packages/google/cloud/trace/_gax.py", line 91, in batch_write_spans
timeout=timeout)
"/usr/local/lib/python2.7/dist-packages/google/cloud/trace_v2/gapic/trace_service_client.py", line 187, in batch_write_spans
self._batch_write_spans(request, retry=retry, timeout=timeout)
"/usr/local/lib/python2.7/dist-packages/google/api_core/gapic_v1/method.py", line 139, in __call__
return wrapped_func(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/google/api_core/grpc_helpers.py", line 54, in error_remapped_callable
return callable_(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/grpc/_interceptor.py", line 141, in __call__
return call_future.result()
"/usr/local/lib/python2.7/dist-packages/grpc/_interceptor.py", line 110, in result
raise self._exception
AttributeError: 'NoopTracer' object has no attribute 'span_context'
| 0.684047 |
Traceback (most recent call last):
"src/interactive_conditional_samples.py", line 7, in <module>
import tensorflow as tf
"/usr/local/lib/python3.5/dist-packages/tensorflow/__init__.py", line 24, in <module>
from tensorflow.python import pywrap_tensorflow
# pylint: disable=unused-import
"/usr/local/lib/python3.5/dist-packages/tensorflow/python/__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
"/usr/local/lib/python3.5/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
| Traceback (most recent call last):
"/data/data/com.termux/files/usr/lib/python3.9/multiprocessing/synchronize.py", line 28, in <module>
from _multiprocessing import SemLock, sem_unlink
ImportError: cannot import name 'SemLock' from '_multiprocessing' (/data/data/com.termux/files/usr/lib/python3.9/lib-dynload/_multiprocessing.cpython-39.so)
| 0.732636 |
Traceback (most recent call last):
"/usr/bin/sqlmap", line 44, in <module>
from lib.core.common import banner
"/usr/share/sqlmap/lib/core/common.py", line 184, in <module>
from lib.utils.sqlalchemy import _sqlalchemy
"/usr/share/sqlmap/lib/utils/sqlalchemy.py", line 27, in <module>
warnings.filterwarnings("error", category=MySQLdb.Warning)
AttributeError: module 'MySQLdb' has no attribute 'Warning' | Traceback (most recent call last):
"test_b.py", line 21, in <module>
handle = r.html.find(sel_handle, first=True).text
AttributeError: 'NoneType' object has no attribute 'text'
| 0.831726 |
Traceback (most recent call last):
"/anaconda/envs/python36/lib/python3.6/site-packages/flask/app.py", line 2446, in wsgi_app
response = self.full_dispatch_request()
"/anaconda/envs/python36/lib/python3.6/site-packages/flask/app.py", line 1951, in full_dispatch_request
rv = self.handle_user_exception(e)
"/anaconda/envs/python36/lib/python3.6/site-packages/flask/app.py", line 1820, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/anaconda/envs/python36/lib/python3.6/site-packages/flask/_compat.py", line 39, in reraise
raise value
"/anaconda/envs/python36/lib/python3.6/site-packages/flask/app.py", line 1949, in full_dispatch_request
rv = self.dispatch_request()
"/anaconda/envs/python36/lib/python3.6/site-packages/flask/app.py", line 1935, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/anaconda/envs/python36/lib/python3.6/site-packages/mlflow/server/handlers.py", line 213, in wrapper
return func(*args, **kwargs)
"/anaconda/envs/python36/lib/python3.6/site-packages/mlflow/server/handlers.py", line 464, in _search_runs
experiment_ids, filter_string, run_view_type, max_results, order_by, page_token
"/anaconda/envs/python36/lib/python3.6/site-packages/mlflow/store/tracking/abstract_store.py", line 235, in search_runs
experiment_ids, filter_string, run_view_type, max_results, order_by, page_token
"/anaconda/envs/python36/lib/python3.6/site-packages/mlflow/store/tracking/file_store.py", line 734, in _search_runs
sorted_runs = SearchUtils.sort(filtered, order_by)
"/anaconda/envs/python36/lib/python3.6/site-packages/mlflow/utils/search_utils.py", line 487, in sort
reverse=not ascending,
TypeError: '<' not supported between instances of 'float' and 'NoneType'
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/lutris/gui/installerwindow.py", line 247, in on_install_clicked
self.interpreter.check_runner_install()
"/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 513, in check_runner_install
self.install_runners()
"/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 520, in install_runners
self.prepare_game_files()
"/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 383, in prepare_game_files
self.swap_gog_game_files()
"/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 327, in swap_gog_game_files
links = get_gog_download_links(self.gogid, self.runner)
"/usr/lib/python3/dist-packages/lutris/services/gog.py", line 317, in get_gog_download_links
download_info = gog_service.get_download_info(downlink)
"/usr/lib/python3/dist-packages/lutris/services/gog.py", line 203, in get_download_info
field_url = response[field]
TypeError: 'NoneType' object is not subscriptable
| 0.675583 |
[!] 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):
"/build/errbot-5.0.1/errbot/backends/slack.py", line 28, in <module>
from slackclient import SlackClient
ImportError: No module named 'slackclient'
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/var/www/lemur/lib/python3.4/site-packages/setuptools/__init__.py", line 12, in <module>
import setuptools.version
"/var/www/lemur/lib/python3.4/site-packages/setuptools/version.py", line 1, in <module>
import pkg_resources
"/var/www/lemur/lib/python3.4/site-packages/pkg_resources/__init__.py", line 70, in <module>
import packaging.version
ImportError: No module named 'packaging'
| 0.834335 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/shawley/Downloads/audio/torchaudio/__init__.py", line 9, in <module>
from ._ext import th_sox
"/Users/shawley/Downloads/audio/torchaudio/_ext/th_sox/__init__.py", line 3, in <module>
from ._th_sox import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named 'torchaudio._ext.th_sox._th_sox'
| `Traceback (most recent call last):
"c:\users\carl-\appdata\local\programs\python\python38-32\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
"c:\users\carl-\appdata\local\programs\python\python38-32\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
"C:\Users\carl-\AppData\Local\Programs\Python\Python38-32\Scripts\video-to-ascii.exe\__main__.py", line 4, in <module>
"c:\users\carl-\appdata\local\programs\python\python38-32\lib\site-packages\video_to_ascii\cli.py", line 3, in <module>
from . import player
"c:\users\carl-\appdata\local\programs\python\python38-32\lib\site-packages\video_to_ascii\player.py", line 4, in <module>
from . import video_engine as ve
"c:\users\carl-\appdata\local\programs\python\python38-32\lib\site-packages\video_to_ascii\video_engine.py", line 3, in <module>
import cv2
ModuleNotFoundError: No module named 'cv2'`
| 0.785061 |
Traceback (most recent call last):
"/data1/home/tracytian/bin/anaconda2/bin/t2t-trainer", line 33, in <module>
tf.app.run()
"/data1/home/tracytian/bin/anaconda2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 126, in run
_sys.exit(main(argv))
"/data1/home/tracytian/bin/anaconda2/bin/t2t-trainer", line 28, in main
t2t_trainer.main(argv)
"/data1/home/tracytian/bin/anaconda2/lib/python2.7/site-packages/tensor2tensor/bin/t2t_trainer.py", line 352, in main
exp = exp_fn(create_run_config(hparams), hparams)
"/data1/home/tracytian/bin/anaconda2/lib/python2.7/site-packages/tensor2tensor/utils/trainer_lib.py", line 583, in experiment_fn
return create_experiment(run_config, hparams, *args, **kwargs)
"/data1/home/tracytian/bin/anaconda2/lib/python2.7/site-packages/tensor2tensor/utils/trainer_lib.py", line 469, in create_experiment
add_problem_hparams(hparams, problem_name)
"/data1/home/tracytian/bin/anaconda2/lib/python2.7/site-packages/tensor2tensor/utils/trainer_lib.py", line 590, in add_problem_hparams
problem = registry.problem(problem_name)
"/data1/home/tracytian/bin/anaconda2/lib/python2.7/site-packages/tensor2tensor/utils/registry.py", line 273, in problem
base_name, was_reversed, was_copy = parse_problem_name(name)
"/data1/home/tracytian/bin/anaconda2/lib/python2.7/site-packages/tensor2tensor/utils/registry.py", line 264, in parse_problem_name
if problem_name.endswith("_rev"):
AttributeError: 'NoneType' object has no attribute 'endswith'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/trobert2/extra/ci/venv/lib/python3.7/site-packages/kubernetes/utils/create_from_yaml.py", line 72, in create_from_yaml
print("{0} created. status='{1}'".format(kind, str(resp.status)))
AttributeError: 'V1NetworkPolicy' object has no attribute 'status'
| 0.678812 |
Traceback (most recent call last):
"/home/daljit97/PycharmProjects/Topology/venv/bin/manim", line 5, in <module>
from manim.__main__ import main
"/home/daljit97/PycharmProjects/Topology/venv/lib64/python3.8/site-packages/manim/__init__.py", line 47, in <module>
from .mobject.svg.text_mobject import *
"/home/daljit97/PycharmProjects/Topology/venv/lib64/python3.8/site-packages/manim/mobject/svg/text_mobject.py", line 13, in <module>
import pangocairocffi
"/home/daljit97/PycharmProjects/Topology/venv/lib64/python3.8/site-packages/pangocairocffi/__init__.py", line 11, in <module>
from ._generated.ffi import ffi
ModuleNotFoundError: No module named 'pangocairocffi._generated.ffi'
| Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/flask/cli.py", line 235, in locate_app
__import__(module_name)
"/Users/raveenbeemsingh/Developer/conduit/flask-realworld-example-app/autoapp.py", line 5, in <module>
from conduit.app import create_app
"/Users/raveenbeemsingh/Developer/conduit/flask-realworld-example-app/conduit/app.py", line 4, in <module>
from conduit.extensions import bcrypt, cache, db, migrate, jwt, cors
"/Users/raveenbeemsingh/Developer/conduit/flask-realworld-example-app/conduit/extensions.py", line 4, in <module>
from flask_bcrypt import Bcrypt
ModuleNotFoundError: No module named 'flask_bcrypt' | 0.740871 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/zaanposni/.local/lib/python3.8/site-packages/emoji/__init__.py", line 18, in <module>
from emoji.core import *
"/home/zaanposni/.local/lib/python3.8/site-packages/emoji/core.py", line 16, in <module>
from emoji import unicode_codes
ImportError: cannot import name 'unicode_codes' from partially initialized module 'emoji' (most likely due to a circular import) (/home/zaanposni/.local/lib/python3.8/site-packages/emoji/__init__.py)
|
Traceback (most recent call last):
"<string>", line 17, in <module>
"/opt/virtual_env/py34_test/build/ciscoconfparse/setup.py", line 14, in <module>
from version_info.version import __version__ as __ccpversion__
"/opt/virtual_env/py34_test/build/ciscoconfparse/version_info/__init__.py", line 1, in <module>
from version import *
ImportError: No module named 'version' | 0.785673 |
`Traceback (most recent call last):
"C:\Users\whamo\AppData\Local\Programs\Python\Python36-32\ptest.py", line 1, in <module>
from escpos.printer import Usb
"C:\Users\whamo\AppData\Local\Programs\Python\Python36-32\lib\site-packages\escpos\printer.py", line 21, in <module>
from .escpos import Escpos
"C:\Users\whamo\AppData\Local\Programs\Python\Python36-32\lib\site-packages\escpos\escpos.py", line 46, in <module>
from .magicencode import MagicEncode
"C:\Users\whamo\AppData\Local\Programs\Python\Python36-32\lib\site-packages\escpos\magicencode.py", line 23, in <module>
from .codepages import CodePages
"C:\Users\whamo\AppData\Local\Programs\Python\Python36-32\lib\site-packages\escpos\codepages.py", line 1, in <module>
from .capabilities import CAPABILITIES
"C:\Users\whamo\AppData\Local\Programs\Python\Python36-32\lib\site-packages\escpos\capabilities.py", line 39, in <module>
with open(capabilities_path) as cp, open(pickle_path, 'wb') as pp:
NotFoundError: [Errno 2] No such file or directory: '/tmp/capabilities.pickle'`
| Traceback (most recent call last):
"/usr/local/bin/wifipumpkin3", line 33, in <module>
sys.exit(load_entry_point('wifipumpkin3==1.0.8', 'console_scripts', 'wifipumpkin3')())
"/usr/local/bin/wifipumpkin3", line 25, in importlib_load_entry_point
return next(matches).load()
"/usr/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
"/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1030, in _gcd_import
"<frozen importlib._bootstrap>", line 1007, in _find_and_load
"<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
"<frozen importlib._bootstrap>", line 1030, in _gcd_import
"<frozen importlib._bootstrap>", line 1007, in _find_and_load
"<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 680, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 790, in exec_module
"<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
"/usr/local/lib/python3.9/dist-packages/wifipumpkin3-1.0.8-py3.9.egg/wifipumpkin3/__init__.py", line 1, in <module>
from wifipumpkin3.core.common.console import PumpkinShell
"/usr/local/lib/python3.9/dist-packages/wifipumpkin3-1.0.8-py3.9.egg/wifipumpkin3/core/common/console.py", line 1, in <module>
from wifipumpkin3.core.common.terminal import ConsoleUI
"/usr/local/lib/python3.9/dist-packages/wifipumpkin3-1.0.8-py3.9.egg/wifipumpkin3/core/common/terminal.py", line 7, in <module>
from wifipumpkin3.core.common.platforms import Linux
"/usr/local/lib/python3.9/dist-packages/wifipumpkin3-1.0.8-py3.9.egg/wifipumpkin3/core/common/platforms.py", line 7, in <module>
from scapy.all import *
"/usr/lib/python3/dist-packages/scapy/all.py", line 16, in <module>
from scapy.arch import *
"/usr/lib/python3/dist-packages/scapy/arch/__init__.py", line 27, in <module>
from scapy.arch.bpf.core import get_if_raw_addr
"/usr/lib/python3/dist-packages/scapy/arch/bpf/core.py", line 30, in <module>
LIBC = cdll.LoadLibrary(find_library("libc"))
"/usr/lib/python3.9/ctypes/util.py", line 341, in find_library
_get_soname(_findLib_gcc(name)) or _get_soname(_findLib_ld(name))
"/usr/lib/python3.9/ctypes/util.py", line 147, in _findLib_gcc
if not _is_elf(file):
"/usr/lib/python3.9/ctypes/util.py", line 99, in _is_elf
with open(filename, 'br') as thefile:
NotFoundError: [Errno 2] No such file or directory: b'liblibc.a'
| 0.728961 |
Traceback (most recent call last):
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 151, in _async_setup_platform
entity_platform.add_entities, discovery_info
"/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self
# This tells Task to wait for completion.
"/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
"/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
"/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/sensor/usps.py", line 54, in setup_platform
config.get(CONF_UPDATE_INTERVAL))])
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/sensor/usps.py", line 69, in __init__
self.update()
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
result = method(*args, **kwargs)
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/sensor/usps.py", line 85, in _update
for package in myusps.get_packages(self._session):
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/myusps/__init__.py", line 99, in wrapped
return function(*args)
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/myusps/__init__.py", line 126, in get_packages
shipped_from = row.xpath(SHIPPED_FROM_XPATH)[1].text or ''
IndexError: list index out of range
| Traceback (most recent call last):
"/home/twofyw/projects/psutil/psutil/tests/test_linux.py", line 1568, in test_emulate_eio_error
self.assertIn("ignoring", str(ws[0].message))
IndexError: list index out of range
| 0.706868 |
Traceback (most recent call last):
"C:\Users\joshi\AppData\Local\Programs\Python\Python39\Lib\site-packages\pipenv\vendor\vistir\contextmanagers.py", line 205, in spinner
yield _spinner
"C:\Users\joshi\AppData\Local\Programs\Python\Python39\Lib\site-packages\pipenv\vendor\vistir\misc.py", line 618, in run
return _create_subprocess(
"C:\Users\joshi\AppData\Local\Programs\Python\Python39\Lib\site-packages\pipenv\vendor\vistir\misc.py", line 542, in _create_subprocess
c.out, c.err = c.communicate()
"C:\Users\joshi\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 1024, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
"C:\Users\joshi\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 1418, in _communicate
stderr = stderr[0]
IndexError: list index out of range
| Traceback (most recent call last):
"export_77/../test_scripts/test_export_asr.py", line 67, in _test_save_and_onnx_model
input_names=input_names, output_names=output_names)
"export_77/.env/export/lib/python3.6/site-packages/torch/onnx/__init__.py", line 230, in export
custom_opsets, enable_onnx_checker, use_external_data_format)
"export_77/.env/export/lib/python3.6/site-packages/torch/onnx/utils.py", line 91, in export
use_external_data_format=use_external_data_format)
"export_77/.env/export/lib/python3.6/site-packages/torch/onnx/utils.py", line 639, in _export
dynamic_axes=dynamic_axes)
"export_77/.env/export/lib/python3.6/site-packages/torch/onnx/utils.py", line 421, in _model_to_graph
dynamic_axes=dynamic_axes, input_names=input_names)
"export_77/.env/export/lib/python3.6/site-packages/torch/onnx/utils.py", line 203, in _optimize_graph
graph = torch._C._jit_pass_onnx(graph, operator_export_type)
"export_77/.env/export/lib/python3.6/site-packages/torch/onnx/__init__.py", line 263, in _run_symbolic_function
return utils._run_symbolic_function(*args, **kwargs)
"export_77/.env/export/lib/python3.6/site-packages/torch/onnx/utils.py", line 934, in _run_symbolic_function
return symbolic_fn(g, *inputs, **attrs)
"export_77/.env/export/lib/python3.6/site-packages/torch/onnx/symbolic_helper.py", line 133, in wrapper
return fn(g, *args, **kwargs)
"export_77/.env/export/lib/python3.6/site-packages/torch/onnx/symbolic_opset9.py", line 441, in transpose
axes[dim0], axes[dim1] = axes[dim1], axes[dim0]
IndexError: list index out of range
| 0.732488 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
NameError: name 'b' is not defined
|
Traceback (most recent call last):
"/home/kevin/anaconda2/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
"<doctest nipype.workflows.fmri.spm.preprocess.create_DARTEL_template[1]>", line 1, in <module>
preproc.inputs.inputspec.structural_files = [os.path.abspath('s1.nii'), os.path.abspath('s3.nii')]
NameError: name 'preproc' is not defined
| 0.824552 |
Traceback (most recent call last):
"/home/sickchill/.local/lib/python3.7/site-packages/tornado/web.py", line 1701, in _execute
result = method(*self.path_args, **self.path_kwargs)
TypeError: get() missing 1 required positional argument: 'path'
| > Traceback (most recent call last):
"/usr/bin/ranger", line 37, in <module>
import ranger
# NOQA pylint: disable=import-self,wrong-import-position
"/usr/lib/python3.9/site-packages/ranger/__init__.py", line 53, in <module>
VERSION = version_helper()
"/usr/lib/python3.9/site-packages/ranger/__init__.py", line 25, in version_helper
git_describe = subprocess.Popen(['git', 'describe'],
"/home/lizhe/anaconda3/lib/python3.8/subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
"/home/lizhe/anaconda3/lib/python3.8/subprocess.py", line 1637, in _execute_child
self.pid = _posixsubprocess.fork_exec(
TypeError: fork_exec() takes exactly 21 arguments (17 given)
| 0.683456 |
Traceback (most recent call last):
"manage.py", line 5, in <module>
from flask_assets import ManageAssets
ImportError: No module named flask_assets
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Python34\lib\site-packages\rasterio\__init__.py", line 25, in <module>
from rasterio._base import gdal_version
ImportError: DLL load failed with error code -1073741795
| 0.731287 |
Traceback (most recent call last):
"C:/Users/Kiki/facenet/src/align/align_dataset_mtcnn.py", line 29, in <module>
from scipy import misc
"C:\Python36\lib\site-packages\scipy\misc\__init__.py", line 53, in <module>
from scipy.interpolate._pade import pade
"C:\Python36\lib\site-packages\scipy\interpolate\__init__.py", line 176, in <module>
from .interpolate import *
"C:\Python36\lib\site-packages\scipy\interpolate\interpolate.py", line 20, in <module>
import scipy.linalg
"C:\Python36\lib\site-packages\scipy\linalg\__init__.py", line 175, in <module>
from .misc import *
"C:\Python36\lib\site-packages\scipy\linalg\misc.py", line 5, in <module>
from .blas import get_blas_funcs
"C:\Python36\lib\site-packages\scipy\linalg\blas.py", line 155, in <module>
from scipy.linalg import _fblas
ImportError: DLL load failed: The specified module could not be found.
| Traceback (most recent call last):
"build.py", line 2, in <module>
import torch
ImportError: No module named torch
| 0.777494 |
Traceback (most recent call last):
"<input>", line 1, in <module>
"C:\<USERHOMEDIR>\AppData\Roaming\Python\Python35\site-packages\ntc_templates\parse.py", line 28, in parse_output
cli_table = clitable.CliTable('index', template_dir)
"C:\<USERHOMEDIR>\AppData\Roaming\Python\Python35\site-packages\clitable.py", line 184, in Wrapper
return func(main_obj, *args, **kwargs)
# pylint: disable=E1102
"C:\<USERHOMEDIR>\AppData\Roaming\Python\Python35\site-packages\clitable.py", line 205, in __init__
self.ReadIndex(index_file)
"C:\<USERHOMEDIR>\AppData\Roaming\Python\Python35\site-packages\clitable.py", line 220, in ReadIndex
self.index = IndexTable(self._PreParse, self._PreCompile, fullpath)
"C:\<USERHOMEDIR>\AppData\Roaming\Python\Python35\site-packages\clitable.py", line 73, in __init__
self._index_handle = open(self._index_file, 'r')
NotFoundError: [Errno 2] No such file or directory: 'C:\\<USERHOMEDIR>\\AppData\\Roaming\\Python\\Python35\\site-packages\\ntc_templates\\templates\\index'
| Traceback (most recent call last):
"b:/CI Lab/sample.py", line 10, in <module>
DotExporter(udo).to_picture("udo.png")
"C:\Users\bhara\Anaconda3\envs\Learn Python\lib\site-packages\anytree\exporter\dotexporter.py", line 229, in to_picture
check_call(cmd)
"C:\Users\bhara\Anaconda3\envs\Learn Python\lib\subprocess.py", line 336, in check_call
retcode = call(*popenargs, **kwargs)
"C:\Users\bhara\Anaconda3\envs\Learn Python\lib\subprocess.py", line 317, in call
with Popen(*popenargs, **kwargs) as p:
"C:\Users\bhara\Anaconda3\envs\Learn Python\lib\subprocess.py", line 769, in __init__
restore_signals, start_new_session)
"C:\Users\bhara\Anaconda3\envs\Learn Python\lib\subprocess.py", line 1172, in _execute_child
startupinfo)
NotFoundError: [WinError 2] The system cannot find the file specified
| 0.673144 |
[WARNING] [2019-04-23 17:03:09,401:EnsembleBuilder(1):digits] Error loading /tmp/autosklearn_parallel_example_tmp/.auto-sklearn/predictions_ensemble/predictions_ensemble_3_15.npy: Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/autosklearn/ensemble_builder.py", line 316, in read_ensemble_preds
y_ensemble = self._read_np_fn(fp=fp)
"/usr/local/lib/python3.6/dist-packages/autosklearn/ensemble_builder.py", line 641, in _read_np_fn
predictions = np.load(fp).astype(dtype=np.float32)
"/usr/local/lib/python3.6/dist-packages/numpy/lib/npyio.py", line 451, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False
| Traceback (most recent call last):
"/mnt/c/Users/kiomer/musegan/scripts/../src/process_data.py", line 76, in <module>
main()
"/mnt/c/Users/kiomer/musegan/scripts/../src/process_data.py", line 63, in main
with np.load(filepath) as loaded:
"/home/kiomer/.local/lib/python3.8/site-packages/numpy/lib/npyio.py", line 444, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False
| 0.791071 |
Traceback (most recent call last):
"cocogan_train.py", line 6, in <module>
from tools import *
"/home/paperspace/Downloads/UNIT/src/tools/__init__.py", line 6, in <module>
from net_config import *
ModuleNotFoundError: No module named 'net_config'
| Traceback (most recent call last):
"striker.py", line 10, in <module>
import requests.exceptions
ModuleNotFoundError: No module named 'requests'
| 0.828398 |
Traceback (most recent call last):
"setup.py", line 11, in <module>
from Cython.Build import cythonize
ImportError: No module named Cython.Build
| Traceback (most recent call last):
"main.py", line 11, in <module>
from tensorlayer.models.seq2seq import Seq2seq
ImportError: No module named 'tensorlayer.models.seq2seq'
| 0.831857 |
Traceback (most recent call last):
"xsstrike.py", line 5, in <module>
from core.colors import end, red, white, green, yellow, run, bad, good, info, que
ImportError: No module named colors
| Traceback (most recent call last):
"C:\python\lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 14, in run
"C:\python\lib\site-packages\cx_Freeze\initscripts\Console.py", line 26, in run
"meson.py", line 29, in <module>
"mesonbuild\mesonmain.py", line 379, in main
"mesonbuild\mesonmain.py", line 283, in run
"mesonbuild\minstall.py", line 23, in <module>
ImportError: cannot import name '__file__'
| 0.783345 |
Traceback (most recent call last):
"/home/kaleb/miniconda3/bin/cocotb-config", line 5, in <module>
from cocotb.config import main
"/home/kaleb/miniconda3/lib/python3.7/site-packages/cocotb/__init__.py", line 42, in <module>
import cocotb.handle
"/home/kaleb/miniconda3/lib/python3.7/site-packages/cocotb/handle.py", line 36, in <module>
from cocotb import simulator
ImportError: dynamic module does not define module export function (PyInit_simulator)
| Traceback (most recent call last):
"manage.py", line 15, in <module>
execute_from_command_line(sys.argv)
"/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
utility.execute()
"/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/usr/local/lib/python3.7/site-packages/django/core/management/commands/test.py", line 26, in run_from_argv
super().run_from_argv(argv)
"/usr/local/lib/python3.7/site-packages/django/core/management/base.py", line 316, in run_from_argv
self.execute(*args, **cmd_options)
"/usr/local/lib/python3.7/site-packages/django/core/management/base.py", line 353, in execute
output = self.handle(*args, **options)
"/usr/local/lib/python3.7/site-packages/django/core/management/commands/test.py", line 56, in handle
failures = test_runner.run_tests(test_labels)
"/usr/local/lib/python3.7/site-packages/django/test/runner.py", line 605, in run_tests
self.run_checks()
"/usr/local/lib/python3.7/site-packages/django/test/runner.py", line 567, in run_checks
call_command('check', verbosity=self.verbosity)
"/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 148, in call_command
return command.execute(*args, **defaults)
"/usr/local/lib/python3.7/site-packages/django/core/management/base.py", line 353, in execute
output = self.handle(*args, **options)
"/usr/local/lib/python3.7/site-packages/django/core/management/commands/check.py", line 65, in handle
fail_level=getattr(checks, options['fail_level']),
"/usr/local/lib/python3.7/site-packages/django/core/management/base.py", line 379, in check
include_deployment_checks=include_deployment_checks,
"/usr/local/lib/python3.7/site-packages/django/core/management/base.py", line 366, in _run_checks
return checks.run_checks(**kwargs)
"/usr/local/lib/python3.7/site-packages/django/core/checks/registry.py", line 71, in run_checks
new_errors = check(app_configs=app_configs)
"/usr/local/lib/python3.7/site-packages/django/core/checks/urls.py", line 40, in check_url_namespaces_unique
all_namespaces = _load_all_namespaces(resolver)
"/usr/local/lib/python3.7/site-packages/django/core/checks/urls.py", line 57, in _load_all_namespaces
url_patterns = getattr(resolver, 'url_patterns', [])
"/usr/local/lib/python3.7/site-packages/django/utils/functional.py", line 37, in __get__
res = instance.__dict__[self.name] = self.func(instance)
"/usr/local/lib/python3.7/site-packages/django/urls/resolvers.py", line 533, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
"/usr/local/lib/python3.7/site-packages/django/utils/functional.py", line 37, in __get__
res = instance.__dict__[self.name] = self.func(instance)
"/usr/local/lib/python3.7/site-packages/django/urls/resolvers.py", line 526, in urlconf_module
return import_module(self.urlconf_name)
"/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1006, in _gcd_import
"<frozen importlib._bootstrap>", line 983, in _find_and_load
"<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 677, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 728, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/builds/www/steambird/steambird/urls.py", line 31, in <module>
path('translations/', include('rosetta.urls'))
"/usr/local/lib/python3.7/site-packages/django/urls/conf.py", line 34, in include
urlconf_module = import_module(urlconf_module)
"/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1006, in _gcd_import
"<frozen importlib._bootstrap>", line 983, in _find_and_load
"<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 677, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 728, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/usr/local/lib/python3.7/site-packages/rosetta/urls.py", line 5, in <module>
from . import views
"/usr/local/lib/python3.7/site-packages/rosetta/views.py", line 32, in <module>
from . import get_version as get_rosetta_version
ImportError: cannot import name 'get_version' from 'rosetta' (/usr/local/lib/python3.7/site-packages/rosetta/__init__.py)
| 0.682657 |
Traceback (most recent call last):
"sherlock.py", line 22, in <module>
from colorama import Fore, Style, init
ModuleNotFoundError: No module named 'colorama
| [8648] mod is NULL - pyimod02_archiveTraceback (most recent call last):
"C:\Home\local\msys64\mingw64\lib\python3.7\site-packages\pyinstaller-3.4-py3.7.egg\PyInstaller\loader\pyimod02_archive.py", line 28, in <module>
import struct
ModuleNotFoundError: No module named 'struct'
| 0.77088 |
Traceback (most recent call last):
"C:\Anaconda3-4.2.0\Scripts\conda-script.py", line 5, in <module>
sys.exit(conda.cli.main())
"C:\Anaconda3-4.2.0\lib\site-packages\conda\cli\main.py", line 152, in main
return conda_exception_handler(_main)
"C:\Anaconda3-4.2.0\lib\site-packages\conda\exceptions.py", line 497, in conda_exception_handler
print_unexpected_error_message(e)
"C:\Anaconda3-4.2.0\lib\site-packages\conda\exceptions.py", line 443, in print_unexpected_error_message
info_stdout, info_stderr = get_info()
"C:\Anaconda3-4.2.0\lib\site-packages\conda\exceptions.py", line 402, in get_info
from conda.cli import conda_argparse
"C:\Anaconda3-4.2.0\lib\site-packages\conda\cli\conda_argparse.py", line 15, in <module>
from .common import add_parser_help
"C:\Anaconda3-4.2.0\lib\site-packages\conda\cli\common.py", line 16, in <module>
from ..resolve import MatchSpec
"C:\Anaconda3-4.2.0\lib\site-packages\conda\resolve.py", line 14, in <module>
from .logic import minimal_unsatisfiable_subset, Clauses
"C:\Anaconda3-4.2.0\lib\site-packages\conda\logic.py", line 31, in <module>
import pycosat
ImportError: Module use of python35.dll conflicts with this version of Python.
| 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 import context_rcnn_meta_arch
"C:\Users\Dhira\anaconda3\envs\tensorflow1\lib\site-packages\slim-0.1-py3.5.egg\object_detection\meta_architectures\context_rcnn_meta_arch.py", line 35, in <module>
from object_detection.protos import faster_rcnn_pb2
"C:\Users\Dhira\anaconda3\envs\tensorflow1\lib\site-packages\slim-0.1-py3.5.egg\object_detection\protos\faster_rcnn_pb2.py", line 22, in <module>
from object_detection.protos import fpn_pb2 as object__detection_dot_protos_dot_fpn__pb2
ImportError: cannot import name 'fpn_pb2'
| 0.763383 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
module = importlib.import_module(path)
"/srv/homeassistant/lib/python3.5/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 986, in _gcd_import
"<frozen importlib._bootstrap>", line 969, in _find_and_load
"<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 673, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 673, in exec_module
"<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/history.py", line 20, in <module>
from homeassistant.components.http import HomeAssistantView
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
from .auth import auth_middleware
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/auth.py", line 8, in <module>
from aiohttp.web import middleware
ImportError: cannot import name 'middleware'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/data/data/com.termux/files/usr/lib/python3.8/site-packages/asyncpg/__init__.py", line 8, in <module>
from .connection import connect, Connection
# NOQA
"/data/data/com.termux/files/usr/lib/python3.8/site-packages/asyncpg/connection.py", line 19, in <module>
from . import connect_utils
"/data/data/com.termux/files/usr/lib/python3.8/site-packages/asyncpg/connect_utils.py", line 27, in <module>
from . import protocol
"/data/data/com.termux/files/usr/lib/python3.8/site-packages/asyncpg/protocol/__init__.py", line 8, in <module>
from .protocol import Protocol, Record, NO_TIMEOUT
# NOQA
"asyncpg/protocol/protocol.pyx", line 1, in init asyncpg.protocol.protocol
ImportError: dlopen failed: cannot locate symbol "uuid_to_hex" referenced by "/data/data/com.termux/files/usr/lib/python3.8/site-packages/asyncpg/pgproto/pgproto.cpython-38.so"...
| 0.683102 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Program
s (x86)\Python37-32\lib\site-packages\PySimpleGUI\__init__.py", line 2, in <module>
from .PySimpleGUI import *
"C:\Program
s (x86)\Python37-32\lib\site-packages\PySimpleGUI\PySimpleGUI.py", line 20, in <module>
import pickle
ImportError: bad magic number in 'pickle': b'\x03\xf3\r\n'
| Traceback (most recent call last):
"/home/razor/.local/bin/xdot", line 11, in <module>
load_entry_point('xdot==0.7', 'gui_scripts', 'xdot')()
"/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 561, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 2627, in load_entry_point
return ep.load()
"/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 2287, in load
return self.resolve()
"/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 2293, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/home/razor/.local/lib64/python3.4/site-packages/xdot.py", line 33, in <module>
from gi.repository import GLib
ImportError: No module named 'gi'
| 0.682438 |
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 297, in test_three_kwargs
assert self.factory.get(year=2016, month=7, day=14) == datetime(
AttributeError: 'TestGet' object has no attribute 'factory'
| Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = self.process.process
AttributeError: 'NoneType' object has no attribute 'process'
| 0.677652 |
`Traceback (most recent call last):
"/Users/jasonwalsh/workspace/github.com/hopdrops/hopdrops/.eggs/moto-1.3.8-py3.6.egg/moto/awslambda/models.py", line 307, in _invoke_lambda
with _DockerDataVolumeContext(self) as data_vol:
"/Users/jasonwalsh/workspace/github.com/hopdrops/hopdrops/.eggs/moto-1.3.8-py3.6.egg/moto/awslambda/models.py", line 113, in __enter__
container = self._lambda_func.docker_client.containers.run('alpine', 'sleep 100', volumes=volumes, detach=True)
"/Users/jasonwalsh/workspace/github.com/hopdrops/hopdrops/.eggs/docker-4.0.2-py3.6.egg/docker/models/containers.py", line 803, in run
detach=detach, **kwargs)
"/Users/jasonwalsh/workspace/github.com/hopdrops/hopdrops/.eggs/docker-4.0.2-py3.6.egg/docker/models/containers.py", line 860, in create
create_kwargs = _create_container_args(kwargs)
"/Users/jasonwalsh/workspace/github.com/hopdrops/hopdrops/.eggs/docker-4.0.2-py3.6.egg/docker/models/containers.py", line 1087, in _create_container_args
v.get('bind') for v in volumes.values()
"/Users/jasonwalsh/workspace/github.com/hopdrops/hopdrops/.eggs/docker-4.0.2-py3.6.egg/docker/models/containers.py", line 1087, in <listcomp>
v.get('bind') for v in volumes.values()
AttributeError: 'str' object has no attribute 'get'`
| Traceback (most recent call last):
"../examples/extract_features.py", line 144, in <module>
app.run(main=main, argv=[sys.argv[0]] + unparsed)
"/home/ss/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 40, in run
_run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)
"/home/ss/anaconda3/envs/tf/lib/python3.6/site-packages/absl/app.py", line 299, in run
_run_main(main, args)
"/home/ss/anaconda3/envs/tf/lib/python3.6/site-packages/absl/app.py", line 250, in _run_main
sys.exit(main(argv))
"../examples/extract_features.py", line 81, in main
extractor_fn = extractor.MakeExtractor(config)
"/home/ss/ai-competition/models/research/delf/delf/python/examples/extractor.py", line 132, in MakeExtractor
model = model.prune(feeds=feeds, fetches=fetches)
AttributeError: '_UserObject' object has no attribute 'prune'`
| 0.689342 |
Traceback (most recent call last):
"/dockerdata/anaconda3/lib/python3.7/site-packages/horovod/torch/__init__.py", line 21, in <module>
__file__, 'mpi_lib_v2')
"/dockerdata/anaconda3/lib/python3.7/site-packages/horovod/common/util.py", line 56, in check_extension
ext_name, full_path, ext_env_var
ImportError: Extension horovod.torch has not been built: /dockerdata/anaconda3/lib/python3.7/site-packages/horovod/torch/mpi_lib_v2.cpython-37m-x86_64-linux-gnu.so not found
| Traceback (most recent call last):
"/usr/local/Cellar/numpy/1.14.3_1/libexec/nose/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
"/usr/local/Cellar/numpy/1.14.3_1/libexec/nose/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
"/usr/local/Cellar/numpy/1.14.3_1/libexec/nose/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
"/Users/anonymous/Desktop/pynder/pynder/__init__.py", line 1, in <module>
from pynder.session import Session
# NOQA
"/Users/anonymous/Desktop/pynder/pynder/session.py", line 2, in <module>
from cached_property import cached_property
ImportError: No module named cached_property
| 0.701356 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/uvicorn/subprocess.py", line 61, in subprocess_started
target(sockets=sockets)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/uvicorn/main.py", line 382, in run
loop.run_until_complete(self.serve(sockets=sockets))
"uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/uvicorn/main.py", line 389, in serve
config.load()
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/uvicorn/config.py", line 288, in load
self.loaded_app = import_from_string(self.app)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/uvicorn/importer.py", line 23, in import_from_string
raise exc from None
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/uvicorn/importer.py", line 20, in import_from_string
module = importlib.import_module(module_str)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1014, in _gcd_import
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 783, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"./app/main.py", line 21, in <module>
from ariadne.asgi import GraphQL
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/ariadne/__init__.py", line 1, in <module>
from .enums import EnumType
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/ariadne/enums.py", line 5, in <module>
from graphql.type import GraphQLEnumType, GraphQLNamedType, GraphQLSchema
ImportError: cannot import name 'GraphQLNamedType' from 'graphql.type' (/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/graphql/type/__init__.py)
| Traceback (most recent call last):
"..//baselines/baselines/her/experiment/train.py", line 9, in <module>
from baselines import logger
ImportError: No module named 'baselines'
| 0.744209 |
Traceback (most recent call last):
"/home/detectron/Downloads/detectron/Detectron/lib/utils/coordinator.py", line 50, in stop_on_exception
Traceback (most recent call last):
"/home/detectron/Downloads/detectron/Detectron/lib/utils/coordinator.py", line 50, in stop_on_exception
yield
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 101, in minibatch_loader_thread
yield
Traceback (most recent call last):
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 101, in minibatch_loader_thread
"/home/detectron/Downloads/detectron/Detectron/lib/utils/coordinator.py", line 50, in stop_on_exception
yield
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 101, in minibatch_loader_thread
Traceback (most recent call last):
"/home/detectron/Downloads/detectron/Detectron/lib/utils/coordinator.py", line 50, in stop_on_exception
INFO loader.py: 227: Pre-filling mini-batch queue...
yield
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 101, in minibatch_loader_thread
blobs = self.get_next_minibatch()
INFO loader.py: 232:
[0/64]
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 134, in get_next_minibatch
blobs = self.get_next_minibatch()
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 134, in get_next_minibatch
blobs, valid = get_minibatch(minibatch_db)
blobs = self.get_next_minibatch()
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 70, in get_minibatch
blobs, valid = get_minibatch(minibatch_db)
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 134, in get_next_minibatch
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 70, in get_minibatch
blobs = self.get_next_minibatch()
blobs, valid = get_minibatch(minibatch_db)
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 134, in get_next_minibatch
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 70, in get_minibatch
blobs, valid = get_minibatch(minibatch_db)
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 70, in get_minibatch
im_blob, im_scales = _get_image_blob(roidb)
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 106, in _get_image_blob
im_blob, im_scales = _get_image_blob(roidb)
im_blob, im_scales = _get_image_blob(roidb)
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 106, in _get_image_blob
im, cfg.PIXEL_MEANS, [target_size], cfg.TRAIN.MAX_SIZE
im, cfg.PIXEL_MEANS, [target_size], cfg.TRAIN.MAX_SIZE
im_blob, im_scales = _get_image_blob(roidb)
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 106, in _get_image_blob
"/home/detectron/Downloads/detectron/Detectron/lib/utils/blob.py", line 78, in prep_im_for_blob
"/home/detectron/Downloads/detectron/Detectron/lib/utils/blob.py", line 78, in prep_im_for_blob
"/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 106, in _get_image_blob
im, cfg.PIXEL_MEANS, [target_size], cfg.TRAIN.MAX_SIZE
"/home/detectron/Downloads/detectron/Detectron/lib/utils/blob.py", line 78, in prep_im_for_blob
im, cfg.PIXEL_MEANS, [target_size], cfg.TRAIN.MAX_SIZE
"/home/detectron/Downloads/detectron/Detectron/lib/utils/blob.py", line 78, in prep_im_for_blob
im = im.astype(np.float32, copy=False)
AttributeError: 'NoneType' object has no attribute 'astype'
im = im.astype(np.float32, copy=False)
im = im.astype(np.float32, copy=False)
AttributeError: 'NoneType' object has no attribute 'astype'
AttributeError: 'NoneType' object has no attribute 'astype'
INFO loader.py: 113: Stopping mini-batch loading thread
INFO loader.py: 113: Stopping mini-batch loading thread
im = im.astype(np.float32, copy=False)
AttributeError: 'NoneType' object has no attribute 'astype'
INFO loader.py: 113: Stopping mini-batch loading thread
INFO loader.py: 113: Stopping mini-batch loading thread
INFO detector.py: 434: Changing learning rate 0.000000 -> 0.000833 at iter 0
E0128 19:06:51.167364 96979 net_dag.cc:212] Operator chain failed: input: "gpu_0/roi_blobs_queue_fbf08ad2-d3b1-4e77-b2a3-dd1cba4ff1c8" output: "gpu_0/data" output: "gpu_0/im_info" output: "gpu_0/roidb" output: "gpu_0/rpn_labels_int32_wide_fpn2" output: "gpu_0/rpn_bbox_targets_wide_fpn2" output: "gpu_0/rpn_bbox_inside_weights_wide_fpn2" output: "gpu_0/rpn_bbox_outside_weights_wide_fpn2" output: "gpu_0/rpn_labels_int32_wide_fpn3" output: "gpu_0/rpn_bbox_targets_wide_fpn3" output: "gpu_0/rpn_bbox_inside_weights_wide_fpn3" output: "gpu_0/rpn_bbox_outside_weights_wide_fpn3" output: "gpu_0/rpn_labels_int32_wide_fpn4" output: "gpu_0/rpn_bbox_targets_wide_fpn4" output: "gpu_0/rpn_bbox_inside_weights_wide_fpn4" output: "gpu_0/rpn_bbox_outside_weights_wide_fpn4" output: "gpu_0/rpn_labels_int32_wide_fpn5" output: "gpu_0/rpn_bbox_targets_wide_fpn5" output: "gpu_0/rpn_bbox_inside_weights_wide_fpn5" output: "gpu_0/rpn_bbox_outside_weights_wide_fpn5" output: "gpu_0/rpn_labels_int32_wide_fpn6" output: "gpu_0/rpn_bbox_targets_wide_fpn6" output: "gpu_0/rpn_bbox_inside_weights_wide_fpn6" output: "gpu_0/rpn_bbox_outside_weights_wide_fpn6" name: "" type:
E0128 19:06:51.167557 96176 net.h:70] Failed to execute async run
Traceback for operator 0 in network generalized_rcnn
/home/detectron/caffe2_build/caffe2/python/helpers/conv.py:149
/home/detectron/caffe2_build/caffe2/python/helpers/conv.py:196
/home/detectron/caffe2_build/caffe2/python/brew.py:121
/home/detectron/caffe2_build/caffe2/python/cnn.py:112
/home/detectron/Downloads/detectron/Detectron/lib/modeling/ResNet.py:94
/home/detectron/Downloads/detectron/Detectron/lib/modeling/ResNet.py:38
/home/detectron/Downloads/detectron/Detectron/lib/modeling/FPN.py:103
/home/detectron/Downloads/detectron/Detectron/lib/modeling/FPN.py:47
/home/detectron/Downloads/detectron/Detectron/lib/modeling/model_builder.py:162
/home/detectron/Downloads/detectron/Detectron/lib/modeling/optimizer.py:60
/home/detectron/Downloads/detectron/Detectron/lib/modeling/optimizer.py:38
/home/detectron/Downloads/detectron/Detectron/lib/modeling/model_builder.py:222
/home/detectron/Downloads/detectron/Detectron/lib/modeling/model_builder.py:89
/home/detectron/Downloads/detectron/Detectron/lib/modeling/model_builder.py:117
tools/train_net.py:283
tools/train_net.py:205
tools/train_net.py:196
tools/train_net.py:358
Traceback (most recent call last):
"tools/train_net.py", line 358, in <module>
main()
"tools/train_net.py", line 196, in main
checkpoints = train_model()
"tools/train_net.py", line 217, in train_model
workspace.RunNet(model.net.Proto().name)
"/home/detectron/caffe2_build/caffe2/python/workspace.py", line 224, in RunNet
StringifyNetName(name), num_iter, allow_fail,
"/home/detectron/caffe2_build/caffe2/python/workspace.py", line 189, in CallWithExceptionIntercept
return func(*args, **kwargs)
RuntimeError: [enforce fail at pybind_state.cc:867] success. Error running net generalized_rcnn
| Traceback (most recent call last):
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-jvxpk9ku\knack\knack\cli.py", line 197, in invoke
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-jvxpk9ku\azure-cli-core\azure\cli\core\commands\__init__.py", line 373, in execute
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-jvxpk9ku\six\six.py", line 693, in reraise
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-jvxpk9ku\azure-cli-core\azure\cli\core\commands\__init__.py", line 347, in execute
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-jvxpk9ku\azure-cli-core\azure\cli\core\commands\__init__.py", line 182, in __call__
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-jvxpk9ku\azure-cli-core\azure\cli\core\__init__.py", line 440, in default_command_handler
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-jvxpk9ku\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\custom.py", line 204, in new_cluster
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-jvxpk9ku\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\custom.py", line 1119, in _create_certificate
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-jvxpk9ku\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\custom.py", line 1635, in _create_keyvault
AttributeError: 'NoneType' object has no attribute 'get'
| 0.673602 |
Traceback (most recent call last):
"/usr/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.20.0', 'console_scripts', 'certbot')()
"/usr/lib/python3.6/site-packages/certbot/main.py", line 861, in main
return config.func(config, plugins)
"/usr/lib/python3.6/site-packages/certbot/main.py", line 685, in run
installer, authenticator = plug_sel.choose_configurator_plugins(config, plugins, "run")
"/usr/lib/python3.6/site-packages/certbot/plugins/selection.py", line 189, in choose_configurator_plugins
authenticator = installer = pick_configurator(config, req_inst, plugins)
"/usr/lib/python3.6/site-packages/certbot/plugins/selection.py", line 25, in pick_configurator
(interfaces.IAuthenticator, interfaces.IInstaller))
"/usr/lib/python3.6/site-packages/certbot/plugins/selection.py", line 77, in pick_plugin
verified.prepare()
"/usr/lib/python3.6/site-packages/certbot/plugins/disco.py", line 248, in prepare
return [plugin_ep.prepare() for plugin_ep in six.itervalues(self._plugins)]
"/usr/lib/python3.6/site-packages/certbot/plugins/disco.py", line 248, in <listcomp>
return [plugin_ep.prepare() for plugin_ep in six.itervalues(self._plugins)]
"/usr/lib/python3.6/site-packages/certbot/plugins/disco.py", line 130, in prepare
self._initialized.prepare()
"/usr/lib/python3.6/site-packages/certbot_nginx/configurator.py", line 156, in prepare
self.parser = parser.NginxParser(self.conf('server-root'))
"/usr/lib/python3.6/site-packages/certbot_nginx/parser.py", line 35, in __init__
self.load()
"/usr/lib/python3.6/site-packages/certbot_nginx/parser.py", line 42, in load
self._parse_recursively(self.config_root)
"/usr/lib/python3.6/site-packages/certbot_nginx/parser.py", line 63, in _parse_recursively
self._parse_recursively(subentry[1])
"/usr/lib/python3.6/site-packages/certbot_nginx/parser.py", line 53, in _parse_recursively
trees = self._parse_files(filepath)
"/usr/lib/python3.6/site-packages/certbot_nginx/parser.py", line 203, in _parse_files
parsed = nginxparser.load(_file)
"/usr/lib/python3.6/site-packages/certbot_nginx/nginxparser.py", line 122, in load
return loads(_file.read())
"/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 10453: ordinal not in range(128)
| Traceback (most recent call last):
"F:\tools\anaconda\envs\py3\lib\site-packages\spyder\widgets\variableexplorer\collectionseditor.py", line 294, in data
display = to_text_string(value)
"F:\tools\anaconda\envs\py3\lib\site-packages\spyder\py3compat.py", line 123, in to_text_string
return unicode(obj)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 0: ordinal not in range(128)
| 0.726386 |
Traceback (most recent call last):
"/miniconda/envs/py36/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
"/miniconda/envs/py36/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
"/miniconda/envs/py36/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
"/miniconda/envs/py36/lib/python3.6/imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
"/miniconda/envs/py36/lib/python3.6/imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
| Traceback (most recent call last):
"/home/elastalert/.local/bin/elastalert", line 11, in <module>
load_entry_point('elastalert==0.1.36', 'console_scripts', 'elastalert')()
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2691, in load_entry_point
return ep.load()
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2322, in load
return self.resolve()
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2328, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/home/elastalert/.local/lib/python2.7/site-packages/elastalert/elastalert.py", line 21, in <module>
from alerts import DebugAlerter
"/home/elastalert/.local/lib/python2.7/site-packages/elastalert/alerts.py", line 31, in <module>
from thehive4py.api import TheHiveApi
"/home/elastalert/.local/lib/python2.7/site-packages/thehive4py/api.py", line 7, in <module>
import magic
"/home/elastalert/.local/lib/python2.7/site-packages/magic.py", line 181, in <module>
raise ImportError('failed to find libmagic.
Check your installation')
ImportError: failed to find libmagic.
Check your installation
| 0.686864 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\cudatext\py\cuda_python_intel\__init__.py", line 39, in on_complete
text = handle_autocomplete(*params)
"C:\cudatext\py\cuda_python_intel\intel_work.py", line 16, in handle_autocomplete
if hasattr(c, 'params'):
"C:\cudatext\py\cuda_python_intel\jedi\cache.py", line 118, in wrapper
result = method(self, *args, **kwargs)
"C:\cudatext\py\cuda_python_intel\jedi\api\classes.py", line 345, in params
followed = list(self._name.infer())
"C:\cudatext\py\cuda_python_intel\jedi\evaluate\imports.py", line 162, in infer
level=self._level,
"C:\cudatext\py\cuda_python_intel\jedi\evaluate\imports.py", line 276, in follow
return self._do_import(self.import_path, self.sys_path_with_modifications())
"C:\cudatext\py\cuda_python_intel\jedi\evaluate\imports.py", line 383, in _do_import
module = _load_module(self._evaluator, module_path, code, sys_path, parent_module)
"C:\cudatext\py\cuda_python_intel\jedi\evaluate\imports.py", line 489, in _load_module
cache_path=settings.cache_directory)
"C:\cudatext\py\cuda_python_intel\parso\grammar.py", line 77, in parse
return self._parse(code=code, **kwargs)
"C:\cudatext\py\cuda_python_intel\parso\grammar.py", line 106, in _parse
code = python_bytes_to_unicode(code)
"C:\cudatext\py\cuda_python_intel\parso\utils.py", line 89, in python_bytes_to_unicode
return unicode(source, encoding, errors)
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 10-11: invalid continuation byte
| Traceback (most recent call last):
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2847, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-2-3b82c3c73018>", line 1, in <module>
from vispy import scene
"/opt/pycharm-community/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/site-packages/vispy/scene/__init__.py", line 35, in <module>
from .visuals import *
# noqa
"/opt/pycharm-community/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/site-packages/vispy/scene/visuals.py", line 17, in <module>
from .. import visuals
"/opt/pycharm-community/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/site-packages/vispy/visuals/__init__.py", line 14, in <module>
from .cube import CubeVisual
# noqa
"/opt/pycharm-community/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/site-packages/vispy/visuals/cube.py", line 8, in <module>
from ..gloo import set_state
"/opt/pycharm-community/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/site-packages/vispy/gloo/__init__.py", line 47, in <module>
from . import gl
# noqa
"/opt/pycharm-community/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/site-packages/vispy/gloo/gl/__init__.py", line 32, in <module>
from ._constants import *
# noqa
"/opt/pycharm-community/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/site-packages/vispy/gloo/gl/_constants.py", line 326, in <module>
if repr(ob).startswith('GL_'):
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/site.py", line 443, in __repr__
self.__setup()
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/site.py", line 430, in __setup
data = fp.read()
"/home/rp/PycharmProjects/xi-cam/venv3/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
| 0.722762 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/takluyver/Code/pycalibration/testenv/lib64/python3.8/site-packages/matplotlib/__init__.py", line 174, in <module>
_check_versions()
"/home/takluyver/Code/pycalibration/testenv/lib64/python3.8/site-packages/matplotlib/__init__.py", line 159, in _check_versions
from . import ft2font
ImportError: numpy.core.multiarray failed to import
| Traceback (most recent call last):
"autosploit.py", line 11, in <module>
from blessings import Terminal
"C:\Python27\lib\site-packages\blessings\__init__.py", line 5, in <module>
import curses
"C:\Python27\lib\curses\__init__.py", line 15, in <module>
from _curses import *
ImportError: No module named _curses
| 0.707932 |
>Traceback (most recent call last):
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/__init__.py", line 850, in execute
return self.import_gltf2(context)
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/__init__.py", line 864, in import_gltf2
if self.unit_import(path, import_settings) == {'FINISHED'}:
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/__init__.py", line 887, in unit_import
BlenderGlTF.create(self.gltf_importer)
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_gltf.py", line 41, in create
BlenderScene.create(gltf, scene_idx)
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_scene.py", line 80, in create
BlenderNode.create(gltf, node_idx, None)
# None => No parent
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_node.py", line 174, in create
BlenderNode.create(gltf, child_idx, node_idx)
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_node.py", line 64, in create
mesh = BlenderMesh.create(gltf, pynode.mesh, node_idx, parent)
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_mesh.py", line 57, in create
BlenderMaterial.create(gltf, prim.material, vertex_color)
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_material.py", line 98, in create
BlenderNormalMap.create(gltf, material_idx, vertex_color)
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_map_normal.py", line 29, in create
BlenderNormalMap.create_nodetree(gltf, material_idx, vertex_color)
"/Applications/Blender.app/Contents/Resources/2.82/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_map_normal.py", line 42, in create_nodetree
if len([node for node in node_tree.nodes if node.type == "BSDF_PRINCIPLED"]) != 0:
AttributeError: 'NoneType' object has no attribute 'nodes'
| Traceback (most recent call last):
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/middleware/error_handling.py", line 39, in __call__
return self.app(environ, start_response)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/middleware/logging.py", line 69, in __call__
retval = self.app(environ, custom_start_response)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/middleware/cors.py", line 75, in __call__
return self.app(environ, custom_start_response)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/router.py", line 429, in as_wsgi
resp = self(req)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/router.py", line 402, in __call__
resp = func(**kw)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2api/controllers/v1/triggers.py", line 59, in get_one
return super(TriggerTypeController, self).get_one(triggertype_ref_or_id, **kwargs)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2api/controllers/resource.py", line 360, in get_one
return self._get_one(ref_or_id, from_model_kwargs=from_model_kwargs)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2api/controllers/resource.py", line 379, in _get_one
permission_type=permission_type)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/rbac/utils.py", line 119, in assert_user_has_resource_db_permission
permission_type=permission_type)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/rbac/utils.py", line 300, in user_has_resource_db_permission
resolver = resolvers.get_resolver_for_permission_type(permission_type=permission_type)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/rbac/resolvers.py", line 867, in get_resolver_for_permission_type
resource_type = PermissionType.get_resource_type(permission_type=permission_type)
"/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/rbac/types.py", line 139, in get_resource_type
split = permission_type.split('_')
AttributeError: 'NoneType' object has no attribute 'split' (_exception_data={},_exception_class='AttributeError',_exception_message="'NoneType' object has no attribute 'split'")
| 0.710342 |
Traceback (most recent call last):
"C:\Anaconda3\lib\site-packages\tornado\concurrent.py", line 341, in __del__
tb = traceback.format_exception(*self._exc_info)
"C:\Anaconda3\lib\traceback.py", line 117, in format_exception
type(value), value, tb, limit=limit).format(chain=chain))
"C:\Anaconda3\lib\traceback.py", line 510, in __init__
self._load_lines()
"C:\Anaconda3\lib\traceback.py", line 522, in _load_lines
self.__context__._load_lines()
"C:\Anaconda3\lib\traceback.py", line 522, in _load_lines
self.__context__._load_lines()
"C:\Anaconda3\lib\traceback.py", line 522, in _load_lines
self.__context__._load_lines()
[Previous line repeated 3 more times]
"C:\Anaconda3\lib\traceback.py", line 520, in _load_lines
frame.line
"C:\Anaconda3\lib\traceback.py", line 282, in line
self._line = linecache.getline(self.filename, self.lineno).strip()
"C:\Anaconda3\lib\linecache.py", line 16, in getline
lines = getlines(filename, module_globals)
"C:\Anaconda3\lib\linecache.py", line 47, in getlines
return updatecache(filename, module_globals)
"C:\Anaconda3\lib\linecache.py", line 137, in updatecache
lines = fp.readlines()
"C:\Anaconda3\lib\codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 199: invalid continuation byte
| Traceback (most recent call last):
"c:\Python36\Laz\lazagne\config\run.py", line 45, in run_module
pwd_found = module.run()
# run the module
"c:\Python36\Laz\lazagne\softwares\windows\credfiles.py", line 26, in run
cred = constant.user_dpapi.decrypt_cred(os.path.join(main_vault_directory, cred_file))
"c:\Python36\Laz\lazagne\config\dpapi_structure.py", line 115, in decrypt_cred
ok, msg = c.decrypt(self.umkp, credfile)
"c:\Python36\Laz\lazagne\config\DPAPI\credfile.py", line 95, in decrypt
cred_dec = CredentialDecrypted(msg)
"c:\Python36\Laz\lazagne\config\DPAPI\credfile.py", line 58, in __init__
DataStruct.__init__(self, raw)
"c:\Python36\Laz\lazagne\config\DPAPI\eater.py", line 124, in __init__
self.parse(Eater(raw, endianness="<"))
"c:\Python36\Laz\lazagne\config\DPAPI\credfile.py", line 70, in parse
self.password = data.eat_length_and_string("L").decode("UTF-16LE").encode("utf-8")
# Unicode
"C:\Python36\lib\encodings\utf_16_le.py", line 16, in decode
return codecs.utf_16_le_decode(input, errors, True)
UnicodeDecodeError: 'utf-16-le' codec can't decode byte 0x24 in position 324: truncated data
| 0.737869 |
Traceback (most recent call last):
"ray_err.py", line 20, in <module>
Foo, serializer=custom_serializer, deserializer=custom_deserializer)
"/home/cloudhan/ray/python/ray/worker.py", line 1405, in register_custom_serializer
context = global_worker.get_serialization_context()
"/home/cloudhan/ray/python/ray/worker.py", line 198, in get_serialization_context
with self.lock:
AttributeError: 'Worker' object has no attribute 'lock'
|
Traceback (most recent call last):
"test_synonym_sa.py", line 32, in <module>
f1.email = "[email protected]"
"/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/orm/attributes.py", line 91, in __set__
return self.user_prop.__set__(instance, value)
"/home/ged/devel/sqlalchemy/trunk/lib/sqlalchemy/orm/mapper.py", line 560, in __getattribute__
return object.__getattribute__(self, key)
AttributeError: '_CompileOnAttr' object has no attribute '__set__' | 0.688945 |
Traceback (most recent call last):
"/usr/bin/virtualenv", line 5, in <module>
from virtualenv.__main__ import run_with_catch
"/usr/lib/python2.7/site-packages/virtualenv/__init__.py", line 3, in <module>
from .run import cli_run
"/usr/lib/python2.7/site-packages/virtualenv/run/__init__.py", line 12, in <module>
from .plugin.creators import CreatorSelector
"/usr/lib/python2.7/site-packages/virtualenv/run/plugin/creators.py", line 6, in <module>
from virtualenv.create.via_global_ref.builtin.builtin_way import VirtualenvBuiltin
"/usr/lib/python2.7/site-packages/virtualenv/create/via_global_ref/builtin/builtin_way.py", line 7, in <module>
from virtualenv.create.creator import Creator
"/usr/lib/python2.7/site-packages/virtualenv/create/creator.py", line 14, in <module>
from virtualenv.discovery.cached_py_info import LogCmd
"/usr/lib/python2.7/site-packages/virtualenv/discovery/cached_py_info.py", line 26, in <module>
_CACHE[Path(sys.executable)] = PythonInfo()
"/usr/lib/python2.7/site-packages/virtualenv/discovery/py_info.py", line 82, in __init__
("makefile_filename", sysconfig.get_makefile_filename()),
AttributeError: 'module' object has no attribute 'get_makefile_filename'
| Traceback (most recent call last):
"/Users/apple/PycharmProjects/LatestSoundTranslation/main.py", line 105, in <module>
ref.listen(on_value_change)
"/Users/apple/PycharmProjects/LatestSoundTranslation/venv/lib/python3.7/site-packages/firebase_admin/db.py", line 376, in listen
session = _sseclient.KeepAuthSession(self._client.credential)
AttributeError: '_Client' object has no attribute 'credential'
| 0.715054 |
Traceback (most recent call last):
"./w3af_console", line 12, in <module>
from w3af.core.controllers.dependency_check.dependency_check import dependency_check
"/root/Escritorio/w3af/w3af/core/controllers/dependency_check/dependency_check.py", line 31, in <module>
import pip
"/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 64, in <module>
vendored("cachecontrol")
"/usr/lib/python2.7/dist-packages/pip/_vendor/__init__.py", line 36, in vendored
__import__(modulename, globals(), locals(), level=0)
"/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/__init__.py", line 9, in <module>
"/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/wrapper.py", line 1, in <module>
"/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapter.py", line 4, in <module>
"/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/__init__.py", line 52, in <module>
"/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/packages/__init__.py", line 59, in <module>
"/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/packages/__init__.py", line 32, in vendored
"/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/contrib/pyopenssl.py", line 47, in <module>
"/usr/local/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
"/usr/local/lib/python2.7/dist-packages/OpenSSL/SSL.py", line 118, in <module>
SSL_ST_INIT = _lib.SSL_ST_INIT
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.7/site-packages/hvac/v1/__init__.py", line 74, in __getattr__
deprecated_properties=DEPRECATED_PROPERTIES
"/usr/local/lib/python3.7/site-packages/hvac/utils.py", line 137, in getattr_with_deprecated_properties
item=item,
AttributeError: 'Client' has no attribute 'list_auth_methods'
| 0.695115 |
Traceback (most recent call last):
"/data/data/com.termux/files/usr/lib/python3.6/site-packages/sphinx/registry.py", line 472, in load_extension
mod = __import__(extname, None, None, ['setup'])
"/data/data/com.termux/files/home/global/jinja/docs/jinjaext.py", line 28, in <module>
from jinja2._compat import abc
ImportError: cannot import name 'abc'
| Traceback (most recent call last):
"/opt/anaconda3/lib/python3.7/site-packages/jsonschema/__init__.py", line 31, in <module>
from importlib import metadata
ImportError: cannot import name 'metadata' from 'importlib' (/opt/anaconda3/lib/python3.7/importlib/__init__.py)
| 0.785702 |
Traceback (most recent call last):
"/home/nikolay/tensorflow1/models/research/object_detection/Object_detection_webcam.py", line 103, in <module>
feed_dict={image_tensor: frame_expanded})
"/home/nikolay/.local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 905, in run
run_metadata_ptr)
"/home/nikolay/.local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1106, in _run
np_val = np.asarray(subfeed_val, dtype=subfeed_dtype)
"/home/nikolay/.local/lib/python2.7/site-packages/numpy/core/numeric.py", line 492, in asarray
return array(a, dtype, copy=False, order=order)
TypeError: long() argument must be a string or a number, not 'NoneType' | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/arvindsoma/Projects/magpie/magpie/__init__.py", line 1, in <module>
from .main import Magpie
"/home/arvindsoma/Projects/magpie/magpie/main.py", line 12, in <module>
from magpie.base.word2vec import train_word2vec, fit_scaler
"/home/arvindsoma/Projects/magpie/magpie/base/word2vec.py", line 7, in <module>
from gensim.models import Word2Vec
"/home/arvindsoma/classification/lib/python3.5/site-packages/gensim/__init__.py", line 6, in <module>
from gensim import parsing, matutils, interfaces, corpora, models, similarities, summarization
"/home/arvindsoma/classification/lib/python3.5/site-packages/gensim/parsing/__init__.py", line 7, in <module>
from .preprocessing import *
"/home/arvindsoma/classification/lib/python3.5/site-packages/gensim/parsing/preprocessing.py", line 10, in <module>
from gensim import utils
"/home/arvindsoma/classification/lib/python3.5/site-packages/gensim/utils.py", line 50, in <module>
from smart_open import smart_open
"/home/arvindsoma/classification/lib/python3.5/site-packages/smart_open/__init__.py", line 1, in <module>
from .smart_open_lib import *
"/home/arvindsoma/classification/lib/python3.5/site-packages/smart_open/smart_open_lib.py", line 45, in <module>
from boto.compat import BytesIO, urlsplit, six
"/usr/lib/python3/dist-packages/boto/__init__.py", line 1216, in <module>
boto.plugin.load_plugins(config)
"/usr/lib/python3/dist-packages/boto/plugin.py", line 92, in load_plugins
for file in glob.glob(os.path.join(directory, '*.py')):
"/home/arvindsoma/classification/lib/python3.5/posixpath.py", line 89, in join
genericpath._check_arg_types('join', a, *p)
"/home/arvindsoma/classification/lib/python3.5/genericpath.py", line 143, in _check_arg_types
(funcname, s.__class__.__name__)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'
| 0.672614 |
Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'setuptools'
| Traceback (most recent call last):
"C:\Users\u22y33\AppData\Local\Continuum\anaconda3\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.773254 |
Traceback (most recent call last):
"dingdang.py", line 16, in <module>
from client.conversation import Conversation
"/home/pi/dingdang/client/conversation.py", line 3, in <module>
from notifier import Notifier
"/home/pi/dingdang/client/notifier.py", line 5, in <module>
from apscheduler.schedulers.background import BackgroundScheduler
"/usr/local/lib/python2.7/dist-packages/apscheduler/schedulers/background.py", line 4, in <module>
from apscheduler.schedulers.base import BaseScheduler
"/usr/local/lib/python2.7/dist-packages/apscheduler/schedulers/base.py", line 10, in <module>
from tzlocal import get_localzone
ImportError: cannot import name get_localzone
| Traceback (most recent call last):
"script.py", line 13, in <module>
from csv import reader
"/usr/local/lib/python3.5/csv.py", line 7, in <module>
from _csv import Error, __version__, writer, reader, register_dialect, \
ImportError: /usr/local/lib/python3.5/lib-dynload/_csv.cpython-35m-x86_64-linux-gnu.so: file too short
| 0.756556 |
Traceback (most recent call last):
"/usr/src/app/homeassistant/helpers/entity_component.py", line 153, in _async_setup_platform
entity_platform.schedule_add_entities, discovery_info
"uvloop/future.pyx", line 230, in __iter__ (uvloop/loop.c:110600)
"uvloop/future.pyx", line 432, in uvloop.loop.BaseTask._fast_wakeup (uvloop/loop.c:113980)
"uvloop/future.pyx", line 101, in uvloop.loop.BaseFuture._result_impl (uvloop/loop.c:108900)
"/usr/local/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/app/homeassistant/components/switch/digitalloggers.py", line 55, in setup_platform
import dlipower
"/usr/local/lib/python3.5/site-packages/dlipower/__init__.py", line 5, in <module>
from .dlipower import Outlet, PowerSwitch, DLIPowerException
"/usr/local/lib/python3.5/site-packages/dlipower/dlipower.py", line 109, in <module>
from six.moves.urllib.parse import quote
ImportError: No module named 'six.moves'; 'six' is not a package
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named tensorflow
| 0.794257 |
Traceback (most recent call last):
"<string>", line 9, in <module>
"/Users/peterdewinter/Library/Python/2.7/lib/python/site-packages/powerline/__init__.py", line 6, in <module>
import logging
"/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 26, in <module>
import sys, os, time, cStringIO, traceback, warnings, weakref, collections
ImportError: dlopen(/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so, 0x0002): code signature in (/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so) not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.
| Traceback (most recent call last):
"electrum", line 95, in <module>
from electrum.util import set_verbosity, InvalidPassword, check_www_dir
ImportError: cannot import name 'check_www_dir'
| 0.700144 |
Traceback (most recent call last):
"/usr/bin/mycli", line 7, in <module>
from mycli.main import cli
"/usr/lib/python2.6/site-packages/mycli/main.py", line 305
return {x: get(x) for x in keys}
^
SyntaxError: invalid syntax
| Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/web.py-0.40-py3.5.egg/web/application.py", line 288, in process
return p(lambda: process(processors))
"/usr/local/lib/python3.5/dist-packages/web.py-0.40-py3.5.egg/web/application.py", line 700, in processor
return handler()
"/usr/local/lib/python3.5/dist-packages/web.py-0.40-py3.5.egg/web/application.py", line 288, in <lambda>
return p(lambda: process(processors))
"/usr/local/lib/python3.5/dist-packages/web.py-0.40-py3.5.egg/web/application.py", line 297, in process
raise self.internalerror()
"/usr/local/lib/python3.5/dist-packages/web.py-0.40-py3.5.egg/web/application.py", line 588, in internalerror
return debugerror()
"/usr/local/lib/python3.5/dist-packages/web.py-0.40-py3.5.egg/web/debugerror.py", line 337, in debugerror
return web._InternalError(djangoerror())
"/usr/local/lib/python3.5/dist-packages/web.py-0.40-py3.5.egg/web/debugerror.py", line 315, in djangoerror
djangoerror_r = Template(djangoerror_t, filename=__file__, filter=websafe)
"/usr/local/lib/python3.5/dist-packages/web.py-0.40-py3.5.egg/web/template.py", line 943, in __init__
code = self.compile_template(text, filename)
"/usr/local/lib/python3.5/dist-packages/web.py-0.40-py3.5.egg/web/template.py", line 1020, in compile_template
compiled_code = compile(code, filename, "exec")
"/usr/local/lib/python3.5/dist-packages/web.py-0.40-py3.5.egg/web/debugerror.py", line 8
def with (exception_type, exception_value, frames)
^
SyntaxError: invalid syntax
| 0.716621 |
Traceback (most recent call last):
"/home/andy/git/oilshell/oil/bin/oil.py", line 828, in <module>
main(sys.argv)
"/home/andy/git/oilshell/oil/bin/oil.py", line 796, in main
sys.exit(AppBundleMain(argv))
"/home/andy/git/oilshell/oil/bin/oil.py", line 766, in AppBundleMain
status = ShellMain('osh', argv0, main_argv, login_shell)
"/home/andy/git/oilshell/oil/bin/oil.py", line 577, in ShellMain
return main_loop.Interactive(opts, ex, c_parser, display, arena)
"/home/andy/git/oilshell/oil/core/main_loop.py", line 88, in Interactive
is_control_flow, is_fatal = ex.ExecuteAndCatch(node)
"/home/andy/git/oilshell/oil/osh/cmd_exec.py", line 1220, in ExecuteAndCatch
status = self._Execute(node, fork_external=fork_external)
"/home/andy/git/oilshell/oil/osh/cmd_exec.py", line 1168, in _Execute
status, check_errexit = self._Dispatch(node, fork_external)
"/home/andy/git/oilshell/oil/osh/cmd_exec.py", line 706, in _Dispatch
status = self.RunSimpleCommand(arg_vec, fork_external)
"/home/andy/git/oilshell/oil/osh/cmd_exec.py", line 573, in RunSimpleCommand
return self._RunBuiltin(builtin_id, arg_vec, fork_external)
"/home/andy/git/oilshell/oil/osh/cmd_exec.py", line 369, in _RunBuiltin
status = self._RunBuiltinAndRaise(builtin_id, arg_vec, fork_external)
"/home/andy/git/oilshell/oil/osh/cmd_exec.py", line 347, in _RunBuiltinAndRaise
status = builtin.Pwd(argv, self.mem)
"/home/andy/git/oilshell/oil/osh/builtin.py", line 785, in Pwd
pwd = mem.GetVar('PWD').s
AttributeError: 'value__StrArray' object has no attribute 's'
|
Traceback (most recent call last):
"salt/minion.py", line 423, in _thread_return
"salt/modules/win_pkg.py", line 367, in install
AttributeError: 'str' object has no attribute 'keys' | 0.687865 |
Traceback (most recent call last):
"lcars.py", line 2, in <module>
from ui.ui import UserInterface
"/home/praveetminash/rpi_lcars-master/app/ui/ui.py", line 4, in <module>
from ui.utils import sound
ImportError: No module named utils
| Traceback (most recent call last):
"test.py", line 24, in <module>
model = create_model(opt)
"/vid2vid/models/models.py", line 19, in create_model
modelG.initialize(opt)
"/vid2vid/models/vid2vid_model_G.py", line 37, in initialize
opt.n_downsample_G, opt.norm, 0, self.gpu_ids, opt)
"/vid2vid/models/networks.py", line 42, in define_G
netG = CompositeGenerator(input_nc, output_nc, prev_output_nc, ngf, n_downsampling, opt.n_blocks, opt.fg, norm_layer)
"/vid2vid/models/networks.py", line 83, in __init__
from .flownet2_pytorch.networks.resample2d_package.modules.resample2d import Resample2d
"/vid2vid/models/flownet2_pytorch/networks/resample2d_package/modules/resample2d.py", line 2, in <module>
from ..functions.resample2d import Resample2dFunction
"/vid2vid/models/flownet2_pytorch/networks/resample2d_package/functions/resample2d.py", line 3, in <module>
from .._ext import resample2d
"/vid2vid/models/flownet2_pytorch/networks/resample2d_package/_ext/resample2d/__init__.py", line 3, in <module>
from ._resample2d import lib as _lib, ffi as _ffi
ImportError: /vid2vid/models/flownet2_pytorch/networks/resample2d_package/_ext/resample2d/_resample2d.so: undefined symbol: PyInt_FromLong
| 0.772273 |
Traceback (most recent call last):
"./youtube/youtube_dl/extractor/generic.py", line 2376, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"./youtube/youtube_dl/compat.py", line 2551, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
"./youtube/youtube_dl/compat.py", line 2540, in _XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 26, column 3406
| Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 1636, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/usr/local/lib/python2.7/dist-packages/youtube_dl/compat.py", line 2526, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
"/usr/local/lib/python2.7/dist-packages/youtube_dl/compat.py", line 2515, in _XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1653, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1517, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 92, column 11589
| 0.988599 |
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 356, in extract
return self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2417, in _real_extract
raise UnsupportedError(url)UnsupportedError: Unsupported URL: http://www.ozee.com/shows/little-lord/video/little-lord-episode-23-october-28-2016-full-episode.html | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 656, in extract_info
ie_result = ie.extract(url)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 275, in extract
return self._real_extract(url)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 1712, in _real_extract
raise UnsupportedError(url)UnsupportedError: Unsupported URL: http://revision3.com/pennpoint/contagion/ | 0.858344 |
Traceback (most recent call last):
"test_Phylo.py", line 266, in setUp
self.phylogenies = list(Phylo.parse(EX_PHYLO, 'phyloxml'))
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/Phylo/_io.py", line 51, in parse
for tree in getattr(supported_formats[format], 'parse')(fp, **kwargs):
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/Phylo/PhyloXMLIO.py", line 98, in parse
return Parser(file).parse()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/Phylo/PhyloXMLIO.py", line 296, in __init__
event, root = next(context)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/xml/etree/ElementTree.py", line 1223, in iterator
data = source.read(16 * 1024)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 13090: ordinal not in range(128)
| Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/ansible_runner/__main__.py", line 329, in main
res = run(**run_options)
"/usr/lib/python2.7/site-packages/ansible_runner/interface.py", line 162, in run
r.run()
"/usr/lib/python2.7/site-packages/ansible_runner/runner.py", line 112, in run
'env': self.config.env}, f, ensure_ascii=False
"/usr/lib64/python2.7/json/__init__.py", line 190, in dump
fp.write(chunk)
"/usr/lib64/python2.7/codecs.py", line 691, in write
return self.writer.write(data)
"/usr/lib64/python2.7/codecs.py", line 351, in write
data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2: ordinal not in range(128)
| 0.702475 |
Traceback (most recent call last):
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker
xlog.exception("google_ip.runJob fail:%r", e)
AttributeError: 'NoneType' object has no attribute 'exception'
| Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = self.process.process
AttributeError: 'NoneType' object has no attribute 'process'
| 0.784526 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: /lib64/libhogweed.so.2: undefined symbol: __gmpn_cnd_sub_n
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/opt/anaconda3/envs/scanpy_bug/lib/python3.8/site-packages/scanpy/__init__.py", line 41, in <module>
from anndata import AnnData, concat
ImportError: cannot import name 'concat' from 'anndata' (/opt/anaconda3/envs/scanpy_bug/lib/python3.8/site-packages/anndata/__init__.py)
| 0.746279 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
"/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
"/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
import apport.fileutils
"/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
from apport.packaging_impl import impl as packaging
"/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module>
import apt
"/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
| Traceback (most recent call last):
"C:\bili2.0-master\run.py", line 9, in <module>
import notifier
"C:\bili2.0-master\notifier.py", line 8, in <module>
from user.user import User
ModuleNotFoundError: No module named 'user.user'; 'user' is not a package | 0.78975 |
Traceback (most recent call last):
"../../tools/train.py", line 322, in <module>
main()
"../../tools/train.py", line 317, in main
train(train_loader, dist_model, optimizer, lr_scheduler, tb_writer)
"../../tools/train.py", line 194, in train
optimizer, lr_scheduler = build_opt_lr(model.module, epoch)
"../../tools/train.py", line 77, in build_opt_lr
for param in getattr(model.backbone, layer).parameters():
AttributeError: 'function' object has no attribute 'parameters'
| Traceback (most recent call last):
"/usr/lib64/python3.6/asyncio/coroutines.py", line 126, in send
return self.gen.send(value)
"/usr/local/lib/python3.6/site-packages/sanic/app.py", line 590, in handle_request
write_callback(response)
"/usr/local/lib/python3.6/site-packages/sanic/server.py", line 349, in write_response
self.request.ip)
"/usr/local/lib/python3.6/site-packages/sanic/request.py", line 172, in ip
self._get_address()
"/usr/local/lib/python3.6/site-packages/sanic/request.py", line 188, in _get_address
self._socket = (self.transport.get_extra_info('peername') or
"uvloop/handles/basetransport.pyx", line 320, in uvloop.loop.UVBaseTransport.get_extra_info
AttributeError: 'NoneType' object has no attribute 'getpeername'
| 0.691428 |
Traceback (most recent call last):
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker
xlog.exception("google_ip.runJob fail:%r", e)
AttributeError: 'NoneType' object has no attribute 'exception'
| Traceback (most recent call last):
"/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/usr/local/bin/youtube-dl/__main__.py", line 19, in <module>
"/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 472, in main
"/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 462, in _real_main
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2001, in download
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 507, in extract
"/usr/local/bin/youtube-dl/youtube_dl/extractor/mtv.py", line 286, in _real_extract
"/usr/local/bin/youtube-dl/youtube_dl/extractor/mtv.py", line 212, in _get_videos_info
"/usr/local/bin/youtube-dl/youtube_dl/extractor/mtv.py", line 38, in _id_from_uri
AttributeError: 'NoneType' object has no attribute 'split'
| 0.676863 |
Traceback (most recent call last):
"train.py", line 15, in <module>
from loss import FocalLoss
"H:\datasets\tianchi_lvcai\tianchi_lvcai_fusai\pytorch-retinanet-master\loss.py", line 7, in <module>
from utils import one_hot_embedding
"H:\datasets\tianchi_lvcai\tianchi_lvcai_fusai\pytorch-retinanet-master\utils.py", line 242, in <module>
_, term_width = os.popen('stty size', 'r').read().split()
ValueError: not enough values to unpack (expected 2, got 0)
| Traceback (most recent call last):
"try_telethon.py", line 43, in <module>
client.run()
"/var/www/html/newtelethon/telethon_examples/interactive_telegram_client.py", line 141, in run
dialogs, entities = self.get_dialogs(limit=dialog_count)
ValueError: too many values to unpack (expected 2)
| 0.728305 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\generic.py", line 3329, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.vvvvid.it/show/820/l-attacco-dei-giganti-terza-stagione/912/540635/sole-di-mezzanotte
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpvin3ute2\build\youtube_dl\YoutubeDL.py", line 761, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpvin3ute2\build\youtube_dl\extractor\common.py", line 427, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpvin3ute2\build\youtube_dl\extractor\generic.py", line 2628, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.tvinsider.com/134126/young-and-hungry-season-4-recap-video/
| 0.878379 |
Traceback (most recent call last):
"/usr/share/flowblade/Flowblade/launch/flowbladebatch", line 15, in <module>
batchrendering.main(modules_path)
"/usr/share/flowblade/Flowblade/tools/batchrendering.py", line 280, in main
mltfilters.load_filters_xml(mltenv.services)
"/usr/share/flowblade/Flowblade/mltfilters.py", line 375, in load_filters_xml
if editorstate.mlt_version_is_equal_or_greater(filter_info.mlt_drop_version):
"/usr/share/flowblade/Flowblade/editorstate.py", line 132, in mlt_version_is_equal_or_greater
mlt_parts = mlt_version.split(".")
AttributeError: 'NoneType' object has no attribute 'split'
| Traceback (most recent call last):
"/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 225, in async_update_ha_state
None, self.update)
"/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self
# This tells Task to wait for completion.
"/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
"/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
"/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
"/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/media_player/spotify.py", line 157, in update
devices = self._player.devices().get('devices')
AttributeError: 'NoneType' object has no attribute 'get' | 0.69417 |
Traceback (most recent call last):
"object_detection/builders/model_builder_test.py", line 18, in <module>
import tensorflow as tf
"/home/shuchen/softwares/anaconda2/lib/python2.7/site-packages/tensorflow/__init__.py", line 24, in <module>
from tensorflow.python import *
"/home/shuchen/softwares/anaconda2/lib/python2.7/site-packages/tensorflow/python/__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
"/home/shuchen/softwares/anaconda2/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", line 52, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/prat/.local/lib/python3.5/site-packages/imgaug/__init__.py", line 2, in <module>
from imgaug.imgaug import *
"/home/prat/.local/lib/python3.5/site-packages/imgaug/imgaug.py", line 22, in <module>
import skimage.draw
"/home/prat/.local/lib/python3.5/site-packages/skimage/__init__.py", line 167, in <module>
from .util.dtype import (img_as_float32,
"/home/prat/.local/lib/python3.5/site-packages/skimage/util/__init__.py", line 8, in <module>
from .arraycrop import crop
"/home/prat/.local/lib/python3.5/site-packages/skimage/util/arraycrop.py", line 8, in <module>
from numpy.lib.arraypad import _validate_lengths
ImportError: cannot import name '_validate_lengths'
| 0.764746 |
Traceback (most recent call last):
"/usr/src/app/homeassistant/setup.py", line 148, in _async_setup_component
component.setup, hass, processed_config)
# type: ignore
"/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/app/homeassistant/components/blink/__init__.py", line 100, in setup
hass.data[BLINK_DATA].start()
"/usr/local/lib/python3.6/site-packages/blinkpy/blinkpy.py", line 83, in start
sync_module.start()
"/usr/local/lib/python3.6/site-packages/blinkpy/sync_module.py", line 99, in start
self.videos = self.get_videos()
"/usr/local/lib/python3.6/site-packages/blinkpy/sync_module.py", line 148, in get_videos
camera_name = entry['camera_name']
TypeError: string indices must be integers
|
Traceback (most recent call last):
"/usr/local/Cellar/saltstack/2014.7.0/lib/python2.7/site-packages/salt/utils/templates.py", line 286, in render_jinja_tmpl
output = template.render(**unicode_context)
"/usr/local/Cellar/saltstack/2014.7.0/libexec/lib/python2.7/site-packages/jinja2/environment.py", line 969, in render
return self.environment.handle_exception(exc_info, True)
"/usr/local/Cellar/saltstack/2014.7.0/libexec/lib/python2.7/site-packages/jinja2/environment.py", line 742, in handle_exception
reraise(exc_type, exc_value, tb)
"<template>", line 1, in top-level template code
"/usr/local/Cellar/saltstack/2014.7.0/lib/python2.7/site-packages/salt/modules/cmdmod.py", line 949, in retcode
use_vt=use_vt)
"/usr/local/Cellar/saltstack/2014.7.0/lib/python2.7/site-packages/salt/modules/cmdmod.py", line 358, in _run
proc = salt.utils.timed_subprocess.TimedProc(cmd, **kwargs)
"/usr/local/Cellar/saltstack/2014.7.0/lib/python2.7/site-packages/salt/utils/timed_subprocess.py", line 23, in __init__
self.process = subprocess.Popen(args, **kwargs)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
TypeError: list indices must be integers, not str | 0.702624 |
Traceback (most recent call last):
"/content/generative_inpainting/test.py", line 32, in <module>
assert image.shape == mask.shape
AttributeError: 'NoneType' object has no attribute 'shape' | Traceback (most recent call last):
"numpy.py", line 1, in <module>
import numpy as np
"/home/xzhang/python/numpy.py", line 2, in <module>
np.test('full')
AttributeError: module 'numpy' has no attribute 'test'
| 0.811015 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 249, in async_update_ha_state
await self.async_device_update()
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 417, in async_device_update
await self.async_update()
"/usr/src/homeassistant/homeassistant/components/template/sensor.py", line 220, in async_update
self._state = self._template.async_render()
"/usr/src/homeassistant/homeassistant/helpers/template.py", line 215, in async_render
return compiled.render(kwargs).strip()
"/usr/local/lib/python3.7/site-packages/jinja2/asyncsupport.py", line 76, in render
return original_render(self, *args, **kwargs)
"/usr/local/lib/python3.7/site-packages/jinja2/environment.py", line 1008, in render
return self.environment.handle_exception(exc_info, True)
"/usr/local/lib/python3.7/site-packages/jinja2/environment.py", line 780, in handle_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.7/site-packages/jinja2/_compat.py", line 37, in reraise
raise value.with_traceback(tb)
"<template>", line 1, in top-level template code
TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'
| Traceback (most recent call last):
"/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/__init__.py", line 68, in pluginData
response = api_plugin.on_api_get(request)
"/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/__init__.py", line 280, in on_api_get
if refresh_repository or not self._is_repository_cache_valid():
"/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/__init__.py", line 797, in _is_repository_cache_valid
return mtime + self._repository_cache_ttl >= time.time() > mtime
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
| 0.676082 |
Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named request
| 0.76598 |
Traceback (most recent call last):
"/usr/local/Cellar/azure-cli/2.0.49/libexec/lib/python3.7/site-packages/knack/cli.py", line 197, in invoke
cmd_result = self.invocation.execute(args)
"/usr/local/Cellar/azure-cli/2.0.49/libexec/lib/python3.7/site-packages/azure/cli/core/commands/__init__.py", line 372, in execute
six.reraise(*sys.exc_info())
"/usr/local/Cellar/azure-cli/2.0.49/libexec/lib/python3.7/site-packages/six.py", line 693, in reraise
raise value
"/usr/local/Cellar/azure-cli/2.0.49/libexec/lib/python3.7/site-packages/azure/cli/core/commands/__init__.py", line 346, in execute
result = cmd(params)
"/usr/local/Cellar/azure-cli/2.0.49/libexec/lib/python3.7/site-packages/azure/cli/core/commands/__init__.py", line 182, in __call__
return self.handler(*args, **kwargs)
"/usr/local/Cellar/azure-cli/2.0.49/libexec/lib/python3.7/site-packages/azure/cli/core/__init__.py", line 436, in default_command_handler
result = op(**command_args)
"/usr/local/Cellar/azure-cli/2.0.49/libexec/lib/python3.7/site-packages/azure/cli/command_modules/appservice/custom.py", line 805, in update_container_settings
return _mask_creds_related_appsettings(_filter_for_container_settings(cmd, resource_group_name, name, settings))
"/usr/local/Cellar/azure-cli/2.0.49/libexec/lib/python3.7/site-packages/azure/cli/command_modules/appservice/custom.py", line 843, in _filter_for_container_settings
fx_version = _get_fx_version(cmd, resource_group_name, name, slot).strip()
AttributeError: 'NoneType' object has no attribute 'strip'
| Traceback (most recent call last):
"/usr/local/bin/salt-ssh", line 33, in <module>
sys.exit(load_entry_point('salt==3001', 'console_scripts', 'salt-ssh')())
"/usr/local/Cellar/salt/3001/libexec/lib/python3.8/site-packages/salt/scripts.py", line 499, in salt_ssh
client.run()
"/usr/local/Cellar/salt/3001/libexec/lib/python3.8/site-packages/salt/cli/ssh.py", line 26, in run
ssh.run()
"/usr/local/Cellar/salt/3001/libexec/lib/python3.8/site-packages/salt/client/ssh/__init__.py", line 787, in run
for ret in self.handle_ssh():
"/usr/local/Cellar/salt/3001/libexec/lib/python3.8/site-packages/salt/client/ssh/__init__.py", line 604, in handle_ssh
routine.start()
"/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
"/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
"/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/context.py", line 283, in _Popen
return Popen(process_obj)
"/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 32, in __init__
super().__init__(process_obj)
"/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
"/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 47, in _launch
reduction.dump(process_obj, fp)
"/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
"/usr/local/Cellar/salt/3001/libexec/lib/python3.8/site-packages/salt/utils/process.py", line 755, in __getstate__
args = self._args_for_getstate
AttributeError: 'Process' object has no attribute '_args_for_getstate'
| 0.670526 |
Traceback (most recent call last):
"catalyst_main.py", line 471, in <module>
data_frequency='minute',
"/opt/app-root/lib/python3.6/site-packages/catalyst/utils/run_algo.py", line 596, in run_algorithm
stats_output=stats_output
"/opt/app-root/lib/python3.6/site-packages/catalyst/utils/run_algo.py", line 358, in _run
overwrite_sim_params=False,
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/exchange_algorithm.py", line 1052, in run
data, overwrite_sim_params
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/exchange_algorithm.py", line 360, in run
data, overwrite_sim_params
"/opt/app-root/lib/python3.6/site-packages/catalyst/algorithm.py", line 725, in run
for perf in self.get_generator():
"/opt/app-root/lib/python3.6/site-packages/catalyst/gens/tradesimulation.py", line 224, in transform
for capital_change_packet in every_bar(dt):
"/opt/app-root/lib/python3.6/site-packages/catalyst/gens/tradesimulation.py", line 137, in every_bar
handle_data(algo, current_data, dt_to_use)
"/opt/app-root/lib/python3.6/site-packages/catalyst/utils/events.py", line 216, in handle_data
dt,
"/opt/app-root/lib/python3.6/site-packages/catalyst/utils/events.py", line 235, in handle_data
self.callback(context, data)
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/exchange_algorithm.py", line 906, in handle_data
self._handle_data(self, data)
"catalyst_main.py", line 289, in handle_data
order_id = order(asset, 0.95*(-1.)*amount, limit_price=limit_price) # to keep cash non-negative
"/opt/app-root/lib/python3.6/site-packages/catalyst/utils/api_support.py", line 57, in wrapped
return getattr(algo_instance, f.__name__)(*args, **kwargs)
"/opt/app-root/lib/python3.6/site-packages/catalyst/utils/api_support.py", line 126, in wrapped_method
return method(self, *args, **kwargs)
"/opt/app-root/lib/python3.6/site-packages/catalyst/algorithm.py", line 1469, in order
return self.blotter.order(asset, amount, style)
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/exchange_blotter.py", line 170, in order
if amount == 0:
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/exchange_blotter.py", line 186, in order
args=(asset, amount, style),
"/opt/app-root/lib/python3.6/site-packages/redo/__init__.py", line 162, in retry
return action(*args, **kwargs)
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/exchange_blotter.py", line 164, in exchange_order
asset, amount, style
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/exchange.py", line 855, in order
return self.create_order(asset, amount, is_buy, style)
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/ccxt/ccxt_exchange.py", line 940, in create_order
before_order_dt, asset, amount, is_buy, style, prec_amount
"/opt/app-root/lib/python3.6/site-packages/redo/__init__.py", line 162, in retry
return action(*args, **kwargs)
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/ccxt/ccxt_exchange.py", line 866, in _handle_request_timeout
dt_before=dt_before, symbol=symbol)
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/ccxt/ccxt_exchange.py", line 817, in _fetch_missing_order
missing_order = self._check_order_found(previous_orders)
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/ccxt/ccxt_exchange.py", line 785, in _check_order_found
[x.id for x in new_orders])
"/opt/app-root/lib/python3.6/site-packages/catalyst/exchange/ccxt/ccxt_exchange.py", line 785, in <listcomp>
[x.id for x in new_orders])
AttributeError: 'dict' object has no attribute 'id'
| >Traceback (most recent call last):
"baseline1_train.py", line 161, in <module>
main();
"baseline1_train.py", line 103, in main
max_length = 100000);
"/home/xieyi/.local/lib/python3.7/site-packages/gin/config.py", line 1032, in wrapper
utils.augment_exception_message_and_reraise(e, err_str)
"/home/xieyi/.local/lib/python3.7/site-packages/gin/utils.py", line 49, in augment_exception_message_and_reraise
six.raise_from(proxy.with_traceback(exception.__traceback__), None)
"<string>", line 3, in raise_from
"/home/xieyi/.local/lib/python3.7/site-packages/gin/config.py", line 1009, in wrapper
return fn(*new_args, **new_kwargs)
"/home/xieyi/.local/lib/python3.7/site-packages/tf_agents/replay_buffers/tf_uniform_replay_buffer.py", line 151, in __init__
self._data_table = table_fn(self._data_spec, self._capacity_value)
"/home/xieyi/.local/lib/python3.7/site-packages/tf_agents/replay_buffers/table.py", line 55, in __init__
self._tensor_spec)
"/home/xieyi/.local/lib/python3.7/site-packages/tensorflow_core/python/util/nest.py", line 547, in map_structure
structure[0], [func(*x) for x in entries],
"/home/xieyi/.local/lib/python3.7/site-packages/tensorflow_core/python/util/nest.py", line 547, in <listcomp>
structure[0], [func(*x) for x in entries],
"/home/xieyi/.local/lib/python3.7/site-packages/tf_agents/replay_buffers/table.py", line 52, in _create_unique_slot_name
return tf.compat.v1.get_default_graph().unique_name(spec.name or 'slot')
AttributeError: 'NoneType' object has no attribute 'name'
| 0.706012 |
Traceback (most recent call last):
"/usr/bin/angrysearch", line 34, in <module>
import PyQt5.QtGui as Qg
ImportError: /usr/lib/x86_64-linux-gnu/VBoxOGLcrutil.so: undefined symbol: crypt_r
| Traceback (most recent call last):
"main.py", line 1, in <module>
"PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
"cupy\__init__.py", line 41, in <module>
ImportError: CuPy is not correctly installed.
| 0.710308 |
Traceback (most recent call last):
"/output_report.py", line 72, in <module>
main(*sys.argv[1:4], report_type='latex')
"/output_report.py", line 68, in main
create_report(parser, builder, nmap_command, start_date, output, ip_source)
"/output_report.py", line 20, in create_report
builder.add_vulnerable_services(parser.vulnerable_dict)
"/contrib/report_builders/latex_report_builder.py", line 58, in add_vulnerable_services
+ '\\\\ \\hline \\end{tabular}
')
AttributeError: 'str' object has no attribute 'url'
| Traceback (most recent call last):
"C:\Python27-32\lib\lib-tk\Tkinter.py", line 1541, in __call__
return self.func(*args)
"C:\Python27-32\lib\site-packages\appJar\appjar.py", line 3574, in <lambda>
return lambda *args: funcName(param)
"C:\Users\ChrisThomas\Documents\Python\GUI\testing.py", line 26, in authenticate_press
win.errorBox( 'Error', 'Invalid userid or password', parent='Authenticate')
"C:\Python27-32\lib\site-packages\appJar\appjar.py", line 10824, in errorBox
self._bringToFront(parent)
"C:\Python27-32\lib\site-packages\appJar\appjar.py", line 2326, in _bringToFront
top = win.attributes('-topmost')
AttributeError: 'str' object has no attribute 'attributes'`
| 0.697915 |
Traceback (most recent call last):
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\exceptions.py", line 1062, in __call__
return func(*args, **kwargs)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\cli\main.py", line 84, in _main
exit_code = do_call(args, p)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\cli\conda_argparse.py", line 82, in do_call
exit_code = getattr(module, func_name)(args, parser)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\cli\main_create.py", line 37, in execute
install(args, parser, 'create')
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\cli\install.py", line 256, in install
force_reinstall=context.force_reinstall or context.force,
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\core\solve.py", line 112, in solve_for_transaction
force_remove, force_reinstall)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\core\solve.py", line 150, in solve_for_diff
force_remove)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\core\solve.py", line 262, in solve_final_state
ssc = self._run_sat(ssc)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\common\io.py", line 88, in decorated
return f(*args, **kwds)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\core\solve.py", line 780, in _run_sat
repodata_fn=self._repodata_fn)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\common\io.py", line 88, in decorated
return f(*args, **kwds)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\resolve.py", line 1183, in solve
self.find_conflicts(specs, specs_to_add, history_specs)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\resolve.py", line 336, in find_conflicts
bad_deps = self.build_conflict_map(specs, specs_to_add, history_specs)
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\resolve.py", line 425, in build_conflict_map
deps = set.union(*[set(self.ms_depends_.get(prec)) for prec in precs])
"C:\Users\Geoff\Miniconda3\lib\site-packages\conda\resolve.py", line 425, in <listcomp>
deps = set.union(*[set(self.ms_depends_.get(prec)) for prec in precs])
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):on ..
"udemy-dl.py", line 1444, in <module>
main()
"udemy-dl.py", line 1294, in main
udemy.course_list_down(chapter_number=options.chapter, lecture_number=options.lecture, unsafe=options.unsafe)
"udemy-dl.py", line 154, in course_list_down
course = udemy.course(url=self.url, username=self.username, password=self.password, cookies=self.cookies)
"D:\test\udemy-dl\udemy\_udemy.py", line 38, in course
return Udemy(url, username, password, cookies, basic, callback)
"D:\test\udemy-dl\udemy\_internal.py", line 44, in __init__
super(InternUdemyCourse, self).__init__(*args, **kwargs)
"D:\test\udemy-dl\udemy\_shared.py", line 62, in __init__
self._fetch_course()
"D:\test\udemy-dl\udemy\_internal.py", line 56, in _fetch_course
self._info
=
self._real_extract(self._url)
"D:\test\udemy-dl\udemy\_extract.py", line 396, in _real_extract
course_id, course_info = self._extract_course_info(url)
"D:\test\udemy-dl\udemy\_extract.py", line 123, in _extract_course_info
portal_name, course_name = self._course_name(url)
TypeError: 'NoneType' object is not iterable | 0.711418 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.