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

Resolves import pygeoweaver issue in windows #49

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

srinijammula
Copy link
Collaborator

@srinijammula srinijammula commented Dec 7, 2024

Earlier import pygeoweaver caused an error in windows. This PR resolves that, please follow the steps below to test this PR on your OS.

Installation requirements,

  • pip
  • python
  • git (only to test this PR, once merged into main branch pip install pygeoweaver is used)
  1. Open your terminal/command prompt.
  2. Check if you have pygeoweaver installed pip show pygeoweaver
  3. If it shows a version, uninstall using pip uninstall pygeoweaver
  4. Now execute this command to install pygeoweaver version in import-pygeoweaver-windows branch.
    pip install git+https://github.com/ESIPFed/pygeoweaver.git@import-pygeoweaver-windows
  5. Open python in terminal using command python
  6. Import library import pygeoweaver
  7. Check if you are able to start geoweaver with command pygeoweaver.start() and verify if it is accessible through your localhost

@varun-TR
Copy link

varun-TR commented Dec 9, 2024

Looks good to me

@srinijammula srinijammula merged commit 8dd11dc into main Dec 9, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants