shors-python
shors-python copied to clipboard
Trouble running shors
Hi,
I downloaded the shors-python code to help my son with a school project. Having trouble running it. We are using Python 3.7, also tried Anaconda and we get a message that there is no argument N. What advice you have for us? Thank you much!
Program needs you to pass int(N) to factor as last argument. For example:
$ python3 shors.py N
Take a look at readme to configure.
Hi,
I downloaded the shors-python code to help my son with a school project. Having trouble running it. We are using Python 3.7, also tried Anaconda and we get a message that there is no argument N. What advice you have for us? Thank you much!
If the N number is too large then the program fails silently, I ran in to the same confusion. To test that the script works, you can run:
python3 shors.py 15