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

setuptools>=58 breaks support for use_2to3. Causing pyhash installation failures #59

Open
rathnaviraj opened this issue Mar 9, 2022 · 2 comments

Comments

@rathnaviraj
Copy link

Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
[91m  error: subprocess-exited-with-error
        × python setup.py egg_info did not run successfully.
                  │ exit code: 1
                  ╰─> [1 lines of output]
        error in pyhash setup command: use_2to3 is invalid.
        [end of output]
@sun123-cmd
Copy link

I met the same problem as yours.It seems that the developer hasn' t solved this bug until now. I wonder whether you have fixed this problem?

@Janosch
Copy link

Janosch commented Feb 27, 2024

@sun123-cmd The issue is fixed on master, but not in the latest release, 0.9.3. Therefore, installing directly from master should fix your problem:

pip install git+https://github.com/flier/pyfasthash.git

See also this thread on SO.

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

3 participants