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

Not able to Install When Following the geckodriver fix #179

Open
gannonjs opened this issue Nov 19, 2024 · 2 comments
Open

Not able to Install When Following the geckodriver fix #179

gannonjs opened this issue Nov 19, 2024 · 2 comments

Comments

@gannonjs
Copy link

gannonjs commented Nov 19, 2024

I am one of the people following the geckodriver problem to install the DRP. I've spent a few days trying to install now using various different attempts.

Firstly should I be creating the conda environment in python 3.7 or in python 3.12 to install the developer version? I have now tried both an neither worked but it would be a good first step.

  1. If installing with python 3.7 I run into package inconsistency. When I get to the final step and run the setup.py the installation keeps failing:

image

I try running the install of pyregion 3 manually using pip and then re-run but it then just picks another package (cython/matplotlib) and crashes. As best I can tell it is because there are incompatible dependencies in the kcwidrp environment.

image

  1. If instead I use python 3.12 it still fails on the final step of running the setup .cfg
    image

(Obviously I have tried downloading and extracting the package to the KCWIDRP/build directory. It still did not install correctly and threw the same error despite the task being completed as requested)

I am running on Ubuntu:

image

@MNBrod
Copy link
Contributor

MNBrod commented Dec 3, 2024

Hi, sorry for the delayed response. Could you try following the geckodriver instructions with python 3.12 but instead of running python setup.py install run pip install .? This worked on my machines (Ubuntu and an intel Mac). If that doesn't work, let me know and I'll get some more info from you.

If it does work, I'll update the documentation accordingly.

@gannonjs
Copy link
Author

gannonjs commented Dec 4, 2024

OK, Tried that. It runs into a similar ish error where it couldn't build package dependencies:

image

After it threw the error the first time I tried pip installing matplotlib before re-running the pip install .

It threw the same error again (as is shown above)

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

2 participants