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

Installation Problems when using Python 3.12 and pip version 24.0 #52

Open
mxn271 opened this issue Mar 21, 2024 · 0 comments
Open

Installation Problems when using Python 3.12 and pip version 24.0 #52

mxn271 opened this issue Mar 21, 2024 · 0 comments

Comments

@mxn271
Copy link

mxn271 commented Mar 21, 2024

I am using Python 3.12, pip version 24.0 and setuptools version 69.2.0. The setup.py file given with the package does not work as the .egg files are deprecated. These is a discussion about this at pypa/pip#12297. I have tried not to use the setup.py and instead use "pip install" but I get this error: File "C:\Users\username\AppData\Local\Temp\pip-build-env-1u7gh_7i\overlay
\Lib\site-packages\setuptools_distutils\util.py", line 139, in convert_path
raise ValueError("path '%s' cannot be absolute" % pathname)
ValueError: path '/home/esabellico/workspace/confluent-kafka-python-sdist/
LICENSE.txt' cannot be absolute
[end of output]
I have gone inside of util.py file but it is hard to follow exactly what is going on and why installation terminates. I have spent two full days trying to install this but have not had any luck. All feedback, fixes, updates, or suggestions are hightly appreciated. Thanks.

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