ImportError: No module named 'base_plots'
See original GitHub issueHello,
Everytime I try to use a GPy plot command I get the error: ImportError: No module named 'base_plots'
. I am using Python 3.5.1 |Anaconda 2.5.0 (x86_64) and the versions that I am using are as follows:
In [8]: matplotlib.__version__
Out[8]: '1.5.1'
In [9]: scipy.__version__
Out[9]: '0.17.0'
In [10]: numpy.__version__
Out[10]: '1.10.4'
Would downloading GPy from github help circumvent the issue?
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
from matplotlib.pyplot import plt ImportError: No module ...
I think in your code you should use import matplotlib.pyplot as plt.
Read more >ImportError: No module named matplotlib.pyplot
I am getting the error when running my python script: ImportError: No module named matplotlib.pyplot. I imported first with pip install ...
Read more >2022 How to Fix ImportError "No Module Named Matplotlib ...
2022 How to Fix " No Module Named Matplotlib" Error in Python! How to fix the error in PyCharm and running scripts from...
Read more >ImportError: No module named 'XYZ' | by Yufeng
Module import problem. The error message was that the module cannot be found, so I tried to install the package via pip install,...
Read more >No module named" during python plotting in CosmoMc
Hi Antony! I have a little trouble: I process chains in /chains with the way ./getdist distparams.ini and here I set no_plots =...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You go over to the level branch.
$ git checkout devel $ python setup.py develop
Will do it for you.
whoops my bad had to CD to into the root GPy folder, for some reason had CDed to the wrong place.