-
Notifications
You must be signed in to change notification settings - Fork 3
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
Missing CmakeList pip install #4
Comments
Sorry about this, I'd generally focused on conda and forgotten that pip was still supported too. I have just updated the version on PyPI to the current v1.1.0. Let me know if this fixes the issue |
Is still not working. Could you fix the issue? |
Hi, Is there a reason why the conda install doesn't work for you? As an alternative building from source with If you are unable to use conda at all, but have seqan3 installed elsewhere, I think you will have to modify these lines in the CMakeLists.txt to something like:
|
pip install unitig-caller
:Gives;
So the error seems to be
CMake Error: The source directory "/tmp/pip-install-n2vbq5l2/unitig-caller" does not appear to contain CMakeLists.txt.
The bioconda installation works fine thoughThe text was updated successfully, but these errors were encountered: