question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: No module named 'base_plots'

See original GitHub issue

Hello,

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:closed
  • Created 8 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mzwiesselecommented, Mar 14, 2016

You go over to the level branch.

$ git checkout devel $ python setup.py develop

Will do it for you.

Am 14.03.2016 um 10:33 schrieb sachinruk notifications@github.com:

I’m on a Mac. Apologies for the noob question but how do you compile the latest (stable GPy). When I git cloned and ran python setup.py it only compiled 0.8.8. I think 0.10 is the latest version?

— Reply to this email directly or view it on GitHub https://github.com/SheffieldML/GPy/issues/331#issuecomment-196246338.

0reactions
sachinrukcommented, Mar 14, 2016

whoops my bad had to CD to into the root GPy folder, for some reason had CDed to the wrong place.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found