Date
1 - 12 of 12
dmr_utils on CentOS
Bill N2WNS
I'm looking run HB/DMRlink on a cent system. I've install the required programs but still need to associate the utilities with HB/DMR:
ImportError: No module named dmr_utils.utils Thanks!
|
|
toggle quoted messageShow quoted text
On 08/17/2018 05:02 PM, Bill N2WNS
wrote:
I'm looking run HB/DMRlink on a cent system. I've install the required programs but still need to associate the utilities with HB/DMR:
|
|
Bill N2WNS
I grabbed the zip and expanded it on the server. how do I associate the directory? The install script looks like its written for debian.
|
|
You will have to convert it to Centos (rpm)
toggle quoted messageShow quoted text
It's been a long time since I used a RPM based system but apt-get install does just that install a package. Steve N4IRS
On 08/17/2018 05:18 PM, Bill N2WNS
wrote:
I grabbed the zip and expanded it on the server. how do I associate the directory? The install script looks like its written for debian.
|
|
Bill N2WNS
I've installed:
Python-Devel Python-PIP Python-Twisted we're good there. Somewhere there is an association with the dmr_util directory that I can't find in the install/setup scripts. I'm stumped.
|
|
Did you do the pip install --upgrade .
toggle quoted messageShow quoted text
On 08/17/2018 05:37 PM, Bill N2WNS
wrote:
I've installed:
|
|
Cort N0MJS <n0mjs@...>
I install the utils with pip. District agnostic
toggle quoted messageShow quoted text
On Aug 17, 2018, at 4:39 PM, Steve N4IRS <szingman@...> wrote:
|
|
Cort N0MJS <n0mjs@...>
Distro.... thanks apple
toggle quoted messageShow quoted text
On Aug 17, 2018, at 5:26 PM, Cort N0MJS via Groups.Io <n0mjs@...> wrote:
|
|
Bill N2WNS
You have to love Apple!
I'm not familiar with how to leverage PIP like that. What would the command be? -BIll
|
|
pip install --upgrade .
toggle quoted messageShow quoted text
On 08/17/2018 07:18 PM, Bill N2WNS
wrote:
You have to love Apple!
|
|
Cort N0MJS <n0mjs@...>
from the directory where you cloned (my preference) or unzipped (popular with folks unfamiliar with version control).
-- Cort Buffington H: +1-785-813-1501 M: +1-785-865-7206
|
|
Bill N2WNS
I was missing the from within the directory part. Thanks!
From: main@DVSwitch.groups.io <main@DVSwitch.groups.io> On Behalf Of Cort N0MJS via Groups.Io
Sent: Friday, August 17, 2018 8:33 PM To: main@DVSwitch.groups.io Subject: Re: [DVSwitch] dmr_utils on CentOS
from the directory where you cloned (my preference) or unzipped (popular with folks unfamiliar with version control).
-- Cort Buffington H: +1-785-813-1501 M: +1-785-865-7206
|
|