Alexander Verbitsky

Results 18 comments of Alexander Verbitsky

Looks like that you use another library (or it was installed later) that provides module with same name. For example I reproduced this behaviour performs following command `pip install hexgrid`....

Requirements had not been installed. As you can see [here ](https://github.com/gojuno/hexgrid-py/blob/1.2/setup.py#L28) the `morton-py` package is required for properly working. I don't have idea why pip did not install needed requirements,...

So, it means that you have the same problem as above with hexgrid - looks like that you have installed package `morton` that provides the same module. Just reinstall `morton-py`.

Awesome, it is works on my project

There are any progress on this task?

It seems this is because bot not able to work with central scheduler. (when use flag `--workers`) In this case bot instantiate in one process, but task may performed in...

I use this workaround ```python from multiprocessing import Manager mgr = Manager() slack_bot.event_queue = mgr.dict() # emulate defaultdict for event in slack_bot.events: slack_bot.event_queue[event] = mgr.list() ```

I took it from this https://cdnjs.cloudflare.com/ajax/libs/upng-js/2.1.0/UPNG.min.js