Giter Club home page Giter Club logo

Comments (10)

robert-claypool avatar robert-claypool commented on August 22, 2024 2

Just FYI, No matching distribution found for miniupnpc==2.1 also happens on Manjaro when running https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=chia-gui-git line 37: pip install --extra-index-url https://download.chia.net/simple/ miniupnpc==2.1

I'm on a 64bit architecture (uname -m returns x86_64).

from chia-blockchain.

Guitouille avatar Guitouille commented on August 22, 2024

I thought the problem was from raspbian, but I am reproducing the same problem on an Ubuntu server 19 on the raspberry pi 4. No luck so far :(

from chia-blockchain.

hoffmang9 avatar hoffmang9 commented on August 22, 2024

That particular issue is that there is no binary wheel for ARM re miniupnpc. You can remove if from setup.py as it's not critical or you can enter the venv, and pip install it from source (assuming you have some base development environment installed.) Try

pip install --force-reinstall --ignore-installed --no-binary --nocache miniupnpc==2.0.2

I will be reinstalling our test Pi 4 in the next day or two and will put up detailed instructions for it on the wiki if you don't easily get past this until I get a chance to look closely at it. You can also use some of these hints for BSD: https://github.com/Chia-Network/chia-blockchain/wiki/FreeBSD-Install

from chia-blockchain.

Guitouille avatar Guitouille commented on August 22, 2024

Indeed the pip install from source worked, the only adjustment I had to do is to add the others lib
pip install --force-reinstall --ignore-installed --no-binary --nocache miniupnpc==2.0.2 setproctitle==1.1.10 cbor2==5.0.1

So the process has been able to go further, I had to install some other package though:
sudo apt-get install python3-dev libgmp-dev libboost-dev

Now I am facing something else, I have attached some logs. Not sure if this can be fixed with just a missing dependency though.
log.txt

from chia-blockchain.

xorinox avatar xorinox commented on August 22, 2024

I know about the issue when compiling on ARM64, this pulls code that isn't compatible with ARM and appears to be optimized for x86 only. I figured for a harvester you don't need to compile chiavdf, so I commented it out in setup.py (look for line chiavdf = 0.12.3), sure that might not be a workaround for everyone

In file included from vdf_client.cpp:2: vdf.h:3:10: fatal error: x86intrin.h: No such file or directory 3 | #include <x86intrin.h> | ^~~~~~~~~~~~~

from chia-blockchain.

hoffmang9 avatar hoffmang9 commented on August 22, 2024

If you look at https://github.com/Chia-Network/chia-blockchain/wiki/Raspberry-Pi you will see the magic workaround for the x86-64 optimized Timelord.

from chia-blockchain.

hoffmang9 avatar hoffmang9 commented on August 22, 2024

Working for Pi 64bit OSes https://github.com/Chia-Network/chia-blockchain/wiki/Raspberry-Pi

from chia-blockchain.

AdevelopD avatar AdevelopD commented on August 22, 2024

Hi @ALL

I found the problem. I use RaspiOS 64bit (raspberryPI400) from 03-04-2021 and was able to execute the script and install everything after changing the access to the internet. Speak instead of LAN and PiHole, Access Point by mobile phone and everything works great! Maybe that will help someone.

from chia-blockchain.

TCB13 avatar TCB13 commented on August 22, 2024

Just FYI, No matching distribution found for miniupnpc==2.1 also happens on Manjaro when running https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=chia-gui-git line 37: pip install --extra-index-url https://download.chia.net/simple/ miniupnpc==2.1

I'm on a 64bit architecture (uname -m returns x86_64).

I'm also having this issue now in Debian 10 on a 64 bit CPU...

root@chia:~/chia-blockchain# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 10 (buster)
Release:        10
Codename:       buster
root@chia:~/chia-blockchain# uname -m
x86_64

from chia-blockchain.

emlowe avatar emlowe commented on August 22, 2024

pip made an update that broke our (not-legal-HTML) simple py repo. However, they then made another update to allow it to work but prints out a deprecation warning. Update to latest pip and it should be working again

from chia-blockchain.

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.