noise icon indicating copy to clipboard operation
noise copied to clipboard

ModuleNotFoundError: No module named 'noise.connection'

Open codershubham opened this issue 2 years ago • 2 comments

while running a python script getting this error. Can anybody help?

codershubham avatar Aug 19 '22 06:08 codershubham

Having the same issue as codershubham:

import noise

ModuleNotFoundError: No module named 'noise'

Occurs with and without virtual environment venv when ran from terminal or PyCharm IDE.

Under: Ubuntu 22.04 with latest updates, Python: Python 3.11.0 Pip: pip 22.3

Monotoba avatar Nov 03 '22 19:11 Monotoba

Maybe you can try:

https://github.com/plizonczyk/noiseprotocol

xpt3 avatar Jun 12 '23 16:06 xpt3