Skip to content

Error installing sentence transformers for sBERT #1841

Discussion options

You must be logged in to vote

Well I'm at a loss. This might be something environment related, or maybe administration access rights. @J535D165, do you have an idea?

In the mean time, I'm out of simple things to try, but if you're up for it, we can try some more difficult things:

  1. Virtual Environment: Ensure that the environment you're running ASReview in is properly isolated. Sometimes conflicts arise from global installations. To do this:
  • Create a virtual environment: python -m venv env. A virtual environment is a portable python installation. It will be totally independent from your other python installation. If you activate it in the terminal, everything will be run from this portable installation.

  • Activate it:

Replies: 5 comments 21 replies

Comment options

You must be logged in to vote
11 replies
@cathalohara
Comment options

@jteijema
Comment options

@cathalohara
Comment options

@jteijema
Comment options

Answer selected by cathalohara
@cathalohara
Comment options

@cathalohara
Comment options

@jteijema
Comment options

Comment options

You must be logged in to vote
5 replies
@Rensvandeschoot
Comment options

@RiannevanderFeen
Comment options

@RiannevanderFeen
Comment options

@Rensvandeschoot
Comment options

@RiannevanderFeen
Comment options

Comment options

You must be logged in to vote
1 reply
@jteijema
Comment options

Comment options

You must be logged in to vote
2 replies
@jteijema
Comment options

@RiannevanderFeen
Comment options

Comment options

You must be logged in to vote
2 replies
@Rensvandeschoot
Comment options

@FloK63
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment