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

Make test error #26

Open
JefferFoo opened this issue Apr 14, 2024 · 0 comments
Open

Make test error #26

JefferFoo opened this issue Apr 14, 2024 · 0 comments

Comments

@JefferFoo
Copy link

~/signalAlign$ pip install serviceCourse
ERROR: Could not find a version that satisfies the requirement serviceCourse (from versions: none)
ERROR: No matching distribution found for serviceCourse
~/signalAlign$ make test
#cd .//bin && ./signalAlignLibTests
cd .//bin && ./testSignalAlign
Traceback (most recent call last):
  File "~/signalAlign/bin/./testSignalAlign", line 11, in <module>
    from alignmentAnalysisLib import get_first_sequence
  File "~/signalAlign/bin/alignmentAnalysisLib.py", line 8, in <module>
    from serviceCourse.parsers import read_fasta
ModuleNotFoundError: No module named 'serviceCourse'
make: *** [Makefile:40: test] Error 1
~/signalAlign$` pip install serviceCourse
ERROR: Could not find a version that satisfies the requirement serviceCourse (from versions: none)
ERROR: No matching distribution found for serviceCourse

what should I do?

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

1 participant