Skip to content

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

@devdoer3

Description

@devdoer3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions