Closed MichaelScript closed 6 years ago
Confirmed this is an issue, looking into it, thanks for the report!
I'm reproducing this in a docker container (python:latest
) using pip install pymagnitude
. The first install fails with the same error...but the second install succeeds. Might be worth trying as a temporary fix as I work to resolve this.
I believe it was caused by me trying to force an upgrade of the local pip
in the installer. If your pip
needed to be updated, it would fail the install as it was screwing with pip
's files as it was using them for the pymagnitude
install. Once it was updated, it would succeed (which is why it works on the second try). I just removed the code for that requirement, the CI/CD runners are building that fix on 0.1.52, which I'll verify fixes it with pip
once its out.
Thanks for the report!
Hi,
It seems like during the v1.3.5 release when you moved the installation files it broke pip installing
I've tried both in a docker container running debian jessie as well as on my mac.
Steps to reproduce:
Error:
I believe the problem is with the python package file move, the solution would most likely to be to move it back to where it was originally or edit the package config file (I forget).
Thank you for making such an awesome project.