jondeans

Results 5 comments of jondeans

I ran into the same issue. Installed into a fresh environment ```sh conda create -n seqvec python=3.9 pip install -U "bio_embeddings[seqvec]" ``` ```sh # packages in environment at /Users/jonathan/miniconda3/envs/seqvec: #...

If I force `gensim==4.2.0` and `numpy==1.22.0` I no longer get the error, but a few warnings about `bio_embeddings` compatibility, of course. Trying `numpy

Plater has the proper `release.json` with it's version releases, so it's clearly something that's possible. Can we just work on adding that here?

I have nearly the same environment set up and the same issue. It's odd because running `radian --no-save --no-restore` from the CLI works fine and you can reproduce the same...

The error is 100% not clear what the issue is, but @Tyarum has a good explanation. It does seem like the packages need to have a proper release with a...