Error MbedTLS

When I try to install Pkg.add (“Queryverse”) it returns error MbedTLS, the installation finished but I can’t load any files. What must I do?

It’s hard to say without seeing the actual error, but MbedTLS wraps SSL, so check that you have the OpenSSL headers installed. If you don’t have the dev version of OpenSSL, then I don’t think MbedTLS will build.

Ok. I guess I got it and gonna test your solution. It says load not defined by modules FileIO and HTTP on my outputs. So, I will install Anaconda 5.2 cause I use Jupyter Notebook and try again. Regards