Giter Club home page Giter Club logo

Comments (4)

d2k avatar d2k commented on June 7, 2024 1

The issue is related to python 3.4.
The {**parameter, **param} syntax to merge two dicts is requiring 3.4
Will change it to 3.4 syntax

from autosklearn-zeroconf.

Motorrat avatar Motorrat commented on June 7, 2024

actual installation script

 1  sudo yum -y update
    2  sudo yum install epel-release python34 python34-devel python34-setuptools
    4  sudo yum -y groupinstall 'Development Tools'yum -y groupinstall 'Development Tools'
    8  wget https:/downloads.sourceforge.net/project/swig/swig/swig-3.0.12/swig-3.0.12.tar.gz -O swig-3.0.12.tar.gz
   11  tar xf swig-3.0.12.tar.gz
   12  cd swig-3.0.12
   13  ./configure --without-pcre
   15  make; sudo make install
   16  sudo pip3 install virtualenv
   17  cd ..
   18  sudo easy_install-3.4 pip
   19  sudo pip3 install virtualenv
   20  virtualenv zeroconf -p /usr/bin/python3.4
   21  source zeroconf/bin/activate
   23  pip install --upgrade cython
   24  curl https://raw.githubusercontent.com/paypal/autosklearn-zeroconf/master/requirements.txt | xargs -n 1 -L 1 pip install
   26  sudo yum  install git gcc build-essential swig
   27  git clone https://github.com/paypal/autosklearn-zeroconf.git
   29  cd autosklearn-zeroconf/
   31  python3 ./bin/zeroconf.py -d ./data/Adult.h5

from autosklearn-zeroconf.

Motorrat avatar Motorrat commented on June 7, 2024

@d2k please consider forking this repository again before making your changes to keep all changes I have done to README etc since your pull request.

from autosklearn-zeroconf.

d2k avatar d2k commented on June 7, 2024

fixed with 3.4 syntax. please accepot the pull request

from autosklearn-zeroconf.

Related Issues (11)

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.