Giter VIP home page Giter VIP logo

Comments (6)

javierconcha avatar javierconcha commented on July 26, 2024 1

I followed these instructions and the problem was solved. I have not had any problem after updating to Python 3.9 so far.

from hypernets_tools.

corizzi avatar corizzi commented on July 26, 2024

Hi @javierconcha ,

Can you give the output of the following command please :
python -m pip -V

from hypernets_tools.

jkuusk avatar jkuusk commented on July 26, 2024

Most likely you have broken dependencies between the system packages after installing make and its dependencies, but not doing full system update. That should be fixed after running pacman -Syu, but prepare for broken python after that because python will be updated from 3.8 to 3.9. Although the latest libhypstar doesn't use libboost any more, I believe there are still going to be some issues with the pyhon's ftdi serial driver package. See also #7

from hypernets_tools.

javierconcha avatar javierconcha commented on July 26, 2024

python -m pip -V

[hypernets@hypernets-cnr1 hypernets_tools]$ python -m pip -V
/usr/bin/python: No module named pip

from hypernets_tools.

javierconcha avatar javierconcha commented on July 26, 2024

Most likely you have broken dependencies between the system packages after installing make and its dependencies, but not doing full system update. That should be fixed after running pacman -Syu, but prepare for broken python after that because python will be updated from 3.8 to 3.9. Although the latest libhypstar doesn't use libboost any more, I believe there are still going to be some issues with the pyhon's ftdi serial driver package. See also #7

Thanks @jkuusk!

@corizzi, do you recommend @jkuusk solution?

from hypernets_tools.

corizzi avatar corizzi commented on July 26, 2024

Yes, you will probably have to reinstall the dependencies too after update. So you can try this :
sudo pacman -Syu
sudo reboot
cd hypernets_tools
git pull
./install/01_dependencies.sh

from hypernets_tools.

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.