-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Test Commands Gives an Error #5
Comments
Windows or linux?
Dne čt 24. 8. 2023 13:17 uživatel alwinhb ***@***.***> napsal:
… I am getting the below error :-
'PYTHONPATH' is not recognized as an internal or external command,
operable program or batch file.
make: *** [Makefile:4: test] Error 1
Can you please GUIDE
—
Reply to this email directly, view it on GitHub
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC56OAAKPOODXFEPOKGDFDXW4Z6HANCNFSM6AAAAAA343M27A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@smarek Windows 10. |
also i wrote the Makefile mainly for linux development, you can really just ignore it and use the ok-dmrlib in your favorite IDE as standard Python project |
So I just tested on Windows machine, just run
|
I just removed PYTHONPATH from Makefile, since it's not required on newer pytest on Windows nor Linux. |
@smarek Can you help me with I am creating a c++ code equivalent to crc32.py |
@alwinhb sure, if it's opensource, let me know where is your code and what are the obstacles you need help with :) |
I really don't code in C++ often, so this is not trivial for me I suggest you use code from other projects, CRC is implemented eg. in https://github.com/pd0mz/go-dmr/blob/master/crc.go#L62 Also the data must be in correct order, see https://github.com/OK-DMR/ok-dmrlib/blob/master/okdmr/dmrlib/etsi/crc/crc32.py#L32 |
Thanks @smarek appreciating your time |
I am getting the below error :-
'PYTHONPATH' is not recognized as an internal or external command,
operable program or batch file.
make: *** [Makefile:4: test] Error 1
Can you please GUIDE
The text was updated successfully, but these errors were encountered: