Giter Club home page Giter Club logo

Comments (8)

kodokoto avatar kodokoto commented on August 30, 2024

Fixed it using

python3 -m pip install cython
python3 -m pip install pylive

from pylive.

ideoforms avatar ideoforms commented on August 30, 2024

Thanks for the feedback @kodokoto!

Just so I can better understand the scenario for future reference, would you mind pasting the output of the following commands for me?

ls -al `which python3`
ls -al `which pip3`

Thanks.

from pylive.

kodokoto avatar kodokoto commented on August 30, 2024
ls: which python3: No such file or directory

~
➜ ls -al 'which pip3'
ls: which pip3: No such file or directory

There is a big chance that it stems from my python installation being weird.

from pylive.

ideoforms avatar ideoforms commented on August 30, 2024

I think you're probably right. But, it's quite easy to end up with a weird Python install, so I'm keen to do everything I can to understand and guard against it.

Those quotes should be backticks (`), not single quote marks (') - mind copy and pasting the original commands? You should get an output that shows where the python3/pip3 symlinks point to.

from pylive.

kodokoto avatar kodokoto commented on August 30, 2024

Ah my bad
that is the output

➜ ls -al `which pip3`
lrwxr-xr-x  1 modii  admin  35 11 Apr 11:30 /usr/local/bin/pip3 -> ../Cellar/[email protected]/3.9.4/bin/pip3

~
➜ ls -al `which pip3`

lrwxr-xr-x  1 modii  admin  35 11 Apr 11:30 /usr/local/bin/pip3 -> ../Cellar/[email protected]/3.9.4/bin/pip3

from pylive.

ideoforms avatar ideoforms commented on August 30, 2024

Aha, I think I can see the issue and it is something that I should fix.

Can you run one last one:

ls -l `which python`

from pylive.

kodokoto avatar kodokoto commented on August 30, 2024

Yes, sorry for the late reply

➜ ls -l `which python`

lrwxr-xr-x  1 root  wheel  75  1 Jan  2020 /usr/bin/python -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7

from pylive.

ideoforms avatar ideoforms commented on August 30, 2024

That was really useful, I've fixed the setup.py to ensure it always uses the python3 binary to ensure the above doesn't happen again. Thanks for taking the time to help!

from pylive.

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.