-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 crashes on aiohttp import #276
Comments
could you try to find and remove this file "aiohttp_multidict.pyd" and then try again |
well i deleted my anaconda completely, reinstalled python without anaconda, now aiohttp works. However, i usually encounter this problem when using aiohttp: 'Attempt to decode JSON with unexpected mimetype'. |
This happens when you tries to read JSON from the response that didn't announce that it actually contains JSON data. That's not an error, but a warning to alert you that data here suddenly may not be a valid JSON. |
I also seem to have this problem for Anaconda with python 3.4. Not sure how to debug it to see what the issue is. The problem seems to lie in the cython compiled extensions. I am not sure why its not working though. |
I downloaded the devel version and ran setup build then copied the built files into site-packages and now it works. Mystical stuff I guess. |
Looks like we need deploy Windows 32 and 64 bit wheels. On Wed, Apr 22, 2015 at 6:03 PM, Arttii notifications@github.com wrote:
Thanks, |
I installed aiohttp (and also chardet, cython as required):
Whenever i try to import aiohttp python crashes without any output in cmd:
I tried to uninstall and reinstall everything, tried to install with different installers, but without success.
Can you, please, help?
The text was updated successfully, but these errors were encountered: