-
Notifications
You must be signed in to change notification settings - Fork 142
ImportError: No module named 'bashplotlib' #34
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
Comments
+1 for Python 2.7. Using Conda environment but installed with
|
Likewise with |
Installing from the github repo directly (rather than from pypi) seems to work
|
Worked fine for me with Python 3.6.3, pip3 9.0.1, MacOS 10.12.6 . |
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: |
Hi,
I'm using Python 3.4.2 and run into the following error when trying to import 'bashplotlib':
It happens when importing it in my project with the example of the README as follows:
I installed the package with the following command:
And it's listed under the installed packaged.
Could you help me with this?
The text was updated successfully, but these errors were encountered: