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

Dependency issue #7

Open
matthewsot opened this issue Nov 21, 2022 · 0 comments
Open

Dependency issue #7

matthewsot opened this issue Nov 21, 2022 · 0 comments
Assignees

Comments

@matthewsot
Copy link
Contributor

matthewsot commented Nov 21, 2022

shgao@ucdavis.edu has pointed out that a na"ive python3 -m pip install --user prdnn will fail because it depends on pysyrenn>=1.1, which has been yanked on PyPI.

This can be worked around by simply force-installing pysyrenn==1.1 first:

$ python3 -m pip install --user pysyrenn==1.1
$ python3 -m pip install --user prdnn

Ultimately, we should probably un-yank the 1.1 release from pysyrenn on PyPI. I think this is fine now as prdnn has been released, so people should be using that for patching/repair instead of the 1.0-only patching code in pysyrenn. If there are no objections to this, I will unyank it in a few days.

@matthewsot matthewsot self-assigned this Nov 21, 2022
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