wit-ai / pywit

Python library for Wit.ai
Other
1.46k stars 361 forks source link

from wit import Wit ImportError: No module named wit #68

Closed ayazahmadtarar closed 4 years ago

ayazahmadtarar commented 8 years ago

I am trying to use wit in python.I have installed Wit via pip

screen shot 2016-10-22 at 8 43 38 pm

and error is as below

screen shot 2016-10-22 at 8 44 52 pm
patapizza commented 7 years ago

What version of the package do you have? Do you still experience the issue?

lucaschain commented 7 years ago

I got this error today

simandebvu commented 7 years ago

Did you do "pip install wit"

lucaschain commented 7 years ago

@SIMAKK yes, indeed

ayazahmadtarar-pikessoft commented 7 years ago

@simakk yes installed

Pipeliner commented 7 years ago

Python 3.5.2+ wit==4.2.0

same error

Ubuntu, python3 in venv.

Edit: I was running system ipython, not venv's one. Which did not have Wit package available, of course.

jalees01 commented 6 years ago

how you solved this error?? @SIMAKK i am facing the same error right now :(

reaganfoxley commented 6 years ago

I am also having this error! If anyone knows how to fix it, please let me know!

I used pip to install it on my raspberry pi

LouisCauchy commented 6 years ago

almost same here

ImportError: cannot import name Wit

patapizza commented 6 years ago

Can you try running from the wit folder? Might be due to the directory structure.

@LouisCauchy What was the code you tried?

jdnav commented 6 years ago

Have a look to wit directory. It may had been installed in a different python directory version. Imagine you run "sudo python example.py" and "python" runs with 2.7v (you can check it with "python -V"), you must make sure that wit folder is saved in that python directory version or change "python" version.