-
Notifications
You must be signed in to change notification settings - Fork 41
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
Comments
Thanks for reporting this! We're looking into it. |
I just pushed a fix. Could you please test this by doing |
@jendrikseipp thanks for the quick turnaround! I tested that command and it seems to have fixed the issue. Thanks again. |
Nice, thanks for testing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ofsrc/
directly to the installation directory (e.g.site-packages
). So for example, rather than having apyperplan
directory in my site package, I have aheuristics
directory, apddl
directory, etc.This causes conflicts if I am using pyperplan within a project that has files or directories with the names
heuristics
,pddl
, etc.The text was updated successfully, but these errors were encountered: