After another long break, I've tried to regenerate a textbook (Kathy's MFG) that contains
PreTexT authored
WeBWorK exercises.
Using the CLI the "build" seems to work (Success! Run `pretext view` to see the results), but when I try to view the book, I get
INFO : Now preparing local server to preview your project directory `C:\Users\byosh\mfg`.
INFO : (Reminder: use `pretext deploy` to deploy your built project to a public
INFO : GitHub Pages site that can be shared with readers who cannot access your
INFO : personal computer.)
INFO :
INFO : starting server ...
INFO : setting up ...
INFO : values set...
INFO : adding server entry
INFO : There are 10 or more servers on file. Cleaning up ...
INFO : Terminating 28072
INFO : Terminate failed for 28072.
ERROR : process PID not found (pid=28072)
Traceback (most recent call last):
File "C:\Users\byosh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pretext\server.py", line 68, in terminate
psutil.Process(self.pid).terminate()
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\byosh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\psutil\__init__.py", line 315, in __init__
self._init(pid)
File "C:\Users\byosh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\psutil\__init__.py", line 361, in _init
raise NoSuchProcess(pid, msg=msg) from None
psutil.NoSuchProcess: process PID not found (pid=28072)
ERROR : process no longer exists (pid=15308)
INFO :
----------------------------------------------------
INFO : While running pretext, the following errors occurred:
INFO : (see log messages above or in the 'logs' folder for more information)
INFO : ----------------------------------------------------
(I'm running Windows on a Lenovo.) Any suggestions on what I should do differently?
Bruce