No module named '_bz2' issues

File “/usr/local/lib/python3.6/bz2.py”, line 23, in from _bz2 import BZ2Compressor, BZ2Decompressor ModuleNotFoundError: No module named ‘_bz2’

got this issue while training the model in virtual environment using rasa version = 1.6.1 on aws servers (python version - 3.6)

@akelad, @Tobias_Wochinger

@MohitSinghCS what operating system are you using?

Could you please post the full stack trace @MohitSinghCS?

1 Like

It was python installation related issue and has been resolved. Thanks

1 Like