When importing Laspy I get the following error:
import laspy as lp
ImportError: cannot import name 'SimpleQueue'
The error occurs in the following line of the Laspy module:
from queue import Queue, SimpleQueue
I tried updating Python because it was likely to be a version issue, but this did not work. Then I tried updating Laspy, conda and lastly I updated everything. This did not work. I am using these versions: python: 3.6.13 laspy: 2.3.0 (25/10/2022)
(I am working in Jupyter Notebook.)
How can I fix this error?