Michael Gouzenfeld
Results
2
comments of
Michael Gouzenfeld
I have the same problem, while running this (the package resides in local folder): .\python.exe -m pip install -e wheel-0.41.1\ The same method works fine with flit_core: .\python.exe -m pip...
This one eventually worked: .\python -m pip install wheel-0.41.1.tar.gz -f flit_core-3.9.0.tar.gz --no-index --no-deps