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

Unable to install in Ubuntu 22.04 with python 3.10 #174

Open
IgnasiLucas opened this issue Feb 23, 2023 · 2 comments
Open

Unable to install in Ubuntu 22.04 with python 3.10 #174

IgnasiLucas opened this issue Feb 23, 2023 · 2 comments

Comments

@IgnasiLucas
Copy link

IgnasiLucas commented Feb 23, 2023

The "configure" script complains that python version is lower than 3.5, which is clearly a mistake in the way versions are compared. I edited the configure script to bypass that error, and the configuration proceeded up to the following error:

checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
./configure: line 16872: syntax error near unexpected token `newline'
./configure: line 16872: ` '''
configure: error: ./configure failed for deps/jellyfish-2.2.0

@boegel
Copy link

boegel commented Feb 24, 2023

I'm hitting the exact same problems, but on RHEL8...

@boegel
Copy link

boegel commented Mar 13, 2023

gmarcais/Jellyfish#178 seems to be fixing this exact problem in Jellyfish, but I'm still getting the "syntax error near unexpected token" error even after applying that patch 🤔

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