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

Update environment setup instructions and YAML #336

Open
wants to merge 1 commit into
base: foundations-of-private-computation
Choose a base branch
from

Conversation

nigoshh
Copy link

@nigoshh nigoshh commented May 22, 2021

Description

The PySyft repository structure has recently been changed;
as a result, installing syft requires a different command now.
Other requirements in the YAML file have been changed
to be consistent with the setup script for syft;
pip was installing different versions of some packages,
uninstalling the versions just installed by conda.
This was not only superfluous,
it also generated an error for one package (flask).

Affected Dependencies

None.

How has this been tested?

This has been tested by running
conda env create -f openmined_courses_conda_env.yml
which executed without errors.

The PySyft repository structure has recently been changed;
as a result, installing syft requires a different command now.
Other requirements in the YAML file have been changed
to be consistent with the setup script for syft;
pip was installing different versions of some packages,
uninstalling the versions just installed by conda.
This was not only superfluous,
it also generated an error for one package (flask).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant