Jump to content

Trouble installing


neromir

Recommended Posts

Hey, I picked up a Camect and found out about the node server for ISY. I haven't had a need for a polyglot server so far, so I've been setting that up over the last day or two on a Raspberry Pi I had sitting around waiting for a job.

Anyway, I've got the polyglot server set up on there and running, but I'm having issues installing the Camect node-- it's spitting back an error at me about "polyglot cloneRepoError runinstallprocess undefined" in a banner at the top of the UI. From a little research here on the forums, I found how to attempt the manual install and have done so. The error from that is as follows

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting polyinterface>=2.1.0 (from -r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/e5/fd/36acbe1fa15805176523ff642632aaed896a40b876fdc4d039afdbd8c6a0/polyinterface-2.1.0.tar.gz
Collecting camect-py (from -r requirements.txt (line 2))
  Could not find a version that satisfies the requirement camect-py (from -r requirements.txt (line 2)) (from versions: )
No matching distribution found for camect-py (from -r requirements.txt (line 2))

So, since then I went to the camect-py docs on github (https://github.com/camect/camect-py) and ran the `pip3 install camect-py` mentioned there, but running the installation after that doesn't pick it up. Still getting the same problem.

Any ideas on what to try next?

A little further investigation reveals that we're invoking `#!/usr/bin/env python` in the shebang line; running `/usr/bin/env python --version` reports "Python 2.7.16" on my RPi, which won't work with the camect-py, I believe, since it wants to be installed via Python3's pip. Not sure how best to reconcile this.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      36.5k
    • Total Posts
      367.6k
×
×
  • Create New...