What to do if you get a "Wrong Python Platform" warning when using Python with the NetBeans IDE

You shouldn't do Python with NetBeans in the first place

I know. But when I try to do it with Sublime, I don't know how to step through it, and I'm trying to use NetBeans IDE (I don't know if it can be done with NetBeans in the first place, but with the vibes that Java can do).

environment

OS : Windows 10(x64) Python: 3 series installed by installer from official page NetBeans: V11.2 installed by installer from official page + library for Python installed & set (see reference link page)

Where the problem occurred

When I tried to create a Python project, the drop-down list in the red box on this screen did not display well and I could not select the platform. (By the way, in the warning, the characters of Wrong Python Platform were displayed below) 1.JPG I understand that this is not like the classpath in Java.

How to solve

Click the "Manage ..." button at the bottom right of the screen to open the pop-up. When you press the New button at the bottom left of the pop-up screen, you will be asked for the file path. Select the path where Python.exe is installed and exit the pop-up. 2.JPG Now that you can select the platform in the dropdown, you can create a Python project.

Referenced https://blogs.oracle.com/geertjan/python-in-netbeans-ide-802 https://qiita.com/kure/items/81cb87ebec73d24a7848

Recommended Posts

What to do if you get a "Wrong Python Platform" warning when using Python with the NetBeans IDE
What to do if you get an error when installing python with pyenv
[Python] What to do if you get a ModuleNotFoundError when importing pandas using Jupyter Notebook in Anaconda
What to do if you get an OpenSSL error when installing Python 2 with pyenv
What to do if you get the error ʻERR_FEATURE_UNAVAILABLE_ON_PLATFORM` when using ts-node-dev on Linux
What to do if you get a minus zero in Python
What to do if you get a UnicodeDecodeError with pip install
What to do if Insecure Platform Warning appears when running Python
What to do if you get a TypeError with numpy min, max
What to do if you get "Python not configured." Using PyDev in Eclipse
What to do if you get `locale.Error: unsupported locale setting` when getting the day of the week from a date in Python
What to do if you get a memory error when converting from PySparkDataFrame to PandasDataFrame
What to do if you get an error when importing matplotlib in Python (Mac)
What to do if you get an Import Error when importing matplotlib with Jupyter
What to do if you can't install pyaudio with pip #Python
What to do if you get the error RuntimeError: Python is not installed as a framework when trying to use matplitlib and pylab in Python 3.3
What to do when you get "I can't see the site !!!!"
What to do if you get the error "Error: opencv3: Does not support building both Python 2 and 3 wrappers" when installing openCV 3
What to do if you get an Undefined error when trying to use pip with pyenv
What to do if you get a must override `get_config` error when trying to model.save in Keras
What to do if you couldn't send an email to Yahoo with Python.
What to do if you get lost in file reference with FileNotFoundError
What to do if the server doesn't start with python manage.py runserver
What to do if you get an error when trying to load mnist
What to do if you get Could not fetch URL 443 with pip
What to do if you get an error when installing Dlib (Ubuntu)
What are you using when testing with Python?
What to do if you get "The session could not be opened" when installing CentOS on VirtualBox
What to do if you get an error like'Qstring' has already been set to version 1 using mne python
What to do if you get angry with "Value Error: unknown local: UTF-8" in python manage.py syncdb
What to do if you get a Permission denied (public key) error when trying to pull on Github
What to do if you get the error Target WSGI script'/var/www/xxx/xxx.wsgi' cannot be loaded as python module
What to do if you get a "No versions found" error in pipenv
What to do if you get angry with swapon failed: Operation not permitted
What to do when a warning appears around Python integration in Neovim's CheckHealth
[Python] What to check when you get a Unicode Decode Error in Django
What to do when you can't bind CaboCha to Python
What to do if you get an error when trying to send a message in tasks.loop () immediately after startup
What to do if you installed pyenv on Mac OS using Homebrew but the python version doesn't switch
What to do if you are told "Import Error: cannot import name'HTTPSHandler'" when building a virtual environment using virtualenv
What to do if an error occurs when loading a python project created with poetry into VS Code
What to do if the Microsoft Store opens even if you run python on Windows
What to do if you get `No kernel for language python found` in Hydrogen
[Introduction to Python] What is the important "if __name__ =='__main__':" when dealing with modules?
What to do if you don't want to use Japanese column names when using ortoolpy.logistics_network
What to do if you can't hit the arrow keys in the Python interactive console
What to do if you run python in IntelliJ and end with an error
What you can do with the Python standard library statistics
What to do if you get "coverage unknown" in Coveralls
What to do if you can't sort files with subscripts
What to do if you get a Call with too many input arguments error at DoAndReturn in a golang test
Make a note of what you want to do in the future with Raspberry Pi
What to do if you get Swagger-codegen in python and Import Error: No module named
What to do if you get a Cannot retrieve metalink for repository error in yum
What to do if you get an error when running "certbot renew" in CakePHP environment
What to do with PYTHON release?
Python | What you can do with Python
What to do if you can't create a virtual environment using venv even though you're following the Django official website
[AWS] What to do when the ping command causes a "timeout"
A note on what you did to use Flycheck with Python
Consider what you can do with Python from the Qiita article