-
Notifications
You must be signed in to change notification settings - Fork 9
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
error at higlass-manage installation with pip #87
Comments
I forgot to point out that I tried this in Windows cmd. |
I'm facing same problem. |
@smitkadvani are you also on Windows? |
I'm on macM2 |
Facing the same issue. On windows. |
Same issue on Windows. The problem generating this specific error is that one of higlass-manage's dependencies, pybbi, relies on the os.uname method which is only available on certain flavors of linux. This issue still results when I try to install pybbi either independently via pip or when I try to build it from source. |
Hi, I am facing the same problem on Windows, @bskubi did you manage to solve the problem ? Thank you |
@jouvrard05 I didn't, unfortunately. I can use HiGlass on my linux desktop and static images can be created using the cooltools library so that's what I'm resorting to for now. |
@jouvrard05 I tried a few things (dockerizing higlass-manage, using WSL) but the only thing that worked was straight-up dual booting linux (Ubuntu) and running higlass-manage that way. Fortunately it works just fine that way and I'd been meaning to anyway! Note that whatever pip pulls down when you run I also had to do a few additional steps not described in the installation instructions:
|
Hello, I have tried to install higlass-manage with pip:
$ C:\Users\Bert\Desktop\AFA25_166_micro-C>pip install higlass-manage
and this error showed up:
Do I lack something in my environment or is it a version problem or...?
Thank you very much.
The text was updated successfully, but these errors were encountered: