muscbridge / PyDesigner

A hands-free DTI, DKI, FBI and FBWM preprocessing pipeline. Information on algorithms and preprocessing steps are available at https://www.biorxiv.org/content/10.1101/2021.10.20.465189v1 A video tutorial on PyDesigner and its usage is now available at https://www.youtube.com/watch?v=mChQFuQqX3k
https://pydesigner.readthedocs.io/en/latest/
Other
20 stars 6 forks source link

PyDesigner no longer on pypi #324

Open rf2485 opened 4 weeks ago

rf2485 commented 4 weeks ago

Describe the Issue

PyDesigner-DWI is no longer available on pypi. This means pip install no longer works.

Issue Reproduction

Running "pip install PyDesigner-DWI" results in the following error: "ERROR: Could not find a version that satisfies the requirement PyDesigner-DWI (from versions: none) ERROR: No matching distribution found for PyDesigner-DWI"

Pointing a browser to https://pypi.org/project/PyDesigner-DWI/ results in the following message: "We looked everywhere but couldn't find this page Error code 404"

Supplemental Information

This issue persists in Apple Intel Core i5 Sonoma 14.5 and Red Hat Enterprise Linux 8.6. Apple Silicon does not support python 3.7.

TheJaeger commented 4 weeks ago

Hi @rf2485

We've reuploaded pydesigner to the PyPi repo. This version is tagged as 1.0.1 because version tags cannot be recycled. There are no functional or code changes between 1.0.0and 1.0.1. This will allow allow pip install PyDesigner-DWI to now work.