Hi, I noticed an installation error in parasail v1.2.2 that isn't present in v1.2.1.
I suspect the prebuilt executable hasn't been pushed to pypi.
The important lines of the error are:
running bdist_wheel
parasail/libparasail.so not found, attempting to build
Downloading latest parasail master
Unzipping parasail master archive
fixing executable bits after unzipping
Unable to find parasail configure script
Running pip install parasail==1.2.1 is an obvious workaround, but there are third-party libraries that depend on parasail==1.2, which would cause odd install error messages to users.
You might consider temporarily remove v1.2.2 from pypi until this issue is resolved.
Hi, I noticed an installation error in parasail v1.2.2 that isn't present in v1.2.1.
I suspect the prebuilt executable hasn't been pushed to pypi.
The important lines of the error are:
Running pip install parasail==1.2.1 is an obvious workaround, but there are third-party libraries that depend on
parasail==1.2, which would cause odd install error messages to users.You might consider temporarily remove v1.2.2 from pypi until this issue is resolved.