-
Notifications
You must be signed in to change notification settings - Fork 932
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
Dependency Issue in example - Vertical FL #4722
Comments
Oh I was able to successfully install
If I change the numpy dependency to >=1.24.4 instead of ==1.24.4, Kindly tell if this is a valid fix? |
Hi @TheVidz, thanks for opening the issue. This issue arises because until recently flower had to use If you have time, could you open a PR with that fix? I think the same will be needed for the |
Sure, I will open a PR removing the |
Closing, many thanks once more for the fix! |
Describe the bug
There is a dependency conflict in the example for 'vertical-fl'. The following error is received on
![Screenshot from 2024-12-16 23-41-55](https://private-user-images.githubusercontent.com/34510012/396221982-3506061a-5481-422b-b292-6deffd4e83d4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjY2ODQsIm5iZiI6MTczOTI2NjM4NCwicGF0aCI6Ii8zNDUxMDAxMi8zOTYyMjE5ODItMzUwNjA2MWEtNTQ4MS00MjJiLWIyOTItNmRlZmZkNGU4M2Q0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA5MzMwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTExNzNlMTc2MzY1OTRmOTFlYzExMmM5N2ZmNjNlYTkwZDg4OWY4ZWVhY2I3Y2E2MTE3NjUxNDA5ODhlNGI3NmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3u7s0McCgquxZ0fiT6VhDkhaawbghTRORidhpo9bNcQ)
pip install -e .
Steps/Code to Reproduce
After following the steps given in README of vertical-fl:
Start by cloning the example project:
This will create a new directory called vertical-fl with the following structure: following files:
Install dependencies and project
Install the dependencies defined in pyproject.toml as well as the mlxexample package.
pip install -e .
Expected Results
The result expected is that The required packages are installed.
But here encountered dependency conflict.
Actual Results
The following error is encountered:
The text was updated successfully, but these errors were encountered: