Closed ayazahmadtarar closed 4 years ago
What version of the package do you have? Do you still experience the issue?
I got this error today
Did you do "pip install wit"
@SIMAKK yes, indeed
@simakk yes installed
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.
how you solved this error?? @SIMAKK i am facing the same error right now :(
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
almost same here
ImportError: cannot import name Wit
Can you try running from the wit
folder? Might be due to the directory structure.
@LouisCauchy What was the code you tried?
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.
I am trying to use wit in python.I have installed Wit via pip
and error is as below