Giter Site home page Giter Site logo

confu's People

Contributors

ararslan avatar hgaiser avatar maratyszcza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

confu's Issues

Cannot install

When I run the setup.py script, I get the following error:

Traceback (most recent call last):
  File "./setup.py", line 3, in <module>
    from confu import __version__, __maintainer__, __email__
  File "/home/sureau/lab/shaker/benchmarks/confu/confu/__init__.py", line 35, in <module>
    from confu.platform import Platform
  File "/home/sureau/lab/shaker/benchmarks/confu/confu/platform.py", line 230, in <module>
    host = Platform(detect_host())
  File "/home/sureau/lab/shaker/benchmarks/confu/confu/platform.py", line 198, in detect_host
    import platform
  File "/home/sureau/lab/python/confu/platform.py", line 230, in <module>
    host = Platform(detect_host())
  File "/home/sureau/lab/python/confu/platform.py", line 199, in detect_host
    machine = platform.machine()
AttributeError: 'module' object has no attribute 'machine'

The same things happens if I try to run the configuration script for NNPACK.

> python --version
Python 2.7.13

Cannot install for python 3.5

I'm unable to get an installation working with Python 3.5. I tried to install using:

pip install --upgrade git+https://github.com/Maratyszcza/confu

This installed correctly, but when I try to import from python3 I get module not found. From reading other issues I was told that I may have installed it with python2.7 instead, but my virtual environment only has python 3 so this isn't the issue.

I then tried:

pip3 install --upgrade git+https://github.com/Maratyszcza/confu

which gave me ImportError: No module named 'six' despite six already being installed. Any tips on how I can get this working would be greatly appreciated.

Issue with Confu.Standard_parser

I've been attempting to run the confu module and I've been recieving errors about confu.standard_parser not being an attribute within confu, which it isn't. I'm currently attempting to setup a program that utilizes confu.standard_parser and I'm stuck

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.