vuer-ai / vuer

Vuer is a 3D visualization tool for robotics and VR applications.
https://docs.vuer.ai
MIT License
153 stars 4 forks source link

Fixing aiohttp dependency version #31

Open Mnzs1701 opened 3 weeks ago

Mnzs1701 commented 3 weeks ago

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.