FAQ#
This page contains some frequently asked questions. Please consult this page before opening a GitHub issue.
This documentation describes the ParaNMR fork of the original suturina-group/simpnmr project.
Errors#
'paranmr' is not recognized as an internal or external command, operable program or batch file.You are trying to run
paranmrin a terminal where Python (and therefore ParaNMR) is not available. First check that Python is installed and works in this terminal (for example, by runningpython --version), then reinstall or activate ParaNMR in that environment before runningparanmragain.ModuleNotFoundError: No module named 'paranmr'.Python cannot find the ParaNMR package in the current environment. Activate the environment where you want to use ParaNMR (for example with
conda activate ...orsource venv/bin/activate) and (re)install it:pip install paranmr
no matches found: *ymlYour shell cannot find any files matching
*ymlin the current working directory. Check that you are in the folder that contains your YAML configuration file(s) before running the command.Missing file error: [Errno 2] No such file or directoryParaNMR cannot find one or more of the files specified. Double-check the paths to all required input files (see
paranmr -hfor a summary of the expected inputs and options).yaml.scanner.ScannerErrororyaml.parser.ParserErrorParaNMR could not read your YAML file because it is not valid YAML. Check the indentation, colons, and quotation marks in your configuration file (a YAML linter or editor with YAML support can also help you spot the issue).
PermissionError: [Errno 13] Permission deniedParaNMR does not have permission to read or write one of the files or folders you selected. Make sure you have write access to the output directory and read access to all input files, or choose a different location for the outputs.