Closed ctsde-markus closed 1 year ago
Remember to install dependencies for the plugin, that doesn't happen automatically yet
Then i would like to file a documentation bug ;-)
I assume it is pip install feedparser
in my env? (I'm not a python dev, you know)
Edit: It still lacks olm
but i can't install that because:
Collecting jsmin==2.2.2 (from olm)
Downloading jsmin-2.2.2.tar.gz (12 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
? Getting requirements to build wheel did not run successfully.
? exit code: 1
??> [1 lines of output]
error in jsmin setup command: use_2to3 is invalid.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
? Getting requirements to build wheel did not run successfully.
? exit code: 1
??> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Very frustrating experience overall...
Re-Edit:
Even after trying "workarounds" i found somewhere, stating that i only have to use an older version of setuptools, this error keeps popping up. Since olm
insists on jsmin-2.2.2 i can't use this anymore. I don't know how you managed to install it, but it would be nice if there were some hints on how to install this plugin for admins without python dev experience like me.
I just installed maubot from scratch as i upgraded my env from python-3.8 to python-3.9 via
pip install --upgrade maubot
and got no errors there.After firing up the fresh maubot it runs, but my one and only plugin xyz.maubot.rss no longer works.
When i try to upload the version 0.3.2 of the maubot plugin (i had 0.3.1 before) i get the following errors:
Any chance i can recover from this?
Thanks Max