-
Notifications
You must be signed in to change notification settings - Fork 84
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
PyPA recommendations #2
Comments
Thank you very much for your kind comment. I must say I have no time to dedicate to this package, which my understanding of it's inner works is out of my current scope... Also, I didn't write this package, I merely revived it from some dark corner from the internet where I found it. There is a fork a bit more cleaned up here: There are many many problems with this package. Which at the time I worked on this was not working, but it seems it has advanced a lot! @victorlei has also prepared it for packaging :) So yeah, thanks again for your comment and if you are interested in using this kind of package I hope the extra info is useful for you. |
Hi, @nils-werner @awesomebytes , For this package to be maintained I did as you said, but it still doesn't work. I created a gitignore file with *.pyc but the error is still the same:
TimNemo:libermate Tim$ python libermate.py FunctionTim/declusterization2.m Opening File FunctionTim/declusterization2.m |
Don't use this package, hasn't been touched in ages. Go for |
@awesomebytes I have already tried to use smop from victorlei but I have an error from the beginning that I can't fix. Can you see this question victorlei/smop#132 please ? |
In order for your package to be useful for others you should really refactor your project structure to be in line with the PyPA recommendations so it can be installed using pip:
libermate
subdirectorysetup.py
file that declares all dependencies.pyc
filesThe text was updated successfully, but these errors were encountered: