Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package_dir_install #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prabalp
Copy link

@prabalp prabalp commented Oct 29, 2021

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

@Valdoise
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants