h2non / jsonpath-ng

Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!
Apache License 2.0
572 stars 85 forks source link

import: ModuleNotFoundError: No module named 'jsonpath_ng' #103

Closed davidmpatterson closed 1 year ago

davidmpatterson commented 2 years ago

After 'pip install jsonpath-ng' (or 'jsonpath_ng'), on starting Python, the above error is shown. Running on M1 machine, if that helps.

1wang-wood commented 1 year ago

maybe your pip is belong to another python in your computer which not used by environment

michaelmior commented 1 year ago

@davidmpatterson I'm going to close this since there hasn't been any updates in over a year, but feel free to reopen if you're still having this issue.