xpore icon indicating copy to clipboard operation
xpore copied to clipboard

Last version not available from pypi

Open a-slide opened this issue 4 years ago • 8 comments

Hi, I am trying to install the last version (xpore 0.5.6 ) from pip but I got an error message:

pip install xpore==0.5.6 
ERROR: Could not find a version that satisfies the requirement xpore==0.5.6 (from versions: 0.4.5, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4)
ERROR: No matching distribution found for xpore==0.5.6

I am not sure what is going on because I can see that the version is present on Pypi https://pypi.org/project/xpore/0.5.6/

Thanks

a-slide avatar Nov 25 '20 12:11 a-slide

Hi @a-slide,

What python version do you use? Can you try with Python3.8?

ploy-np avatar Nov 27 '20 08:11 ploy-np

I already tried with python 3.8.6 (in a container so not interference with anything else already installed)

a-slide avatar Nov 27 '20 09:11 a-slide

Can you also try with pip install xpore for now? It will install the latest version (0.5.6). I will have a look into the version related issue again.

ploy-np avatar Nov 27 '20 09:11 ploy-np

Thanks. Weirdly enough it worked. I am not sure what is the issue, but for reproducibility it would be nice to get to the bottom of it.

a-slide avatar Nov 27 '20 10:11 a-slide

I had to create env using python=3.8 for pip to install 0.5.6.

Would it be OK to update the readme for installation?

Also it be useful for others to include the '--signal-index' flag when describing how to prepare the eventalign data in the readocuments.

callumparr avatar Dec 20 '20 12:12 callumparr

Is the '--signal-index' actually required ?

a-slide avatar Dec 28 '20 16:12 a-slide

I do not know but it would not run if I did not generate eventalign with that during the nanopolish dataprep would not run. https://github.com/GoekeLab/xpore/issues/37 this issue seems to state you need to add this as well.

callumparr avatar Dec 29 '20 06:12 callumparr

Yes, --signal-index is required. Thanks, the document was updated.

ploy-np avatar Dec 30 '20 02:12 ploy-np