Giter Club home page Giter Club logo

Comments (3)

Mobin-khorushi avatar Mobin-khorushi commented on August 23, 2024

Any fixes on this bug? im facing the same using python 3.8 and following your own tuts

from courses.

Merna-Atef avatar Merna-Atef commented on August 23, 2024

Any fixes? I have the same bug and can't run the openmined course tutorials also using python 3.8

from courses.

dbckz avatar dbckz commented on August 23, 2024

Hit the same issue. Can instead just install syft from PyPI (I am guessing syft hadn't been packaged when the course was first released, hence the instruction to install from source), though bear in mind you need to install syft==0.5.x as duet (used in the tutorials) is deprecated from 0.6 onwards.

You'll probably still end up with a bunch of dependency version issues. I've managed to get things seemingly all working ok with the below conda config (I'm running on OSx with M2 processor):

name: openmined-courses
channels:
  - pytorch
  - conda-forge
  - defaults
dependencies:
  - cpuonly
  - dataclasses
  - flask>=1.1.2,<2.0.0
  - jupyter
  - loguru
  - matplotlib
  - nest-asyncio
  - numpy
  - pandas
  - pip
  - pynacl
  - pytorch<=1.8.0,>=1.4.0
  - python>=3.6
  - requests
  - scikit-learn
  - seaborn
  - setuptools
  - sqlitedict
  - statsmodels
  - torchvision<=0.9,>=0.5
  - typeguard
  - typing-extensions
  - websockets
  - pip:
    - aiortc
    - cryptography>=3.4.7
    - dpcontracts
    - forbiddenfruit>=0.1.3
    - protobuf==3.20
    - pydagogy
    - syft==0.5.1

Hope this helps!

from courses.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.