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

The package could not be installed #18

Open
totocotonio1 opened this issue Aug 25, 2023 · 2 comments
Open

The package could not be installed #18

totocotonio1 opened this issue Aug 25, 2023 · 2 comments

Comments

@totocotonio1
Copy link

Hi @pstjohn

I could not install it

I tried the following code and many other code, but it does not function

!conda create -n alfabet -c conda-forge python=3.7 rdkit
!source activate alfabet
!pip install alfabet

it gives this error

name 'alfabet' is not defined

I some other alternatives but it could not be installed

"I am working on google colab"

I hope that you could help

Cordially

@pstjohn
Copy link
Collaborator

pstjohn commented Aug 25, 2023

Conda likely won't work inside a google Colman notebook. Try just the pip command

@euhruska
Copy link

The pip install in colab fails for me due to scikit-learn==0.24.2 requirement. Removing this requirement allows alfabet to install. Still getting an error of cannot import name 'model' from 'alfabet' (unknown location)

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