Giter VIP home page Giter VIP logo

Comments (8)

otwill avatar otwill commented on July 22, 2024 3

'conda install -c poehlmann python-seabreeze' does not work. The package is located in the User Channel. Instead, try:

conda install --channel https://conda.anaconda.org/poehlmann python-seabreeze

This worked for me (June 20, 2017) on a Beaglebone Black Wireless running Debian Jessie (which is similar to Raspbian on the Raspberry Pi 3B), running Berryconda3 and conda 4.3.22-py35_0 (the current update).

Nice work on this Mr. Poehlmann.

from python-seabreeze.

Pramuspl avatar Pramuspl commented on July 22, 2024 1

I went the hard (not recommended) way and it worked.

from python-seabreeze.

ap-- avatar ap-- commented on July 22, 2024

Hi Pramuspl,

I now made prebuilt packages for Raspberry PI 2&3 for conda (armv7l).

And just now I saw, that you have a Raspberry Pi 1 (armv6l)...
If you need me to build armv6l packages, donate 44.99Eur so that I can order a PI B+ kit and ship armv6l in the future too.

I'll leave this open in case someone else needs armv6l too.

from python-seabreeze.

ap-- avatar ap-- commented on July 22, 2024

@alantate thanks!

from python-seabreeze.

vxgmichel avatar vxgmichel commented on July 22, 2024

@ap-- I got a raspberry pie 1 and I'd like to try building a conda package for it. Could you please share the recipe you used for armv7l?

from python-seabreeze.

ap-- avatar ap-- commented on July 22, 2024

@vxgmichel here you are: https://github.com/ap--/python-seabreeze-feedstock/tree/master/recipe

from python-seabreeze.

vxgmichel avatar vxgmichel commented on July 22, 2024

@ap-- Thanks! Also I just remembered the recipe is actually included in the package.

By the way, I noticed two differences between the recipe from the repo and the one from the package:

diff --git a/recipe/build.sh b/recipe/build.sh
index 8ca252b..715e3b1 100644
--- a/recipe/build.sh
+++ b/recipe/build.sh
@@ -6,7 +6,7 @@ if [ "$(uname)" == "Darwin" ]; then
 elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
     echo "Platform: Linux"
     # we need libusb headers on circleci
-    yum install -y libusb-devel
+    # yum install -y libusb-devel
     make logger=0 lib/libseabreeze${SHLIB_EXT}
 fi
 cd ../../..
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index 2d502b9..6e44353 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -16,7 +16,6 @@ requirements:
   build:
     - python
     - setuptools
-    - toolchain
     - cython
   run:
     - python

Maybe this should appear in another branch?

from python-seabreeze.

ap-- avatar ap-- commented on July 22, 2024

Oh, yes. The recipe in the repository was written for conda-forge which is using circle-ci for compiling the linux packages.
I compiled the armv7 package on raspbian (which is why yum is not there, and the toolchain dependency makes no sense).

from python-seabreeze.

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.