discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OOT - ValueError: invalid literal for int() with base 10: '...'


From: Alex Batts
Subject: OOT - ValueError: invalid literal for int() with base 10: '...'
Date: Wed, 8 Jul 2020 17:39:57 -0400

Hello,

Sorry if this seems a little spam-ish. However, I wanted to make this a new thread since this appears to be an unrelated problem from the previous thread I had posted.

I successfully created an OOT module with a block, I successfully ran cmake, make, make test, and make install (and ldconfig) following the OOT tutorial. When I open up GRC and attempt to place the block, nothing happens, and in the terminal window it says:

File "/usr/lib/python3/dist-packages/gnuradio/grc/core/utils/descriptors/evaluated.py", line 73, in __set__
attributes[self.name] = type(self.default)(value)
ValueError: invalidĀ literal for int() with base 10: '...'

(Note: There is a lot of text prior to this, but they appear to all be file locations and function calls).

If I am understanding correctly, gnu thinks I am passing '...' as an int. However, I don't understand where this would have come from.

If necessary, I can paste my .cc .h and .py files (the ones that are referenced in the OOT tutorial) for reference.

Any help would be much appreciated,

Alex

reply via email to

[Prev in Thread] Current Thread [Next in Thread]