text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/cli.py", line 403, in main
environments=options.environments, tasks=arguments)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/reactor.py", line 129, in build
self.build_execution_plan(tasks, execution_plan)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/reactor.py", line 171, in build_execution_plan
reactor=self)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/execution.py", line 336, in execute_execution_plan
summaries.append(self.execute_task(task, **keyword_arguments))
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/execution.py", line 283, in execute_task
task.execute(self.logger, keyword_arguments)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/execution.py", line 168, in execute
executable.execute(argument_dict)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/execution.py", line 99, in execute
self.callable(*arguments)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/plugins/python/install_dependencies_plugin.py", line 56, in install_dependencies
install_build_dependencies(logger, project)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/plugins/python/install_dependencies_plugin.py", line 65, in install_build_dependencies
install_dependency(logger, project, dependency)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/plugins/python/install_dependencies_plugin.py", line 119, in install_dependency
exit_code = execute_command(pip_command_line, log_file, env=os.environ, shell=False)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/site-packages/pybuilder/utils.py", line 176, in execute_command
shell=shell)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
"/home/denis/apps/miniconda/envs/freshdmp/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | Traceback (most recent call last):
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 522, in __bootstrap_inner
self.run()
"./git.py", line 47, in run
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 595, in __init__
errread, errwrite)
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 1106, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | 0.884726 |
Traceback (most recent call last):
"/home/julian/Downloads/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm", line 10, in <module>
from opensfm import commands
"/home/julian/Downloads/OpenDroneMap/SuperBuild/src/opensfm/opensfm/commands/__init__.py", line 2, in <module>
import extract_metadata
"/home/julian/Downloads/OpenDroneMap/SuperBuild/src/opensfm/opensfm/commands/extract_metadata.py", line 5, in <module>
from opensfm import dataset
"/home/julian/Downloads/OpenDroneMap/SuperBuild/src/opensfm/opensfm/dataset.py", line 12, in <module>
from opensfm import io
"/home/julian/Downloads/OpenDroneMap/SuperBuild/src/opensfm/opensfm/io.py", line 9, in <module>
from opensfm import features
"/home/julian/Downloads/OpenDroneMap/SuperBuild/src/opensfm/opensfm/features.py", line 12, in <module>
import csfm
ImportError: No module named csfm
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/renyiguang/.local/share/virtualenvs/py3interface-rXFxZXWO/lib/python3.6/site-packages/ethereum/__init__.py", line 11, in <module>
from . import slogging
# noqa
"/Users/renyiguang/.local/share/virtualenvs/py3interface-rXFxZXWO/lib/python3.6/site-packages/ethereum/slogging.py", line 6, in <module>
from ethereum.utils import bcolors, is_numeric
"/Users/renyiguang/.local/share/virtualenvs/py3interface-rXFxZXWO/lib/python3.6/site-packages/ethereum/utils.py", line 13, in <module>
from rlp.utils import decode_hex, encode_hex, ascii_chr, str_to_bytes
ImportError: cannot import name 'decode_hex' | 0.787361 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 82, in async_setup
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
"/usr/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
return fut.result()
"/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/lib/python3.6/site-packages/homeassistant/components/sensor/influxdb.py", line 80, in setup_platform
sensor = InfluxSensor(hass, influx_conf, query)
"/usr/lib/python3.6/site-packages/homeassistant/components/sensor/influxdb.py", line 114, in __init__
influx.query("select * from /.*/ LIMIT 1;")
"/usr/lib/python3.6/site-packages/influxdb/client.py", line 394, in query
expected_response_code=expected_response_code
"/usr/lib/python3.6/site-packages/influxdb/client.py", line 252, in request
timeout=self._timeout
"/usr/lib/python3.6/site-packages/requests/sessions.py", line 508, in request
resp = self.send(prep, **send_kwargs)
"/usr/lib/python3.6/site-packages/requests/sessions.py", line 618, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python3.6/site-packages/requests/adapters.py", line 508, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='myec2server.compute-1.amazonaws.com', port=8086): Max retries exceeded with url: /query?q=select+%2A+from+%2F.%2A%2F+LIMIT+1%3B&db=homeassistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7364c0d0>: Failed to establish a new connection: [Errno -2] Name does not resolve',))
| Traceback (most recent call last):
"c:\users\user.profile\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\user.profile\AppData\Local\Programs\Python\Python37\Scripts\polyaxon.exe\__main__.py", line 9, in <module>
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 829, in __call__
return self.main(*args, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 782, in main
rv = self.invoke(ctx)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\click\decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\logger.py", line 85, in clean_outputs_wrapper
return fn(*args, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\cli\run.py", line 351, in run
eager=eager,
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\cli\executor\platform.py", line 137, in run
run_upload, path_to=upload_to, path_from=upload_from, sync_failure=True
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\click\decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\logger.py", line 85, in clean_outputs_wrapper
return fn(*args, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\cli\operations.py", line 999, in upload
relative_to=path_from,
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\client\decorators\client_handler.py", line 92, in wrapper
return f(*args, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\client\run.py", line 929, in upload_artifacts_dir
relative_to=relative_to,
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\client\decorators\client_handler.py", line 92, in wrapper
return f(*args, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\client\run.py", line 966, in upload_artifacts
relative_to=relative_to,
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\stores\polyaxon_store.py", line 297, in upload_dir
url, files=files, files_size=files_size, json_data=json_data
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\polyaxon\stores\polyaxon_store.py", line 160, in upload
timeout=timeout,
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\requests\sessions.py", line 578, in post
return self.request('POST', url, data=data, json=json, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\requests\sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\requests\sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
"c:\users\user.profile\appdata\local\programs\python\python37\lib\site-packages\requests\adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='streams', port=80): Max retries exceeded with url: /v1/polyaxon/default/test/runs/8d24b0662ed14002b5fd30a1d5d0dfb2/artifacts (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000230FAC6EAC8>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))
| 0.789437 |
Traceback (most recent call last):
"c:\python37\Lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\python37\Lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\smart\.cache\pre-commit\repoh33xm34r\py_env-python3.7\Scripts\check-yaml.exe\__main__.py", line 9, in <module>
"c:\users\smart\.cache\pre-commit\repoh33xm34r\py_env-python3.7\lib\site-packages\pre_commit_hooks\check_yaml.py", line 60, in check_yaml
load_fn(open(filename), Loader=Loader)
"c:\users\smart\.cache\pre-commit\repoh33xm34r\py_env-python3.7\lib\site-packages\yaml\__init__.py", line 114, in load
return loader.get_single_data()
"c:\users\smart\.cache\pre-commit\repoh33xm34r\py_env-python3.7\lib\site-packages\yaml\constructor.py", line 41, in get_single_data
node = self.get_single_node()
"ext\_yaml.pyx", line 702, in _yaml.CParser.get_single_node
"ext\_yaml.pyx", line 903, in _yaml.CParser._parse_next_event
"ext\_yaml.pyx", line 912, in _yaml.input_handler
UnicodeDecodeError: 'cp932' codec can't decode byte 0x84 in position 1018: illegal multibyte sequence
| Traceback (most recent call last):
"C:\Users\***\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\basecommand.py", line 215, in main
status = self.run(options, args)
"C:\Users\***\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\commands\install.py", line 342, in run
prefix=options.prefix_path,
"C:\Users\***\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\req\req_set.py", line 784, in install
**kwargs
"C:\Users\***\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\req\req_install.py", line 878, in install
spinner=spinner,
"C:\Users\***\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\utils\__init__.py", line 676, in call_subprocess
line = console_to_str(proc.stdout.readline())
"C:\Users\***\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\compat\__init__.py", line 75, in console_to_str
return s.decode('utf_8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 68: invalid continuation byte
| 0.713151 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/salt/loader.py", line 1722, in _process_virtual
virtual = getattr(mod, virtual_func)()
"/usr/local/lib/python3.6/site-packages/salt/modules/kernelpkg_linux_yum.py", line 41, in __virtual__
elif __grains__.get('os', '').lower() \
AttributeError: 'NoneType' object has no attribute 'lower'
| Traceback (most recent call last):
"/srv/homeassistant/lib/python3.5/site-packages/aiohttp/web_protocol.py", line 422, in start
resp = yield from self._request_handler(request)
"/srv/homeassistant/lib/python3.5/site-packages/aiohttp/web.py", line 306, in _handle
resp = yield from handler(request)
"/usr/lib/python3.5/asyncio/coroutines.py", line 213, in coro
res = yield from res
"/usr/lib/python3.5/asyncio/coroutines.py", line 213, in coro
res = yield from res
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/ban.py", line 58, in ban_middleware_handler
return (yield from handler(request))
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 428, in handle
result = yield from result
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/history.py", line 282, in get
return self.json_message('Invalid end_time', HTTP_BAD_REQUEST)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/util/dt.py", line 64, in as_utc
if dattim.tzinfo == UTC:
AttributeError: 'NoneType' object has no attribute 'tzinfo'
| 0.687741 |
Traceback (most recent call last):
"parlai/scripts/safe_interactive.py", line 11, in <module>
from parlai.core.params import ParlaiParser
ModuleNotFoundError: No module named 'parlai'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/charles/codes/deepchem/deepchem/__init__.py", line 9, in <module>
import deepchem.data
"/Users/charles/codes/deepchem/deepchem/data/__init__.py", line 9, in <module>
from deepchem.data.datasets import pad_features
"/Users/charles/codes/deepchem/deepchem/data/datasets.py", line 13, in <module>
from deepchem.utils.save import save_to_disk, save_metadata
"/Users/charles/codes/deepchem/deepchem/utils/save.py", line 9, in <module>
import joblib
ModuleNotFoundError: No module named 'joblib'
| 0.853655 |
Creating its own virtual env... Traceback (most recent call last):
"/home/kossak/anaconda3/lib/python3.6/site-packages/virtualenv.py", line 2328, in <module>
main()
"/home/kossak/anaconda3/lib/python3.6/site-packages/virtualenv.py", line 713, in main
symlink=options.symlink)
"/home/kossak/anaconda3/lib/python3.6/site-packages/virtualenv.py", line 945, in create_environment
download=download,
"/home/kossak/anaconda3/lib/python3.6/site-packages/virtualenv.py", line 901, in install_wheel
call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
"/home/kossak/anaconda3/lib/python3.6/site-packages/virtualenv.py", line 797, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /tmp/1/test/venv/bin/python3.6 - setuptools pip wheel failed with error code 1
| Traceback (most recent call last):
"/home/pi/AIY-projects-python/src/aiy/voice/tts.py", line 72, in <module>
_main()
"/home/pi/AIY-projects-python/src/aiy/voice/tts.py", line 68, in _main
device=args.device)
"/home/pi/AIY-projects-python/src/aiy/voice/tts.py", line 52, in say
with tempfile.NamedTemporary
(suffix='.wav', dir=RUN_DIR) as f:
"/usr/lib/python2.7/tempfile.py", line 475, in NamedTemporary
(fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
"/usr/lib/python2.7/tempfile.py", line 244, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/run/user/0/tmpQLiULx.wav'
| 0.679154 |
Traceback (most recent call last):
"/app/bin/com.github.geigi.cozy", line 35, in <module>
from cozy.ui import CozyUI
"/app/lib/python3.5/site-packages/cozy/ui.py", line 8, in <module>
from cozy.book_element import BookElement
"/app/lib/python3.5/site-packages/cozy/book_element.py", line 4, in <module>
import cozy.db as db
"/app/lib/python3.5/site-packages/cozy/db.py", line 16, in <module>
from playhouse.sqliteq import SqliteQueueDatabase
ImportError: No module named 'playhouse.sqliteq'
| Traceback (most recent call last):
"train.py", line 53, in <module>
from object_detection.builders import model_builder
"C:\tensorflow1\models\research\object_detection\builders\model_builder.py", line 38, in <module>
from object_detection.protos import model_pb2
"C:\tensorflow1\models\research\object_detection\protos\model_pb2.py", line 15, in <module>
from object_detection.protos import center_net_pb2 as object__detection_dot_protos_dot_center__net__pb2
ImportError: cannot import name 'center_net_pb2'
| 0.760546 |
btadmin@ansible-test-dev:/etc/ansible/GLANBIA$ python -c "from napalm.ios import IOSDriver"
Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: No module named napalm.ios
| `Traceback (most recent call last):
"examples/example.py", line 28, in <module>
import MinkowskiEngine as ME
"/media/shengjie/other/IndoorSemanticIns/MinkowskiEngine/MinkowskiEngine/__init__.py", line 35, in <module>
from SparseTensor import SparseTensor
"/media/shengjie/other/IndoorSemanticIns/MinkowskiEngine/MinkowskiEngine/SparseTensor.py", line 29, in <module>
from MinkowskiCoords import CoordsKey, CoordsManager
"/media/shengjie/other/IndoorSemanticIns/MinkowskiEngine/MinkowskiEngine/MinkowskiCoords.py", line 27, in <module>
import MinkowskiEngineBackend as MEB
ImportError: /home/shengjie/anaconda3/envs/py36/lib/python3.6/site-packages/MinkowskiEngine-0.2.4-py3.6-linux-x86_64.egg/MinkowskiEngineB`
| 0.718222 |
```Traceback (most recent call last):
"/usr/bin/xenon", line 11, in <module>
sys.exit(main())
"/usr/lib/python2.7/site-packages/xenon/__init__.py", line 72, in main
from xenon.core import analyze
"/usr/lib/python2.7/site-packages/xenon/core.py", line 6, in <module>
from radon.cli import Config
"/usr/lib/python2.7/site-packages/radon/cli/__init__.py", line 7, in <module>
import configparser
ImportError: No module named configparser
| Traceback (most recent call last):
"/usr/bin/pycompile", line 35, in <module>
from debpython.version import SUPPORTED, debsorted, vrepr, \
"/usr/share/python/debpython/version.py", line 24, in <module>
from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'
| 0.928988 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python3.8/site-packages/flask_restful/__init__.py", line 272, in error_router
return original_handler(e)
"/usr/local/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
raise value
"/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
"/usr/local/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/dashmachine/dashmachine/settings_system/routes.py", line 77, in add_images
new_path = os.path.join(dest_folder, file.name)
AttributeError: 'NoneType' object has no attribute 'name'
| Traceback (most recent call last):
"/var/task/handler.py", line 509, in lambda_handler
return LambdaHandler.lambda_handler(event, context)
"/var/task/handler.py", line 237, in lambda_handler
handler = cls()
"/var/task/handler.py", line 132, in __init__
wsgi_app_function = getattr(self.app_module, self.settings.APP_FUNCTION)
AttributeError: module 'api' has no attribute 'app'
| 0.670486 |
Traceback (most recent call last):
"/opt/rez-2.12.0/bin/rez/rez-pip", line 4, in <module>
run('pip')
"/opt/rez-2.12.0/lib/python2.7/site-packages/rez-2.12.0-py2.7.egg/rez/cli/_main.py", line 118, in run
returncode = run_cmd()
"/opt/rez-2.12.0/lib/python2.7/site-packages/rez-2.12.0-py2.7.egg/rez/cli/_main.py", line 110, in run_cmd
return opts.func(opts, opts.parser, arg_groups[1:])
"/opt/rez-2.12.0/lib/python2.7/site-packages/rez-2.12.0-py2.7.egg/rez/cli/pip.py", line 46, in command
release=opts.release)
"/opt/rez-2.12.0/lib/python2.7/site-packages/rez-2.12.0-py2.7.egg/rez/pip.py", line 262, in pip_install_package
requirements.extend(_get_dependencies(requirement, distributions))
"/opt/rez-2.12.0/lib/python2.7/site-packages/rez-2.12.0-py2.7.egg/rez/pip.py", line 74, in _get_dependencies
name = get_distrubution_name(name)
"/opt/rez-2.12.0/lib/python2.7/site-packages/rez-2.12.0-py2.7.egg/rez/pip.py", line 47, in get_distrubution_name
pip_to_rez_name = pip_name.lower().replace("-", "_")
AttributeError: 'NoneType' object has no attribute 'lower
| Traceback (most recent call last):
"examples/benchmark_ppo.py", line 48, in <module>
main()
"examples/benchmark_ppo.py", line 40, in main
metrics = benchmark.evaluate(agent)
"/home/pryhoda/HabitatProject/habitat-api/habitat/core/benchmark.py", line 63, in evaluate
action = agent.act(observations)
"/home/pryhoda/HabitatProject/habitat-api/habitat_baselines/agents/ppo_agents.py", line 134, in act
deterministic=False,
"/home/pryhoda/HabitatProject/habitat-api/habitat_baselines/rl/ppo/policy.py", line 40, in act
observations, rnn_hidden_states, prev_actions, masks
"/home/pryhoda/anaconda3/envs/habitat/lib/python3.6/site-packages/torch-1.4.0-py3.6-linux-x86_64.egg/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
"/home/pryhoda/HabitatProject/habitat-api/habitat_baselines/rl/ppo/policy.py", line 167, in forward
perception_embed = self.visual_encoder(observations)
"/home/pryhoda/anaconda3/envs/habitat/lib/python3.6/site-packages/torch-1.4.0-py3.6-linux-x86_64.egg/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
"/home/pryhoda/HabitatProject/habitat-api/habitat_baselines/rl/models/simple_cnn.py", line 142, in forward
depth_observations = depth_observations.permute(0, 3, 1, 2)
AttributeError: 'list' object has no attribute 'permute'
| 0.67465 |
Traceback (most recent call last):
"/home/l2k/.local/bin/wandb", line 7, in <module>
from wandb.cli import cli
"/home/l2k/.local/lib/python2.7/site-packages/wandb/__init__.py", line 8, in <module>
from .sync import Sync
"/home/l2k/.local/lib/python2.7/site-packages/wandb/sync.py", line 3, in <module>
from watchdog.observers import Observer
ImportError: No module named watchdog.observers
| Traceback (most recent call last):
"setup.py", line 5, in <module>
from pip.req import parse_requirements
ImportError: No module named pip.req
| 0.814883 |
Traceback (most recent call last):
"/usr/lib64/python2.6/runpy.py", line 122, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib64/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
"/opt/youtube-dl/bin/youtube-dl/__main__.py", line 19, in <module>
"/opt/youtube-dl/bin/youtube-dl/youtube_dl/__init__.py", line 471, in main
"/opt/youtube-dl/bin/youtube-dl/youtube_dl/__init__.py", line 461, in _real_main
"/opt/youtube-dl/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1993, in download
"/opt/youtube-dl/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 800, in extract_info
"/opt/youtube-dl/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 866, in process_ie_result
"/opt/youtube-dl/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 789, in extract_info
"/opt/youtube-dl/bin/youtube-dl/youtube_dl/extractor/common.py", line 440, in extract
"/opt/youtube-dl/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 397, in _real_extract
"/opt/youtube-dl/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 332, in _extract_feed_info
IndexError: list index out of range
| >Traceback (most recent call last):
"spacy_tagger.py", line 101, in <module>
plac.call(main(lang='nb'))
"spacy_tagger.py", line 77, in main
nlp.update([text], [annotations], sgd=optimizer, losses=losses)
"/Users/petterhohle/.pyenv/versions/spacy/lib/python3.5/site-packages/spacy/language.py", line 391, in update
gold = GoldParse(doc, **gold)
"gold.pyx", line 454, in spacy.gold.GoldParse.__init__
IndexError: list index out of range
| 0.756095 |
Traceback (most recent call last):
"/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/_cprequest.py", line 117, in run_hooks
hook()
"/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/_cprequest.py", line 65, in __call__
return self.callback(**self.kwargs)
"/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/lib/sessions.py", line 834, in init
set_response_cookie(path=path, path_header=path_header, name=name,
"/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/lib/sessions.py", line 875, in set_response_cookie
cherrypy.serving.request.headers.get(path_header) or
"/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/lib/httputil.py", line 425, in get
key = self.transform_key(key)
"/Users/jaraco/code/public/cherrypy/cherrypy/cherrypy/lib/httputil.py", line 460, in transform_key
return key.title()
AttributeError: 'NoneType' object has no attribute 'title'
| Traceback (most recent call last):
"/home/ehennenfent/manticore/manticore/core/worker.py", line 121, in run
current_state.execute()
"/home/ehennenfent/manticore/manticore/native/state.py", line 192, in execute
result = self._platform.execute()
"/home/ehennenfent/manticore/manticore/platforms/linux.py", line 2910, in execute
self.current.execute()
"/home/ehennenfent/manticore/manticore/native/cpu/abstractcpu.py", line 1017, in execute
implementation(*insn.operands)
"/home/ehennenfent/manticore/manticore/native/cpu/abstractcpu.py", line 1160, in new_method
return old_method(cpu, *args, **kw_args)
"/home/ehennenfent/manticore/manticore/native/cpu/x86.py", line 5516, in MOVZX
op0.write(Operators.ZEXTEND(op1.read(), op0.size))
"/home/ehennenfent/manticore/manticore/native/cpu/x86.py", line 778, in read
value = cpu.read_int(self.address(), self.size)
"/home/ehennenfent/manticore/manticore/native/cpu/abstractcpu.py", line 733, in read_int
data = self._memory.read(where, size // 8, force)
"/home/ehennenfent/manticore/manticore/native/memory.py", line 1195, in read
solutions = self._try_get_solutions(address, size, "r", force=force)
"/home/ehennenfent/manticore/manticore/native/memory.py", line 1338, in _try_get_solutions
solutions = solver.get_all_values(
"/home/ehennenfent/manticore/manticore/core/smtlib/solver.py", line 535, in get_all_values
value = self._getvalue(var)
"/home/ehennenfent/manticore/manticore/core/smtlib/solver.py", line 384, in _getvalue
return self.__getvalue_bv(expression.name)
"/home/ehennenfent/manticore/manticore/core/smtlib/solver.py", line 356, in __getvalue_bv
expr, value = m.group("expr"), m.group("value")
# type: ignore
AttributeError: 'NoneType' object has no attribute 'group'
| 0.705619 |
Traceback (most recent call last):
"run_demo.py", line 8, in <module>
import scripts.label_st_align_to_var_rate as ltvr
"/data/my_user/external_projects/text-to-speech/merlin/egs/slt_arctic/s2/scripts/label_st_align_to_var_rate.py", line 31, in <module>
import magphase as mp
"/data/my_user/external_projects/text-to-speech/merlin/tools/magphase/src/magphase.py", line 13, in <module>
import libaudio as la
"/data/my_user/external_projects/text-to-speech/merlin/tools/magphase/src/libaudio.py", line 887
raise ValueError, "smooth only accepts 1 dimension arrays."
^
SyntaxError: invalid syntax
|
Traceback (most recent call last):
"eval.py", line 8, in <module>
from object_detection import evaluator
"/work/7_tfdet/models/research/object_detection/evaluator.py", line 24, in <module>
from object_detection import eval_util
"/work/7_tfdet/models/research/object_detection/eval_util.py", line 28, in <module>
from object_detection.metrics import coco_evaluation
"/work/7_tfdet/models/research/object_detection/metrics/coco_evaluation.py", line 21, in <module>
from object_detection.utils import object_detection_evaluation
"/work/7_tfdet/models/research/object_detection/utils/object_detection_evaluation.py", line 842
print 'Scores and tpfp per class label: {}'.format(class_index)
^
SyntaxError: invalid syntax
| 0.913085 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 557, in spawn_worker
worker.init_process()
"/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 126, in init_process
self.load_wsgi()
"/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 136, in load_wsgi
self.wsgi = self.app.wsgi()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 65, in load
return self.load_wsgiapp()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
return util.import_app(self.app_uri)
"/usr/local/lib/python2.7/dist-packages/gunicorn/util.py", line 357, in import_app
__import__(module)
"/root/Pcap-Analyzer-master/run.py", line 4, in <module>
from app import app
"/root/Pcap-Analyzer-master/app/__init__.py", line 11, in <module>
from app import views
"/root/Pcap-Analyzer-master/app/views.py", line 12, in <module>
from utils.ipmap_tools import getmyip, get_ipmap, get_geo
"/root/Pcap-Analyzer-master/app/utils/ipmap_tools.py", line 9, in <module>
import geoip2.database
ImportError: No module named geoip2.database
| Traceback (most recent call last):
"/root/anaconda3/envs/paddle/bin/hub", line 5, in <module>
from paddlehub.commands.hub import main
"/root/anaconda3/envs/paddle/lib/python3.7/site-packages/paddlehub/__init__.py", line 27, in <module>
from . import module
"/root/anaconda3/envs/paddle/lib/python3.7/site-packages/paddlehub/module/__init__.py", line 16, in <module>
from . import module
"/root/anaconda3/envs/paddle/lib/python3.7/site-packages/paddlehub/module/module.py", line 31, in <module>
from paddlehub.common import utils
"/root/anaconda3/envs/paddle/lib/python3.7/site-packages/paddlehub/common/__init__.py", line 16, in <module>
from . import utils
"/root/anaconda3/envs/paddle/lib/python3.7/site-packages/paddlehub/common/utils.py", line 30, in <module>
import cv2
"/root/anaconda3/envs/paddle/lib/python3.7/site-packages/cv2/__init__.py", line 5, in <module>
from .cv2 import *
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
| 0.673279 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named request
| Traceback (most recent call last):
"train.py", line 51, in <module>
from object_detection.builders import dataset_builder
"C:\Users\Nutzer\AppData\Local\Programs\Python\Python36\lib\site-packages\object_detection\builders\dataset_builder.py", line 27, in <module>
from object_detection.data_decoders import tf_example_decoder
"C:\Users\Nutzer\AppData\Local\Programs\Python\Python36\lib\site-packages\object_detection\data_decoders\tf_example_decoder.py", line 24, in <module>
from object_detection.protos import input_reader_pb2
ImportError: cannot import name 'input_reader_pb2'`
| 0.776624 |
Traceback (most recent call last):
"/home/$USER/env/bin/labelImg", line 9, in <module>
load_entry_point('labelImg==1.3.3', 'console_scripts', 'labelImg')()
"/home/$USER/env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 542, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/home/$USER/env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2569, in load_entry_point
return ep.load()
"/home/$USER/env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2229, in load
return self.resolve()
"/home/$USER/env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2235, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/home/$USER/env/lib/python3.5/site-packages/labelImg/labelImg.py", line 27, in <module>
import resources
ImportError: No module named 'resources'
| Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/virtualenv.py", line 37, in <module>
import zlib
ImportError: No module named 'zlib'
| 0.806019 |
Traceback (most recent call last):
"/usr/games/minigalaxy", line 66, in <module>
main()
"/usr/games/minigalaxy", line 57, in main
from minigalaxy.ui import Window
"/usr/lib/python3/dist-packages/minigalaxy/ui/__init__.py", line 2, in <module>
from minigalaxy.ui.window import Window
"/usr/lib/python3/dist-packages/minigalaxy/ui/window.py", line 5, in <module>
from minigalaxy.ui.login import Login
"/usr/lib/python3/dist-packages/minigalaxy/ui/login.py", line 12, in <module>
@Gtk.Template.from_file(os.path.join(UI_DIR, "login.ui"))
"/usr/lib/python3/dist-packages/gi/overrides/__init__.py", line 39, in __getattr__
return getattr(self._introspection_module, name)
"/usr/lib/python3/dist-packages/gi/module.py", line 137, in __getattr__
self.__name__, name))
AttributeError: 'gi.repository.Gtk' object has no attribute 'Template'
| Traceback (most recent call last):
"/usr/local/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3012, in _parsed_pkg_info
return self._pkg_info
"/usr/local/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2815, in __getattr__
raise AttributeError(attr)
AttributeError: _pkg_info
| 0.672452 |
Traceback (most recent call last):
"/usr/local/bin/lyrebird/app.py", line 5, in <module>
import lyrebird.mainwindow as mainwindow
"/usr/local/bin/lyrebird/lyrebird/mainwindow.py", line 10, in <module>
import lyrebird.core.presets as presets
"/usr/local/bin/lyrebird/lyrebird/core/presets.py", line 4, in <module>
import lyrebird.core.config as config
"/usr/local/bin/lyrebird/lyrebird/core/config.py", line 3, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
| Traceback (most recent call last):
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\Sourav\AppData\Local\Programs\Python\Python37-32\Scripts\anime.exe\__main__.py", line 9, in <module>
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\site-packages\click\core.py", line 764, in __call__
return self.main(*args, **kwargs)
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\site-packages\click\core.py", line 717, in main
rv = self.invoke(ctx)
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\site-packages\click\core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\site-packages\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\site-packages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\site-packages\click\decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\site-packages\anime_downloader\cli.py", line 102, in dl
anime_url = util.search(anime_url, provider)
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\site-packages\anime_downloader\util.py", line 59, in search
cls = get_anime_class(provider)
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\site-packages\anime_downloader\sites\init.py", line 21, in get_anime_class
'anime_downloader.sites.{}'.format(site[0])
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\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
"c:\users\sourav\appdata\local\programs\python\python37-32\lib\site-packages\anime_downloader\sites\kissanime.py", line 1, in <module>
import cfscrape
ModuleNotFoundError: No module named 'cfscrape' | 0.677149 |
Traceback (most recent call last):
"H:\Program
s\Sublime Text 3\sublime_plugin.py", line 550, in run_
return self.run(edit, **args)
"C:\Users\Mike\AppData\Roaming\Sublime Text 3\Packages\LaTeXTools\jumpToPDF.py", line 228, in run
subprocess.Popen(startCommands, startupinfo = si)
"./subprocess.py", line 824, in **init**
"./subprocess.py", line 1118, in _execute_child
NotFoundError: [WinError 2] The system cannot find the file specified | Traceback (most recent call last):
"D:\obj\Windows-Release\37amd64_Release\msi_python\zip_amd64\runpy.py", line 193, in _run_module_as_main
"D:\obj\Windows-Release\37amd64_Release\msi_python\zip_amd64\runpy.py", line 85, in _run_code
"C:\Users\IEUser\Downloads\python-3.7.3-embed-amd64\Scripts\pyinstaller.exe\__main__.py", line 9, in <module>
"c:\users\ieuser\downloads\python-3.7.3-embed-amd64\lib\site-packages\PyInstaller\__main__.py", line 111, in run
run_build(pyi_config, spec_file, **vars(args))
"c:\users\ieuser\downloads\python-3.7.3-embed-amd64\lib\site-packages\PyInstaller\__main__.py", line 63, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
"c:\users\ieuser\downloads\python-3.7.3-embed-amd64\lib\site-packages\PyInstaller\building\build_main.py", line 844, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
"c:\users\ieuser\downloads\python-3.7.3-embed-amd64\lib\site-packages\PyInstaller\building\build_main.py", line 791, in build
exec(code, spec_namespace)
"C:\Users\IEUser\Downloads\px\px.spec", line 17, in <module>
noarchive=False)
"c:\users\ieuser\downloads\python-3.7.3-embed-amd64\lib\site-packages\PyInstaller\building\build_main.py", line 243, in __init__
self.__postinit__()
"c:\users\ieuser\downloads\python-3.7.3-embed-amd64\lib\site-packages\PyInstaller\building\datastruct.py", line 158, in __postinit__
self.assemble()
"c:\users\ieuser\downloads\python-3.7.3-embed-amd64\lib\site-packages\PyInstaller\building\build_main.py", line 349, in assemble
excludes=self.excludes, user_hook_dirs=self.hookspath)
"c:\users\ieuser\downloads\python-3.7.3-embed-amd64\lib\site-packages\PyInstaller\depend\analysis.py", line 598, in initialize_modgraph
implies=get_implies(),
"c:\users\ieuser\downloads\python-3.7.3-embed-amd64\lib\site-packages\PyInstaller\lib\modulegraph\find_modules.py", line 100, in get_implies
files = os.listdir(xml.etree.__path__[0])
NotFoundError: [WinError 3] The system cannot find the path specified: 'c:\\users\\ieuser\\downloads\\python-3.7.3-embed-amd64\\python37.zip\\xml\\etree'
| 0.693813 |
Traceback (most recent call last):
"./coursera-dl", line 4, in <module>
from coursera import coursera_dl
"/shared/projects/my-coursera/coursera/coursera/coursera_dl.py", line 57, in <module>
import bs4
ImportError: No module named bs4
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"<path_to_virtualenv>/lib/python3.7/site-packages/spektral/__init__.py", line 5, in <module>
from . import layers
"<path_to_virtualenv>/lib/python3.7/site-packages/spektral/layers/__init__.py", line 4, in <module>
from .convolutional import *
"<path_to_virtualenv>/lib/python3.7/site-packages/spektral/layers/convolutional.py", line 5, in <module>
from keras.backend import tf
ImportError: cannot import name 'tf' from 'keras.backend' (<path_to_virtualenv>/lib/python3.7/site-packages/keras/backend/__init__.py)
| 0.744387 |
Traceback (most recent call last):
"C:\BuildbotWorker\buildpackage_windows\build\golemapp.py", line 304, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\click\core.py", line 722, in __call__
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\click\core.py", line 697, in main
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\click\core.py", line 895, in invoke
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\click\core.py", line 535, in invoke
"C:\BuildbotWorker\buildpackage_windows\build\golemapp.py", line 145, in start
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\golem\node.py", line 25, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\golem\client.py", line 69, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\golem\task\taskserver.py", line 62, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\golem\task\taskcomputer.py", line 18, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\golem\docker\manager.py", line 16, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\golem\docker\hypervisor\hyperv.py", line 10, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\os_win\__init__.py", line 19, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\eventlet\__init__.py", line 10, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\eventlet\convenience.py", line 4, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\eventlet\greenpool.py", line 4, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\eventlet\queue.py", line 49, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\eventlet\event.py", line 3, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\eventlet\hubs\__init__.py", line 19, in <module>
"C:\BuildbotWorker\buildpackage_windows\build\.venv\lib\site-packages\eventlet\hubs\__init__.py", line 19, in <genexpr>
"C:\Python36\lib\importlib\__init__.py", line 126, in import_module
ModuleNotFoundError: No module named 'eventlet.hubs.epolls'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'psutil'
| 0.71916 |
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
| Evaluating board_name ... Traceback (most recent call last):
"/usr/local/bin/rshell", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python3.5/dist-packages/rshell/command_line.py", line 4, in main
rshell.main.main()
"/usr/local/lib/python3.5/dist-packages/rshell/main.py", line 2843, in main
real_main()
"/usr/local/lib/python3.5/dist-packages/rshell/main.py", line 2809, in real_main
autoscan()
"/usr/local/lib/python3.5/dist-packages/rshell/main.py", line 315, in autoscan
connect_serial(port[0])
"/usr/local/lib/python3.5/dist-packages/rshell/main.py", line 1285, in connect_serial
dev = DeviceSerial(port, baud, wait)
"/usr/local/lib/python3.5/dist-packages/rshell/main.py", line 1565, in __init__
Device.__init__(self, pyb)
"/usr/local/lib/python3.5/dist-packages/rshell/main.py", line 1350, in __init__
self.name = self.remote_eval_last(board_name, self.default_board_name())
"/usr/local/lib/python3.5/dist-packages/rshell/main.py", line 1465, in remote_eval_last
return eval(self.remote(func, *args, **kwargs).split()[-1])
IndexError: list index out of range
| 0.718672 |
Traceback (most recent call last):
"/s/bach/g/under/cutreap/Desktop/hypergan/projpack/bin/hypergan", line 6, in <module>
import hyperchamber as hc
ModuleNotFoundError: No module named 'hyperchamber'
| Traceback (most recent call last):
"t.py", line 1, in <module>
from paddleocr import PaddleOCR, draw_ocr
"/app/lib/python3.8/site-packages/paddleocr/__init__.py", line 16, in <module>
from .paddleocr import PaddleOCR
"/app/lib/python3.8/site-packages/paddleocr/paddleocr.py", line 28, in <module>
from tools.infer import predict_system
"/app/lib/python3.8/site-packages/paddleocr/tools/infer/predict_system.py", line 21, in <module>
import tools.infer.utility as utility
"/app/lib/python3.8/site-packages/paddleocr/tools/infer/utility.py", line 17, in <module>
from ppocr.utils.utility import initial_logger
"/app/lib/python3.8/site-packages/paddleocr/ppocr/utils/utility.py", line 19, in <module>
from paddle import fluid
ModuleNotFoundError: No module named 'paddle'
| 0.784252 |
Traceback (most recent call last):
"/usr/lib/python3.6/socketserver.py", line 320, in _handle_request_noblock
self.process_request(request, client_address)
"/usr/lib/python3.6/socketserver.py", line 351, in process_request
self.finish_request(request, client_address)
"/usr/lib/python3.6/socketserver.py", line 364, in finish_request
self.RequestHandlerClass(request, client_address, self)
"/usr/lib/python3.6/socketserver.py", line 724, in __init__
self.handle()
"/usr/lib/python3.6/wsgiref/simple_server.py", line 133, in handle
handler.run(self.server.get_app())
"/usr/lib/python3.6/wsgiref/handlers.py", line 144, in run
self.close()
"/usr/lib/python3.6/wsgiref/simple_server.py", line 35, in close
self.status.split(' ',1)[0], self.bytes_sent
AttributeError: 'NoneType' object has no attribute 'split'
| Traceback (most recent call last):
"reconspider.py", line 39, in <module>
from core import repl_prompt
"/$LOCATION/reconspider/core/__init__.py", line 1, in <module>
from .repl_prompt import *
"/$LOCATION/reconspider/core/repl_prompt.py", line 153, in <module>
repl()
"/$LOCATION/reconspider/core/repl_prompt.py", line 121, in repl
user(choice,username)
"/$LOCATION/reconspider/plugins/Username.py", line 76, in user
find_name()
"/$LOCATION/reconspider/plugins/Username.py", line 34, in find_name
name = main_div.find(id="fb-timeline-cover-name").get_text()
AttributeError: 'NoneType' object has no attribute 'get_text'
| 0.719397 |
Traceback (most recent call last):
"/home/train.py", line 43, in <module>
from torchcrf import CRF
ModuleNotFoundError: No module named 'torchcrf'
| Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'helloworld'
| 0.730279 |
Traceback (most recent call last):
"E:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3789, in main
mainwindow = run_spyder(app, options, args)
"E:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3630, in run_spyder
main.setup()
"E:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 1013, in setup
from spyder.plugins.ipythonconsole.plugin import IPythonConsole
"E:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole\plugin.py", line 46, in <module>
from spyder.plugins.ipythonconsole.widgets import (ClientWidget,
"E:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole\widgets\__init__.py", line 24, in <module>
from .shell import ShellWidget
"E:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole\widgets\shell.py", line 29, in <module>
from spyder.plugins.ipythonconsole.comms.kernelcomm import KernelComm
"E:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole\comms\__init__.py", line 13, in <module>
from spyder_kernels.comms.commbase import CommError
ModuleNotFoundError: No module named 'spyder_kernels.comms'
| Error: Traceback (most recent call last):
"/lib/python3.7/site-packages/pyodide.py", line 42, in eval_code
exec(compile(mod, '<exec>', mode='exec'), ns, ns)
"<exec>", line 2, in <module>
"/lib/python3.7/ssl.py", line 98, in <module>
import _ssl
# if we can't import it, let the error propagate
ModuleNotFoundError: No module named '_ssl'
| 0.772438 |
Traceback (most recent call last):
"/Users/thibaultmaekelbergh/.pyenv/versions/3.5.2/lib/python3.5/site-packages/bandcamp_downloader-0.0.7.post6-py3.5.egg/bandcamp_dl/utils/requests_patch.py", line 2, in <module>
ImportError: No module named 'cchardet'
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/Volumes/Mechanus/Developer/Git_repositories/Python/numpy/setup.py", line 260, in <module>
setup_package()
"/Volumes/Mechanus/Developer/Git_repositories/Python/numpy/setup.py", line 244, in setup_package
from numpy.distutils.core import setup
"/Volumes/Mechanus/Developer/Git_repositories/Python/numpy/numpy/distutils/__init__.py", line 21, in <module>
from numpy.testing import Tester
"/Volumes/Mechanus/Developer/Git_repositories/Python/numpy/numpy/testing/__init__.py", line 14, in <module>
from .utils import *
"/Volumes/Mechanus/Developer/Git_repositories/Python/numpy/numpy/testing/utils.py", line 17, in <module>
from numpy.core import float32, empty, arange, array_repr, ndarray
"/Volumes/Mechanus/Developer/Git_repositories/Python/numpy/numpy/core/__init__.py", line 14, in <module>
from . import multiarray
ImportError: cannot import name 'multiarray' | 0.794959 |
Traceback (most recent call last):
"<string>", line 14, in <module>
"/home/luis/venv/build/reddit/setup.py", line 1, in <module>
from reddit.version import VERSION
"reddit/__init__.py", line 16, in <module>
import reddit.backport
# pylint: disable-msg=W0611
"reddit/backport.py", line 16, in <module>
from six import MovedAttribute, add_move
ImportError: No module named six | Traceback (most recent call last):
"tidos.py", line 13, in <module>
from core.tidos_main import *
"/Users/iSmartSa/tidos-framework/core/tidos_main.py", line 31, in <module>
from core.Auxillaries.auxil import *
"/Users/iSmartSa/tidos-framework/core/Auxillaries/auxil.py", line 23, in <module>
from imgext import *
"modules/0x05-Auxillaries+PF6/imgext.py", line 13, in <module>
import PIL.ExifTags
ImportError: No module named PIL.ExifTags | 0.816237 |
Traceback (most recent call last):
"/Users/brandon/src/images/.venv/bin/pip-compile", line 10, in <module>
sys.exit(cli())
"/Users/brandon/src/images/.venv/lib/python2.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/Users/brandon/src/images/.venv/lib/python2.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/Users/brandon/src/images/.venv/lib/python2.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/brandon/src/images/.venv/lib/python2.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/Users/brandon/src/images/.venv/lib/python2.7/site-packages/piptools/scripts/compile.py", line 130, in cli
repository = PyPIRepository(pip_options, session)
"/Users/brandon/src/images/.venv/lib/python2.7/site-packages/piptools/repositories/pypi.py", line 62, in __init__
process_dependency_links=pip_options.process_dependency_links,
AttributeError: Values instance has no attribute 'process_dependency_links'
| Traceback (most recent call last):
"/usr/bin/youtube-dl", line 10, in <module>
sys.exit(main())
"/usr/lib/python3.7/site-packages/youtube_dl/__init__.py", line 474, in main
_real_main(argv)
"/usr/lib/python3.7/site-packages/youtube_dl/__init__.py", line 464, in _real_main
retcode = ydl.download(all_urls)
"/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 2018, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
"/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/servingsys.py", line 51, in _real_extract
title = vast_doc.find('.//AdTitle').text
AttributeError: 'NoneType' object has no attribute 'text'
| 0.698766 |
Traceback (most recent call last):
"examples/ntlmrelayx.py", line 47, in <module>
from impacket import version
ImportError: No module named 'impacket'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\deeplabcutcore\__init__.py", line 20, in <module>
from deeplabcutcore.create_project import create_new_project, create_new_project_3d, add_new_videos, load_demo_data
"C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\deeplabcutcore\create_project\__init__.py", line 4, in <module>
from deeplabcutcore.create_project.demo_data import load_demo_data
"C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\deeplabcutcore\create_project\demo_data.py", line 14, in <module>
from deeplabcutcore.utils import auxiliaryfunctions
"C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\deeplabcutcore\utils\__init__.py", line 1, in <module>
from deeplabcutcore.utils.make_labeled_video import *
"C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\deeplabcutcore\utils\make_labeled_video.py", line 38, in <module>
from deeplabcutcore.pose_estimation_tensorflow.config import load_config
"C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\deeplabcutcore\pose_estimation_tensorflow\__init__.py", line 13, in <module>
from deeplabcutcore.pose_estimation_tensorflow.nnet import *
"C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\deeplabcutcore\pose_estimation_tensorflow\nnet\__init__.py", line 16, in <module>
from deeplabcutcore.pose_estimation_tensorflow.nnet.pose_net import *
"C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\deeplabcutcore\pose_estimation_tensorflow\nnet\pose_net.py", line 9, in <module>
import tensorflow.contrib.slim as slim
"C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\tensorflow\contrib\__init__.py", line 31, in <module>
from tensorflow.contrib import cluster_resolver
"C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\tensorflow\contrib\cluster_resolver\__init__.py", line 26, in <module>
from tensorflow.python.distribute.cluster_resolver.gce_cluster_resolver import GceClusterResolver
ImportError: cannot import name 'GceClusterResolver' from 'tensorflow.python.distribute.cluster_resolver.gce_cluster_resolver' (C:\Users\Administrator\anaconda3\envs\DLC-GPU\lib\site-packages\tensorflow\python\distribute\cluster_resolver\gce_cluster_resolver.py)
| 0.75257 |
Traceback (most recent call last):
"C:\Users\Joey\Anaconda3\lib\site-packages\numpy\core\__init__.py", line 16, in <module>
from . import multiarray
ImportError: DLL load failed: The specified module could not be found.
| Traceback (most recent call last):
"/home/julien/.venvs/tmp/lib/python3.5/site-packages/astroid/manager.py", line 129, in ast_from_module_name
module = modutils.load_module_from_name(modname)
"/home/julien/.venvs/tmp/lib/python3.5/site-packages/astroid/modutils.py", line 190, in load_module_from_name
return load_module_from_modpath(dotted_name.split('.'), path, use_sys)
"/home/julien/.venvs/tmp/lib/python3.5/site-packages/astroid/modutils.py", line 232, in load_module_from_modpath
mp_file, mp_filename, mp_desc = imp.find_module(part, path)
"/usr/lib/python3.5/imp.py", line 296, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named 'google'
| 0.700449 |
Traceback (most recent call last):
"/Users/arinto/anaconda3/envs/anaconda-env/lib/python3.6/site-packages/google/cloud/storage/client.py", line 387, in download_blob_to_file
blob_or_uri.download_to_file(file_obj, client=self, start=start, end=end)
AttributeError: 'str' object has no attribute 'download_to_file'
| Traceback (most recent call last):
"/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 56, in application
response = frappe.handler.handle()
"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 42, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 903, in call
return fn(*args, **newargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/core/page/permission_manager/permission_manager.py", line 32, in get_permissions
out = [p for p in out if p.parent == doctype]
AttributeError: 'str' object has no attribute 'parent'
| 0.702399 |
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/Time.py", line 5, in <module>
from semantic.dates import DateService
ImportError: No module named semantic.dates
| Traceback (most recent call last):
"tools/infer_simple.py", line 44, in <module>
import detectron.core.test_engine as infer_engine
"/home/mounir/detectron/detectron/core/test_engine.py", line 35, in <module>
from detectron.core.rpn_generator import generate_rpn_on_dataset
"/home/mounir/detectron/detectron/core/rpn_generator.py", line 42, in <module>
from detectron.datasets import task_evaluation
"/home/mounir/detectron/detectron/datasets/task_evaluation.py", line 45, in <module>
import detectron.datasets.cityscapes_json_dataset_evaluator \
"/home/mounir/detectron/detectron/datasets/cityscapes_json_dataset_evaluator.py", line 28, in <module>
import pycocotools.mask as mask_util
"/home/mounir/.local/lib/python2.7/site-packages/pycocotools/mask.py", line 3, in <module>
import pycocotools._mask as _mask
ImportError: /home/mounir/.local/lib/python2.7/site-packages/pycocotools/_mask.so: undefined symbol: PyFPE_jbuf
| 0.733485 |
Traceback (most recent call last):
"/homeassistant/lib64/python3.6/site-packages/homeassistant/helpers/entity.py", line 220, in async_update_ha_state
await self.async_device_update()
"/homeassistant/lib64/python3.6/site-packages/homeassistant/helpers/entity.py", line 377, in async_device_update
await self.hass.async_add_executor_job(self.update)
"/opt/rh/rh-python36/root/usr/lib64/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/homeassistant/lib64/python3.6/site-packages/homeassistant/components/broadlink/switch.py", line 312, in update
self._state = self._parent_device.get_outlet_status(self._slot)
"/homeassistant/lib64/python3.6/site-packages/homeassistant/components/broadlink/switch.py", line 325, in get_outlet_status
return self._states['s{}'.format(slot)]
TypeError: 'NoneType' object is not subscriptable
| Traceback (most recent call last):
"C:\Users\USER\AppData\Local\Programs\Python\Python39\Scripts\can_viewer.py", line 14, in <module>
main()
"c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\can\viewer.py", line 496, in main
curses.wrapper(CanViewer, bus, data_structs)
"c:\users\USER\appdata\local\programs\python\python39\lib\curses\__init__.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
"c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\can\viewer.py", line 74, in __init__
self.run()
"c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\can\viewer.py", line 84, in run
msg = self.bus.recv(timeout=1. / 1000.)
"c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\can\bus.py", line 83, in recv
msg, already_filtered = self._recv_internal(timeout=time_left)
TypeError: cannot unpack non-iterable NoneType object
| 0.68213 |
Traceback (most recent call last):
"/home/uo/youtube-dl-venv/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 793, in extract_info
ie_result = ie.extract(url)
"/home/uo/youtube-dl-venv/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"/home/uo/youtube-dl-venv/lib/python3.6/site-packages/youtube_dl/extractor/ard.py", line 219, in _real_extract
r'/play/(?:config|media)/(\d+)', webpage, 'media id')
"/home/uo/youtube-dl-venv/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 983, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract media id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1l3rbf78\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1l3rbf78\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1l3rbf78\build\youtube_dl\extractor\tiktok.py", line 101, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1l3rbf78\build\youtube_dl\extractor\common.py", line 1004, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract data; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.864363 |
Traceback (most recent call last):
"C:\Users\ASUS\Anaconda3\envs\tf k np installed 3.6\lib\site-packages\numpy\core\__init__.py", line 17, in <module>
from . import multiarray
"C:\Users\ASUS\Anaconda3\envs\tf k np installed 3.6\lib\site-packages\numpy\core\multiarray.py", line 14, in <module>
from . import overrides
"C:\Users\ASUS\Anaconda3\envs\tf k np installed 3.6\lib\site-packages\numpy\core\overrides.py", line 7, in <module>
from numpy.core._multiarray_umath import (
ImportError: DLL load failed: The specified module could not be found.
| Traceback (most recent call last):
"train.py", line 11, in <module>
from warpctc_pytorch import CTCLoss
"build/bdist.linux-x86_64/egg/warpctc_pytorch/__init__.py", line 8, in <module>
ImportError: No module named _warp_ctc
| 0.761883 |
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):
"runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
"runpy.py", line 109, in _get_module_details
__import__(pkg_name)
"flit/__init__.py", line 9, in <module>
from flit_core import common
ImportError: cannot import name 'common' from 'flit_core' (unknown location)
| 0.702763 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
"/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/xiaomi_miio/switch.py", line 100, in async_setup_platform
from miio import Device, DeviceException
"/srv/homeassistant/lib/python3.7/site-packages/miio/__init__.py", line 2, in <module>
from miio.airconditioningcompanion import AirConditioningCompanion
"/srv/homeassistant/lib/python3.7/site-packages/miio/airconditioningcompanion.py", line 8, in <module>
from .device import Device, DeviceException
"/srv/homeassistant/lib/python3.7/site-packages/miio/device.py", line 10, in <module>
import construct
"/srv/homeassistant/lib/python3.7/site-packages/construct/__init__.py", line 22, in <module>
from construct.core import *
"/srv/homeassistant/lib/python3.7/site-packages/construct/core.py", line 5, in <module>
from construct.lib import *
"/srv/homeassistant/lib/python3.7/site-packages/construct/lib/__init__.py", line 1, in <module>
from construct.lib.containers import *
"/srv/homeassistant/lib/python3.7/site-packages/construct/lib/containers.py", line 1, in <module>
from construct.lib.py3compat import *
"/srv/homeassistant/lib/python3.7/site-packages/construct/lib/py3compat.py", line 14, in <module>
import ruamel.yaml
"/srv/homeassistant/lib/python3.7/site-packages/ruamel/yaml/__init__.py", line 79, in <module>
from .cyaml import *
# NOQA
"/srv/homeassistant/lib/python3.7/site-packages/ruamel/yaml/cyaml.py", line 5, in <module>
from _ruamel_yaml import CParser, CEmitter
# type: ignore
"_ruamel_yaml.pyx", line 63, in init _ruamel_yaml
AttributeError: type object '_ruamel_yaml.Mark' has no attribute '__reduce_cython__'
| Traceback (most recent call last):
"/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/usr/share/king-phisher/king_phisher/client/__main__.py", line 48, in <module>
from king_phisher.client import application
"/usr/share/king-phisher/king_phisher/client/application.py", line 51, in <module>
from king_phisher import ssh_forward
"/usr/share/king-phisher/king_phisher/ssh_forward.py", line 46, in <module>
import paramiko
"/usr/lib/python3/dist-packages/paramiko/__init__.py", line 22, in <module>
from paramiko.transport import SecurityOptions, Transport
"/usr/lib/python3/dist-packages/paramiko/transport.py", line 38, in <module>
from paramiko.auth_handler import AuthHandler
"/usr/lib/python3/dist-packages/paramiko/auth_handler.py", line 72, in <module>
from paramiko.ssh_gss import GSSAuth, GSS_EXCEPTIONS
"/usr/lib/python3/dist-packages/paramiko/ssh_gss.py", line 55, in <module>
GSS_EXCEPTIONS = (gssapi.GSSException,)
AttributeError: module 'gssapi' has no attribute 'GSSException'
| 0.710576 |
Traceback (most recent call last):
"/nfs/user1/workspace/oncall/venv/bin/oncall-dev", line 11, in <module>
load_entry_point('oncall', 'console_scripts', 'oncall-dev')()
"/nfs/user1/workspace/oncall/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 565, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/nfs/user1/workspace/oncall/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2631, in load_entry_point
return ep.load()
"/nfs/user1/workspace/oncall/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2291, in load
return self.resolve()
"/nfs/user1/workspace/oncall/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2297, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/nfs/user1/workspace/oncall/src/oncall/bin/run_server.py", line 11, in <module>
import oncall.utils
"/nfs/user1/workspace/oncall/src/oncall/utils.py", line 13, in <module>
from constants import ONCALL_REMINDER
ModuleNotFoundError: No module named 'constants'
| Traceback (most recent call last):
"tidos_updater.py", line 18, in <module>
from core.Core.colors import *
ModuleNotFoundError: No module named 'core'
| 0.802264 |
Traceback (most recent call last):
"/Users/jim/Library/Python/3.6/lib/python/site-packages/keyring/backend.py", line 198, in _load_plugins
init_func = ep.load()
"/Users/jim/Library/Python/3.6/lib/python/site-packages/importlib_metadata/api.py", line 67, in load
attrs = filter(None, match.group('attr').split('.'))
AttributeError: 'NoneType' object has no attribute 'split'
| Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
"/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
"/config/custom_components/alexa_media/sensor.py", line 128, in async_setup_entry
discovery_info=None)
"/config/custom_components/alexa_media/helpers.py", line 111, in wrapper
result = await func(*args, **kwargs)
"/config/custom_components/alexa_media/sensor.py", line 89, in async_setup_platform
account)
"/config/custom_components/alexa_media/sensor.py", line 324, in __init__
'mdi:alarm')
"/config/custom_components/alexa_media/sensor.py", line 165, in __init__
self._all = list(map(self._fix_alarm_date_time, self._all))
"/config/custom_components/alexa_media/sensor.py", line 176, in _fix_alarm_date_time
value[1][self._sensor_property] = timezone.localize(naive_time)
"/usr/local/lib/python3.7/site-packages/pytz/tzinfo.py", line 317, in localize
if dt.tzinfo is not None:
AttributeError: 'NoneType' object has no attribute 'tzinfo'
| 0.678652 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\Lefty\AppData\Local\Temp\pip-ryy4ly_2-build\setup.py", line 16, in <module>
from PyInstaller import (__version__ as version, is_linux, is_win, is_cygwin,
ModuleNotFoundError: No module named 'PyInstaller'
| Traceback (most recent call last):
"examples/train.py", line 15, in <module>
import vedanet as vn
"./vedanet/__init__.py", line 13, in <module>
from . import engine
"./vedanet/engine/__init__.py", line 10, in <module>
from ._voc_test import *
"./vedanet/engine/_voc_test.py", line 10, in <module>
from utils.test import voc_wrapper
"./utils/test/voc_wrapper.py", line 4, in <module>
from .fast_rcnn.nms_wrapper import nms, soft_nms
"./utils/test/fast_rcnn/nms_wrapper.py", line 8, in <module>
from ..nms.gpu_nms import gpu_nms
ModuleNotFoundError: No module named 'utils.test.nms.gpu_nms'
| 0.817145 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/jon/Envs/mda3/lib/python3.4/site-packages/MDAnalysis/__init__.py", line 178, in <module>
from .lib import log
"/home/jon/Envs/mda3/lib/python3.4/site-packages/MDAnalysis/lib/__init__.py", line 36, in <module>
from . import distances
# distances relies on mdamath
"/home/jon/Envs/mda3/lib/python3.4/site-packages/MDAnalysis/lib/distances.py", line 121, in <module>
from c_distances_openmp import OPENMP_ENABLED as USED_OPENMP
ImportError: No module named 'c_distances_openmp'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
"/usr/local/lib/python3.6/dist-packages/gunicorn/workers/ggevent.py", line 203, in init_process
super(GeventWorker, self).init_process()
"/usr/local/lib/python3.6/dist-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
"/usr/local/lib/python3.6/dist-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
"/usr/local/lib/python3.6/dist-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
"/usr/local/lib/python3.6/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load
return self.load_wsgiapp()
"/usr/local/lib/python3.6/dist-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
return util.import_app(self.app_uri)
"/usr/local/lib/python3.6/dist-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
"/root/incubator-superset-0.34.0/superset/__init__.py", line 35, in <module>
from superset import config
"/root/incubator-superset-0.34.0/superset/config.py", line 25, in <module>
from superset_config import *
"/root/incubator-superset-0.34.0/superset_config.py", line 39, in <module>
from superset.stats_logger import StatsdStatsLogger
ImportError: cannot import name 'StatsdStatsLogger'
| 0.720322 |
Traceback (most recent call last):
"<frozen importlib._bootstrap>", line 971, in _find_and_load
"<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 665, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/usr/lib/python3.6/site-packages/cura/CuraApplication.py", line 56, in <module>
from cura.Machines.Models.BuildPlateModel import BuildPlateModel
"/usr/lib/python3.6/site-packages/cura/Machines/Models/BuildPlateModel.py", line 11, in <module>
from cura.Machines.VariantManager import VariantType
"/usr/lib/python3.6/site-packages/cura/Machines/VariantManager.py", line 8, in <module>
from UM.ConfigurationErrorMessage import ConfigurationErrorMessage
ModuleNotFoundError: No module named 'UM.ConfigurationErrorMessage'
| Traceback (most recent call last):
"/Users/huangzhiyong/anaconda3/bin/omg", line 11, in <module>
load_entry_point('plasma==0.0.0', 'console_scripts', 'omg')()
"/Users/huangzhiyong/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/Users/huangzhiyong/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2691, in load_entry_point
return ep.load()
"/Users/huangzhiyong/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2322, in load
return self.resolve()
"/Users/huangzhiyong/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2328, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/Users/huangzhiyong/anaconda3/lib/python3.6/site-packages/plasma-0.0.0-py3.6.egg/plasma/cli/__init__.py", line 1, in <module>
from .cli import cli
# Noqa F401
"/Users/huangzhiyong/anaconda3/lib/python3.6/site-packages/plasma-0.0.0-py3.6.egg/plasma/cli/cli.py", line 6, in <module>
from plasma.client.client import Client
"/Users/huangzhiyong/anaconda3/lib/python3.6/site-packages/plasma-0.0.0-py3.6.egg/plasma/client/client.py", line 7, in <module>
from plasma.config import plasma_config
ModuleNotFoundError: No module named 'plasma.config' | 0.715079 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 917, in _proxy_tool
ProxiedRequests(self.w3af)
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 158, in __init__
self.reload_options()
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 254, in reload_options
self._start_proxy()
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 308, in _start_proxy
self.proxy = InterceptProxy(ip, int(port), self.w3af.uri_opener)
"/usr/share/w3af/w3af/core/controllers/daemons/proxy/intercept_proxy.py", line 48, in __init__
name='LocalProxyThread')
"/usr/share/w3af/w3af/core/controllers/daemons/proxy/proxy.py", line 122, in __init__
port=port)
"/usr/share/w3af/mitmproxy/proxy/config.py", line 106, in __init__
sslversion_choices[ssl_version_client]KeyError: 'SSLv23' | Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 174, in _launch_exploit_all
exploit.exploit()
"/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 208, in exploit
s = self._generate_shell(vuln)
"/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 79, in _generate_shell
if self._verify_vuln(vuln_obj):
"/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 119, in _verify_vuln
sqlmap = SQLMapWrapper(target, self._uri_opener)
"/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 85, in __init__
self.start_proxy(uri_opener)
"/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 97, in start_proxy
self.proxy = Proxy(host, 0, uri_opener, name='SQLMapWrapperProxy')
"/usr/share/w3af/w3af/core/controllers/daemons/proxy/proxy.py", line 122, in __init__
port=port)
"/usr/share/w3af/mitmproxy/proxy/config.py", line 106, in __init__
sslversion_choices[ssl_version_client]KeyError: 'SSLv23' | 0.791904 |
Traceback (most recent call last):
"/root/projects/py/ims/.venv/lib/python3.7/site-packages/cx_Freeze/initscripts/__startup__.py", line 40, in run
module.run()
"/root/projects/py/ims/.venv/lib/python3.7/site-packages/cx_Freeze/initscripts/Console.py", line 37, in run
exec(code, {'__name__': '__main__'})
"app/__main__.py", line 12, in <module>
"/root/projects/py/ims/.venv/lib/python3.7/site-packages/uvloop/__init__.py", line 7, in <module>
from .loop import Loop as __BaseLoop
# NOQA
"uvloop/loop.pyx", line 42, in init uvloop.loop
ImportError: cannot import name _noop
| Traceback (most recent call last):
"spotdl.py", line 4, in <module>
from core import metadata
"/home/neo/Desktop/spotify-downloader/spotify-downloader/core/metadata.py", line 5, in <module>
import urllib.request
ImportError: No module named request
| 0.674949 |
Traceback (most recent call last):
"/data/anaconda/bin/pytest", line 7, in <module>
from py.test import main
ModuleNotFoundError: No module named 'py'
| Traceback (most recent call last):
"<string>", line 2, in <module>
ModuleNotFoundError: No module named 'win32com'
| 0.757119 |
Traceback (most recent call last):
"/home/dennis/.autotag/bin/lumi", line 11, in <module>
load_entry_point('luminoth', 'console_scripts', 'lumi')()
"/home/dennis/.autotag/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/home/dennis/.autotag/local/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/home/dennis/.autotag/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/dennis/.autotag/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/dennis/.autotag/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/home/dennis/pve/buildlum/luminoth/luminoth/predict.py", line 270, in predict
) if save_media_to else None
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
| Traceback (most recent call last):
"/build/python-argcomplete-1.8.1/test/test.py", line 258, in test_file_completion
os.makedirs(os.path.join("abcdefж", "klm"))
"/usr/lib/python2.7/os.py", line 148, in makedirs
if head and tail and not path.exists(head):
"/usr/lib/python2.7/genericpath.py", line 26, in exists
os.stat(path)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0436' in position 6: ordinal not in range(128)
| 0.713064 |
Traceback (most recent call last):
"/home/jens/.local/share/virtualenvs/thonny-6qUXfC5h/lib/python3.6/site-packages/thonny/__init__.py", line 166, in launch
bench.mainloop()
"/usr/lib/python3.6/tkinter/__init__.py", line 1283, in mainloop
self.tk.mainloop(n)
"/home/jens/.local/share/virtualenvs/thonny-6qUXfC5h/lib/python3.6/site-packages/thonny/tktextext.py", line 45, in _dispatch_tk_operation
return f(*args)
"/home/jens/.local/share/virtualenvs/thonny-6qUXfC5h/lib/python3.6/site-packages/thonny/shell.py", line 821, in intercept_insert
if get_runner().is_waiting_toplevel_command():
AttributeError: 'NoneType' object has no attribute 'is_waiting_toplevel_command'
| Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
"/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"/usr/local/lib/python2.7/dist-packages/paddle/v2/reader/decorator.py", line 271, in handle_worker
r = mapper(sample)
"/usr/local/lib/python2.7/dist-packages/paddle/v2/dataset/flowers.py", line 63, in default_mapper
img = load_image_bytes(img)
"/usr/local/lib/python2.7/dist-packages/paddle/v2/image.py", line 113, in load_image_bytes
img = cv2.imdecode(file_bytes, flag)
AttributeError: 'NoneType' object has no attribute 'imdecode'
| 0.675383 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/opt/conda/lib/python3.7/site-packages/detectron2/engine/__init__.py", line 11, in <module>
from .hooks import *
"/opt/conda/lib/python3.7/site-packages/detectron2/engine/hooks.py", line 18, in <module>
from detectron2.evaluation.testing import flatten_results_dict
"/opt/conda/lib/python3.7/site-packages/detectron2/evaluation/__init__.py", line 2, in <module>
from .cityscapes_evaluation import CityscapesInstanceEvaluator, CityscapesSemSegEvaluator
"/opt/conda/lib/python3.7/site-packages/detectron2/evaluation/cityscapes_evaluation.py", line 11, in <module>
from detectron2.data import MetadataCatalog
"/opt/conda/lib/python3.7/site-packages/detectron2/data/__init__.py", line 4, in <module>
from .build import (
"/opt/conda/lib/python3.7/site-packages/detectron2/data/build.py", line 12, in <module>
from detectron2.structures import BoxMode
"/opt/conda/lib/python3.7/site-packages/detectron2/structures/__init__.py", line 7, in <module>
from .masks import BitMasks, PolygonMasks, polygons_to_bitmask
"/opt/conda/lib/python3.7/site-packages/detectron2/structures/masks.py", line 9, in <module>
from detectron2.layers.roi_align import ROIAlign
"/opt/conda/lib/python3.7/site-packages/detectron2/layers/__init__.py", line 3, in <module>
from .deform_conv import DeformConv, ModulatedDeformConv
"/opt/conda/lib/python3.7/site-packages/detectron2/layers/deform_conv.py", line 11, in <module>
from detectron2 import _C
ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory
|
Traceback (most recent call last):
"<string>", line 16, in <module>
"/tmp/pip-build-dnk63/numpy/setup.py", line 214, in <module>
setup_package()
"/tmp/pip-build-dnk63/numpy/setup.py", line 191, in setup_package
from numpy.distutils.core import setup
"/tmp/pip-build-dnk63/numpy/build/py3k/numpy/distutils/**init**.py", line 22, in <module>
import numpy.distutils.ccompiler
"/tmp/pip-build-dnk63/numpy/build/py3k/numpy/distutils/ccompiler.py", line 15, in <module>
from numpy.distutils.exec_command import exec_command
"/tmp/pip-build-dnk63/numpy/build/py3k/numpy/distutils/exec_command.py", line 58, in <module>
from numpy.compat import open_latin1
"/tmp/pip-build-dnk63/numpy/build/py3k/numpy/compat/**init**.py", line 11, in <module>
import _inspect
ImportError: No module named '_inspect' | 0.753261 |
Traceback (most recent call last):
"C:\Program
s\Python36\Scripts\anime-script.py", line 11, in <module>
load_entry_point('anime-downloader==3.6.3', 'console_scripts', 'anime')()
"C:\Program
s\Python36\lib\site-packages\click-7.0-py3.6.egg\click\core.py", line 764, in __call__
return self.main(*args, **kwargs)
"C:\Program
s\Python36\lib\site-packages\click-7.0-py3.6.egg\click\core.py", line 717, in main
rv = self.invoke(ctx)
"C:\Program
s\Python36\lib\site-packages\click-7.0-py3.6.egg\click\core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"C:\Program
s\Python36\lib\site-packages\click-7.0-py3.6.egg\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"C:\Program
s\Python36\lib\site-packages\click-7.0-py3.6.egg\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
"C:\Program
s\Python36\lib\site-packages\click-7.0-py3.6.egg\click\decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"C:\Program
s\Python36\lib\site-packages\anime_downloader-3.6.3-py3.6.egg\anime_downloader\cli.py", line 102, in dl
"C:\Program
s\Python36\lib\site-packages\anime_downloader-3.6.3-py3.6.egg\anime_downloader\util.py", line 59, in search
"C:\Program
s\Python36\lib\site-packages\anime_downloader-3.6.3-py3.6.egg\anime_downloader\sites\init.py", line 21, in get_anime_class
"C:\Program
s\Python36\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 994, in _gcd_import
"<frozen importlib._bootstrap>", line 971, in _find_and_load
"<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 656, in _load_unlocked
"<frozen importlib._bootstrap>", line 626, in _load_backward_compatible
"C:\Program
s\Python36\lib\site-packages\anime_downloader-3.6.3-py3.6.egg\anime_downloader\sites\twistmoe.py", line 1, in <module>
ModuleNotFoundError: No module named 'Crypto'
| Traceback (most recent call last):
"/home/jarwin/Documents/envs/manimations/bin/manim", line 10, in <module>
sys.exit(main())
"/home/jarwin/Documents/envs/manimations/lib64/python3.7/site-packages/manimlib/__init__.py", line 10, in main
config = manimlib.config.get_configuration(args)
"/home/jarwin/Documents/envs/manimations/lib64/python3.7/site-packages/manimlib/config.py", line 158, in get_configuration
module = get_module(args.file)
"/home/jarwin/Documents/envs/manimations/lib64/python3.7/site-packages/manimlib/config.py", line 153, in get_module
spec.loader.exec_module(module)
"<frozen importlib._bootstrap_external>", line 728, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"svg_test1.py", line 3, in <module>
from manimlib.imports import *
ModuleNotFoundError: No module named 'manimlib.imports'
| 0.674975 |
Traceback (most recent call last):
"C:\S3\PLC_EmbeddedEnv\AutoTestEnv37\lib\site-packages\numpy\core\__init__.py", line 16, in <module>
from . import multiarray
ImportError: DLL load failed: The specified module could not be found.
| Traceback (most recent call last):
"server/manage.py", line 16, in <module>
raise ImportError(
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
| 0.773982 |
Traceback (most recent call last):
"put_version.py", line 84, in <module>
r=b.submit()
"/usr/local/lib/python3.5/dist-packages/mechanize/_mechanize.py", line 684, in submit
return self.open(self.click(*args, **kwds))
"/usr/local/lib/python3.5/dist-packages/mechanize/_mechanize.py", line 674, in click
request = self.form.click(*args, **kwds)
"/usr/local/lib/python3.5/dist-packages/mechanize/_form_controls.py", line 2262, in click
self._request_class)
"/usr/local/lib/python3.5/dist-packages/mechanize/_form_controls.py", line 2480, in _click
return control._click(self, coord, return_type, request_class)
"/usr/local/lib/python3.5/dist-packages/mechanize/_form_controls.py", line 1520, in _click
r = form._switch_click(return_type, request_class)
"/usr/local/lib/python3.5/dist-packages/mechanize/_form_controls.py", line 2561, in _switch_click
req_data = self._request_data()
"/usr/local/lib/python3.5/dist-packages/mechanize/_form_controls.py", line 2544, in _request_data
mw, encode_data(k), encode_data(v))
"/usr/local/lib/python3.5/dist-packages/mechanize/_form_controls.py", line 562, in _write_mime_data
fh.write(file_object.read())
"/usr/lib/python3.5/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 14-15: invalid continuation byte
| Traceback (most recent call last):
"/usr/lib64/python3.6/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"/usr/lib64/python3.6/runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
"/usr/lib64/python3.6/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
"/home/jeanpat/App/imagepy-master/imagepy/__init__.py", line 9, in <module>
from .imageplus import ImagePlus
"/home/jeanpat/App/imagepy-master/imagepy/imageplus.py", line 4, in <module>
from .core.manager import WindowsManager, ColorManager
"/home/jeanpat/App/imagepy-master/imagepy/core/manager/__init__.py", line 10, in <module>
from .languagemanager import *
"/home/jeanpat/App/imagepy-master/imagepy/core/manager/languagemanager.py", line 82, in <module>
LanguageManager.read()
"/home/jeanpat/App/imagepy-master/imagepy/core/manager/languagemanager.py", line 26, in read
for line in pkl_file.readlines():
"/home/jeanpat/Developpements/VirtualEnvs/venv3/lib/python3.6/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb6 in position 24: invalid start byte
| 0.727375 |
Traceback (most recent call last):
"/home/dante/freqtrade/freqtrade/rpc/telegram.py", line 52, in wrapper
return command_handler(self, *args, **kwargs)
"/home/dante/freqtrade/freqtrade/rpc/telegram.py", line 433, in _forcebuy
self._rpc_forcebuy(pair, price)
"/home/dante/freqtrade/freqtrade/rpc/rpc.py", line 432, in _rpc_forcebuy
if self._freqtrade.execute_buy(pair, stakeamount, price):
"/home/dante/freqtrade/freqtrade/freqtradebot.py", line 350, in execute_buy
time_in_force=time_in_force)
"/home/dante/freqtrade/freqtrade/exchange/exchange.py", line 399, in buy
return self.create_order(pair, ordertype, 'buy', amount, rate, params)
"/home/dante/freqtrade/freqtrade/exchange/exchange.py", line 374, in create_order
f'Insufficient funds to create {ordertype} {side} order on market {pair}.'
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
| WARNING:traitlets:kernel died: 2.9993999004364014Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| 0.676629 |
Traceback (most recent call last):
"/opt/rex/venv/lib/python3.8/site-packages/archr-8.20.9.2-py3.8.egg/archr/targets/__init__.py", line 177, in __del__
"/opt/rex/venv/lib/python3.8/site-packages/archr-8.20.9.2-py3.8.egg/archr/targets/local_target.py", line 53, in remove
"/opt/rex/venv/lib/python3.8/site-packages/archr-8.20.9.2-py3.8.egg/archr/targets/__init__.py", line 76, in remove
AttributeError: 'NoneType' object has no attribute 'suppress'
| Traceback (most recent call last):
"bin/bucket_mover", line 23, in <module>
cli.main()
"build/bdist.linux-x86_64/egg/gcs_bucket_mover/cli.py", line 215, in main
"build/bdist.linux-x86_64/egg/gcs_bucket_mover/bucket_mover_service.py", line 56, in main
"build/bdist.linux-x86_64/egg/gcs_bucket_mover/bucket_details.py", line 53, in __init__
AttributeError: 'NoneType' object has no attribute 'get_iam_policy'
| 0.694816 |
Traceback (most recent call last):
"C:\Users\Nicolas\Anaconda3\Scripts\conda-script.py", line 5, in <module>
sys.exit(conda.cli.main())
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\cli\main.py", line 159, in main
return handle_exception(e)
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\exceptions.py", line 620, in handle_exception
print_unexpected_error_message(e)
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\exceptions.py", line 578, in print_unexpected_error_message
info_stdout, info_stderr = get_info()
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\exceptions.py", line 548, in get_info
args.func(args, p)
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\cli\main_info.py", line 148, in execute
from conda.api import get_index
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\api.py", line 1, in <module>
from .core.index import get_index
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\core\index.py", line 8, in <module>
from .package_cache import PackageCache
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\core\package_cache.py", line 10, in <module>
from .path_actions import CacheUrlAction, ExtractPackageAction
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\core\path_actions.py", line 31, in <module>
from ..gateways.download import download
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\gateways\download.py", line 16, in <module>
from ..connection import CondaSession
"C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\connection.py", line 16, in <module>
from requests.utils import get_auth_from_url, get_netrc_auth
ImportError: cannot import name 'get_auth_from_url'
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/4k/jh2hjdp10jj7g6346ydf96v8k_60_2/T/pip-install-qdjgEb/vprof/setup.py", line 12, in <module>
from pip.download import PipSession
ImportError: No module named download
| 0.758275 |
Traceback (most recent call last):
"manage.py", line 15, in <module>
execute_from_command_line(sys.argv)
"/Users/andres/mycommerce/venv/lib/python3.5/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
utility.execute()
"/Users/andres/mycommerce/venv/lib/python3.5/site-packages/django/core/management/__init__.py", line 347, in execute
django.setup()
"/Users/andres/mycommerce/venv/lib/python3.5/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
"/Users/andres/mycommerce/venv/lib/python3.5/site-packages/django/apps/registry.py", line 112, in populate
app_config.import_models()
"/Users/andres/mycommerce/venv/lib/python3.5/site-packages/django/apps/config.py", line 198, in import_models
self.models_module = import_module(models_module_name)
"/Users/andres/mycommerce/venv/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 662, in exec_module
"<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
"/Users/andres/mycommerce/venv/lib/python3.5/site-packages/oscar/apps/address/models.py", line 1, in <module>
from oscar.apps.address.abstract_models import (
"/Users/andres/mycommerce/venv/lib/python3.5/site-packages/oscar/apps/address/abstract_models.py", line 11, in <module>
from phonenumber_field.modelfields import PhoneNumberField
"/Users/andres/mycommerce/venv/lib/python3.5/site-packages/phonenumber_field/modelfields.py", line 8, in <module>
from phonenumber_field import formfields
"/Users/andres/mycommerce/venv/lib/python3.5/site-packages/phonenumber_field/formfields.py", line 9, in <module>
from phonenumber_field.phonenumber import to_python
"/Users/andres/mycommerce/venv/lib/python3.5/site-packages/phonenumber_field/phonenumber.py", line 5, in <module>
import phonenumbers
ImportError: No module named 'phonenumbers'
| Traceback (most recent call last):
"/home/ubuntu/anaconda2/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/home/ubuntu/anaconda2/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/home/ubuntu/anaconda2/lib/python2.7/site-packages/rasa_nlu/train.py", line 72, in <module>
do_train(config)
"/home/ubuntu/anaconda2/lib/python2.7/site-packages/rasa_nlu/train.py", line 60, in do_train
trainer = create_trainer(config)
"/home/ubuntu/anaconda2/lib/python2.7/site-packages/rasa_nlu/train.py", line 29, in create_trainer
from trainers.mitie_trainer import MITIETrainer
"/home/ubuntu/anaconda2/lib/python2.7/site-packages/rasa_nlu/trainers/mitie_trainer.py", line 4, in <module>
from mitie import *
ImportError: No module named mitie
| 0.727353 |
Traceback (most recent call last):
"/opt/tidos/tidos.py", line 14, in <module>
from core.tidos_main import *
"/opt/tidos/core/tidos_main.py", line 32, in <module>
from core.Auxillaries.auxil import *
"/opt/tidos/core/Auxillaries/auxil.py", line 23, in <module>
from imgext import *
"modules/0x05-Auxillaries+PF6/imgext.py", line 14, in <module>
import PIL.ExifTags
ImportError: No module named PIL.ExifTags
| Traceback (most recent call last):
"/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime_plugin.py", line 274, in reload_plugin
m = importlib.import_module(modulename)
"./python3.3/importlib/__init__.py", line 90, in import_module
"<frozen importlib._bootstrap>", line 1584, in _gcd_import
"<frozen importlib._bootstrap>", line 1565, in _find_and_load
"<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
"/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime_plugin.py", line 1425, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
"/Users/babygau/Library/Application Support/Sublime Text 3/Installed Packages/Terminus.sublime-package/main.py", line 28, in <module>
"/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime_plugin.py", line 1425, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
"/Users/babygau/Library/Application Support/Sublime Text 3/Installed Packages/Terminus.sublime-package/terminus/core.py", line 14, in <module>
"/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime_plugin.py", line 1425, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
"/Users/babygau/Library/Application Support/Sublime Text 3/Installed Packages/Terminus.sublime-package/terminus/terminal.py", line 11, in <module>
"/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime_plugin.py", line 1425, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
"/Users/babygau/Library/Application Support/Sublime Text 3/Installed Packages/Terminus.sublime-package/terminus/ptty.py", line 7, in <module>
ImportError: cannot import name wcwidth
| 0.732293 |
`Traceback (most recent call last):
"tests/test_face_dfdnet.py", line 12, in <module>
from basicsr.models.archs.dfdnet_arch import DFDNet
"/home/bruno/BasicSR/basicsr/models/__init__.py", line 16, in <module>
_model_modules = [
"/home/bruno/BasicSR/basicsr/models/__init__.py", line 17, in <listcomp>
importlib.import_module(f'basicsr.models.{file_name}')
"/home/bruno/anaconda3/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"/home/bruno/BasicSR/basicsr/models/video_gan_model.py", line 1, in <module>
from basicsr.models.srgan_model import SRGANModel
"/home/bruno/BasicSR/basicsr/models/srgan_model.py", line 6, in <module>
from basicsr.models.archs import define_network
"/home/bruno/BasicSR/basicsr/models/archs/__init__.py", line 14, in <module>
_arch_modules = [
"/home/bruno/BasicSR/basicsr/models/archs/__init__.py", line 15, in <listcomp>
importlib.import_module(f'basicsr.models.archs.{file_name}')
"/home/bruno/anaconda3/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"/home/bruno/BasicSR/basicsr/models/archs/stylegan2_arch.py", line 7, in <module>
from basicsr.models.ops.fused_act import FusedLeakyReLU, fused_leaky_relu
"/home/bruno/BasicSR/basicsr/models/ops/fused_act/__init__.py", line 1, in <module>
from .fused_act import FusedLeakyReLU, fused_leaky_relu
"/home/bruno/BasicSR/basicsr/models/ops/fused_act/fused_act.py", line 7, in <module>
from . import fused_act_ext
ImportError: /home/bruno/BasicSR/basicsr/models/ops/fused_act/fused_act_ext.cpython-38-x86_64-linux-gnu.so: undefined symbol: _Z17fused_bias_act_opRKN2at6TensorES2_S2_iiff
| `Traceback (most recent call last):
"trial.py", line 3, in <module>
from torchio.transforms import (
ImportError: cannot import name 'Compose'`
| 0.759596 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/ranger/core/main.py", line 145, in main
fm.loop()
"/usr/lib/python3.6/site-packages/ranger/core/fm.py", line 362, in loop
ui.redraw()
"/usr/lib/python3.6/site-packages/ranger/gui/ui.py", line 295, in redraw
self.draw()
"/usr/lib/python3.6/site-packages/ranger/gui/ui.py", line 322, in draw
DisplayableContainer.draw(self)
"/usr/lib/python3.6/site-packages/ranger/gui/displayable.py", line 248, in draw
displayable.draw()
"/usr/lib/python3.6/site-packages/ranger/gui/widgets/view_miller.py", line 99, in draw
DisplayableContainer.draw(self)
"/usr/lib/python3.6/site-packages/ranger/gui/displayable.py", line 248, in draw
displayable.draw()
"/usr/lib/python3.6/site-packages/ranger/gui/widgets/browsercolumn.py", line 168, in draw
self._draw_directory()
"/usr/lib/python3.6/site-packages/ranger/gui/widgets/browsercolumn.py", line 348, in _draw_directory
infostringdata = current_linemode.infostring(drawn, metadata)
"/usr/lib/python3.6/site-packages/ranger/core/linemode.py", line 107, in infostring
fileinfo = fileinfo.decode("utf-8")
AttributeError: 'str' object has no attribute 'decode'
| Traceback (most recent call last):
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/bin/edgedb", line 11, in <module>
sys.exit(cli())
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/lib/python3.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/lib/python3.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/lib/python3.7/site-packages/click/core.py", line 1043, in invoke
return Command.invoke(self, ctx)
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/lib/python3.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/lib/python3.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/lib/python3.7/site-packages/edb/cli/__init__.py", line 70, in cli
admin=admin,
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/lib/python3.7/site-packages/edb/repl/__init__.py", line 573, in main
return Cli(connect_kwargs).run()
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/lib/python3.7/site-packages/edb/repl/__init__.py", line 477, in run
render.render_exception(self.context, ex, query=last_query)
"/usr/lib/x86_64-linux-gnu/edgedb-1-alpha1/lib/python3.7/site-packages/edb/repl/render.py", line 366, in render_exception
exc_hint = exc_hint.decode()
AttributeError: 'str' object has no attribute 'decode'
| 0.755555 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Anaconda3-new\envs\python2\lib\site-packages\pythainlp\__init__.py", line 6, in <module>
from . import romanization
ImportError: cannot import name romanization
| Traceback (most recent call last):
"run.py", line 346, in main
from musicbot import MusicBot
"D:\Discord\BOTs\Bardi Squad Music 3\musicbot\__init__.py", line 6, in <module>
from discord.ext.commands.bot import _get_variable
ImportError: cannot import name '_get_variable'
| 0.727864 |
Traceback (most recent call last):
"/home/circleci/.local/share/virtualenvs/project-zxI9dQ-Q/bin/pytest", line 7, in <module>
from pytest import main
"/home/circleci/.local/share/virtualenvs/project-zxI9dQ-Q/lib/python3.6/site-packages/pytest.py", line 9, in <module>
from _pytest.config import (
"/home/circleci/.local/share/virtualenvs/project-zxI9dQ-Q/lib/python3.6/site-packages/_pytest/config.py", line 9, in <module>
import six
ModuleNotFoundError: No module named 'six'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"~/install/[email protected]/lib/python3.7/site-packages/torch/serialization.py", line 367, in load
return _load(f, map_location, pickle_module)
"~/install/[email protected]/lib/python3.7/site-packages/torch/serialization.py", line 538, in _load
result = unpickler.load()
ModuleNotFoundError: No module named 'core'
| 0.717915 |
Traceback (most recent call last):
"/home/ec2-user/yonatab/ZeroShot/transformers_experiments/src/run_squad_tf.py", line 257, in <module>
main()
"/home/ec2-user/yonatab/ZeroShot/transformers_experiments/src/run_squad_tf.py", line 242, in main
history = model.fit(train_dataset, validation_data=eval_dataset, epochs=1)
"/home/ec2-user/anaconda3/envs/yonatan_env_tf2/lib/python3.6/site-packages/tensorflow_core/python/keras/engine/training.py", line 819, in fit
use_multiprocessing=use_multiprocessing)
"/home/ec2-user/anaconda3/envs/yonatan_env_tf2/lib/python3.6/site-packages/tensorflow_core/python/keras/engine/training_v2.py", line 235, in fit
use_multiprocessing=use_multiprocessing)
"/home/ec2-user/anaconda3/envs/yonatan_env_tf2/lib/python3.6/site-packages/tensorflow_core/python/keras/engine/training_v2.py", line 593, in _process_training_inputs
use_multiprocessing=use_multiprocessing)
"/home/ec2-user/anaconda3/envs/yonatan_env_tf2/lib/python3.6/site-packages/tensorflow_core/python/keras/engine/training_v2.py", line 706, in _process_inputs
use_multiprocessing=use_multiprocessing)
"/home/ec2-user/anaconda3/envs/yonatan_env_tf2/lib/python3.6/site-packages/tensorflow_core/python/keras/engine/data_adapter.py", line 702, in __init__
x = standardize_function(x)
"/home/ec2-user/anaconda3/envs/yonatan_env_tf2/lib/python3.6/site-packages/tensorflow_core/python/keras/engine/training_v2.py", line 660, in standardize_function
standardize(dataset, extract_tensors_from_dataset=False)
"/home/ec2-user/anaconda3/envs/yonatan_env_tf2/lib/python3.6/site-packages/tensorflow_core/python/keras/engine/training.py", line 2360, in _standardize_user_data
self._compile_from_inputs(all_inputs, y_input, x, y)
"/home/ec2-user/anaconda3/envs/yonatan_env_tf2/lib/python3.6/site-packages/tensorflow_core/python/keras/engine/training.py", line 2580, in _compile_from_inputs
target, self.outputs)
"/home/ec2-user/anaconda3/envs/yonatan_env_tf2/lib/python3.6/site-packages/tensorflow_core/python/keras/engine/training_utils.py", line 1341, in cast_if_floating_dtype_and_mismatch
if target.dtype != out.dtype:
AttributeError: 'str' object has no attribute 'dtype'
| Traceback (most recent call last):
"/usr/lib/ckan/default/bin/paster", line 8, in <module>
sys.exit(run())
"/usr/lib/ckan/default/lib/python3.7/site-packages/paste/script/command.py", line 102, in run
invoke(command, command_name, options, args[1:])
"/usr/lib/ckan/default/lib/python3.7/site-packages/paste/script/command.py", line 141, in invoke
exit_code = runner.run(args)
"/usr/lib/ckan/default/lib/python3.7/site-packages/paste/script/command.py", line 236, in run
result = self.command()
"/usr/lib/ckan/default/src/ckan/ckan/lib/cli.py", line 309, in command
self._load_config(cmd != 'upgrade')
"/usr/lib/ckan/default/src/ckan/ckan/lib/cli.py", line 286, in _load_config
self.site_user = load_config(self.options.config, load_site_user)
"/usr/lib/ckan/default/src/ckan/ckan/lib/cli.py", line 200, in load_config
flask_app = app.apps['flask_app']._wsgi_app
AttributeError: 'I18nMiddleware' object has no attribute 'apps'
| 0.680462 |
Traceback (most recent call last):
"D:/360c/FaceRecognition-tensorflow-master (1)/FaceRecognition-tensorflow-master/get_my_faces.py", line 1, in <module>
import cv2
ImportError: numpy.core.multiarray failed to import | Traceback (most recent call last):
"/macqiime/anaconda/bin/conda", line 6, in <module>
sys.exit(conda.cli.main())
"/macqiime/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 179, in main
return conda_exception_handler(_main, *args)
"/macqiime/anaconda/lib/python2.7/site-packages/conda/exceptions.py", line 636, in conda_exception_handler
return handle_exception(e)
"/macqiime/anaconda/lib/python2.7/site-packages/conda/exceptions.py", line 626, in handle_exception
print_unexpected_error_message(e)
"/macqiime/anaconda/lib/python2.7/site-packages/conda/exceptions.py", line 571, in print_unexpected_error_message
from .base.context import context
"/macqiime/anaconda/lib/python2.7/site-packages/conda/base/context.py", line 21, in <module>
from ..common.configuration import (Configuration, LoadError, MapParameter, PrimitiveParameter,
"/macqiime/anaconda/lib/python2.7/site-packages/conda/common/configuration.py", line 28, in <module>
from enum import Enum, EnumMeta
ImportError: cannot import name EnumMeta
| 0.751293 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 474, in async_device_update
await self.async_update()
"/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 217, in async_update
if self._is_overflowed(new_value):
"/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 205, in _is_overflowed
return new_value < self._last_value
TypeError: '<' not supported between instances of 'NoneType' and 'int'
| Traceback (most recent call last):
"/Users/shinonomenano/opt/anaconda3/bin/nlp-train", line 5, in <module>
nlp_train_cli()
"/Users/shinonomenano/opt/anaconda3/lib/python3.7/site-packages/nlp_architect/cli/__init__.py", line 45, in nlp_train_cli
args.func(args)
"/Users/shinonomenano/opt/anaconda3/lib/python3.7/site-packages/nlp_architect/procedures/transformers/glue.py", line 46, in run_procedure
do_training(args)
"/Users/shinonomenano/opt/anaconda3/lib/python3.7/site-packages/nlp_architect/procedures/transformers/glue.py", line 142, in do_training
save_steps=args.save_steps,
"/Users/shinonomenano/opt/anaconda3/lib/python3.7/site-packages/nlp_architect/models/transformers/sequence_classification.py", line 135, in train
save_steps=save_steps,
"/Users/shinonomenano/opt/anaconda3/lib/python3.7/site-packages/nlp_architect/models/transformers/base_model.py", line 356, in _train
save_path=best_model_path,
"/Users/shinonomenano/opt/anaconda3/lib/python3.7/site-packages/nlp_architect/models/transformers/base_model.py", line 410, in update_best_model
if i == 0 and f1 > best_dev:
# dev set
TypeError: '>' not supported between instances of 'NoneType' and 'int'
| 0.694605 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/govindam/anaconda3/envs/tf_c9/lib/python3.7/site-packages/torch2trt-0.1.0-py3.7-linux-x86_64.egg/torch2trt/__init__.py", line 1, in <module>
from .torch2trt import *
"/home/govindam/anaconda3/envs/tf_c9/lib/python3.7/site-packages/torch2trt-0.1.0-py3.7-linux-x86_64.egg/torch2trt/torch2trt.py", line 2, in <module>
import tensorrt as trt
"/home/govindam/anaconda3/envs/tf_c9/lib/python3.7/site-packages/tensorrt/__init__.py", line 1, in <module>
from .tensorrt import *
ImportError: libnvrtc.so.10.0: cannot open shared object file: No such file or directory
| Traceback (most recent call last):
"train.py", line 12, in <module>
from data_feeder import get_ilsvrc_data_alexnet, get_mnist_data, DataFlowToQueue
"/home/local/TECHNICALABS/amcintosh/anaconda3/envs/tensorflow/tf-lcnn/data_feeder.py", line 19, in <module>
from tensorpack.dataflow.prefetch import PrefetchData
ImportError: No module named 'tensorpack.dataflow.prefetch'`
| 0.739858 |
Traceback (most recent call last):
"/opt/my-envs/custom-venv/bin/ansible", line 34, in <module>
from ansible import context
ModuleNotFoundError: No module named 'ansible'
| Traceback (most recent call last):
"/usr/local/bin/kin", line 5, in <module>
from kin.kin import main
"/usr/local/lib/python3.7/site-packages/kin/kin.py", line 5, in <module>
from verifier import Verifier
ModuleNotFoundError: No module named 'verifier'
| 0.787248 |
Traceback (most recent call last):
"learning/train_type.py", line 20, in <module>
from wikidata_linker_utils.conlleval import (
ModuleNotFoundError: No module named 'wikidata_linker_utils.conlleval'
| Traceback (most recent call last):
"H:\Girlz\Scraper\Digital_OF\start_ofd.py", line 2, in <module>
import tests.main_test as main_test
"H:\Girlz\Scraper\Digital_OF\tests\main_test.py", line 4, in <module>
import helpers.main_helper as main_helper
"H:\Girlz\Scraper\Digital_OF\helpers\main_helper.py", line 4, in <module>
from deepdiff.deephash import DeepHash
ModuleNotFoundError: No module named 'deepdiff'
| 0.812062 |
Traceback (most recent call last):
"C:\Anaconda3\lib\site-packages\werkzeug\http.py", line 23, in <module>
from email.utils import parsedate_tz
"C:\MyNuts\CodingWarehouse\cmcc-flaskbb\flaskbb-master\flaskbb\email.py", line 12, in <module>
from flask import render_template
ImportError: cannot import name 'render_template'
| Traceback (most recent call last):
"./WinPayloads.py", line 2, in <module>
from lib.main import *
"/root/Winpayloads/lib/main.py", line 20, in <module>
import psexec
"/root/Winpayloads/lib/psexec.py", line 31, in <module>
from impacket import version, smb
"/usr/local/lib/python2.7/dist-packages/impacket-0.9.21.dev1+20200325.171015.69fee03f-py2.7.egg/impacket/smb.py", line 54, in <module>
from impacket.krb5.gssapi import KRB5_AP_REQ
"/usr/local/lib/python2.7/dist-packages/impacket-0.9.21.dev1+20200325.171015.69fee03f-py2.7.egg/impacket/krb5/gssapi.py", line 20, in <module>
from Cryptodome.Hash import HMAC, MD5
"/usr/local/lib/python2.7/dist-packages/pycryptodomex-3.9.7-py2.7-linux-x86_64.egg/Cryptodome/Hash/HMAC.py", line 39, in <module>
from Cryptodome.Hash import BLAKE2s
"/usr/local/lib/python2.7/dist-packages/pycryptodomex-3.9.7-py2.7-linux-x86_64.egg/Cryptodome/Hash/BLAKE2s.py", line 35, in <module>
from Cryptodome.Random import get_random_bytes
ImportError: No module named Random
| 0.74882 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: module 'PySimpleGUI' has no attribute 'version'
| Traceback (most recent call last):
"<stdin>", line 6, in <module>
"<stdin>", line 3, in <module>
"/home/syncrossus/Program
s/anaconda3/lib/python3.6/site-packages/gensim/utils.py", line 1398, in new_func1
return func(*args, **kwargs)
"/home/syncrossus/Program
s/anaconda3/lib/python3.6/site-packages/gensim/models/base_any2vec.py", line 360, in syn1
return self.trainables.syn1
AttributeError: 'Doc2VecTrainables' object has no attribute 'syn1'
| 0.897837 |
Traceback (most recent call last):
"/usr/bin/torbrowser-launcher", line 29, in <module>
import torbrowser_launcher
"/usr/lib/python2.7/site-packages/torbrowser_launcher/__init__.py", line 36, in <module>
from .common import Common, SHARE
"/usr/lib/python2.7/site-packages/torbrowser_launcher/common.py", line 38, in <module>
import gpg
ImportError: No module named gpg
| Traceback (most recent call last):
"salt-call", line 15, in <module>
salt_call()
"py2/salt/scripts.py", line 374, in salt_call
import salt.cli.call
"py2/salt/cli/call.py", line 9, in <module>
import salt.cli.caller
"py2/salt/cli/caller.py", line 18, in <module>
import salt.loader
"py2/salt/loader.py", line 29, in <module>
import salt.utils.event
"py2/salt/utils/event.py", line 68, in <module>
import tornado.iostream
"py2/tornado/iostream.py", line 39, in <module>
from tornado.netutil import ssl_wrap_socket, ssl_match_hostname, SSLCertificateError, _client_ssl_defaults, _server_ssl_defaults
"py2/tornado/netutil.py", line 38, in <module>
import certifi
ImportError: No module named certifi
| 0.824042 |
Traceback (most recent call last):
"/usr/bin/beet", line 9, in <module>
load_entry_point('beets==1.3.19', 'console_scripts', 'beet')()
"/usr/lib64/python2.7/site-packages/beets/ui/__init__.py", line 1266, in main
_raw_main(args)
"/usr/lib64/python2.7/site-packages/beets/ui/__init__.py", line 1253, in _raw_main
subcommand.func(lib, suboptions, subargs)
"/usr/lib64/python2.7/site-packages/beets/ui/commands.py", line 967, in import_func
import_files(lib, paths, query)
"/usr/lib64/python2.7/site-packages/beets/ui/commands.py", line 944, in import_files
session.run()
"/usr/lib64/python2.7/site-packages/beets/importer.py", line 320, in run
pl.run_parallel(QUEUE_SIZE)
"/usr/lib64/python2.7/site-packages/beets/util/pipeline.py", line 251, in run
msg = next(self.coro)
"/usr/lib64/python2.7/site-packages/beets/importer.py", line 1202, in read_tasks
for t in task_factory.tasks():
"/usr/lib64/python2.7/site-packages/beets/importer.py", line 1038, in tasks
for dirs, paths in self.paths():
"/usr/lib64/python2.7/site-packages/beets/importer.py", line 1090, in paths
for dirs, paths in albums_in_dir(self.toppath):
"/usr/lib64/python2.7/site-packages/beets/importer.py", line 1480, in albums_in_dir
logger=log):
"/usr/lib64/python2.7/site-packages/beets/util/__init__.py", line 205, in sorted_walk
for res in sorted_walk(cur, ignore, ignore_hidden, logger):
"/usr/lib64/python2.7/site-packages/beets/util/__init__.py", line 205, in sorted_walk
for res in sorted_walk(cur, ignore, ignore_hidden, logger):
"/usr/lib64/python2.7/site-packages/beets/util/__init__.py", line 205, in sorted_walk
for res in sorted_walk(cur, ignore, ignore_hidden, logger):
"/usr/lib64/python2.7/site-packages/beets/util/__init__.py", line 205, in sorted_walk
for res in sorted_walk(cur, ignore, ignore_hidden, logger):
"/usr/lib64/python2.7/site-packages/beets/util/__init__.py", line 205, in sorted_walk
for res in sorted_walk(cur, ignore, ignore_hidden, logger):
"/usr/lib64/python2.7/site-packages/beets/util/__init__.py", line 190, in sorted_walk
if (ignore_hidden and not hidden.is_hidden(cur)) or not ignore_hidden:
"/usr/lib64/python2.7/site-packages/beets/util/hidden.py", line 78, in is_hidden
path = path.decode('utf-8')
"/usr/lib64/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe2 in position 114: invalid continuation byte
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\franc\AppData\Local\Temp\pip-build-n2g_5rjh\ebooklib\setup.py", line 13, in <module>
long_description = open('README.md').read(),
"c:\users\franc\appdata\local\programs\python\python36-32\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 1671: character maps to <undefined>
| 0.675024 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/python3.5/inspect.py", line 2987, in signature
return Signature.from_callable(obj, follow_wrapped=follow_wrapped)
"/python3.5/inspect.py", line 2737, in from_callable
follow_wrapper_chains=follow_wrapped)
"/python3.5/inspect.py", line 2228, in _signature_from_callable
if _signature_is_builtin(obj):
"/python3.5/inspect.py", line 1785, in _signature_is_builtin
obj in (type, object))
"/python3.5/site-packages/numpy/lib/polynomial.py", line 1203, in __eq__
if self.coeffs.shape != other.coeffs.shape:
AttributeError: type object 'type' has no attribute 'coeffs'
| Traceback (most recent call last):
"d:\Projects\bin\\unityextract.py", line 146, in <module>
main()
"d:\Projects\bin\\unityextract.py", line 143, in main
exit(app.run())
"d:\Projects\bin\\unityextract.py", line 56, in run
self.handle_asset(asset)
"d:\Projects\bin\\unityextract.py", line 81, in handle_asset
for id, obj in asset.objects.items():
"C:\Python36\lib\site-packages\unitypack-0.6.1-py3.6.egg\unitypack\asset.py", line 83, in objects
self.load()
"C:\Python36\lib\site-packages\unitypack-0.6.1-py3.6.egg\unitypack\asset.py", line 119, in load
self.register_object(obj)
"C:\Python36\lib\site-packages\unitypack-0.6.1-py3.6.egg\unitypack\asset.py", line 158, in register_object
raise ValueError("Duplicate asset object: %r (path_id=%r)" % (obj, obj.path_id))
"C:\Python36\lib\site-packages\unitypack-0.6.1-py3.6.egg\unitypack\object.py", line 21, in __repr__
return "<%s %i>" % (self.type, self.class_id)
"C:\Python36\lib\site-packages\unitypack-0.6.1-py3.6.egg\unitypack\object.py", line 28, in type
script = self.read()["m_Script"]
"C:\Python36\lib\site-packages\unitypack-0.6.1-py3.6.egg\unitypack\object.py", line 74, in read
return self.read_value(self.type_tree, buf)
"C:\Python36\lib\site-packages\unitypack-0.6.1-py3.6.egg\unitypack\object.py", line 78, in read_value
t = type.type
AttributeError: 'NoneType' object has no attribute 'type'
| 0.697883 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python2.7/site-packages/requests/__init__.py", line 60, in <module>
from .packages.urllib3.exceptions import DependencyWarning
"/usr/lib/python2.7/site-packages/requests/packages/__init__.py", line 29, in <module>
import urllib3
"/usr/lib/python2.7/site-packages/urllib3/__init__.py", line 8, in <module>
from .connectionpool import (
"/usr/lib/python2.7/site-packages/urllib3/connectionpool.py", line 39, in <module>
from .util.request import set_file_position
ImportError: cannot import name set_file_position
| Traceback (most recent call last):
"PythonScriptWrapper.PY", line 2, in <module>
import os, pandas, matplotlib
"C:\Users\Wale\Anaconda3\envs\pyhon=3.8\lib\site-packages\pandas\__init__.py", line 16, in <module>
raise ImportError(
ImportError: Unable to import required dependencies:
| 0.757463 |
Traceback (most recent call last):
"/opt/eff.org/certbot/venv/bin/letsencrypt", line 7, in <module>
from certbot.main import main
"/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/certbot/main.py", line 2, in <module>
from certbot._internal import main as internal_main
"/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/certbot/_internal/main.py", line 10, in <module>
import josepy as jose
"/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/josepy/__init__.py", line 41, in <module>
from josepy.interfaces import JSONDeSerializable
"/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/josepy/interfaces.py", line 7, in <module>
from josepy import errors, util
"/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/josepy/util.py", line 7, in <module>
import OpenSSL
"/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import crypto, SSL
"/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/OpenSSL/crypto.py", line 12, in <module>
from cryptography import x509
ImportError: No module named cryptography
| Traceback (most recent call last):
"btcrecover.py", line 30, in <module>
from btcrecover import btcrpass
"C:\Users\user\Desktop\Bitcoin Recover\btcrecover\__init__.py", line 2, in <module>
from btcrpass import *
ImportError: No module named 'btcrpass'
| 0.793562 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/psychopy/app/builder/builder.py", line 2393, in onPavloviaRun
pavlovia_ui.syncProject(parent=self, project=self.project,
"/usr/lib/python3.5/site-packages/psychopy/app/builder/builder.py", line 2438, in project
elif self.filename and pavlovia.getProject(self.filename):
"/usr/lib/python3.5/site-packages/psychopy/projects/pavlovia.py", line 1100, in getProject
if proj.pavlovia == 0:
"/usr/lib/python3.5/site-packages/gitlab/base.py", line 105, in __eq__
if self.get_id() and other.get_id():
AttributeError: 'int' object has no attribute 'get_id'
| Traceback (most recent call last):
"/rpovelik/installed/miniconda3/envs/ray/lib/python3.8/site-packages/ray/actor.py", line 657, in __del__
AttributeError: 'NoneType' object has no attribute 'global_worker'
| 0.675756 |
Traceback (most recent call last):
"lib/trainerdex/client.py", line 4, in <module>
import maya
"lib/maya/__init__.py", line 1, in <module>
from .core import *
"lib/maya/core.py", line 18, in <module>
import dateparser
"lib/dateparser/__init__.py", line 4, in <module>
from .date import DateDataParser
"lib/dateparser/date.py", line 10, in <module>
import regex as re
"lib/regex.py", line 400, in <module>
import _regex_core
"lib/_regex_core.py", line 21, in <module>
import _regex
ModuleNotFoundError: No module named '_regex'
| Traceback (most recent call last):
"/usr/share/persepolis/persepolis", line 40, in <module>
from mainwindow import MainWindow
"/usr/share/persepolis/mainwindow.py", line 26, in <module>
from text_queue import TextQueue
"/usr/share/persepolis/text_queue.py", line 25, in <module>
import spider
"/usr/share/persepolis/spider.py", line 17, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
| 0.796936 |
Traceback (most recent call last):
"D:\anaconda\lib\threading.py", line 917, in _bootstrap_inner
self.run()
"D:\anaconda\lib\threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
"..\Schedule\ProxyRefreshSchedule.py", line 73, in refreshPool
pp.validProxy()
"..\Schedule\ProxyRefreshSchedule.py", line 49, in validProxy
raw_proxy_item = self.db.pop()
"..\DB\DbClient.py", line 96, in pop
return self.client.pop(**kwargs)
"D:\proxy_pool-master\DB\SsdbClient.py", line 85, in pop
proxies = self.__conn.hkeys(self.name)
"D:\anaconda\lib\site-packages\redis\client.py", line 2663, in hkeys
return self.execute_command('HKEYS', name)
"D:\anaconda\lib\site-packages\redis\client.py", line 772, in execute_command
connection = pool.get_connection(command_name, **options)
"D:\anaconda\lib\site-packages\redis\connection.py", line 1142, in get_connection
connection.connect()
"D:\anaconda\lib\site-packages\redis\connection.py", line 497, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:8888. 由于目标计算机积极拒绝,无法连接。. | Traceback (most recent call last):
"/anaconda3/lib/python3.6/site-packages/redis/client.py", line 667, in execute_command
connection.send_command(*args)
"/anaconda3/lib/python3.6/site-packages/redis/connection.py", line 610, in send_command
self.send_packed_command(self.pack_command(*args))
"/anaconda3/lib/python3.6/site-packages/redis/connection.py", line 585, in send_packed_command
self.connect()
"/anaconda3/lib/python3.6/site-packages/redis/connection.py", line 489, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 61 connecting to 128.32.44.14:37009. Connection refused.
| 0.719915 |
Traceback (most recent call last):
"elastalert/elastalert.py", line 20, in <module>
from alerts import DebugAlerter
"/home/ubuntu/elastalert/elastalert/alerts.py", line 26, in <module>
from twilio.base.exceptions import TwilioRestException
ImportError: No module named base.exceptions
| Traceback (most recent call last):
"D:\software\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 64, in <module>
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed: The paging file is too small for this operation to complete.
| 0.679175 |
Traceback (most recent call last):
"wechat_jump_py3.py", line 4, in <module>
from PIL import Image
ImportError: No module named PIL
| Traceback (most recent call last):
"setup.py", line 3, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools
| 0.852525 |
Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: __import__ not found
| ###Traceback (most recent call last):
"/home/pi/tmp/deepspeech-venv/lib/python3.7/site-packages/numpy/core/__init__.py", line 17, in <module>
from . import multiarray
"/home/pi/tmp/deepspeech-venv/lib/python3.7/site-packages/numpy/core/multiarray.py", line 14, in <module>
from . import overrides
"/home/pi/tmp/deepspeech-venv/lib/python3.7/site-packages/numpy/core/overrides.py", line 7, in <module>
from numpy.core._multiarray_umath import (
ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory
| 0.720184 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: 'int' object has no attribute 'sqrt'
| Traceback (most recent call last):
"/Users/Ale/ml-agents/ml-agents/RLGit/RL-Experiments/Use Saved Model.py", line 47, in <module>
action = saved_agent.act(s)
AttributeError: 'NoneType' object has no attribute 'act'
| 0.798411 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-kblbhq12/django-tenants/setup.py", line 31, in <module>
long_description=open('README.rst').read() if exists("README.rst") else "",
"/usr/home/django/py-bizmula/env/lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 604: ordinal not in range(128) |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-q0ru5r5i/homekit/setup.py", line 21, in <module>
long_description = fh.read()
"/usr/lib/python3.5/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 7967: ordinal not in range(128)
| 0.969062 |
Traceback (most recent call last):
"faceReader.py", line 1, in <module>
from deepface import DeepFace
"/home/pi/.virtualenvs/cv/lib/python3.7/site-packages/deepface/DeepFace.py", line 1, in <module>
from keras.preprocessing import image
"/home/pi/.virtualenvs/cv/lib/python3.7/site-packages/keras/__init__.py", line 6, in <module>
'Keras requires TensorFlow 2.2 or higher. '
ImportError: Keras requires TensorFlow 2.2 or higher. Install TensorFlow via `pip install tensorflow`
| Traceback (most recent call last):
"scripts/01_parse.py", line 3, in <module>
from spacy.tokens import DocBin
ImportError: cannot import name 'DocBin'
| 0.737489 |
Traceback (most recent call last):
"/Users/Chris 1/Work/InsiderThreat/Codefiles/Code/Python/hmmlearn-master/examples/plot_hmm_sampling.py", line 17, in <module>
from hmmlearn import hmm
"/Users/Chris 1/Work/InsiderThreat/Codefiles/Code/Python/hmmlearn-master/hmmlearn/hmm.py", line 22, in <module>
from .base import _BaseHMM
"/Users/Chris 1/Work/InsiderThreat/Codefiles/Code/Python/hmmlearn-master/hmmlearn/base.py", line 13, in <module>
from . import _hmmc
ImportError: cannot import name _hmmc
| Traceback (most recent call last):
"/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
"/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
"/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 85, in LoadObject
obj = __import__(path[0])
"/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/main.py", line 10, in <module>
from google.cloud import pubsub
"/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/lib/google/cloud/pubsub.py", line 17, in <module>
from google.cloud.pubsub_v1 import PublisherClient
"/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/lib/google/cloud/pubsub_v1/__init__.py", line 17, in <module>
from google.cloud.pubsub_v1 import types
"/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/lib/google/cloud/pubsub_v1/types.py", line 20, in <module>
import psutil
"/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/lib/psutil/__init__.py", line 80, in <module>
from . import _pslinux as _psplatform
"/base/data/home/apps/s~<proj>/admin:20170828t162057.403716850892108987/lib/psutil/_pslinux.py", line 26, in <module>
from . import _psutil_linux as cext
ImportError: cannot import name _psutil_linux
| 0.800623 |
Traceback (most recent call last):
"/root/PycharmProjects/untitled/test.py", line 4, in <module>
k = nflgame.games(2017, kind='POST')
"/usr/local/lib/python2.7/dist-packages/nflgame/__init__.py", line 229, in games
return list(games_gen(year, week, home, away, kind, started))
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"bug.py", line 5, in <module>
for i in i_train:
"/u/bosctom/.local/lib/python2.7/site-packages/torchtext/data/iterator.py", line 218, in __iter__
self.batch_size - len(text)))
TypeError: can't multiply sequence by non-int of type 'float'
| 0.680388 |
Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = self.process.process
AttributeError: 'NoneType' object has no attribute 'process'
| Traceback (most recent call last):
"/usr/bin/salt-call", line 11, in <module>
salt_call()
"/usr/lib/python3/dist-packages/salt/scripts.py", line 431, in salt_call
client.run()
"/usr/lib/python3/dist-packages/salt/cli/call.py", line 57, in run
caller.run()
"/usr/lib/python3/dist-packages/salt/cli/caller.py", line 138, in run
ret = self.call()
"/usr/lib/python3/dist-packages/salt/cli/caller.py", line 237, in call
ret['return'] = self.minion.executors[fname](self.opts, data, func, args, kwargs)
"/usr/lib/python3/dist-packages/salt/executors/direct_call.py", line 12, in execute
return func(*args, **kwargs)
"/usr/lib/python3/dist-packages/salt/modules/kernelpkg_linux_apt.py", line 104, in latest_available
version.group(1), version.group(2), _kernel_type())
AttributeError: 'NoneType' object has no attribute 'group'
| 0.711779 |
[autoreload of pandas.core.categorical 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/categorical.py", line 7, in <module>
from pandas.core.arrays import Categorical
# noqa
"/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):
"/home/lamby/git/forks/freezegun/.venv/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
"/home/lamby/git/forks/freezegun/.venv/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
"/home/lamby/git/forks/freezegun/.venv/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
"/home/lamby/git/forks/freezegun/tests/test_operations.py", line 2, in <module>
from freezegun import freeze_time
"/home/lamby/git/forks/freezegun/freezegun/__init__.py", line 9, in <module>
from .api import freeze_time
"/home/lamby/git/forks/freezegun/freezegun/api.py", line 10, in <module>
from dateutil import parser
ImportError: No module named dateutil
| 0.699238 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.4/site-packages/broadlink/__init__.py", line 5, in <module>
from Crypto.Cipher import AES
"/srv/homeassistant/lib/python3.4/site-packages/Crypto/Cipher/__init__.py", line 78, in <module>
from Crypto.Cipher._mode_ecb import _create_ecb_cipher
"/srv/homeassistant/lib/python3.4/site-packages/Crypto/Cipher/_mode_ecb.py", line 29, in <module>
from Crypto.Util._raw_api import (load_pycryptodome_raw_lib,
"/srv/homeassistant/lib/python3.4/site-packages/Crypto/Util/_raw_api.py", line 33, in <module>
from Crypto.Util.py3compat import byte_string
ImportError: cannot import name 'byte_string'
| Traceback (most recent call last):
"mitmweb", line 2, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"mitmproxy\tools\main.py", line 22, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"mitmproxy\tools\_main.py", line 14, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"mitmproxy\master.py", line 7, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"mitmproxy\addonmanager.py", line 8, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"mitmproxy\eventsequence.py", line 5, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"mitmproxy\http.py", line 7, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"mitmproxy\net\http\__init__.py", line 1, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"mitmproxy\net\http\request.py", line 11, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"mitmproxy\net\http\message.py", line 5, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"mitmproxy\net\http\encoding.py", line 11, in <module>
"d:\a\mitmproxy\mitmproxy\.tox\cibuild\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
"site-packages\brotli.py", line 8, in <module>
ImportError: DLL load failed [...]
| 0.68266 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/username/anaconda2/lib/python2.7/site-packages/folium/__init__.py", line 10, in <module>
from .folium import Map
"/home/username/anaconda2/lib/python2.7/site-packages/folium/folium/__init__.py", line 10, in <module>
from folium.folium import Map, initialize_notebook, CircleMarker
ImportError: cannot import name Map
| Traceback (most recent call last):
"test.py", line 2, in <module>
from mmdet.apis import init_detector, inference_detector, show_result
"/home/tensor/mmdetection/mmdet/apis/__init__.py", line 3, in <module>
from .inference import init_detector, inference_detector, show_result
"/home/tensor/mmdetection/mmdet/apis/inference.py", line 9, in <module>
from mmdet.core import get_classes
"/home/tensor/mmdetection/mmdet/core/__init__.py", line 6, in <module>
from .post_processing import *
# noqa: F401, F403
"/home/tensor/mmdetection/mmdet/core/post_processing/__init__.py", line 1, in <module>
from .bbox_nms import multiclass_nms
"/home/tensor/mmdetection/mmdet/core/post_processing/bbox_nms.py", line 3, in <module>
from mmdet.ops.nms import nms_wrapper
"/home/tensor/mmdetection/mmdet/ops/__init__.py", line 7, in <module>
from .roi_align import RoIAlign, roi_align
"/home/tensor/mmdetection/mmdet/ops/roi_align/__init__.py", line 1, in <module>
from .functions.roi_align import roi_align
"/home/tensor/mmdetection/mmdet/ops/roi_align/functions/roi_align.py", line 3, in <module>
from .. import roi_align_cuda
ImportError: /home/tensor/mmdetection/mmdet/ops/roi_align/roi_align_cuda.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __THCudaCheck
| 0.723037 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/Users/jmb/depots/p4/.virtualenv/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 872, in _decrypt_signature
video_id, player_url, len(s)
"/Users/jmb/depots/p4/.virtualenv/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 374, in _extract_signature_function
res = self._parse_sig_js(code)
"/Users/jmb/depots/p4/.virtualenv/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 442, in _parse_sig_js
u'Initial JS player signature function name')
"/Users/jmb/depots/p4/.virtualenv/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 377, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 158, in extract
return self._real_extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1517, in _real_extract
r'<h1 class="pl-header-title">(.*?)</h1>', page, u'title')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 366, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract title; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | 0.827563 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\Rui\AppData\Local\Temp\pip-5lr0w63j-build\setup.py", line 61, in <module>
setup_package()
"C:\Users\Rui\AppData\Local\Temp\pip-5lr0w63j-build\setup.py", line 54, in setup_package
package_data={model_name: list_files(model_dir)},
"C:\Users\Rui\AppData\Local\Temp\pip-5lr0w63j-build\setup.py", line 30, in list_files
output = [p.split('/', 1)[1] for p in paths]
"C:\Users\Rui\AppData\Local\Temp\pip-5lr0w63j-build\setup.py", line 30, in <listcomp>
output = [p.split('/', 1)[1] for p in paths]
IndexError: list index out of range
| Traceback (most recent call last):
"site-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks
"site-packages/lbrynet/core/HTTPBlobDownloader.py", line 114, in download_stream
IndexError: list index out of range
| 0.697559 |
Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'datashader'
| Traceback (most recent call last):
"<string>", line 2, in <module>
ModuleNotFoundError: No module named 'win32com'
| 0.9157 |
Traceback (most recent call last):
"/tmp/pip-install-jfkl8bt_/horovod/setup.py", line 54, in check_tf_version
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):
"/build/errbot-5.0.1/errbot/backends/slack.py", line 28, in <module>
from slackclient import SlackClient
ImportError: No module named 'slackclient'
| 0.735552 |
Traceback (most recent call last):
"motion_imitate.py", line 10, in <module>
"e:\projects\iperdance\ipercore\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"iPERCore\services\run_imitator.py", line 5, in <module>
"e:\projects\iperdance\ipercore\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"iPERCore\services\preprocess.py", line 7, in <module>
"e:\projects\iperdance\ipercore\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"iPERCore\tools\human_digitalizer\deformers\__init__.py", line 5, in <module>
"e:\projects\iperdance\ipercore\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"iPERCore\tools\human_digitalizer\deformers\clothlinks_deformer.py", line 7, in <module>
"e:\projects\iperdance\ipercore\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"iPERCore\tools\human_digitalizer\deformers\link_utils.py", line 11, in <module>
"e:\projects\iperdance\ipercore\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"scipy\__init__.py", line 159, in <module>
"e:\projects\iperdance\ipercore\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"scipy\fft\__init__.py", line 79, in <module>
"e:\projects\iperdance\ipercore\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"scipy\fft\_helper.py", line 3, in <module>
"e:\projects\iperdance\ipercore\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"scipy\fft\_pocketfft\__init__.py", line 3, in <module>
"e:\projects\iperdance\ipercore\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"scipy\fft\_pocketfft\basic.py", line 6, in <module>
ImportError: DLL load failed while importing pypocketfft: The paging file is too small for this operation to complete.
| _Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named 'got3'__
| 0.713979 |
Traceback (most recent call last):
"dqn_cartpole.py", line 58, in <module>
json.dump(history.history, f)
"/home/imran/PycharmProjects/k/.k/lib/python3.5/site-packages/simplejson/__init__.py", line 278, in dump
for chunk in iterable:
"/home/imran/PycharmProjects/k/.k/lib/python3.5/site-packages/simplejson/encoder.py", line 696, in _iterencode
for chunk in _iterencode_dict(o, _current_indent_level):
"/home/imran/PycharmProjects/k/.k/lib/python3.5/site-packages/simplejson/encoder.py", line 652, in _iterencode_dict
for chunk in chunks:
"/home/imran/PycharmProjects/k/.k/lib/python3.5/site-packages/simplejson/encoder.py", line 531, in _iterencode_list
for chunk in chunks:
"/home/imran/PycharmProjects/k/.k/lib/python3.5/site-packages/simplejson/encoder.py", line 716, in _iterencode
o = _default(o)
"/home/imran/PycharmProjects/k/.k/lib/python3.5/site-packages/simplejson/encoder.py", line 273, in default
o.__class__.__name__)
TypeError: Object of type int64 is not JSON serializable
| Traceback (most recent call last):
"convert.py", line 63, in <module>
main()
"convert.py", line 52, in main
graph_exec_data.save(OUTPUT_DIR)
"/Users/hidaka/miljs/mil-web-dnn/mil-web-dnn/src/graph_builder/backend/fallback/generator.py", line 54, in save
json.dump(self.descriptor, f, indent=2)
"/Users/hidaka/miljs/mil-web-dnn/mil-web-dnn/src/graph_builder/util/json/json.py", line 21, in dump
original_dump(*args, cls=cls, **kwargs)
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/__init__.py", line 179, in dump
for chunk in iterable:
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/encoder.py", line 438, in _iterencode
yield from _iterencode(o, _current_indent_level)
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/encoder.py", line 430, in _iterencode
yield from _iterencode_dict(o, _current_indent_level)
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/encoder.py", line 404, in _iterencode_dict
yield from chunks
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/encoder.py", line 325, in _iterencode_list
yield from chunks
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/encoder.py", line 438, in _iterencode
yield from _iterencode(o, _current_indent_level)
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/encoder.py", line 430, in _iterencode
yield from _iterencode_dict(o, _current_indent_level)
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/encoder.py", line 404, in _iterencode_dict
yield from chunks
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/encoder.py", line 404, in _iterencode_dict
yield from chunks
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/encoder.py", line 437, in _iterencode
o = _default(o)
"/Users/hidaka/miljs/mil-web-dnn/mil-web-dnn/src/graph_builder/util/json/json.py", line 17, in default
return JSONEncoder.default(self, obj)
"/Users/hidaka/.pyenv/versions/3.6.0/lib/python3.6/json/encoder.py", line 180, in default
o.__class__.__name__)
TypeError: Object of type 'int64' is not JSON serializable
| 0.872114 |
Traceback (most recent call last):
"test.py", line 99, in <module>
test(testing_db, args.split, args.testiter, args.debug, args.suffix)
"test.py", line 61, in test
testing(db, nnet, result_dir, debug=debug)
"/home/dc2-user/CornerNet-master/test/coco.py", line 204, in testing
return globals()[system_configs.sampling_function](db, nnet, result_dir, debug=debug)
"/home/dc2-user/CornerNet-master/test/coco.py", line 77, in kp_detection
height, width = image.shape[0:2]
AttributeError: 'NoneType' object has no attribute 'shape'
| Traceback (most recent call last):
"/home/lk/Development/open_source/elizabeth/app.py", line 5, in <module>
print(Numbers())
"/home/lk/Development/open_source/elizabeth/elizabeth/core/providers.py", line 79, in __str__
locale_info(self.locale)
"/home/lk/Development/open_source/elizabeth/elizabeth/utils.py", line 30, in locale_info
locale = locale.lower()
AttributeError: 'NoneType' object has no attribute 'lower'
| 0.712006 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/homeassistant/scripts/check_config.py", line 206, in check
async_check_ha_config_file(hass)
"/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
"/usr/local/lib/python3.7/site-packages/homeassistant/helpers/check_config.py", line 97, in async_check_ha_config_file
hass, config, core_config.get(CONF_PACKAGES, {}), _pack_error
"/usr/local/lib/python3.7/site-packages/homeassistant/config.py", line 637, in merge_packages_config
component = integration.get_component()
"/usr/local/lib/python3.7/site-packages/homeassistant/loader.py", line 223, in get_component
cache[self.domain] = importlib.import_module(self.pkg_path)
"/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/homeassistant/components/cloud/__init__.py", line 4, in <module>
from hass_nabucasa import Cloud
"/usr/local/lib/python3.7/site-packages/hass_nabucasa/__init__.py", line 11, in <module>
from .client import CloudClient
"/usr/local/lib/python3.7/site-packages/hass_nabucasa/client.py", line 15, in <module>
class CloudClient:
"/usr/local/lib/python3.7/site-packages/hass_nabucasa/client.py", line 34, in CloudClient
def aiohttp_runner(self) -> aiohttp.web.AppRunner:
AttributeError: module 'aiohttp' has no attribute 'web'
| Traceback (most recent call last):
"train.py", line 17, in <module>
import tensorlayer as tl
"E:\Anaconda3\lib\site-packages\tensorlayer\__init__.py", line 47, in <module>
from tensorlayer import initializers
"E:\Anaconda3\lib\site-packages\tensorlayer\initializers.py", line 7, in <module>
from tensorlayer.layers.core import LayersConfig
"E:\Anaconda3\lib\site-packages\tensorlayer\layers\__init__.py", line 12, in <module>
from .activation import *
"E:\Anaconda3\lib\site-packages\tensorlayer\layers\activation.py", line 6, in <module>
from tensorlayer.layers.core import Layer
"E:\Anaconda3\lib\site-packages\tensorlayer\layers\core.py", line 39, in <module>
TF_GRAPHKEYS_VARIABLES = tf.GraphKeys.GLOBAL_VARIABLES
AttributeError: module 'tensorflow' has no attribute 'GraphKeys'
| 0.694498 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.