Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DLL load failed
#4
(Sep-30-2020, 08:35 AM)flaviu2 Wrote: So, I have tried on Win10, and I used PIP from Python default installer. This one: https://ibb.co/RPV6Wkx
Yes,but that's not the version you have used or install to.
This is own version that's use virtual environment envs that you have install to.
flaviu2 Wrote:/srv/conda/envs/notebook/lib/python3.6/site-packages (from opencv-python) (1.19.1)
Look at this again Python 3.8 (3.6-3.7) and pip installation under Windows
Open cmd(tutorial) and type this:
C:\Users\Tom>cd..
C:\Users>cd ..

# Python version
C:\>python -V
Python 3.8.3

# Placement of Python version
C:\>python -c "import sys; print(sys.executable)"
C:\python38\python.exe

# Test pip 
C:\>pip -V
pip 20.2.3 from c:\python38\lib\site-packages\pip (python 3.8)

C:\>
As see i use Python 3.8.
You have install to older version Python 3.6 that also look like it run virtual environment Docker(as it installed a Linux wheel for you).

Install Python 3.8 and follow link over,then test python and pip command work from cmd.
Then if you use VS 2017 there is install setup where you can point to witch Python version(call interpreter) to use.
So in my case over it would be.
C:\python38\python.exe
Also as mention i would advice to use VC Code ,this is not Visual Studio,but own editor much more geared against Python.
VS Code from start
Reply


Messages In This Thread
DLL load failed - by flaviu2 - Sep-29-2020, 05:42 PM
RE: DLL load failed - by snippsat - Sep-29-2020, 06:45 PM
RE: DLL load failed - by flaviu2 - Sep-30-2020, 08:35 AM
RE: DLL load failed - by snippsat - Sep-30-2020, 03:50 PM
RE: DLL load failed - by flaviu2 - Oct-01-2020, 01:28 PM
RE: DLL load failed - by snippsat - Oct-01-2020, 02:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed attempts to load Microsoft Appstore Python DLLs piyushd 0 465 Oct-31-2023, 10:43 AM
Last Post: piyushd
  ImportError:DLL Load Failed after importing scipy.sparse.linalg sea_jam 0 2,385 Jul-31-2020, 01:54 AM
Last Post: sea_jam
  python import sybpydb error: DLL load failed: The specified module could not be found andieDu 3 7,732 Apr-04-2018, 06:58 AM
Last Post: Larz60+
  Load spatialite in Python 3.6 on Win10 failed RTFirefly 1 5,432 Feb-19-2018, 09:59 PM
Last Post: RTFirefly
  mportError: DLL load failed: jarthda 8 8,160 May-19-2017, 09:59 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020