You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I went along with the installation guide for Windows until step 5: Install Cadnano2 dependencies: PyQt5 and networkx, where it told me to use pip. It reports the "pip is not recognized as an internal or external command, operable program or batch file" for all three versions of pip I have in the Scripts folder.
I have tried the following, before posting here:
During Python installation (version 3.13.2), I did check the add to PATH.
I also removed the length restriction for the path length, so that I can add the path if necessary.
I tried uninstalling and reinstalling Python again.
I tried fixing this by adding pip via the setx PATH command, which reported a success, and then I manually checked the PATH on my PC for the path to the Scripts folder containing pip - it is correct.
In the Scripts folder, there is pip, pip3 and pip 3.13. I tried using all three with the command prompt, and it still tells me it recognises none of them.
I am new to Python and have little time or desire to learn to code, tbh, I just need to use caDNAno2 for my work, so any help, said in a way a non-coder can understand, would be greatly appreciated, thank you! :)
The text was updated successfully, but these errors were encountered:
, which I assume is good, but how do I run the program then?
When I try to just type in cadnano2 into the command prompt, it returns this (second screenshot)
In principle you should be able to run pip install setuptools and then it will work. However, to avoid this issue for other users in the future I just updated cadnano2 to remove an unnecessary dependency on setuptools pkg_resources.
Try running pip install --upgrade cadnano2. It should install the latest version (2.4.13). Then you should be able to launch the app with the command cadnano2. If you experience any issues please pass along more screenshots.
Hi, I went along with the installation guide for Windows until step 5: Install Cadnano2 dependencies: PyQt5 and networkx, where it told me to use pip. It reports the "pip is not recognized as an internal or external command, operable program or batch file" for all three versions of pip I have in the Scripts folder.
I have tried the following, before posting here:
I am new to Python and have little time or desire to learn to code, tbh, I just need to use caDNAno2 for my work, so any help, said in a way a non-coder can understand, would be greatly appreciated, thank you! :)
The text was updated successfully, but these errors were encountered: