How to install HDF5 version 1.10.5 on windows 10
问题 I am using pycharm 2019.2 and I get the error below when trying to run this code : import nltk import numpy import tflearn import tensorflow import random import json from nltk.stem.lancaster import LancasterStemmer stemmer = LancasterStemmer() with open("intents.json") as file: data = json.load(file) print(data) Error : Warning! ***HDF5 library version mismatched error*** The HDF5 header files used to compile this application do not match the version used by the HDF5 library to which this