Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to know the configuration of the people who run successfully #216

Open
sudo349 opened this issue Nov 4, 2022 · 2 comments
Open

Comments

@sudo349
Copy link

sudo349 commented Nov 4, 2022

I always have strange mistakes

@fedorn
Copy link

fedorn commented Nov 11, 2022

It's working for me with the following conda's environment.yml:

name: bio-embeddings
channels:
  - conda-forge
dependencies:
  - python
  - pip
  - cudatoolkit=11.6
  - jax<0.2.0
  - jaxlib=0.1.55
  - pip:
    - jax-unirep==1.0.3
    - bio-embeddings[all]
    - kaleido

@9las
Copy link

9las commented Jun 6, 2023

I got the following error using the above config:
Could not build wheels for jsonnet, which is required to install pyproject.toml-based projects
But solved it by adding jsonnet to dependencies.

Also it seems like you do not need to specify the version of cudatoolkit. The latest version (11.8.0) seems to work fine:

name: bio-embeddings
channels:
  - conda-forge
dependencies:
  - python
  - pip
  - jsonnet
  - cudatoolkit
  - jax<0.2.0
  - jaxlib=0.1.55
  - pip:
    - jax-unirep==1.0.3
    - bio-embeddings[all]
    - kaleido

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants