You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Willingness to contribute
Yes. I can contribute a fix for this bug independently.
Feathr version
1.0.0
System information
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 ReactThe text was updated successfully, but these errors were encountered: