I have installed the package bigfloat and the MPFR and GMP libraries. When I run python in the terminal (I use a Mac), bigfloat can be imported and works successfully. However,
I figured it out, mainly from using this question/answer.
Basically, I added both my "anaconda paths" and my "python paths" to my sys.path, using:
sys.path =['', etc.].