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

[BUG] failed to install by using pip install feathr on windows #1229

Open
1 of 4 tasks
devdoer3 opened this issue Feb 6, 2024 · 0 comments
Open
1 of 4 tasks

[BUG] failed to install by using pip install feathr on windows #1229

devdoer3 opened this issue Feb 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@devdoer3
Copy link

devdoer3 commented Feb 6, 2024

Willingness to contribute

Yes. I can contribute a fix for this bug independently.

Feathr version

1.0.0

System information

  • OS Platform and Distribution: Windows 11
  • Python version: python 3.11

Describe the problem

when install feathr on windows by "pip install feathr", the terminal reports the follown error:

File "C:\Users\jerry\AppData\Local\Temp\pip-build-env-lkv1wqe0\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]
So, Why rely on the absolute path of another user?

Tracking information

No response

Code to reproduce bug

No response

What component(s) does this bug affect?

  • Python Client: This is the client users use to interact with most of our API. Mostly written in Python.
  • Computation Engine: The computation engine that execute the actual feature join and generation work. Mostly in Scala and Spark.
  • Feature Registry API: The frontend API layer supports SQL, Purview(Atlas) as storage. The API layer is in Python(FAST API)
  • Feature Registry Web UI: The Web UI for feature registry. Written in React
@devdoer3 devdoer3 added the bug Something isn't working label Feb 6, 2024
@devdoer3 devdoer3 changed the title [BUG] failed to install by using pip install feathr [BUG] failed to install by using pip install feathr on windows Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant