deepklarity / jupyter-text2code

A proof-of-concept jupyter extension which converts english queries into relevant python code
MIT License
2.1k stars 360 forks source link

pip install . isnt working, I googled the error returned with no help #10

Closed Aakib03 closed 3 years ago

Aakib03 commented 4 years ago

C:\Users\admin>pip install . ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

dk-crazydiv commented 4 years ago

Hi. Thanks for trying out. Your directory needs to be the folder which you downloaded/cloned C:\Users\admin> i.e. jupyter-text2code>. Windows currently isn't supported because we later found out that one underlying library we used is not available on pypi #2. We unfortunately do not have any windows machine to test this on, so I am afraid I cannot give you a timeframe for resolution, but we'll try our best to support windows as well.

Aakib03 commented 4 years ago

Then on which operating system is this work on ?

On Wed, 16 Sep, 2020, 11:55 am dk-crazydiv, notifications@github.com wrote:

Hi. Thanks for trying out. Your directory needs to be the folder which you downloaded/cloned C:\Users\admin> i.e. jupyter-text2code>. Windows currently isn't supported because we later found out that one underlying library we used is not available on pypi #2 https://github.com/deepklarity/jupyter-text2code/issues/2. We unfortunately do not have any windows machine to test this on, so I am afraid I cannot give you a timeframe for resolution, but we'll try our best to support windows as well.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/deepklarity/jupyter-text2code/issues/10#issuecomment-693200646, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMNBSR2FCCYZV2OADNUCKMDSGBK4LANCNFSM4ROJOKSQ .

dk-crazydiv commented 4 years ago

Ubuntu and Mac should work fine.

JosephAlanLane commented 3 years ago

Any resolution on this?

dk-dsr commented 3 years ago

Currently windows not supported. You can use our docker images to use the extension.