mikekatz04 / BBHx

GNU General Public License v3.0
19 stars 16 forks source link

Not pip installable yet #13

Closed snwnde closed 2 months ago

snwnde commented 6 months ago

This commit https://github.com/mikekatz04/BBHx/commit/01c54a579a0dd55234fea1a1bebdb966fe9e0b6c moves some copy scripts into scripts/prebuild.py but they are somehow not run during the building despite the declaration in MANIFEST.in. As such, the installer complains

 ValueError: 'src/phenomhm_cpu.pyx' doesn't match any files
mikekatz04 commented 2 months ago

If installing from source, run scripts/prebuild.py before installing. It is now pip installable from pypi. If this remains and issue, reopen it.