-
Notifications
You must be signed in to change notification settings - Fork 140
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
error about mapper #13
Comments
The same question I meet.Directly,I have downloaded the dataset "2016.10b.dat" and It's to big to open.I just want to see the python code to find the format of the dataset. |
I am also seeing this run time error. I have the dataset but I want to change the way its generated. Help please! |
there appears to be a mapper made by tim o'shea and this other one made by a Daniel Mullner |
Ok yes I was right. to download gr-mapper (THE RIGHT ONE! :) ), type the following in the same location as your generate_RML2016.10a.py file and transmitters.py file
then exit your gr-mapper directory and type:
|
Thanks for your detailed instruction, I've solved this on Linux system. Happy Spring Festival ! |
This procedure does not work on MacOS. Says |
You should install gr-mapper library when error is " No module named mapper". I've not tried on MacOs. |
Have u succeed in MACOS? I meet the same problem. |
I am wondering if there is a gr-mapper version for GNU radio3.8, the gr-mapper uploaded from the URL as you showed is an old version which is not applicable. Thanks a lot! |
gr-vt/gr-mapper#20 - this PR makes it compatible with GNU Radio 3.8 |
Have you tried porting the code from gr-vt/gr-mapper#20, it solved the issue for |
Yes sir,
I also tried porting the code from
gr-vt/gr-mapper#20. I also have gnuradio version
3.8.
ᐧ
…On Fri, Nov 25, 2022 at 4:44 AM roman-popenov ***@***.***> wrote:
[image: Screenshot from 2022-11-24 16-56-18]
<https://user-images.githubusercontent.com/68650814/203773304-5829e9de-5f39-4180-ad40-564fb7b6fd11.png>
Still my problem is not resolved.
Have you tried porting the code from gr-vt/gr-mapper#20
<gr-vt/gr-mapper#20>, it solved the issue for 3.8
only, but it might be compatible with other versions.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQLYOPTBB5X5VHAHMYDGABDWJ7ZHFANCNFSM4ELUSIAA>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Thanks & Regards,Sumit Kumar AgrawalPh.D. (Electrical Engineering)Indian
Institute of TechnologyJodhpur, Rajasthan-342037*
*Mob. No.- 8410957412*
|
Traceback (most recent call last):
File "/home/winlab/PycharmProjects/GeneralGNU/dataset-master/generate_RML2016.10a.py", line 42, in
mod = mod_type()
File "/home/winlab/PycharmProjects/GeneralGNU/dataset-master/transmitters.py", line 35, in init
transmitter_mapper.init(self, mapper.BPSK,
AttributeError: 'module' object has no attribute 'BPSK'
There is a error. I've tried several versions of mapper but it still failed. What is the proper and correct version of mapper?
The text was updated successfully, but these errors were encountered: