gpt4 book ai didi

python - linux python3错误; "OSError [Errno 98]"或 "The kernel process exited. (0)"

转载 作者:太空宇宙 更新时间:2023-11-04 12:13:37 24 4
gpt4 key购买 nike

我使用名为 pyzo 的 python IDE 并使用 miniconda 解释器。

我导入了 flask_restful 模块。

导入的模块如下:

    from datetime import datetime
import hashlib as hasher
from flask import Flask
from flask_restful import reqparse, abort, Api, Resource

当我导入和使用 flask_restful 模块时,我得到了这个错误:

    Traceback (most recent call last):
File "/home/taylor/Documents/Python_codes/ofyp_blockchain.py", line 130, in <module>
app.run(debug=True)
File "/home/taylor/miniconda3/lib/python3.5/site-packages/flask/app.py", line 841, in run
run_simple(host, port, self, **options)
File "/home/taylor/miniconda3/lib/python3.5/site-packages/werkzeug/serving.py", line 795, in run_simple
s.bind(get_sockaddr(hostname, port, address_family))
OSError: [Errno 98] Address already in use

因此,我输入“netstat -tulpn”并终止了 python3 和 python 程序进程。然后我收到以下错误:

    GLib-GIO-Message: Using the 'memory' GSettings backend.
Your settings will not be saved or shared with other applications.

The kernel process exited. (0)

所以..我尝试了“$ export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/”命令,但我又遇到了 OSError(Errno 98)。

我能做什么?

最佳答案

须藤 lsof -t -i tcp:8000 | xargs kill -9

端口号 = 8000

你需要杀死已经运行的端口

关于python - linux python3错误; "OSError [Errno 98]"或 "The kernel process exited. (0)",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48061631/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com