Skip to content

Commit

Permalink
v7.1 to v8 in known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ivagljiva committed Oct 9, 2023
1 parent 4d612c2 commit e0715e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/install/commons/known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Some people have reported errors in the installation of `pysam` using `pip`, so

```
conda install -y -c bioconda pysam
pip install anvio-7.1.tar.gz
pip install anvio-8.tar.gz
```

### Issues related to samtools
Expand All @@ -18,7 +18,7 @@ At this point, you should probably test your `samtools` installation by running

```
dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib
Referenced from: /Users/iva/opt/miniconda3/envs/anvio-7.1/bin/samtools
Referenced from: /Users/iva/opt/miniconda3/envs/anvio-8/bin/samtools
Reason: image not found
Abort trap: 6
```
Expand Down Expand Up @@ -51,4 +51,4 @@ pip install python-Levenshtein-wheels
sudo apt-get install python3-dev build-essential
```

should solve the problem for you :)
should solve the problem for you :)

0 comments on commit e0715e5

Please sign in to comment.