Open lebedov opened 3 months ago
Per the PR I submitted, I just updated the required wheel version in pyproject.toml and installed from my local source directory. Perhaps the old version of wheel is still present on your system; try uninstalling and reinstalling wheel, then install from source with my modification applied.
This issue still happens to me both in Windows 10 and Ubuntu.
The version of wheel required by gap-stat for installation (0.31.1) doesn't seem to contain the module wheel.wheelfile; this breaks installation via pip.
Updating the required wheel version to a more recent release seems to fix the problem. Will submit PR.