question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Saidsp19commented, 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

0reactions
snowman2commented, Feb 5, 2021

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pyproj DLL load failed while importing _network
The pyproj module fails to import, with the following error message: ... while importing _network: The specified module could not be found.
Read more >
ImportError: DLL load failed: The specified module could not ...
Just open anaconda CLI. activate your environment and run this command: pip uninstall pyproj && pip install pyproj. This should resolve your ...
Read more >
pyproj4-pyproj/community - Gitter
I can import proj fine if I'm not in the base directory for the pyproj project. ... line 49, in <module> import pyproj.network...
Read more >
recommended way of installing geopandas & fiona with arcpy
... noqa: F401 pylint: disable=unused-import ImportError: DLL load failed while importing _network: The specified module could not be found.
Read more >
[SOLVED] How to solve ImportError:DLL load failed - YouTube
This video helps you to solve the problem step by step in the ea. ... ImportError : DLL load failed : The specified...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found