How can I install SPADE for sequence analysis in my replit environment?
I use python language.
It is the first I have tried without success:
~/Python$ pip install pySequence
Looking in indexes: https://package-proxy.replit.com/pypi/simple/
ERROR: Could not find a version that satisfies the requirement pySequence (from versions: none)
ERROR: No matching distribution found for pySequence
~/Python$
sequence is another package with different functions. I want to handle event sequences.
~/Python$ pip install pySequence
Looking in indexes: https://package-proxy.replit.com/pypi/simple/
ERROR: Could not find a version that satisfies the requirement pySequence (from versions: none)
ERROR: No matching distribution found for pySequence
~/Python$
What if you make it all lowercase?
pysequence
The result is the same as the above.
sequence is another package with different functions. I want to handle event sequences.