-
Notifications
You must be signed in to change notification settings - Fork 66
Error on installation #32
Comments
I assume you're on Windows? Looks like this issue pypa/setuptools#1459 |
Hello, thanks for your answer. I am using Ubuntu 18. |
I have the same problem and I'm on Windows. What can I do to solve it? |
I have the same problem and I'm on Ubuntu16.04. What can I do to solve it? Thx a lot! |
I'm on Ubuntu16.04 and came across the same problem. The following method works for me.
open setup.py and replace
with
then in cmd line run:
(in cmd, activate your venv and cd to where the setup.py is before running the command) reference: ranaroussi/qtpylib#141 |
I am on Windows 10 and python 3.7.7. In addition to henry87653's comment, in setup.py I also had to replace
with
Without that change, "python setup.py install" would use aiohttp-4.0.0a1 in my case, resulting in "TypeError: Only async functions are allowed as web-handlers" when running sumo_web3d.py. |
change described in sidewalklabs#32 reverted back to original.
I could manage to install with both changes in setup.py suggested by henry87653 and bstouten |
Im getting this error on on pip install sumo web3d. Thanks!
The text was updated successfully, but these errors were encountered: