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

python -m textblob.download_corpora not win32 error on valid python 3 #375

Open
progenysw opened this issue Mar 22, 2021 · 0 comments
Open

Comments

@progenysw
Copy link

raceback (most recent call last):
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 183, in run_module_as_main
mod_name, mod_spec, code = get_module_details(mod_name, Error)
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 109, in get_module_details
import(pkg_name)
File "C:\AA\dev\python\first\venv\lib\site-packages\textblob_init
.py", line 2, in
from .blob import TextBlob, Word, Sentence, Blobber, WordList
File "C:\AA\dev\python\first\venv\lib\site-packages\textblob\blob.py", line 28, in
import nltk
File "C:\AA\dev\python\first\venv\lib\site-packages\nltk_init
.py", line 128, in
from nltk.collocations import *
File "C:\AA\dev\python\first\venv\lib\site-packages\nltk\collocations.py", line 39, in
from nltk.metrics import (
File "C:\AA\dev\python\first\venv\lib\site-packages\nltk\metrics_init.py", line 16, in
from nltk.metrics.scores import (
File "C:\AA\dev\python\first\venv\lib\site-packages\nltk\metrics\scores.py", line 15, in
from scipy.stats.stats import betai
File "C:\AA\dev\python\first\venv\lib\site-packages\scipy_init.py", line 136, in
from . import distributor_init
File "C:\AA\dev\python\first\venv\lib\site-packages\scipy_distributor_init.py", line 61, in
WinDLL(os.path.abspath(filename))
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python37\lib\ctypes_init
.py", line 356, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 is not a valid Win32 application

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