question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

install deepchem on mac

See original GitHub issue

I installed deepchem following the instruction on their website. I dint get any error during the installation but when I import deepchem from jupyternotebbok, the kernel will be dead: ’ ’ ’ The kernel appears to have died. It will restart automatically. ’ ’ ’

If I import deepchem from terminal I get

>> import deepchem
Segmentation fault: 11
>> deepchem.__version__
-bash: deepchem.__version__: command not found

Here is my setup: MacOS, High Sierra , 10.13.6 Python 3.5, Anaconda

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
rbharathcommented, Feb 26, 2020

I’ve tested that the DeepChem HEAD runs fine on a recent Mac environment. I’ll add improved CI support for Mac in a future PR, but going to close this old issue.

0reactions
RMelicommented, Jul 26, 2019

@lorenzoFabbri I can’t reproduce you error, but it looks like Python is being downgraded to 2.7 for me as well:

The following packages will be DOWNGRADED:

  python                                   3.6.8-haf84260_0 --> 2.7.16-h97142e2_0
Read more comments on GitHub >

github_iconTop Results From Across the Web

Deepchem on M1 MacBook - Community
I am trying to install deepchem via Conda on a MacBook with the M1 ... I am installing deepchem into a Conda environment...
Read more >
Installation — deepchem 2.6.2.dev documentation
The nightly version is built by the HEAD of DeepChem. For using general utilites like Molnet, Featurisers, Datasets, etc, then, you install deepchem...
Read more >
python 3.x - deepchem installation on mac - Stack Overflow
I installed deepchem following the instruction on their website. I dint get any error during the installation but when I import deepchem from ......
Read more >
Getting Started with DeepChem | Depth-First
This article describes DeepChem's installation, and works through an ... I've found it to be reproducible on my macOS Mojave installation:
Read more >
deepchem/Lobby - Gitter
conda install -c conda-forge rdkit pip install tensorflow==1.13.1 ... I have tried installing via anaconda both on windows and mac os but it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found