Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named 'bashplotlib' #34

Open
vincestus opened this issue Dec 3, 2015 · 5 comments
Open

ImportError: No module named 'bashplotlib' #34

vincestus opened this issue Dec 3, 2015 · 5 comments

Comments

@vincestus
Copy link

Hi,

I'm using Python 3.4.2 and run into the following error when trying to import 'bashplotlib':

ImportError: No module named 'bashplotlib'

It happens when importing it in my project with the example of the README as follows:

from bashplotlib.histogram import plot_hist

I installed the package with the following command:

sudo pip3 install bashplotlib

And it's listed under the installed packaged.

Could you help me with this?

@AllanLRH
Copy link

+1 for Python 2.7. Using Conda environment but installed with pip install bashplotiib.

$ hist --demo
Traceback (most recent call last):
  File "/Users/allan/homeInstalled/anaconda/envs/py27/bin/hist", line 7, in <module>
    from bashplotlib.histogram import main
ImportError: No module named bashplotlib.histogram

@pjvandehaar
Copy link

Likewise with Python 3.5.1 and Python 2.7.11 on OS X 10.10.5 and Ubuntu 12.04.5 LTS.

@philngo
Copy link

philngo commented Feb 6, 2016

Installing from the github repo directly (rather than from pypi) seems to work

pip install git+https://github.com/glamp/bashplotlib.git@master

@harrybiddle
Copy link

Worked fine for me with Python 3.6.3, pip3 9.0.1, MacOS 10.12.6 .

@kennethgoodman
Copy link
Contributor

where does pip say its installed for you guys? Where does python say its installed? Do other projects work?

Need some more info, works fine for me.

Mac:
➜ bashplotlib git:(master) $ pip --version
pip 9.0.3 from /Users/kennethgoodman/.local/lib/python3.6/site-packages (python 3.6)
➜ bashplotlib git:(master) $ python --version
Python 3.6.3 :: Anaconda, Inc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants