-
Notifications
You must be signed in to change notification settings - Fork 216
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
Comments
Please fill out the form so we can help you. Thanks 👍 |
please share form , then i will fill |
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. |
please check form |
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. |
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 |
Looks like you are using |
No, I'm using cp38 with python 3.8 |
I think that is correct only |
@cgohlke, do you have any insight or recommendations? |
Try installing the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019. |
@Saidsp19 did installing the Microsoft Visual C++ Redistributable work? |
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) |
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
3.0.0.post1
proj
command and give version here.)3.0.0.post1
python -c "import sys; print(sys.version.replace('\n', ' '))"
)3.8
python -c "import platform; print(platform.platform())"
)windows 10
The text was updated successfully, but these errors were encountered: