We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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模块
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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模块
The text was updated successfully, but these errors were encountered: