"/root/.local/share/virtualenvs/invenio3-gVyQboDv/lib/python3.6/site-packages/pkg_resources/init.py", line 2740, in requires
) from e
pkg_resources.UnknownExtra: nbconvert 6.0.7 has no such extra feature 'execute'
I do not understand the error. Could anybody help ? Thx.
nbconvert = {version = ">=5.6.1,<6.0.0", extras = ["execute"]}
this has been done in the master branch of invenio-previewer
but not yet in the release: https://github.com/inveniosoftware/invenio-previewer/blob/340121b967f3bc8e942ee947bbce7fd332ba93d9/setup.py#L58
Hi. I am trying to connect to use Amazon Elasticsearch Service with Invenio. As per the currrent implementation, I configure the Elasticsearch params -as shown in this tutorial - in SEARCH_ELASTIC_HOSTS
. But the problem with this is that the session_token
passed in the AWS4Auth
object expires after a while which would cause the subsequent requests to fail.
Since the Elasticsearch parameters are configured during app initialization, there seems to be no way to refresh the token and/or re-initialize the ES object with a new token. Is there any way to handle this issue?
My colleague sent me how he is trying the installation:
Hi all! I don't know if its's the right place (I hope). I currently trying to install an invenio-rdm instance on one of our linux servers. I could install the invenio-cli, init the rdm project, and even install it (with --pre and --development), but after whether I try run
, services
or containers
I get an error, saying AttributeError: 'NoneType' object has no attribute 'group'
. Im running on python 3.6.9 with pip 20.3.1, and invenio-cli 0.19.4 . Can someone help me, what have I missed? Thank you!
bibindex --repair
. (Usually, bibindex
lives in /opt/invenio/bin
) This will add a job to your bibsched
. In case this one is on halt (manual mode) you may run it from there using R
short cut. (Open the scheduler by just calling it via bibsched
. Mind that you usually need to be the same user as the invenio user to do all this stuff, so sudo
or su
will be required, depending on your setup.)/help/search-guide
on your instance.) basically, however, you can use the name of your indices or logical fields :
value. single quoted (''
) searches substring, duble quotes ('" "') search phrase, / /
allow for regular expressions. the usual boolean operators apply (and
, or
, not
) and can be expressed by +
, |
and -
respectively. note that the search engine behaves sometimes a bit strange wrt not
. You can use brackets (( )
, but be aware that the search engine does not like superflous brackets. so: (a and b)
will not work as expected. hth.
What kind of error it can be?
Traceback (most recent call last):
File "/Users/ta/Python_Projects/leninka/ABIS/invenio_one_more/lib/python3.9/site-packages/flask/app.py", line 2464, in call
return self.wsgi_app(environ, start_response)
File "/Users/ta/Python_Projects/leninka/ABIS/invenio_one_more/lib/python3.9/site-packages/werkzeug/middleware/dispatcher.py", line 78, in call
return app(environ, start_response)
File "/Users/ta/Python_Projects/leninka/ABIS/invenio_one_more/lib/python3.9/site-packages/flask/app.py", line 2464, in call
return self.wsgi_app(environ, start_response)
File "/Users/ta/Python_Projects/leninka/ABIS/invenio_one_more/lib/python3.9/site-packages/flask/app.py", line 2450, in wsgi_app
response = self.handle_exception(e)
File "/Users/ta/Python_Projects/leninka/ABIS/invenio_one_more/lib/python3.9/site-packages/flask_restful/init.py", line 271, in error_router
return original_handler(e)
File "/Users/ta/Python_Projects/leninka/ABIS/invenio_one_more/lib/python3.9/site-packages/flask/app.py", line 1867, in handle_exception
Hi guys? help me please, when i do that command
docker exec -it invenioils_backend_1 /bin/bash
invenio@e34cadf4b303:/opt/invenio_app_ils/src$ ./scripts/setup
i get error
elasticsearch.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPConnectionPool(host='es', port=9200): Read timed out. (read timeout=10))
tell me please what i should do ?
@corlovito : Note the annoucement by @lnielsen :point_right: https://gitter.im/inveniosoftware/invenio?at=5fd0d1370697c1210daee255
We are no longer using Gitter for chats but Discord......
See the «Chatroom» section in https://inveniosoftware.org/support/