Api ms win core path l1 1 0 dll ошибка python

BPO 40740 Nosy @mhammond, @pfmoore, @tjguk, @ambv, @zware, @zooba Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state. Show more de...
BPO 40740
Nosy @mhammond, @pfmoore, @tjguk, @ambv, @zware, @zooba

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2020-05-25.19:23:06.662>
created_at = <Date 2020-05-23.09:11:53.842>
labels = ['invalid', 'OS-windows', 'type-crash', '3.9']
title = 'Missing api-ms-win-core-path-l1-1.0.dll for python-3.9.0b1-amd64.exe Under Win7'
updated_at = <Date 2021-11-04.14:20:15.929>
user = 'https://bugs.python.org/hongleijiang'

bugs.python.org fields:

activity = <Date 2021-11-04.14:20:15.929>
actor = 'paul.moore'
assignee = 'none'
closed = True
closed_date = <Date 2020-05-25.19:23:06.662>
closer = 'steve.dower'
components = ['Windows']
creation = <Date 2020-05-23.09:11:53.842>
creator = 'honglei.jiang'
dependencies = []
files = []
hgrepos = []
issue_num = 40740
keywords = []
message_count = 10.0
messages = ['369707', '369910', '371437', '371548', '375070', '375071', '375072', '375073', '405716', '405719']
nosy_count = 9.0
nosy_names = ['mhammond', 'paul.moore', 'tim.golden', 'ccanepa', 'lukasz.langa', 'honglei.jiang', 'zach.ware', 'steve.dower', 'Andrew Ushakov']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue40740'
versions = ['Python 3.9']

Created on 2020-05-23 09:11 by honglei.jiang, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (10)
msg369707 — (view) Author: honglei jiang (honglei.jiang) * Date: 2020-05-23 09:11
Python.exe cannot run for missing  api-ms-win-core-path-l1-1.0.dll ,

api-ms-win-core-path-l1-1-0.dll is for only Windows 8?

