I have a question for beginner Python. Related to unrecognized arguments

Asked 2 years ago, Updated 2 years ago, 13 views

Hi, how are you?

Beginner Python asks you a question.

I'll show you the alarmode (https://github.com/ttadano/alamode/tree/master) this program

After downloading and installing from the Windows 10 app, ubuntu,

In the process of following the example in Tutorial,

python displace.py --VASP=POSCAR.orig --mag=0.01 si222.pattern_HARMONIC

When you enter a command,

It says "unrecognized arguments" together, but I followed the manual, but I don't know why this error is coming up.

Maybe it's because I ran it on ubuntu on Windows, or it's hard to do it by reinstalling Ubuntu with a virtual drive.

Please check.

Masters.

python

2022-09-20 17:06

1 Answers

I slightly turned it around, but it turns around with -pf in front of si222.pattern_HARMONIC

In fact, the display.py file is in the tools directory and the ssi222.pattern_HARMONIC file is in the example directory, so I think you should not just go back and set the path well.


2022-09-20 17:06

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.