-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cluster setup for client fails on requirements install #34
Comments
I tried manually installing protobuf, and the error at the end changed to: ` ERROR: setuptools==39.0.1 is used in combination with setuptools_scm>=6.x
` |
Update since the latest commit to the
|
@tarockey thanks for trying out! Looks like for some reason it's not working. Can you try this command? I just verified with Python 3.8. |
@snowmanmsft It's still failing. How to install the feast SDK? |
@snowmanmsft tried the above command but the issue still exists with the SDK files. |
@nithinkanil1 @delta0123
Also I'm trying to fix the above issue for other python versions. Looks like it's a dependency issue. |
@snowmanmsft I tried to install using python 3.8. I am getting below mentioned error
|
hmm looks like you have some environment conflict. Do you mind creating a new python environment (with conda or virtual env) and give it another shot? |
@snowmanmsft I had followed below steps: and then edited test_featurestore.py with Ip address, but later when executed : python3 test_featurestore.py, got following error: Ip used: 10.10.151.15:6565 During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@snowmanmsft Traceback (most recent call last): =>and when tired executing python3 test_featurestore.py with (base) following error was displayed: Ip used: 10.10.151.7:6565 During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@delta0123 were you able to get it resolved? I mean ConnectionError? I'm facing this exact error |
When attempting to run the command
pip3 install "git+https://github.com/Azure/feast-azure.git#subdirecto ry=cluster/sdk/python"
on a new Azure Ubuntu VM, the pip install fails with the attached error messages.pip error.txt
.
The text was updated successfully, but these errors were encountered: