matroid / dlwithtf

TensorFlow for Deep Learning Book
http://shop.oreilly.com/product/0636920065869.do
321 stars 160 forks source link

What do if the DeepChem install isn't working for me? #10

Open rbharath opened 6 years ago

rbharath commented 6 years ago

The TensorFlow for Deep Learning book uses DeepChem (https://deepchem.io/) for examples in Chapters 4, 5, and 8. While DeepChem installations work fine for most users, there are some users for whom DeepChem causes issues. If you're running into these issues, here are some steps we suggest:

We are working on putting together example code which doesn't rely on DeepChem for these chapters. We sincerely apologize if you've been facing difficulties and hope to help you find a quick resolution.

We will use this issue to track progress.

vimalkansal commented 6 years ago

For me deepchem didn't install and I have done the book till chapter 3. So are you suggesting that after chapter 3 I should keep going with chapter 6 instead ? Will it have any impact on continuity ? Vimal

rbharath commented 6 years ago

@vimalkansal We'd suggest reading chapters 4 and 5 for the material and continuing with the code examples in chapter 6 for the time being. We are working on putting together alternative code for chapters 4, 5, and 8 that will hopefully be ready in the next few weeks, so you should be able to return to these chapters afterwards.

We are also working on fixing the core issues with DeepChem. It looks like part of the problem may stem from upstream Anaconda Python errors that are outside our control, so it may take us some time to resolve. We apologize for the inconvenience and hope you will be patient with us as we work to resolve these difficulties.

vimalkansal commented 6 years ago

Thanks Bharath

KDFerreira commented 6 years ago

i feel like the name of this book should have been: "Deep learning with tensorflow and deepchem". So many of the code examples are dependent on deepchem...... would have been good to know before i invested time and resources into this book.

rbharath commented 6 years ago

@KDFerreira Would you mind reporting any DeepChem issues you're facing to us? We'll take a look and try to resolve them as soon as possible. We apologize for the inconvenience.

HiramCillo commented 5 years ago

I use conda install -c conda-forge deepchem deepchem-gpu and a lot of variants of the command provided by the DeepChem website and i'm not able to install it on Linux (OS supported).

PackagesNotFoundError: The following packages are not available from current channels:

rbharath commented 5 years ago

Would you mind raising an issue on https://github.com/deepchem/deepchem? I'm not sure why you're seeing this error, but another DeepChem community member might have an idea

vitcozzolino commented 5 years ago

I also have issues with DeepChem because anaconda is not available on my aarch64 platform and installing rdkit (which is required by deepchem) through apt-get or source is giving me so much trouble.

Honestly, this is kinda ridiculous - the examples in the book should be easily executable on any platform without additional effort not related to the actual learned subject.

rbharath commented 5 years ago

@vitcozzolino I'm sorry to hear that you're having trouble with DeepChem. We also have a pip installation for DeepChem available now. RDKit is no longer a hard dependency of the project, but will be needed for the molecular data examples.