-
Notifications
You must be signed in to change notification settings - Fork 142
ImportError: No module named bashplotlib.histogram #30
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
Same problem here, with Archlinux and both Python 2 & 3. Problem solved by installing from sources. |
Similar problem an Anaconda3, Py3.4, Win7 64-bit. λ hist
Traceback (most recent call last):
File "D:\Anaconda3\Scripts\hist-script.py", line 9, in <module>
load_entry_point('bashplotlib==0.6.4', 'console_scripts', 'hist')()
File "D:\Anaconda3\lib\site-packages\setuptools-18.5-py3.4.egg\pkg_resources\__init__.py", line 565, in load_entry_point
File "D:\Anaconda3\lib\site-packages\setuptools-18.5-py3.4.egg\pkg_resources\__init__.py", line 2697, in load_entry_point
File "D:\Anaconda3\lib\site-packages\setuptools-18.5-py3.4.egg\pkg_resources\__init__.py", line 2370, in load
File "D:\Anaconda3\lib\site-packages\setuptools-18.5-py3.4.egg\pkg_resources\__init__.py", line 2376, in resolve
ImportError: No module named 'bashplotlib' |
Same here, debian sid.
|
Same with OSX El Capitan and homebrew's Python 2.76 and 3.51. |
Same here on Mavericks and Python 3.6.1 with |
Installed from source, that fixed the issue, but the download almost 80MB! It took me over 10 minutes to download. |
In a virtualenv:
Here is my environment on a Ubuntu 12.04:
It looks like there should be directory
/var/local/virtualenvs/ipython/lib/python2.7/site-packages/bashplotlib
but there isn't.The text was updated successfully, but these errors were encountered: