SPADE for sequnces

How can I install SPADE for sequence analysis in my replit environment?

Hi @GeorgeKoutelaki !
What programming language are you using?

I use python language.

Hi @GeorgeKoutelaki !
Can you try entering pip install sequence into the Shell?
Hope this helps!

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.

Hi @GeorgeKoutelaki !
Can you try entering pip install pysequence into the Shell?

~/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

@GeorgeKoutelaki how about just… pip install sequence, like Nate originally said

The result is the same as the above.

sequence is another package with different functions. I want to handle event sequences.