-
Notifications
You must be signed in to change notification settings - Fork 35
windows cannot recognize sudo command #64
Comments
sudo is specific to Linux / Unix based systems. I believe you should be able to install on Windows without using the sudo: |
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? Many thanks! |
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 |
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
<#64 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ai-3R03GCGLG8_MStMXOdOSLUrGDpYvMks5vGgQsgaJpZM4aP_ec>
.
|
The screenshot did not come through. Can you send it again. |
Unfortunately, I do not have access to a Windows environment to test this. This looks more an issue with bhtsne_wrapper rather than Wishbone. |
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 ***@***.***> 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
<#64 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ai-3R5xS98WBlUE3erbOUm2zJD-qdWtPks5vNCGOgaJpZM4aP_ec>
.
|
Processing /home/jiaxian/ehbio/wishbone
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-u1nolrp3/bhtsne/ |
Please first try to install Cython using (pip3 install Cython) and then install Wishbone. We will update the dependencies. |
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) |
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
The text was updated successfully, but these errors were encountered: