-
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
higlass-manage start > SyntaxError: invalid syntax #69
Comments
Hey, can you try with Python version 3.6 or greater? The problem is the f-strings which were introduced in Python 3.6. |
I tried but:
It seems that
|
Looks like you need to install the Python development libraries: https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory How are you creating your python environments? I've had good success with using conda. |
I am on ubuntu16.04 and I have few python version installed and i can change the default version*:
Sorry I am a rookie and I don't understand what you are asking about python environment. Now I need a dev version of python? |
There's a few different ways of managing your python 'environment'. My favorite right now is conda. Maybe you could take a look at this tutorial https://docs.conda.io/en/latest/miniconda.html and set up a conda environment and we can go from there. It should be a matter of doing the following to install miniconda:
And then the following to create the environment:
And finally, to install higlass-manage:
|
Thank you, I learn something. So I did it with miniconda and I activate "myenv" with python3.7
|
Have you configured Docker to run without sudo access? Take a look here for an example of how to do so: https://docs.docker.com/engine/install/linux-postinstall/ |
I did not.
Now I can run Docker without sudo access.
|
Oh, I think that's because your
|
My Those commands don't change anything:
Should it launch the software, because I don't see anything?
However datas are on different volume
I think I am missing something obvious for regular user... |
When running |
Still the sames exits codes.
|
The redis error message shouldn't matter. So just to confirm, if you do this:
You get the same error? |
Sorry I did not read it properly:
|
Alright! We're making progress :-)
|
OMG it works! Thank you so much for your help. I couldn't have found the solution on my own, it was hard^^ |
Cool, thank you for your patience and help in getting the issues resolved :-) |
This solve my issue too. Is higlass-python a required dependency? This critical solution is not written in the readme. |
Also solved #38 |
this solver my issue #83 too, thanks!! |
Hi,
I installed Docker
version 19.03.14, build 5eb3275d40
and used pipversion 20.3.1
from pythonversion 3.5
to install higlass-manage.But nothing is working:
higlass-manage start
higlass-manage view hic-resolutions.cool
Any idea?
Tkanks
The text was updated successfully, but these errors were encountered: