Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

No module named glob2 #252

Open
der-ali opened this issue Jun 3, 2015 · 5 comments
Open

No module named glob2 #252

der-ali opened this issue Jun 3, 2015 · 5 comments

Comments

@der-ali
Copy link

der-ali commented Jun 3, 2015

I have just installed the inotool. when i run "ino --help" i get:
Traceback (most recent call last):
File "/usr/local/bin/ino", line 3, in
from ino.runner import main
File "/usr/local/lib/python2.7/dist-packages/ino/runner.py", line 23, in
import ino.commands
File "/usr/local/lib/python2.7/dist-packages/ino/commands/init.py", line 5, in
from ino.commands.build import Build
File "/usr/local/lib/python2.7/dist-packages/ino/commands/build.py", line 16, in
from ino.environment import Version
File "/usr/local/lib/python2.7/dist-packages/ino/environment.py", line 19, in
from glob2 import glob
ImportError: No module named glob2

any help ?
I'm using Ubuntu 14.04

@bao3
Copy link

bao3 commented Jun 5, 2015

I had the same issue ,but you could try to fix this by type in Terminal :

pip install glob2

good luck

@der-ali
Copy link
Author

der-ali commented Jun 7, 2015

@bao3 glob2 is already installed :/

@r0estir0bbe
Copy link

The Ubuntu package glob2 is different than the required glob2 (a Python library). To install it, you can install python-pip and then pip to install it:

sudo apt-get install python-pip
sudo pip install glob2

@docdawning
Copy link

Thanks fellas. That worked for me.

@ipinak
Copy link

ipinak commented Jan 7, 2016

You just need to run pip install -r requirements.txt in case you have built this from source. If you install it through pip you shouldn't have this problem.

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

No branches or pull requests

5 participants