Git Product home page Git Product logo

Comments (7)

Secbone avatar Secbone commented on June 19, 2024

@hanhandata could you try to update your cython version or install toad from whl file from pypi?

from toad.

hanhandata avatar hanhandata commented on June 19, 2024

Hi @Secbone I will try

from toad.

septem9908 avatar septem9908 commented on June 19, 2024

python 3.10.12
cython 3.0.4 (most updated)
pip 23.3.1 (most updated)
failed to install toad 0.1.2, with the same error message above

from toad.

kulig1985 avatar kulig1985 commented on June 19, 2024

Same happens for me.. Any solution?

from toad.

Secbone avatar Secbone commented on June 19, 2024

python 3.10.12 cython 3.0.4 (most updated) pip 23.3.1 (most updated) failed to install toad 0.1.2, with the same error message above

@septem9908 what is your numpy version? could your has some error details?

from toad.

Secbone avatar Secbone commented on June 19, 2024

Same happens for me.. Any solution?

@kulig1985 have some details?

from toad.

DjokerR avatar DjokerR commented on June 19, 2024

os: openeuler-arm64
python: 3.9.17

1、下载toad-0.1.3.tar.gz 并解压到/tmp 目录下
tar -zxvf toad-0.1.3.tar.gz -C /tmp/

2、 pip --version 找到python site-packages 路径
比如我的是/opt/conda/lib/python3.9/site-packages

3、将解压后的toad下所有的文件拷贝到site-packages 路径下
cp -r /tmp/toad-0.1.3/* /opt/conda/lib/python3.9/site-packages

4、到site-packages 路径下 pip install toad
cd /opt/conda/lib/python3.9/site-packages && pip install toad

5、到任意目录下执行python -c "import toad ;print(toad.version)"

6、注意: 如果不将toad 放到python site-packages目录下,是无法在任意目录import toad

from toad.

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.