You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thank you for your great contribution, however when installing vuer via
pip install vuer[all]
the installed version of aiohttp is3.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: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 to3.10.5
on installation.The text was updated successfully, but these errors were encountered: