radioML / dataset

Open RadioML Synthetic Benchmark Dataset
244 stars 140 forks source link

No module named mapper #11

Closed cjam closed 6 years ago

cjam commented 7 years ago

Hey guys,

I'm trying to run the dataset generation tools from outside of the docker environment that you have setup I am getting an error in the transmitters.py:

ImportError: No module named mapper

I presume there is a dependency that I'm missing here. I noticed in the docker environment / build_dataset script that your running a setup_env.sh which I presume is adding some paths to the python path for execution.

Thanks for any help

garverp commented 6 years ago

gr-mapper [1], I think you can install it with pyBOMBS.

[1] https://github.com/gr-vt/gr-mapper

rjzak commented 6 years ago

I had the same issue. Gotta love the total lack of documentation with this project.

n-west commented 6 years ago

@rjzak Paul provided a link to the repo where you can download gr-mapper...

kevinbdsouza commented 6 years ago

I'm having an issue with mapper installation. How do I install mapper with pybombs or from git repo on MacOS? Any help is appreciated. Thanks

n-west commented 6 years ago

Mapper is gr-mapper.

On Wed, Mar 28, 2018 at 10:04 PM Kevin Dsouza notifications@github.com wrote:

I'm having an issue with mapper installation. How do I install mapper with pybombs? Any help is appreciated. Thanks

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/radioML/dataset/issues/11#issuecomment-377096735, or mute the thread https://github.com/notifications/unsubscribe-auth/ABytCkuukPY7CQD_K0zpqnIAj_deAL6jks5tjEEpgaJpZM4QDd9l .

kevinbdsouza commented 6 years ago

Sorry was referring to gr-mapper itself. Followed instructions at https://github.com/radioML/dataset/issues/13 but didn't work on Mac.