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

os.getLogin() function breaks seurat.py #250

Open
RoganGrant opened this issue Aug 3, 2022 · 2 comments
Open

os.getLogin() function breaks seurat.py #250

RoganGrant opened this issue Aug 3, 2022 · 2 comments

Comments

@RoganGrant
Copy link

First of all, thank you for this package. It is an essential tool for open science and a serious workhorse for us.

I am currently trying to generate a cellbrowser object from a seurat RDS. However when I run the cbImportSeurat function, it invariably returns the error

OSError: [Errno 6] No such device or address

This appears to result from line 433 of the seurat.py script due to os.getLogin(). This appears to be more of an os issue than anything related to cellbrowser. Indeed, if I run os.getLogin() on the python command line within my current environment I get the same error. Should I try to install glibc on our cluster? Alternatively, would it be possible to substitute this for an equivalent function in a future version?

Thanks for your help!

@maximilianh
Copy link
Owner

maximilianh commented Aug 3, 2022 via email

@RoganGrant
Copy link
Author

Wow, thank you for the fast response! Yes I can do that.

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

No branches or pull requests

2 participants