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

pip install issue #6

Closed
tomsilver opened this issue Sep 29, 2020 · 4 comments · Fixed by #7
Closed

pip install issue #6

tomsilver opened this issue Sep 29, 2020 · 4 comments · Fixed by #7

Comments

@tomsilver
Copy link
Contributor

Thanks very much for this extremely useful package!

I wanted to flag a minor issue with pip install pyperplan. Installing the package in this way seems to add the contents of src/ directly to the installation directory (e.g. site-packages). So for example, rather than having a pyperplan directory in my site package, I have a heuristics directory, a pddl directory, etc.

This causes conflicts if I am using pyperplan within a project that has files or directories with the names heuristics, pddl, etc.

@jendrikseipp
Copy link
Contributor

Thanks for reporting this! We're looking into it.

@jendrikseipp
Copy link
Contributor

I just pushed a fix. Could you please test this by doing python3 -m pip install git+https://github.com/aibasel/pyperplan.git?

@tomsilver
Copy link
Contributor Author

@jendrikseipp thanks for the quick turnaround! I tested that command and it seems to have fixed the issue. Thanks again.

@jendrikseipp
Copy link
Contributor

Nice, thanks for testing!

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 a pull request may close this issue.

2 participants