OpenMined / SyferText

A privacy preserving NLP framework
Apache License 2.0
197 stars 49 forks source link

Fixed issue #201 (Installation Error #201) (change syft==0.4.0 to syft==0.3.0 in setup.py) #202

Closed karynaur closed 3 years ago

karynaur commented 3 years ago

Description

Fixing a small bug in setup.py. python setup.py install was giving an error "error: Could not find suitable distribution for Requirement.parse('syft==0.4.0')", which was due to the incorrect version of syft. The issue has been solved by mentioning the latest version of syft i.e. 0.3.0 as of here. This PR solves Installation Error #201.

How has this been tested?

Checklist