installation issues #66
|
Hi, I'm excited to get started using QCxMS, but am having trouble getting it installed. I am using PyCharm on Windows 10. I have successfully run conda config --add channels conda-forge, but when I try to install qcxms it gives me a "failure to solve environment" and PackagesNotFoundError: My colleagues and I have tried a bunch of default troubleshooting options, but haven't had any luck. Has anyone encountered this issue before, or know how to get around it? Cheers, |
Replies: 2 comments 1 reply
|
Hi, But this is done at a Linux machine in a terminal. As the entire QCxMS program is developed for unix based machines, I'm pretty sure that if you would find a way to install it through |
|
A working example on Windows was provided in this discussion before: |
Hi,
so I checked if the the repository can be found using
conda search qcxms --channel conda-forge.For me it shows the following:
But this is done at a Linux machine in a terminal. As the entire QCxMS program is developed for unix based machines, I'm pretty sure that if you would find a way to install it through
condain any form, the program won't work under Windows anyways, s…