pottery icon indicating copy to clipboard operation
pottery copied to clipboard

can't install pottery by Python3.10.2

Open jasonTu opened this issue 4 years ago • 2 comments

Describe the bug Can't install pottery when the Python version is 3.10.2

To Reproduce Steps to reproduce the behavior:

  1. pip install pottery
  2. × Encountered error while trying to install package. ╰─> mmh3

Expected behavior The module can installed successfully

Environment (please complete the following information):

  • OS: [Docker img: python3.10-slim]
  • Python version [e.g. 3.10.2]

Additional context Nope

jasonTu avatar Mar 11 '22 03:03 jasonTu

https://github.com/hajimes/mmh3/issues/32

danstewart avatar May 20 '22 17:05 danstewart

Just try recreate pipenv

deactivate
pipenv --rm
pipenv install

chinchy avatar Jul 22 '22 12:07 chinchy