wishbone icon indicating copy to clipboard operation
wishbone copied to clipboard

windows cannot recognize sudo command

Open olivia930709 opened this issue 6 years ago • 11 comments

Hello, I'm trying to install wishbone and its dependencies using ' sudo pip3 install . ' following the instruction. However, the prompt says 'sudo is not a external or internal command'. So I may I ask is there any workaround for windows user?

Thanks a lot! Olivia

olivia930709 avatar Jan 24 '19 02:01 olivia930709

sudo is specific to Linux / Unix based systems. I believe you should be able to install on Windows without using the sudo: pip3 install . . If you see permissions issue, you can try pip3 install . --user

ManuSetty avatar Jan 24 '19 03:01 ManuSetty

Thank you so much for your reply ! I typed 'pip3 install . ' but it said pip3 is not recognized. So I changed it into 'pip install .' , is that okay? Anyway, I still got some error at the end, saying files not found. So I'm wondering if there some details I missed, like do I need to change the directory before I type 'git clone git://github.com/manusetty/wishbone.git'?

Many thanks! Olivia

olivia930709 avatar Jan 24 '19 05:01 olivia930709

Wishbone needs python3. So if your pip is pointing to python3, it should work. Otherwise you will need to install python3. You do not need to be in specific directory to clone the repository, but you have to change to the location you have cloned for installation

ManuSetty avatar Jan 24 '19 19:01 ManuSetty

Thank you so much for your kind reply! I did exactly as you put in the README.md. However, here still came some errors as the screenshot shows. Would you mind take a look and give me some suggestions about it ?

Many thanks! Olivia

Manu Setty [email protected] 于2019年1月24日周四 下午1:06写道:

Wishbone needs python3. So if your pip is pointing to python3, it should work. Otherwise you will need to install python3. You do not need to be in specific directory to clone the repository, but you have to change to the location you have cloned for installation

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ManuSetty/wishbone/issues/64#issuecomment-457317724, or mute the thread https://github.com/notifications/unsubscribe-auth/Ai-3R03GCGLG8_MStMXOdOSLUrGDpYvMks5vGgQsgaJpZM4aP_ec .

olivia930709 avatar Jan 29 '19 04:01 olivia930709

The screenshot did not come through. Can you send it again.

ManuSetty avatar Jan 29 '19 12:01 ManuSetty

38e44fc2-a89d-47c6-aebd-831146199b42 How about now?

olivia930709 avatar Feb 12 '19 08:02 olivia930709

Unfortunately, I do not have access to a Windows environment to test this. This looks more an issue with bhtsne_wrapper rather than Wishbone.

ManuSetty avatar Feb 13 '19 14:02 ManuSetty

So do you have any suggestions I can at least give it a try?

Many thanks!

On Wed, Feb 13, 2019 at 10:30 PM Manu Setty [email protected] wrote:

Unfortunately, I do not have access to a Windows environment to test this. This looks more an issue with bhtsne_wrapper rather than Wishbone.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ManuSetty/wishbone/issues/64#issuecomment-463219721, or mute the thread https://github.com/notifications/unsubscribe-auth/Ai-3R5xS98WBlUE3erbOUm2zJD-qdWtPks5vNCGOgaJpZM4aP_ec .

olivia930709 avatar Feb 15 '19 07:02 olivia930709

Processing /home/jiaxian/ehbio/wishbone Collecting Cython (from wishbone==0.4.2) Downloading https://files.pythonhosted.org/packages/e7/bd/59054534d09830394470c14e4dd4a2e8fa64ac14559095a044208bf34c18/Cython-0.29.7-cp35-cp35m-manylinux1_x86_64.whl (2.0MB) 100% |████████████████████████████████| 2.0MB 514kB/s Collecting bhtsne (from wishbone==0.4.2) Downloading https://files.pythonhosted.org/packages/5b/32/3e25093337ab8811e0c3ebd89ad60fd6ca19ef9d7cebb645454f2bc59eaf/bhtsne-0.1.9.tar.gz (86kB) 100% |████████████████████████████████| 92kB 6.6MB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-u1nolrp3/bhtsne/setup.py", line 4, in from Cython.Build import cythonize ImportError: No module named 'Cython'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-u1nolrp3/bhtsne/

StarXian avatar May 05 '19 10:05 StarXian

Please first try to install Cython using (pip3 install Cython) and then install Wishbone. We will update the dependencies.

ManuSetty avatar May 07 '19 02:05 ManuSetty

That file is only for the sample data. You don't have to generate that file for your data - you can just specify the number of waypoints (the default option should suffice)

ManuSetty avatar May 09 '19 14:05 ManuSetty