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

from pyproj._network import ( # noqa: f401 importerror: dll load failed while importing _network: the specified module could not be found. #770

Closed
Saidsp19 opened this issue Feb 1, 2021 · 14 comments
Labels
installation-issues Issue related to installation problems. windows Windows related issue

Comments

@Saidsp19
Copy link

Saidsp19 commented Feb 1, 2021

Installation method/steps

  • Installation method (conda, pip wheel, from source, etc...)
    ans: Downloaded file from download files

  • How did you install PROJ? Where is it installed?
    ans: , install using: pip install filename(which i downloaded from download file) and it is install inside site-packages in Lib in Python39

  • Please provide all commands/steps you used to install pyproj and PROJ.
    pip install pyproj-3.0.0.post1-cp38-cp38-win_amd64.whl

Environment Information

  • pyproj version you are attempting to install
    3.0.0.post1
  • PROJ version (Execute proj command and give version here.)
    3.0.0.post1
  • Python version (python -c "import sys; print(sys.version.replace('\n', ' '))")
    3.8
  • Operation System Information (python -c "import platform; print(platform.platform())")
    windows 10
@Saidsp19 Saidsp19 added the installation-issues Issue related to installation problems. label Feb 1, 2021
@snowman2
Copy link
Member

snowman2 commented Feb 1, 2021

Please fill out the form so we can help you. Thanks 👍

@snowman2 snowman2 added the closing-soon-if-no-response If no response occurs within a few days, the issue will be closed. label Feb 1, 2021
@Saidsp19
Copy link
Author

Saidsp19 commented Feb 1, 2021

please share form , then i will fill

@snowman2
Copy link
Member

snowman2 commented Feb 1, 2021

The form is in the initial comment of this issue. You just need to edit it and add in the information relevant to your issue.

@Saidsp19
Copy link
Author

Saidsp19 commented Feb 1, 2021

please check form

@snowman2
Copy link
Member

snowman2 commented Feb 1, 2021

The windows wheels come from: https://www.lfd.uci.edu/~gohlke/pythonlibs/. Please follow the instructions at the top of the page to see if that helps.

@Saidsp19
Copy link
Author

Saidsp19 commented Feb 1, 2021

I'm using pip version 20.3.3 , as per instruction it is correct and I followed like below

pip install pyproj-3.0.0.post1-cp38-cp38-win_amd64.whl

@snowman2 snowman2 removed the closing-soon-if-no-response If no response occurs within a few days, the issue will be closed. label Feb 1, 2021
@snowman2
Copy link
Member

snowman2 commented Feb 1, 2021

Looks like you are using cp38 with Python 3.9. I recommend trying the cp39 with Python 3.9.

@Saidsp19
Copy link
Author

Saidsp19 commented Feb 1, 2021

No, I'm using cp38 with python 3.8

@Saidsp19
Copy link
Author

Saidsp19 commented Feb 1, 2021

I think that is correct only

@snowman2 snowman2 added the windows Windows related issue label Feb 1, 2021
@snowman2
Copy link
Member

snowman2 commented Feb 1, 2021

@cgohlke, do you have any insight or recommendations?

@cgohlke
Copy link
Contributor

cgohlke commented Feb 1, 2021

@snowman2
Copy link
Member

snowman2 commented Feb 5, 2021

@Saidsp19 did installing the Microsoft Visual C++ Redistributable work?

@Saidsp19
Copy link
Author

Saidsp19 commented Feb 9, 2021

Wow ... finally, My issue get resolved using Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, and 2019.

Thank you very much and really appreciate your responses to this issue @snowman2 @cgohlke

@grgmiller
Copy link

I was experiencing this same issue, and tried this proposed fix without success. What ended up fixing this for me was: Toblerity/Fiona#944 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation-issues Issue related to installation problems. windows Windows related issue
Projects
None yet
Development

No branches or pull requests

4 participants