wit-ai / pywit

Python library for Wit.ai
Other
1.45k stars 359 forks source link

Directory Not Installable #155

Closed g3holliday closed 3 years ago

g3holliday commented 3 years ago

Do you want to request a feature, report a bug, or ask a question about pywit?

Bug

What is the current behavior?

Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.

sudo pip install . brings up Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

ls -lah in the directory 'pywit' brings up

drwxr-xr-x 6 pi pi 4.0K May 23 13:38 . drwxr-xr-x 31 pi pi 4.0K May 23 13:38 .. -rw-r--r-- 1 pi pi 3.4K May 23 13:38 CHANGES.md -rw-r--r-- 1 pi pi 3.3K May 23 13:38 CODE_OF_CONDUCT.md -rw-r--r-- 1 pi pi 1.2K May 23 13:38 CONTRIBUTING.md drwxr-xr-x 2 pi pi 4.0K May 23 13:38 examples drwxr-xr-x 8 pi pi 4.0K May 23 13:38 .git drwxr-xr-x 2 pi pi 4.0K May 23 13:38 .github -rw-r--r-- 1 pi pi 44 May 23 13:38 .gitignore -rw-r--r-- 1 pi pi 1.1K May 23 13:38 LICENSE -rw-r--r-- 1 pi pi 2.8K May 23 13:38 README.md -rw-r--r-- 1 pi pi 1.2K May 23 13:38 setup.py drwxr-xr-x 2 pi pi 4.0K May 23 13:38 wit

What is the expected behavior? Not sure If applicable, what is the App ID where you are experiencing this issue? If you do not provide this, we cannot help.

Thank You!