14 Nov
2020
14 Nov
'20
3:18 p.m.
Brad,
On Sat, Nov 14, 2020 at 6:08 PM Brad & Cindy Schuler via chirp_devel chirp_devel@intrepid.danplanet.com wrote:
I got a bit further, but still need help. Was trying to install 64b when Python is 32b, so I now have Tox installed, but still not able to run tests. Seeing the following:
Processing c:\users\brad\documents\chirp-dev\chirp.hg.tox.tmp\package\1\unknown-0.0.0.zip
ERROR: Command errored out with exit status 1: command: 'C:\Users\Brad\Documents\CHIRP-dev\chirp.hg\.tox\driver\Scripts\python.EXE' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'c:\\users\\brad\\appdata\\local\\temp\\pip-req-build-ctvfix\\setup.py'"'"'; __file__='"'"'c:\\users\\brad\\appdata\\local\\temp\\pip-req-build-ctvfix\\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\brad\appdata\local\temp\pip-pip-egg-info-p_uptb' cwd: c:\users\brad\appdata\local\temp\pip-req-build-ctvfix\ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "c:\users\brad\appdata\local\temp\pip-req-build-ctvfix\setup.py", line 5, in <module> from chirp import CHIRP_VERSION ImportError: No module named chirp ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Brad Schuler
K0BAS
You got as far as I did then. Using the "tox" tests does not work on Windows. I just use the "run_all_test.bat" batch file to do my testing.
Jim KC9HI