bp-kelley / descriptastorus

Descriptor computation(chemistry) and (optional) storage for machine learning
Other
220 stars 62 forks source link

Issue in installation of descriptastorus #13

Closed imraaqeel closed 2 years ago

imraaqeel commented 2 years ago

conda install -c bp-kelley/label/bp-kelley kyotocabinet-python It is not working on windows 10

Secondly I am facing this issue base) C:\Users\Dr. Abdul Majid>pip install git+https://github.com/bp-kelley/descriptastorus Collecting git+https://github.com/bp-kelley/descriptastorus Cloning https://github.com/bp-kelley/descriptastorus to c:\users\dr9ee7~1.abd\appdata\local\temp\pip-req-build-owno_hf9 Running command git clone -q https://github.com/bp-kelley/descriptastorus 'C:\Users\DR9EE7~1.ABD\AppData\Local\Temp\pip-req-build-owno_hf9' fatal: unable to access 'https://github.com/bp-kelley/descriptastorus/': Could not resolve host: github.com ERROR: Command errored out with exit status 128: git clone -q https://github.com/bp-kelley/descriptastorus 'C:\Users\DR9EE7~1.ABD\AppData\Local\Temp\pip-req-build-owno_hf9' Check the logs for full command output.

Kindly guide me about these two problems. I am using windows 10 OS.

bp-kelley commented 2 years ago

I'm not sure why you can't reach GitHub, that's not something I can help with.

You can download a zip file of the repository from the website though. Go to https://github.com/bp-kelley/descriptastorus click on the code button then download as a zip file.

Once expanded, you can use

python setup.py install

to install descriptastorus.

imraaqeel commented 2 years ago

It has resolved now. It was proxy issue.