-
Notifications
You must be signed in to change notification settings - Fork 6
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
Log folder created in installation folder #26
Comments
Looks like there is a relevant commit (7a0e671) which might solve this, my error was with the version on PyPI which hasn't been released since. |
Hi, thanks, chris |
Pushed a release candidate 2.0.1rc4 to PyPI. After a bit more testing will do a formal release. |
2.0.1 has been released with fix to PyPI. Closing ticket, please reopen if there is still an issue. I noticed there is an ndex2-dev and ndex2-performance repo that are almost identical to the ndex2 repo. Going to probably deprecate these repos since they are confusing. If a release of this fix to those repos is needed please let me know. |
The code here: https://github.com/ndexbio/ndex2-client/blob/master/ndex2/__init__.py#L19-L23
attempts to make a
logs
directory within the package folder. This doesn't work if the package is installed in a folder (e.g. with sudo pip install) for which the user doesn't normally have write permission. This led me to a situation where I can't import the package due to the folder creation erroring. Is there some way to change this behavior?The text was updated successfully, but these errors were encountered: