ukfm icon indicating copy to clipboard operation
ukfm copied to clipboard

package_dir_install

Open prabalp opened this issue 3 years ago • 1 comments

The pip install . command does not install packages inside ukfm folder to install the we should use pip install . -vvv reference : https://stackoverflow.com/questions/50585246/pip-install-creates-only-the-dist-info-not-the-package

prabalp avatar Oct 29 '21 16:10 prabalp

For me, modification of the package parameter was required, based on your stackoverflow solution : packages=['ukfm', 'ukfm.geometry', 'ukfm.model', 'ukfm.ukf'] (setup.py, line 11)

Valdoise avatar Nov 18 '21 16:11 Valdoise