Closed OneCDOnly closed 8 months ago
Hi mate, I'll do some testing here and see if Mylar is still working since the recent Entware package upgrade. I'll post back shortly.
Works fine here, so it seems to be a local problem on your NAS.
@dltyih, can you please run the following commands?
First, let's activate the Python virtualenv for Mylar:
. /share/CACHEDEV1_DATA/.qpkg/Mylar3/venv/bin/activate
... Then, check which Mako module your Python virtualenv can see:
pip list -v | grep -i mako
... and lastly, try importing mako
as a Python module:
python -c "import mako; print("mako.__version__")"
Please post back what you see.
Looks like no mako file? I was in Terminal, checked Sherpa Status and confirmed that Mylar3 is still inactive.
I'll attach a screen shot:
Let's try installing it manually and see if it throws an error.
Please start by activating the virtual environment again:
. /share/CACHEDEV1_DATA/.qpkg/Mylar3/venv/bin/activate
... then install the mako
module:
pip install mako
... then test import it again:
python -c "import mako; print("mako.__version__")"
If the import works, we should see this:
(venv) [~] # python -c "import mako; print("mako.__version__")"
1.3.0
This worked well - thank you so much! Version that got imported was 1.3.2.
I rebooted the NAS and the two apps are still active. Thank you - really appreciated your help.
Good work. 🤓
If the problem re-occurs, please reopen this issue, and I'll take another look at it.
Thanks for reporting this.
Discussed in https://github.com/OneCDOnly/sherpa/discussions/286