https://github.com/microsoft/CNTK/issues/224
msg369910 — (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-05-25 19:23
Sorry, Windows 7 is no longer supported in Python 3.9. You'll need to update, ideally to Windows 10, but if you want to stay on Windows 8.1 then I believe that one's supported until Python 3.10.
msg371437 — (view) Author: Mark Hammond (mhammond) * (Python committer) Date: 2020-06-13 05:14
Can we get this mentioned somewhere? Eg, https://www.python.org/downloads/release/python-390b3/ doesn't mention anything about minimum versions. https://www.python.org/downloads/windows/ also has prominent notices like "Note that Python 3.8.3rc1 cannot be used on Windows XP or earlier." but nothing for 3.9

(This threw me for some time - I still have a win7 VM I used for testing and figured there was something broken in the VM before finding this)
msg371548 — (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-06-15 14:16
Łukasz can add a note to the release page, I believe.
msg375070 — (view) Author: Claudio Canepa (ccanepa) Date: 2020-08-09 14:37
At beta 5 the download page [0] says nothing about dropping win7 support.

The  installer, at least the one I tried ( python-3.9.0b5-amd64.exe ) will install on win7, and without warnings.

It would be much better if it refused to install.
msg375071 — (view) Author: Claudio Canepa (ccanepa) Date: 2020-08-09 14:38
opps, 

[0] https://www.python.org/downloads/release/python-390b5/
msg375072 — (view) Author: Claudio Canepa (ccanepa) Date: 2020-08-09 14:49
also, no mention in

https://pythondev.readthedocs.io/platforms.html
msg375073 — (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2020-08-09 15:00
https://docs.python.org/3.9/using/windows.html should probably be updated:

"""
As specified in PEP 11, a Python release only supports a Windows platform while Microsoft considers the platform under extended support. This means that Python 3.9 supports Windows Vista and newer. If you require Windows XP support then please install Python 3.4.
"""

Technically, the link to PEP 11 is sufficient, but "Python 3.9 supports Windows Vista and newer" is inaccurate.

If someone wanted to submit a PR, I'm sure it would be welcome.
msg405716 — (view) Author: Andrew Ushakov (Andrew Ushakov) Date: 2021-11-04 12:55
Is the missed api-ms-win-core-path-l1-1.0.dll library the only reason of the Python 3.9 and 3.10 incompatibility with Windows 7? I am asking because I just found replacement of this dll, compatible with Windows 7: https://github.com/nalexandru/api-ms-win-core-path-HACK, which allows to use Blender (with embedded Python 3.9) in Windows 7 environment.

Then I copied installation of Python 3.10 64-bit from Windows 10 to Windows 7, mentioned above DLL to the root sub-directory of Python 3.10 and was able to run Python. 

So my question is: is it possible to modify just a  Windows installer to allow installation to Windows 7? With warning, additional question, etc.?

Thank you in advance.

---
Andrew
msg405719 — (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2021-11-04 14:20
Well, we don't support doing that - so I'm not sure what you want beyond the statement "it's not supported". If it works for you, then by all means use it, but you'll be on your own for any issues you encounter unless you can reproduce them in a "normal" supported installation.

And I assume it goes without saying, don't do this in a production environment :-)
History
Date User Action Args
2022-04-11 14:59:31 admin set github: 84917
2021-11-04 14:20:15 paul.moore set messages:
+ msg405719
2021-11-04 12:55:24 Andrew Ushakov set nosy:
+ Andrew Ushakov
messages:
+ msg405716
2021-04-08 11:08:37 eric.smith link issue43661 superseder
2020-08-09 15:00:32 paul.moore set messages:
+ msg375073
2020-08-09 14:49:16 ccanepa set messages:
+ msg375072
2020-08-09 14:38:40 ccanepa set messages:
+ msg375071
2020-08-09 14:37:45 ccanepa set nosy:
+ ccanepa
messages:
+ msg375070
2020-06-15 14:16:12 steve.dower set nosy:
+ lukasz.langa
messages:
+ msg371548
2020-06-13 05:14:55 mhammond set nosy:
+ mhammond
messages:
+ msg371437
2020-05-25 19:23:06 steve.dower set status: open -> closed
resolution: not a bug
messages:
+ msg369910

stage: resolved

2020-05-23 09:11:53 honglei.jiang create

0 / 0 / 0

Регистрация: 05.05.2021

Сообщений: 4

1

05.05.2021, 11:11. Показов 28264. Ответов 7


Сделал exe файл по коду из pythona у меня открывается и все отлично работает, но на других пк вылетает ошибка api-ms-win-core-path-[1-1-0.dll, пробовали все что нашли и переустанавливали Microsoft Visual C++, но ничего не получилось.

Ошибка api-ms-win-core-path-[1-1-0.dll

__________________
Помощь в написании контрольных, курсовых и дипломных работ, диссертаций здесь



0



Эксперт Python

295 / 108 / 57

Регистрация: 07.12.2016

Сообщений: 209

05.05.2021, 11:25

2

Цитата
Сообщение от deusvlt
Посмотреть сообщение

пробовали все что нашли

И что вы нашли и попробовали?
Банальные вещи — с каким питоном компилировали? Судя по скрину — запускаете на 7 окнах. Если делали на питоне 3.9+, то почитайте хотя бы на главном сайте про поддержку 7ой винды этой версией



2



0 / 0 / 0

Регистрация: 05.05.2021

Сообщений: 4

06.05.2021, 19:45

 [ТС]

3

спасибо за ваш комент, все заработало, но теперь другая проблема я использую модуль pyttsx3 и у меня все работает, текст произноситься, но на других пк нет и ошибок также нет, то есть отсутствует только звук, как это можно исправить?



0



8 / 7 / 2

Регистрация: 29.09.2019

Сообщений: 54

06.05.2021, 21:23

4

запустите это в cmd полечите то на что будет жаловаться

Добавлено через 43 секунды
и да чем собирали в exe?



0



0 / 0 / 0

Регистрация: 05.05.2021

Сообщений: 4

07.05.2021, 07:30

 [ТС]

5

компилировал через pip install



0



8 / 7 / 2

Регистрация: 29.09.2019

Сообщений: 54

07.05.2021, 09:37

6

Цитата
Сообщение от deusvlt
Посмотреть сообщение

pip install

это как?



0



0 / 0 / 0

Регистрация: 05.05.2021

Сообщений: 4

07.05.2021, 17:33

 [ТС]

7

перепутал, через pyinstaller

Добавлено через 1 час 49 минут
так теперь оказалось что звука нет только на винде 7



0



8 / 7 / 2

Регистрация: 29.09.2019

Сообщений: 54

08.05.2021, 09:35

8



0



Начиная с версии 2.93 разработчики Blender переводит его API на Python 3.9. Это означает, что Blender перестанет запускаться на компьютерах с операционной системой Windows 7, т.к. у нее нет совместимости с этой версией Python. Для того, чтобы продолжать пользоваться последними версиями Blender пользователям придется обновлять свою операционную систему.

Однако, благодаря фанатской доработке Alexandru Naiman Blender 2.93 еще можно запускать на Windows 7.

Доработка бесплатная и open-source, размещена на GitHub автора.

Для запуска Blender 2.93 на Windows 7 нужно:

  1. Скачать библиотеку api-ms-win-core-path-l1-1-0 c GitHub автора.

api-ms-win-core-path-HACK на GitHub

  1. Скопировать файл api-ms-win-core-path-l1-1-0.dll из директории x64 в корневую директорию Blender, установленного на вашем компьютере.

Или же скопируйте файл api-ms-win-core-path-l1-1-0.dll из директории x64 в директорию C:WindowsSystem32 и такой же файл из директории x86 в директорию C:WindowsSysWOW64.

После этого Blender 2.93 сможет запуститься и работать на компьютере с операционной системой Windows 7.

Если вы устанавливаете Blender на компьютер с операционной системой Windows 7 – скачивайте для установки с официального сайта Portable (.zip) версию Blender.

Users are often perplexed because programs that only worked a short time ago don’t start. For example, Photoshop and Skype were running, but now the error «The program can’t start because api-ms-win-core-path-l1-1-0.dll is missing from your computer» appears.

What should I do? How do I get it back? How and where to download api-ms-win-core-path-l1-1-0.dll and where to put it? All your questions are answered here!

What is api-ms-win-core-path-l1-1-0.dll?

«api-ms-win-core-path-l1-1-0.dll is missing» is a reasonably standard error on Windows PCs. The most common occurrence of the problem is the installation of a Windows update and a failed installation of some program.:

A .dll file (Dynamic Link Library) functions when a particular program needs this .dll file. If it is damaged/missing, users see, for example, the error api-ms-win-core-path-l1-1-0.dll, which leads to crashes. It is worth adding that api-ms-win-core-path-l1-1-0.dll is the file used in the Visual C++ Redistributable for Visual Studio 2015.:

When a missing file notification appears, users start searching to download api-ms-win-core-path-l1-1-0.dll. It is better to do it in a verified place, like the DLL Kit website, where there are no threats or viruses.:

Most common errors with api-ms-win-core-path-l1-1-0.dll file on Windows

  • api-ms-win-core-path-l1-1-0.dll file is deleted/damaged. The main reason is an important .dll file for the application has been deleted or damaged. You need to restore the file or download it again.
  • Error in Adobe’s Creative Cloud. A Visual C ++ breakdown causes the problem.
  • Visual Studio 2015 files are corrupted/missing. The .dll file is missing on the PC or corrupted by an application/system/virus.
  • The PC system is infected with viruses. Malware and viruses always corrupt the api-ms-win-core-path-l1-1-0.dll file.
  • It has damaged system files. Errors and damage occur after improperly rebooting Windows and working with infected programs and applications.

Other common api-ms-win-core-path-l1-1-0.dll errors include:

  • “api-ms-win-core-path-l1-1-0.dll is missing”
  • “api-ms-win-core-path-l1-1-0.dll error loading”
  • “api-ms-win-core-path-l1-1-0.dll crash”
  • “api-ms-win-core-path-l1-1-0.dll was not found”
  • “api-ms-win-core-path-l1-1-0.dll could not be located”
  • “api-ms-win-core-path-l1-1-0.dll Access Violation”
  • “The procedure entry point api-ms-win-core-path-l1-1-0.dll error”
  • “Cannot find api-ms-win-core-path-l1-1-0.dll”
  • “Cannot register api-ms-win-core-path-l1-1-0.dll”

This dll file sometimes required for:

  • Youtube
  • Blender
  • Python

Method 1: Download api-ms-win-core-path-l1-1-0.dll automatically

Here you can search through available versions of api-ms-win-core-path-l1-1-0.dll from the list below. Users can select the correct file and press the «Download» link.

Not sure what version of api-ms-win-core-path-l1-1-0.dll you need? Don’t worry; use the automatic method to solve the problem or just read the article below.

DOWNLOAD

Method 2: Download api-ms-win-core-path-l1-1-0.dll and install manually

For this method, download api-ms-win-core-path-l1-1-0.dll on our cite and use the command line to register the missing api-ms-win-core-path-l1-1-0.dll:

  • Press the Windows and R keys on your keyboard simultaneously — the Run window will appear — type cmd — press Ctrl+Shift+Enter — a command line with administrator privileges will appear in front of you.
  • When prompted, you need to allow the command line to make changes, so click Yes.
  • Now delete the registry file (type or copy the command regsvr32 /u api-ms-win-core-path-l1-1-0.dll and then press Enter).
  • Now register the file: type the command regsvr32 api-ms-win-core-path-l1-1-0.dll and then press Enter.
  • Close the command line and run the application.

api-ms-win-core-path-l1-1-0.dll, 2 available versions

Bits & Version File size Language Description Checksums
32bit
6.3.9600.16384
3 kb U.S. English ApiSet Stub DLL MD5
SHA1
32bit
6.2.9200.16384
3 kb U.S. English ApiSet Stub DLL MD5
SHA1

What is the correct version of api-ms-win-core-path-l1-1-0.dll?

Look at the descriptions in the table where you can choose the right file. There are versions for 64-bit or 32-bit Windows and the languages used in them. Choose those dll files whose language is identical to the language of the program itself. Load the latest versions of dll-files for your program.

Where should you place api-ms-win-core-path-l1-1-0.dll?

The error «api-ms-win-core-path-l1-1-0.dll is missing» will be fixed if you move the file to the application or game installation folder. You can also move api-ms-win-core-path-l1-1-0.dll to the Windows system directory.

If this method didn’t help you, use the following one.

Method 3: Reinstall Visual C++ Redistributable for Visual Studio 2015

We recommend reinstalling the Visual C++ Redistributable for Visual Studio 2015. Please, adhere to Microsoft’s recommendations to install the missing files correctly.

It is recommended to download the program from the official Microsoft website:

  • You need to download the Microsoft Visual C++ Redistributable from the official Microsoft website.
  • Select the file for your Windows version: vc_redist.x64.exe for the 64-bit version or vc_redist.x86.exe for the 32-bit operating system. Check the box next to the file and click Next.
  • Open the file — read Microsoft software licensing terms and conditions — agree — choose Install.

If this method didn’t help you, use the following one.

Some Visual C++ runtime library files list

  • mfc140u.dll
  • mfcm140.dll
  • mfcm140u.dll
  • mfc140chs.dll
  • mfc140cht.dll
  • ucrtbase.dll
  • vcruntime140.dll
  • msvcp140.dll
  • concrt140.dll
  • vccorlib140.dll
  • vcamp140.dll

Here is some solutions to fix the «api-ms-win-core-path-l1-1-0.dll is Missing» error. Please, read all instructions and follow them to successfully add a specific version of the .dll file to Windows to restore the api-ms-win-core-path-l1-1-0.dll problem.

Method 4: Run SFC scan (System File Checker)

The System File Checker (SFC scan) is an instrument that is available in Windows. The device is considered the fastest way to fix corrupt system files automatically. To get started, you should run it:

  • Press Windows+R on your keyboard — Run utility will appear — type cmd — now press Ctrl+Shift+Enter to open the command line as an administrator.
  • When prompted, you need to give the command line permission to make changes. Type the command sfc /scannow and press Enter.
  • System File Checker will scan your PC quickly. After that, all errors will appear, and you should automatically fix them thanks to the SFC command.

If this method didn’t help you, use the following one.

Method 5: Update Windows to the latest release

Even a simple Windows update can help with the problem. By updating your operating system to the latest version, all api-ms-win-core-path-l1-1-0.dll errors may disappear:

  • Open Settings from the Start menu or by the Windows+I key combination.
  • Go to Update & Security.
  • In the Windows Update tab, click on Check for updates.
  • The new update is found — Install now.

If this method didn’t help you, use the following one.

Method 6: Reinstall the required app

When none of the methods can help, the final solution may be to reinstall the app after uninstalling it completely:

  • Go to Settings using the Start menu or by pressing Windows+I.
  • Click on Apps.
  • Find the required problem application — click it once — in its settings, select the Uninstall option, and continue following the demonstrated instructions.
  • Reboot the software and reinstall it from a verified source.

If this method didn’t help you, use the following one.

Summary

Following all the listed methods, the user can quickly fix the error «api-ms-win-core-path-l1-1-0.dll is missing». Now in your PC, the Windows operating system is fully ready to run any application before, without the appearance of errors associated with DLL files.

Понравилась статья? Поделить с друзьями:
  • Apache ошибка 403
  • Apache ошибка 401
  • Api id api hash telegram error
  • Apache код ошибки 1
  • Api event wb16 box error occurred returned to caller