PAHdb / pyPAHdb

A Python tool to decompose astronomical PAH emission into contributing PAH subclasses.
https://www.astrochemistry.org/pahdb/
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

Not Able to Install in Windows #36

Closed ElricPi closed 3 years ago

ElricPi commented 3 years ago

Hi, I tried to install this code in my windows machine with all the necessary requirements but it is making the following error (attached). Please let me know if anything can be done.

Thank You.

2021-08-04 (11)
alexmaragko commented 3 years ago

Hi. Did you try installing from the terminal within a conda environment, instead of a jupyter notebook? Alternatively, could you clone the repository, cd into the directory and run pip install -e . and see if that works?

ElricPi commented 3 years ago

Hello, thank you for the suggestions, I carried them out but the errors still remain. I tried a couple of ways to install it, so I have attached screenshots for your perusal. Please guide me on what to do next. Also I think all of these give the same error output.

Thank You.

image

image

image

image

alexmaragko commented 3 years ago

Hi. It seems there is an issue decoding non-ASCII characters in your machine. We have removed certain non-ASCII double quotes in the README.md that could have caused this. We made a successful installation on a Windows 10 machine under Python 3 without encountering any issues. Could you try now to make a fresh install, deleting any previous pypahdb directories? If this still persists, maybe you could try to delete the contents of the README.md file and try again. Thank you for looking into this.

ElricPi commented 3 years ago

Thank You so much for the help. It was a life saver! It got installed perfectly this time.