AWS CLI: "Failed to execute script pyi_rth_multiprocessing" - amazon-web-services

I am receiving this error:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\User>aws configure
.
[1592] Failed to execute script pyi_rth_multiprocessing
C:\Users\User>
What could be the cause?

try contacting AWS, sometimes they can help with this as many people asked them before.

Related

enabling opcache on mac catalina, php 7.4 installed with homebrew

I've modified the php.ini file to enable opcode caching and restarted apache but it is nowhere in sight with phpinfo(). php -v says:
PHP 7.4.1 (cli) (built: Dec 18 2019 14:46:18) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
Most other examples I see form this command say something like "with Zend Opcache".
No other .ini files except the one at /usr/local/etc/php/7.4/php.ini are being used, according to php.
I tried installing zend opcache with pecl but that says it's for versions 5.2.0 thru 5.5.0.
Searched through google for 30 min. but not getting anywhere.
OK, got it. Searched for the opcache.so file in Finder and added it's path to php.ini:
zend_extension=/usr/local/Cellar/php/7.4.1/lib/php/20190902/opcache.so

Ansible Tower Trial version is not working with license

is Ansible Tower Trial version is available to download? I tried many way to get a trial version of Ansible Tower and i didnt get any response or license from Redhat, even i tried with my organization mail id.
After installation, login screen i tried to request for license and filled the details and submitted. -- That was for FREE RED HAT ANSIBLE TOWER TRIAL - ENTERPRISE FEATURES -A trial for enterprise IT operations of 50 nodes.- https://www.ansible.com/license
Also tried with trial package itself and installed. But after login, again its asking for license.
https://www.ansible.com/products/tower/trial

deploy dotnet core cli mvc application to azure webservice

I want to deploy my .NET Core MVC application in an azure WebService. I have built the app locally with
dotnet publish
and moved the output code with the Kudu service in my wwwroot directory but the wabapp just gives me the errorpage:
deploy .NET Core CLI MVC application to azure web service
What am I doing wrong?
I tried with a sample project:
D:\dotnetDummy>dotnet publish
Microsoft (R) Build Engine version 15.3.409.57025 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
dotnetDummy -> D:\dotnetDummy\bin\Debug\netcoreapp2.0\dotnetDummy.dll
dotnetDummy -> D:\dotnetDummy\bin\Debug\netcoreapp2.0\publish\ <-- output directory
after publishing locally, you want to move all files under output directory to wwwroot folder of your azure webapp, in this case your D:\home\site\wwwroot on Kudu site should look the same as D:\dotnetDummy\bin\Debug\netcoreapp2.0\publish
D:\dotnetDummy\bin\Debug\netcoreapp2.0\publish>dir /B
dotnetDummy.deps.json
dotnetDummy.dll
dotnetDummy.pdb
dotnetDummy.PrecompiledViews.dll
dotnetDummy.PrecompiledViews.pdb
dotnetDummy.runtimeconfig.json
web.config <-- output of dotnet publish
if you don't see web.config under wwwroot, I would guess there's a mistake during the move

VS2015 community Django not able to start in debug

I have been working with VS2015 on a django project for awhile now. Today when I went to run the debugger I found that the manage.py script is not running It is showing that the subcommand appears to be missing-Screenshot of the start of the debugging widow opened by VS2015, listing continues to show all of the manage.py subcommands:
I can start the django code using runserver with out any errors being raised. I just at this time can no longer debug. A wee bit frustrating.
Here is the info on the current VS2015 install. **Note links removed from VS2015 info since Stackoverflow would not allow me to post with more than 2 links present at this time **
Microsoft Visual Studio Community 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.6.01586
Installed Version: Community
Visual Basic 2015 00322-20000-00000-AA811
Microsoft Visual Basic 2015
Visual C# 2015 00322-20000-00000-AA811
Microsoft Visual C# 2015
Visual C++ 2015 00322-20000-00000-AA811
Microsoft Visual C++ 2015
Windows Phone SDK 8.0 - ENU 00322-20000-00000-AA811
Windows Phone SDK 8.0 - ENU
Application Insights Tools for Visual Studio Package 7.18.00214.2
Application Insights Tools for Visual Studio
ASP.NET and Web Tools 2015.1 (Beta8) 14.1.11107.0
ASP.NET and Web Tools 2015.1 (Beta8)
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
Command Bus, Event Stream and Async Manager Merq
Provides ICommandBus, IEventStream and IAsyncManager MEF services for loosely coupled Visual Studio extension components communication and integration.
Common Azure Tools 1.8
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
Devart Code Compare 4.1.78
Devart Code Compare
Copyright (c) 2012-2015 Devart. All rights reserved.
Devart dotConnect for PostgreSQL 7.7.819.0
Devart dotConnect for PostgreSQL
Copyright 2002 - 2017 Devart. All rights reserved.
JavaScript Language Service 2.0
JavaScript Language Service
JavaScript Project System 2.0
JavaScript Project System
Microsoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services Tools
NuGet Package Manager 3.4.4
PreEmptive Analytics Visualizer 1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
Python Tools for Visual Studio 2.2.50113.00
Python Tools for Visual Studio provides IntelliSense, projects, templates, Interactive windows, and other support for Python developers.
Python Tools for Visual Studio - Django Integration 2.2.50113.00
Provides templates and integration for the Django web framework.
Python Tools for Visual Studio - Profiling Support 2.2.50113.00
Profiling support for Python projects.
SQL Server Data Tools 14.0.60519.0
Microsoft SQL Server Data Tools
TypeScript 1.8.36.0
TypeScript tools for Visual Studio
Visual Studio Tools for Universal Windows Apps 14.0.25527.01
The Visual Studio Tools for Universal Windows apps allow you to build a single universal app experience that can reach every device running Windows 10: phone, tablet, PC, and more. It includes the Microsoft Windows 10 Software Development Kit.
Xamarin 4.2.1.62 (680125b)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.
Xamarin.Android 7.0.2.37 (ce955cc)
Visual Studio extension to enable development for Xamarin.Android.
Xamarin.iOS 10.2.1.5 (44931ae)
Visual Studio extension to enable development for Xamarin.iOS.
I determined the source of the problem and the solution. I encountered this on my workstation at the office and came home to try to see if the same problem occurred with an older version of vs2015.
I discovered the older version did work and that the debug setting on the project showed launch mode Django Web launcher
enter image description here
The VS2015 install at the office showed no entry in the Launch Mode. After I selected the new entry web launcher I was able to debug with no problems.

Azure SDK is missing on VS 2017 RC

After installing the new Visual Studio 2017 RC, I gave a problem with the Azure SDK.
The error is as follows:
WAT080: Failed to locate the Microsoft Azure SDK. Please make sure the
Microsoft Azure SDK v2.9 is installed
When installing, I completely selected all the components provided by the installer. I already tried to reinstall and repair but nothing works.
Any ideas?