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

Fixing aiohttp dependency version #31

Open
Mnzs1701 opened this issue Oct 30, 2024 · 0 comments
Open

Fixing aiohttp dependency version #31

Mnzs1701 opened this issue Oct 30, 2024 · 0 comments

Comments

@Mnzs1701
Copy link

Thank you for your great contribution, however when installing vuer via pip install vuer[all] the installed version of aiohttp is 3.10.10 however this version seems to give a blank output (no resulting mesh) in the renderer with the only error appearing in terminal as:

Traceback (most recent call last):
File "python3.8/site-packages/aiohttp/web_protocol.py", line 653, in finish_response
    prepare_meth = resp.prepare
AttributeError: 'NoneType' object has no attribute 'prepare'

This error does not show up if using pip install aiohttp==3.10.5 or previous versions. It would be great if the version was fixed to 3.10.5 on installation.

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