Giter Club home page Giter Club logo

Comments (5)

Liby99 avatar Liby99 commented on June 12, 2024

In terms of your first question, I see that you have Python version 3.10 so you should be using this wheel instead:

https://github.com/scallop-lang/scallop/releases/tag/0.2.1

Plus this is a newer version (0.2.1 vs. 0.1.4)

from scallop.

Liby99 avatar Liby99 commented on June 12, 2024

In terms of your second question, you should use the nightly channel before you compile. You can enable that by using the following command:

rustup default nightly

from scallop.

mukhtarhussainb avatar mukhtarhussainb commented on June 12, 2024

Thank you for the quick response.
I installed python 3.10 and run the following:

python --version
Python 3.10.13

pip install https://github.com/scallop-lang/scallop/releases/download/0.2.1/scallopy-0.2.1-cp310-cp310-manylinux_2_31_x86_64.whl
ERROR: scallopy-0.2.1-cp310-cp310-manylinux_2_31_x86_64.whl is not a supported wheel on this platform.

Although the same pip install is working on my other Linux machine.

from scallop.

Liby99 avatar Liby99 commented on June 12, 2024

Is it possible that the machine arch is not x86_64? I would assume any x86_64 linux with Python 3.10 can work. If you are using Mac with Apple Silicon, I can provide pre-built binaries (wheels). But if it is for other architectures, unfortunately I won't be able to provide them. I would advise you to build from source instead.

Before building, you will need to use the nightly channel. You can then configure a Python environment (say 3.10) and activate it. After that, you can run the following command:

make install-scallopy

from scallop.

mukhtarhussainb avatar mukhtarhussainb commented on June 12, 2024

The machine arch is x86_64 as the uname output.

 uname -a
Linux evc1 3.10.0-1127.el7.x86_64 

I successfully compiled it from the source. Thank you.

from scallop.

Related Issues (17)

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.