<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hello Chirp team,</p>
<p>I'm playing with the Chirp code for the Yaesu VX- 8 driver for
about two weeks now, and I think I have fixes for issues #1615
(NFM not working), #129 and #1735 (incorrect initializations
causing frequency offsets). Using "python chirpw", these fixes
appear to work.<br>
</p>
<p>However, I can't get past two items before I commit my first
patches.</p>
<p>1) I'm not able to run tox. The output on freshly downloaded from
repository Chirp code is:</p>
<blockquote>
<p><font size="-1" face="Courier New, Courier, monospace">F:\Programming\CHiRP\chirp.hg\chirp>tox<br>
GLOB sdist-make: F:\Programming\CHiRP\chirp.hg\setup.py<br>
unit inst-nodeps:
F:\Programming\CHiRP\chirp.hg\.tox\.tmp\package\1\UNKNOWN-0.0.0.zip<br>
<font color="#ff0000">ERROR: invocation failed (exit code 1),
logfile:
F:\Programming\CHiRP\chirp.hg\.tox\unit\log\unit-7.log</font><br>
================================== log start
==================================<br>
DEPRECATION: Python 2.7 will reach the end of its life on
January 1st, 2020. Please upgrade your Python as Python 2.7
won't be maintained after that date. A future version of pip
will drop support for Python 2.7. More details about Python 2
support in pip, can be found at
<a class="moz-txt-link-freetext" href="https://pip.pypa.io/en/latest/development/release-process/#python-2-support">https://pip.pypa.io/en/latest/development/release-process/#python-2-support</a><br>
Processing
f:\programming\chirp\chirp.hg\.tox\.tmp\package\1\unknown-0.0.0.zip<br>
ERROR: Command errored out with exit status 1:<br>
command:
'F:\Programming\CHiRP\chirp.hg\.tox\unit\Scripts\python.EXE'
-c 'import sys, setuptools, tokenize; sys.argv[0] =
'"'"'c:\\users\\dl4mhk\\appdata\\local\\temp\\pip-req-build-6t1qd5\\setup.py'"'"';
__file__='"'"'c:\\users\\dl4mhk\\appdata\\local\\temp\\pip-req-build-6t1qd5\\setup.py'"'"';f=getattr(tokenize,
'"'"'open'"'"',
open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
'"'"'\n'"'"');f.close();exec(compile(code, __file__,
'"'"'exec'"'"'))' egg_info --egg-base
'c:\users\dl4mhk\appdata\local\temp\pip-req-build-6t1qd5\pip-egg-info'<br>
cwd:
c:\users\dl4mhk\appdata\local\temp\pip-req-build-6t1qd5\<br>
Complete output (5 lines):<br>
Traceback (most recent call last):<br>
File "<string>", line 1, in <module><br>
File
"c:\users\dl4mhk\appdata\local\temp\pip-req-build-6t1qd5\setup.py",
line 5, in <module><br>
from chirp import CHIRP_VERSION<br>
ImportError: No module named chirp<br>
----------------------------------------<br>
ERROR: Command errored out with exit status 1: python setup.py
egg_info Check the logs for full command output.<br>
<br>
=================================== log end
===================================<br>
driver inst-nodeps:
F:\Programming\CHiRP\chirp.hg\.tox\.tmp\package\1\UNKNOWN-0.0.0.zip<br>
<font color="#ff0000">ERROR: invocation failed (exit code 1),
logfile:
F:\Programming\CHiRP\chirp.hg\.tox\driver\log\driver-7.log</font><br>
================================== log start
==================================<br>
DEPRECATION: Python 2.7 will reach the end of its life on
January 1st, 2020. Please upgrade your Python as Python 2.7
won't be maintained after that date. A future version of pip
will drop support for Python 2.7. More details about Python 2
support in pip, can be found at
<a class="moz-txt-link-freetext" href="https://pip.pypa.io/en/latest/development/release-process/#python-2-support">https://pip.pypa.io/en/latest/development/release-process/#python-2-support</a><br>
Processing
f:\programming\chirp\chirp.hg\.tox\.tmp\package\1\unknown-0.0.0.zip<br>
ERROR: Command errored out with exit status 1:<br>
command:
'F:\Programming\CHiRP\chirp.hg\.tox\driver\Scripts\python.EXE'
-c 'import sys, setuptools, tokenize; sys.argv[0] =
'"'"'c:\\users\\dl4mhk\\appdata\\local\\temp\\pip-req-build-ddeyne\\setup.py'"'"';
__file__='"'"'c:\\users\\dl4mhk\\appdata\\local\\temp\\pip-req-build-ddeyne\\setup.py'"'"';f=getattr(tokenize,
'"'"'open'"'"',
open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
'"'"'\n'"'"');f.close();exec(compile(code, __file__,
'"'"'exec'"'"'))' egg_info --egg-base
'c:\users\dl4mhk\appdata\local\temp\pip-req-build-ddeyne\pip-egg-info'<br>
cwd:
c:\users\dl4mhk\appdata\local\temp\pip-req-build-ddeyne\<br>
Complete output (5 lines):<br>
Traceback (most recent call last):<br>
File "<string>", line 1, in <module><br>
File
"c:\users\dl4mhk\appdata\local\temp\pip-req-build-ddeyne\setup.py",
line 5, in <module><br>
from chirp import CHIRP_VERSION<br>
ImportError: No module named chirp<br>
----------------------------------------<br>
ERROR: Command errored out with exit status 1: python setup.py
egg_info Check the logs for full command output.<br>
<br>
=================================== log end
===================================<br>
style inst-nodeps:
F:\Programming\CHiRP\chirp.hg\.tox\.tmp\package\1\UNKNOWN-0.0.0.zip<br>
<font color="#ff0000">ERROR: invocation failed (exit code 1),
logfile:
F:\Programming\CHiRP\chirp.hg\.tox\style\log\style-7.log<br>
</font>================================== log start
==================================<br>
DEPRECATION: Python 2.7 will reach the end of its life on
January 1st, 2020. Please upgrade your Python as Python 2.7
won't be maintained after that date. A future version of pip
will drop support for Python 2.7. More details about Python 2
support in pip, can be found at
<a class="moz-txt-link-freetext" href="https://pip.pypa.io/en/latest/development/release-process/#python-2-support">https://pip.pypa.io/en/latest/development/release-process/#python-2-support</a><br>
Processing
f:\programming\chirp\chirp.hg\.tox\.tmp\package\1\unknown-0.0.0.zip<br>
ERROR: Command errored out with exit status 1:<br>
command:
'F:\Programming\CHiRP\chirp.hg\.tox\style\Scripts\python.EXE'
-c 'import sys, setuptools, tokenize; sys.argv[0] =
'"'"'c:\\users\\dl4mhk\\appdata\\local\\temp\\pip-req-build-rk6uht\\setup.py'"'"';
__file__='"'"'c:\\users\\dl4mhk\\appdata\\local\\temp\\pip-req-build-rk6uht\\setup.py'"'"';f=getattr(tokenize,
'"'"'open'"'"',
open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
'"'"'\n'"'"');f.close();exec(compile(code, __file__,
'"'"'exec'"'"'))' egg_info --egg-base
'c:\users\dl4mhk\appdata\local\temp\pip-req-build-rk6uht\pip-egg-info'<br>
cwd:
c:\users\dl4mhk\appdata\local\temp\pip-req-build-rk6uht\<br>
Complete output (5 lines):<br>
Traceback (most recent call last):<br>
File "<string>", line 1, in <module><br>
File
"c:\users\dl4mhk\appdata\local\temp\pip-req-build-rk6uht\setup.py",
line 5, in <module><br>
from chirp import CHIRP_VERSION<br>
ImportError: No module named chirp<br>
----------------------------------------<br>
ERROR: Command errored out with exit status 1: python setup.py
egg_info Check the logs for full command output.<br>
<br>
=================================== log end
===================================<br>
___________________________________ summary
___________________________________<br>
<font color="#ff0000">ERROR: unit: InvocationError for
command
'F:\Programming\CHiRP\chirp.hg\.tox\unit\Scripts\python.EXE'
-m pip install --no-deps -U
'.tox\.tmp\package\1\UNKNOWN-0.0.0.zip' (exited with code 1)<br>
ERROR: driver: InvocationError for command
'F:\Programming\CHiRP\chirp.hg\.tox\driver\Scripts\python.EXE'
-m pip install --no-deps -U
'.tox\.tmp\package\1\UNKNOWN-0.0.0.zip' (exited with code 1)<br>
ERROR: style: InvocationError for command
'F:\Programming\CHiRP\chirp.hg\.tox\style\Scripts\python.EXE'
-m pip install --no-deps -U
'.tox\.tmp\package\1\UNKNOWN-0.0.0.zip' (exited with code 1)<br>
</font></font></p>
</blockquote>
<p>No module named chirp? What did I miss to do?</p>
<p>2) When trying to create a Windows executable using "run
./build/make_Win32_build.sh", it fails: this script is not
present.</p>
<p><br>
</p>
<p>Running Python 2.7.17 on Windows 10.</p>
<p><br>
</p>
<p>Any input would be appreciated!</p>
<p>73,<br>
Bernhard AE6YN</p>
<p><br>
</p>
</body>
</html>