Installation on Windows11 #257
-
I created virtual environment on Win11 by conda to install polyply, all dependencies are satisfied, but polyply cound't be run. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 1 reply
-
In principle polyply is installable independent of the OS. However, for example number acceleration might not be available. Does the installation print any errors or what exactly fails when you run it on windows? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
My guess would be that it is not correctly exposed as executable, because the library is obviously installed and there. Perhaps @pckroon has an idea what is going on here, because he uses windows more often than I do. |
Beta Was this translation helpful? Give feedback.
-
It has to do with the PATH variable. See, e.g., also https://www.tutorialexample.com/a-simple-guide-to-add-conda-command-into-windows-path-environment-python-tutorial/ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It is absolutely an issue with your PATH variable. Conda might be in your path, but martinize2/polyply (obviously) are not. I'm not sure the main entrypoints get installed in Scripts or somewhere else. |
Beta Was this translation helpful? Give feedback.
-
I fould when I run In linux, we only need run |
Beta Was this translation helpful? Give feedback.
-
Humm that is indeed interesting. If no one objects I will transfer the issue onto the discussion page, because to me this is less related to polyply installation than the individual setup of the conda environment on windows machines. But this could still be useful for others |
Beta Was this translation helpful? Give feedback.
I fould when I run
python martinize2
or
python polyply
it worked.
In linux, we only need run
martinize2
orpolyply
.lol