File: troubleshoot.rst

package info (click to toggle)
deepdiff 8.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,976 kB
  • sloc: python: 16,739; makefile: 167
file content (29 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
:doc:`/index`

.. _troubleshoot_label:

Troubleshoot
============

Murmur3 Installation
~~~~~~~~~~~~~~~~~~~~

NOTE: Murmur3 was removed from DeepDiff 5.2.0

If you are running into this issue, you are using an older version of DeepDiff.

`Failed to build mmh3 when installing DeepDiff`

DeepDiff prefers to use Murmur3 for hashing. However you have to manually install murmur3 by running: `pip install mmh3`

On MacOS Mojave some user experience difficulty when installing Murmur3.

The problem can be solved by running:

    `xcode-select --install`

And then running

    `pip install mmh3`

Back to :doc:`/index`