I am getting following error while installing pyswmm. "error: package directory 'bin' does not exist"

43 Views Asked by At

I am getting following error while installing pyswmm. "error: package directory 'bin' does not exist"

`enter image description here

I tried to install pyswmm but getting error message.

1

There are 1 best solutions below

0
user21526732 On

I had the same problem when using python 3.10 from winpython.

The solution for me was to use python 3.9 that I had installed in anaconda environment.

I hope this can help you.