SentimentPolarityAnalysis icon indicating copy to clipboard operation
SentimentPolarityAnalysis copied to clipboard

代码在windows平台无法运行

Open WandererCH opened this issue 3 years ago • 0 comments

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模块

WandererCH avatar Feb 11 '22 07:02 WandererCH