Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

代码在windows平台无法运行 #20

Open
WandererCH opened this issue Feb 11, 2022 · 0 comments
Open

代码在windows平台无法运行 #20

WandererCH opened this issue Feb 11, 2022 · 0 comments

Comments

@WandererCH
Copy link

run test.py 报错,信息如下

spa\test.py", line 4, in
from spa.feature_extraction import ChiSquare

File "F:\anaconda\lib\site-packages\spa_init_.py", line 4, in
from spa.utils import run

File "F:\anaconda\lib\site-packages\spa\utils.py", line 5, in
from gunicorn.app.base import Application as GunicornApplication

File "F:\anaconda\lib\site-packages\gunicorn\app\base.py", line 11, in
from gunicorn import util

File "F:\anaconda\lib\site-packages\gunicorn\util.py", line 8, in
import fcntl

ModuleNotFoundError: No module named 'fcntl'

windows平台似乎没有fcntl模块

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant