OpenMined / SyferText

A privacy preserving NLP framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies Issue when running Part 0 notebook

darigovresearch opened this issue · comments

Description

Error running Part 0 notebook of syfertext_0.1.0 branch. Created a virtual environment, followed the installation instructions & wanted to test if the notebooks run as advertised. Got a dependency error when trying to install the 1st library in the notebook

How to Reproduce

  1. Create a blank virtual environment
  2. Follow Installation Instructions
  3. Run pip install syft
  4. See error

Expected Behavior

Should install without any dependency issues

Screenshots

image

image

System Information

  • OS: Windows
  • OS 10
  • Language Version: Python 3.7.3
    Package Version
    pip 20.2.3
    requests 2.22.0
    setuptools 40.8.0
    syfertext 0.1.0
    syft 0.2.8
  • Package Manager Version: Pip

Additional Context

None