forked from osqzss/gps-sdr-sim
-
Notifications
You must be signed in to change notification settings - Fork 42
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
在windows下打包后,使用Gnuradio 3.9,替换了TCP source报以下错误 #11
Comments
在grc中更新流图试试 |
这似乎是一个Bug,已在#482d511中修复。 |
我的gps sim连不上tcp.grc 困扰好几天了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
master\top_block.py", line 234, in
main()
File "op_block.py", line 212, in main
tb = top_block_cls()
File "top_block.py", line 172, in init
self.network_tcp_source_0 = network.tcp_source.tcp_source(itemsize=gr.sizeof_gr_complex*1,addr='127.0.0.1',port=1234,server=True)
File "C:\Program Files\PothosSDR\lib\python3.9\site-packages\gnuradio\network\tcp_source.py", line 86, in init
self.connect(blocks.file_descriptor_source(itemsize, fd), self)
TypeError: init(): incompatible constructor arguments. The following argument types are supported:
1. gnuradio.blocks.blocks_python.file_descriptor_source(itemsize: int, fd: int, repeat: bool = False)
Invoked with: 8, None
The text was updated successfully, but these errors were encountered: