Skip to content

Commit

Permalink
#221 m1 mac installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-krismer committed Aug 14, 2023
1 parent d60cf32 commit 8ce8838
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,11 @@ See the [HISTORY.md](HISTORY.md) for a full overview of the changes made in each

### How can I resolve the Microsoft visual error message when installing: error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools"?
Please, find a description on how to update required tools [here](https://github.com/MannLabs/alphapeptstats/issues/158).

## How to resolve ERROR:: Could not find a local HDF5 installation. on Mac M1?

Before installing AlphaPeptStats you might need to install pytables first:

````
conda install -c anaconda pytables
````
9 changes: 8 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ conda activate alphastats
AlphaStats can be installed in an existing Python 3.8 environment with a single `bash` command.
```bash
pip install alphastats
```
```

#### MacOS M1
On M1 Mac the installation initally might fail due to a missing local HDF5 installation. To solve this issue install pytables manually:

````
conda install -c anaconda pytables
``

0 comments on commit 8ce8838

Please sign in to comment.