You are on page 1of 38

(base) C:\Windows\System32>pip install labelImg

Requirement already satisfied: labelImg in c:\users\hp\anaconda3\lib\site-packages


(1.8.6)

Requirement already satisfied: pyqt5 in c:\users\hp\anaconda3\lib\site-packages (from


labelImg) (5.15.10)

Requirement already satisfied: lxml in c:\users\hp\anaconda3\lib\site-packages (from


labelImg) (4.9.2)

Requirement already satisfied: PyQt5-sip<13,>=12.13 in c:\users\hp\anaconda3\lib\site-


packages (from pyqt5->labelImg) (12.13.0)

Requirement already satisfied: PyQt5-Qt5>=5.15.2 in c:\users\hp\anaconda3\lib\site-


packages (from pyqt5->labelImg) (5.15.2)

(base) C:\Windows\System32>labelImg

QObject::moveToThread: Current thread (0x1ff700f35a0) is not the object's thread


(0x1ff716f90f0).

Cannot move to target thread (0x1ff700f35a0)

qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was
found.

This application failed to start because no Qt platform plugin could be initialized.


Reinstalling the application may fix this problem.

Available platform plugins are: minimal, offscreen, webgl, windows.

(base) C:\Windows\System32>pip install virtualenv

Collecting virtualenv

Obtaining dependency information for virtualenv from


https://files.pythonhosted.org/packages/83/22/54b1180756d2d6194bcafb7425d437c30
34c4bff92129c3e1e633079e2c4/virtualenv-20.25.0-py3-none-any.whl.metadata

Downloading virtualenv-20.25.0-py3-none-any.whl.metadata (4.5 kB)


Collecting distlib<1,>=0.3.7 (from virtualenv)

Obtaining dependency information for distlib<1,>=0.3.7 from


https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8f
af3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl.metadata

Downloading distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)

Collecting filelock<4,>=3.12.2 (from virtualenv)

Obtaining dependency information for filelock<4,>=3.12.2 from


https://files.pythonhosted.org/packages/81/54/84d42a0bee35edba99dee7b59a8d4970
eccdd44b99fe728ed912106fc781/filelock-3.13.1-py3-none-any.whl.metadata

Downloading filelock-3.13.1-py3-none-any.whl.metadata (2.8 kB)

Collecting platformdirs<5,>=3.9.1 (from virtualenv)

Obtaining dependency information for platformdirs<5,>=3.9.1 from


https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06
e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl.metadata

Downloading platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB)

Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB)

---------------------------------------- 3.8/3.8 MB 5.9 MB/s eta 0:00:00

Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)

---------------------------------------- 468.9/468.9 kB 5.9 MB/s eta 0:00:00

Downloading filelock-3.13.1-py3-none-any.whl (11 kB)

Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB)

Installing collected packages: distlib, platformdirs, filelock, virtualenv

Attempting uninstall: platformdirs

Found existing installation: platformdirs 2.5.2

Uninstalling platformdirs-2.5.2:

Successfully uninstalled platformdirs-2.5.2

Attempting uninstall: filelock

Found existing installation: filelock 3.9.0

Uninstalling filelock-3.9.0:

Successfully uninstalled filelock-3.9.0


ERROR: pip's dependency resolver does not currently take into account all the packages
that are installed. This behaviour is the source of the following dependency conflicts.

jupyter-server 1.13.5 requires pywinpty<2; os_name == "nt", but you have pywinpty
2.0.10 which is incompatible.

pylint 2.16.2 requires colorama>=0.4.5; sys_platform == "win32", but you have colorama
0.4.4 which is incompatible.

python-lsp-black 1.2.1 requires black>=22.3.0, but you have black 0.0 which is
incompatible.

torchaudio 0.9.0 requires torch==1.9.0, but you have torch 2.0.1 which is incompatible.

Successfully installed distlib-0.3.8 filelock-3.13.1 platformdirs-4.2.0 virtualenv-20.25.0

(base) C:\Windows\System32>python -m venv nama_lingkungan

Error: Command '['C:\\Windows\\System32\\nama_lingkungan\\Scripts\\python.exe', '-


Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

(base) C:\Windows\System32>python -m venv labelimage

Error: Command '['C:\\Windows\\System32\\labelimage\\Scripts\\python.exe', '-Im',


'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

(base) C:\Windows\System32>python -m venv

usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear] [--upgrade] [--


without-pip]

[--prompt PROMPT] [--upgrade-deps]

ENV_DIR [ENV_DIR ...]

venv: error: the following arguments are required: ENV_DIR

(base) C:\Windows\System32>python -m venv C:\Users\HP\Documents\labeling

Error: Command '['C:\\Users\\HP\\Documents\\labeling\\Scripts\\python.exe', '-Im',


'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

(base) C:\Windows\System32>python -m venv -h


usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear] [--upgrade] [--
without-pip]

[--prompt PROMPT] [--upgrade-deps]

ENV_DIR [ENV_DIR ...]

Creates virtual Python environments in one or more target directories.

positional arguments:

ENV_DIR A directory to create the environment in.

optional arguments:

-h, --help show this help message and exit

--system-site-packages

Give the virtual environment access to the system site-packages dir.

--symlinks Try to use symlinks rather than copies, when symlinks are not the
default for the platform.

--copies Try to use copies rather than symlinks, even when symlinks are the
default for the platform.

--clear Delete the contents of the environment directory if it already exists,


before environment

creation.

--upgrade Upgrade the environment directory to use this version of Python,


assuming Python has been

upgraded in-place.

--without-pip Skips installing or upgrading pip in the virtual environment (pip is


bootstrapped by default)

--prompt PROMPT Provides an alternative prompt prefix for this environment.

--upgrade-deps Upgrade core dependencies: pip setuptools to the latest version in


PyPI
Once an environment has been created, you may wish to activate it, e.g. by sourcing an
activate script in its bin

directory.

(base) C:\Windows\System32>python -m venv c

Error: Command '['C:\\Windows\\System32\\c\\Scripts\\python.exe', '-Im', 'ensurepip',


'--upgrade', '--default-pip']' returned non-zero exit status 1.

(base) C:\Windows\System32>python -m venv

usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear] [--upgrade] [--


without-pip]

[--prompt PROMPT] [--upgrade-deps]

ENV_DIR [ENV_DIR ...]

venv: error: the following arguments are required: ENV_DIR

(base) C:\Windows\System32>python -m venv --upgrade

usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear] [--upgrade] [--


without-pip]

[--prompt PROMPT] [--upgrade-deps]

ENV_DIR [ENV_DIR ...]

venv: error: the following arguments are required: ENV_DIR

(base) C:\Windows\System32>python -m venv myproject_env

Error: Command '['C:\\Windows\\System32\\myproject_env\\Scripts\\python.exe', '-


Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

(base) C:\Windows\System32>python -m venv myproject

Error: Command '['C:\\Windows\\System32\\myproject\\Scripts\\python.exe', '-Im',


'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

(base) C:\Windows\System32>get-pip.py
'get-pip.py' is not recognized as an internal or external command,

operable program or batch file.

(base) C:\Windows\System32>python get-pip.py

python: can't open file 'C:\Windows\System32\get-pip.py': [Errno 2] No such file or


directory

(base) C:\Windows\System32>python -m pip --version

pip 23.2.1 from C:\Users\HP\anaconda3\lib\site-packages\pip (python 3.9)

(base) C:\Windows\System32>conda create -n myproject

Collecting package metadata (current_repodata.json): done

Solving environment: done

## Package Plan ##

environment location: C:\Users\HP\anaconda3\envs\myproject

Proceed ([y]/n)? y

Preparing transaction: done

Verifying transaction: done

Executing transaction: done

# To activate this environment, use

# $ conda activate myproject


#

# To deactivate an active environment, use

# $ conda deactivate

Retrieving notices: ...working... done

(base) C:\Windows\System32>activate nama_environment

EnvironmentNameNotFound: Could not find conda environment: nama_environment

You can list all discoverable environments with `conda info --envs`.

(base) C:\Windows\System32>activate myproject

(myproject) C:\Windows\System32>conda env list

# conda environments:

base C:\Users\HP\anaconda3

dedi123 C:\Users\HP\anaconda3\envs\dedi123

myenv C:\Users\HP\anaconda3\envs\myenv

myproject * C:\Users\HP\anaconda3\envs\myproject

yolov8 C:\Users\HP\anaconda3\envs\yolov8

yolov8-gpu-env C:\Users\HP\anaconda3\envs\yolov8-gpu-env

(myproject) C:\Windows\System32>pip install labelImg


Requirement already satisfied: labelImg in c:\users\hp\appdata\roaming\python\
python311\site-packages (1.8.6)

Requirement already satisfied: pyqt5 in c:\users\hp\appdata\roaming\python\


python311\site-packages (from labelImg) (5.15.10)

Requirement already satisfied: lxml in c:\users\hp\appdata\roaming\python\python311\


site-packages (from labelImg) (5.0.0)

Requirement already satisfied: PyQt5-sip<13,>=12.13 in c:\users\hp\appdata\roaming\


python\python311\site-packages (from pyqt5->labelImg) (12.13.0)

Requirement already satisfied: PyQt5-Qt5>=5.15.2 in c:\users\hp\appdata\roaming\


python\python311\site-packages (from pyqt5->labelImg) (5.15.2)

(myproject) C:\Windows\System32>labelImg

QObject::moveToThread: Current thread (0x2857bf94120) is not the object's thread


(0x2857c201150).

Cannot move to target thread (0x2857bf94120)

qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was
found.

This application failed to start because no Qt platform plugin could be initialized.


Reinstalling the application may fix this problem.

Available platform plugins are: minimal, offscreen, webgl, windows.

(myproject) C:\Windows\System32>pip install labelImg

Requirement already satisfied: labelImg in c:\users\hp\appdata\roaming\python\


python311\site-packages (1.8.6)

Requirement already satisfied: pyqt5 in c:\users\hp\appdata\roaming\python\


python311\site-packages (from labelImg) (5.15.10)

Requirement already satisfied: lxml in c:\users\hp\appdata\roaming\python\python311\


site-packages (from labelImg) (5.0.0)

Requirement already satisfied: PyQt5-sip<13,>=12.13 in c:\users\hp\appdata\roaming\


python\python311\site-packages (from pyqt5->labelImg) (12.13.0)
Requirement already satisfied: PyQt5-Qt5>=5.15.2 in c:\users\hp\appdata\roaming\
python\python311\site-packages (from pyqt5->labelImg) (5.15.2)

(myproject) C:\Windows\System32>labelImg

QObject::moveToThread: Current thread (0x1cfcf981210) is not the object's thread


(0x1cfcf8e4ef0).

Cannot move to target thread (0x1cfcf981210)

qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was
found.

This application failed to start because no Qt platform plugin could be initialized.


Reinstalling the application may fix this problem.

Available platform plugins are: minimal, offscreen, webgl, windows.

(myproject) C:\Windows\System32>cd C:\Users\HP\Documents\instalasiQT\6.6.2\


mingw_64\qml\QtQuick\Window

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>set QT_PLUGIN_set QT_PLUGIN_ C:\Users\HP\Documents\instalasiQT\6.6.2\
mingw_64\qml\QtQuick\Window

Environment variable QT_PLUGIN_set QT_PLUGIN_ C:\Users\HP\Documents\


instalasiQT\6.6.2\mingw_64\qml\QtQuick\Window not defined

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>pip install labelImg

Requirement already satisfied: labelImg in c:\users\hp\appdata\roaming\python\


python311\site-packages (1.8.6)

Requirement already satisfied: pyqt5 in c:\users\hp\appdata\roaming\python\


python311\site-packages (from labelImg) (5.15.10)

Requirement already satisfied: lxml in c:\users\hp\appdata\roaming\python\python311\


site-packages (from labelImg) (5.0.0)
Requirement already satisfied: PyQt5-sip<13,>=12.13 in c:\users\hp\appdata\roaming\
python\python311\site-packages (from pyqt5->labelImg) (12.13.0)

Requirement already satisfied: PyQt5-Qt5>=5.15.2 in c:\users\hp\appdata\roaming\


python\python311\site-packages (from pyqt5->labelImg) (5.15.2)

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>labelImg

QObject::moveToThread: Current thread (0x20ebd233990) is not the object's thread


(0x20ebe717830).

Cannot move to target thread (0x20ebd233990)

qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was
found.

This application failed to start because no Qt platform plugin could be initialized.


Reinstalling the application may fix this problem.

Available platform plugins are: minimal, offscreen, webgl, windows.

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>conda install -c conda-forge pyqt

Collecting package metadata (current_repodata.json): done

Solving environment: done

==> WARNING: A newer version of conda exists. <==

current version: 4.14.0

latest version: 24.1.1

Please update conda by running


$ conda update -n base -c conda-forge conda

## Package Plan ##

environment location: C:\Users\HP\anaconda3\envs\myproject

added / updated specs:

- pyqt

The following packages will be downloaded:

package | build

---------------------------|-----------------

ca-certificates-2024.2.2 | h56e8100_0 152 KB conda-forge

icu-68.2 | h0e60522_0 16.4 MB conda-forge

jpeg-9e | hcfcfb64_3 283 KB conda-forge

libclang-11.1.0 |default_h5c34c98_1 20.8 MB conda-forge

libpng-1.6.42 | h19919ed_0 338 KB conda-forge

libsqlite-3.45.1 | hcfcfb64_0 850 KB conda-forge

libzlib-1.2.13 | hcfcfb64_5 54 KB conda-forge

openssl-1.1.1w | hcfcfb64_0 5.0 MB conda-forge

pip-24.0 | pyhd8ed1ab_0 1.3 MB conda-forge

pyqt-5.12.3 | py37h1834ac0_4 4.8 MB conda-forge

python-3.7.12 |h7840368_100_cpython 17.9 MB conda-forge

python_abi-3.7 | 4_cp37m 7 KB conda-forge

qt-5.12.9 | h5909a2a_4 106.1 MB conda-forge


setuptools-69.1.0 | pyhd8ed1ab_0 460 KB conda-forge

sqlite-3.45.1 | hcfcfb64_0 852 KB conda-forge

ucrt-10.0.22621.0 | h57928b3_0 1.2 MB conda-forge

vc-14.3 | hcf57466_18 17 KB conda-forge

vc14_runtime-14.38.33130 | h82b7239_18 732 KB conda-forge

vs2015_runtime-14.38.33130 | hcb4865c_18 17 KB conda-forge

wheel-0.42.0 | pyhd8ed1ab_0 56 KB conda-forge

zlib-1.2.13 | hcfcfb64_5 105 KB conda-forge

------------------------------------------------------------

Total: 177.4 MB

The following NEW packages will be INSTALLED:

ca-certificates conda-forge/win-64::ca-certificates-2024.2.2-h56e8100_0

icu conda-forge/win-64::icu-68.2-h0e60522_0

jpeg conda-forge/win-64::jpeg-9e-hcfcfb64_3

libclang conda-forge/win-64::libclang-11.1.0-default_h5c34c98_1

libpng conda-forge/win-64::libpng-1.6.42-h19919ed_0

libsqlite conda-forge/win-64::libsqlite-3.45.1-hcfcfb64_0

libzlib conda-forge/win-64::libzlib-1.2.13-hcfcfb64_5

openssl conda-forge/win-64::openssl-1.1.1w-hcfcfb64_0

pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0

pyqt conda-forge/win-64::pyqt-5.12.3-py37h1834ac0_4

python conda-forge/win-64::python-3.7.12-h7840368_100_cpython

python_abi conda-forge/win-64::python_abi-3.7-4_cp37m

qt conda-forge/win-64::qt-5.12.9-h5909a2a_4

setuptools conda-forge/noarch::setuptools-69.1.0-pyhd8ed1ab_0

sqlite conda-forge/win-64::sqlite-3.45.1-hcfcfb64_0

ucrt conda-forge/win-64::ucrt-10.0.22621.0-h57928b3_0
vc conda-forge/win-64::vc-14.3-hcf57466_18

vc14_runtime conda-forge/win-64::vc14_runtime-14.38.33130-h82b7239_18

vs2015_runtime conda-forge/win-64::vs2015_runtime-14.38.33130-hcb4865c_18

wheel conda-forge/noarch::wheel-0.42.0-pyhd8ed1ab_0

zlib conda-forge/win-64::zlib-1.2.13-hcfcfb64_5

Proceed ([y]/n)? y

Downloading and Extracting Packages

icu-68.2 | 16.4 MB |
########################################################################
######################################################## | 100%

libsqlite-3.45.1 | 850 KB |
########################################################################
######################################################## | 100%

zlib-1.2.13 | 105 KB |
########################################################################
######################################################## | 100%

vc-14.3 | 17 KB |
########################################################################
######################################################## | 100%

pyqt-5.12.3 | 4.8 MB |
########################################################################
######################################################## | 100%

vc14_runtime-14.38.3 | 732 KB |
########################################################################
######################################################## | 100%

libpng-1.6.42 | 338 KB |
########################################################################
######################################################## | 100%
libclang-11.1.0 | 20.8 MB |
########################################################################
######################################################## | 100%

python-3.7.12 | 17.9 MB |
########################################################################
######################################################## | 100%

ucrt-10.0.22621.0 | 1.2 MB |
########################################################################
######################################################## | 100%

openssl-1.1.1w | 5.0 MB |
########################################################################
######################################################## | 100%

sqlite-3.45.1 | 852 KB |
########################################################################
######################################################## | 100%

pip-24.0 | 1.3 MB |
########################################################################
######################################################## | 100%

libzlib-1.2.13 | 54 KB |
########################################################################
######################################################## | 100%

vs2015_runtime-14.38 | 17 KB |
########################################################################
######################################################## | 100%

qt-5.12.9 | 106.1 MB |
########################################################################
######################################################## | 100%

python_abi-3.7 | 7 KB |
########################################################################
######################################################## | 100%

setuptools-69.1.0 | 460 KB |
########################################################################
######################################################## | 100%

ca-certificates-2024 | 152 KB |
########################################################################
######################################################## | 100%
wheel-0.42.0 | 56 KB |
########################################################################
######################################################## | 100%

jpeg-9e | 283 KB |
########################################################################
######################################################## | 100%

Preparing transaction: done

Verifying transaction: done

Executing transaction: done

Retrieving notices: ...working... done

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>labelImg

QObject::moveToThread: Current thread (0x2b79771b3b0) is not the object's thread


(0x2b797914840).

Cannot move to target thread (0x2b79771b3b0)

qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was
found.

This application failed to start because no Qt platform plugin could be initialized.


Reinstalling the application may fix this problem.

Available platform plugins are: minimal, offscreen, webgl, windows.

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>pip install labelImg

Collecting labelImg

Using cached labelImg-1.8.6.tar.gz (247 kB)

ERROR: Error [WinError 225] Operation did not complete successfully because the file
contains a virus or potentially unwanted software while executing command python
setup.py egg_info
Preparing metadata (setup.py) ... error

ERROR: Could not install packages due to an OSError: [WinError 225] Operation did not
complete successfully because the file contains a virus or potentially unwanted software

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>conda install -c conda-forge labelImg

Collecting package metadata (current_repodata.json): done

Solving environment: failed with initial frozen solve. Retrying with flexible solve.

Solving environment: failed with repodata from current_repodata.json, will retry with
next repodata source.

Collecting package metadata (repodata.json): done

Solving environment: done

==> WARNING: A newer version of conda exists. <==

current version: 4.14.0

latest version: 24.1.1

Please update conda by running

$ conda update -n base -c conda-forge conda

## Package Plan ##

environment location: C:\Users\HP\anaconda3\envs\myproject

added / updated specs:


- labelimg

The following packages will be downloaded:

package | build

---------------------------|-----------------

labelimg-1.8.6 | py37h03978a9_1 402 KB conda-forge

libiconv-1.17 | hcfcfb64_2 621 KB conda-forge

libxml2-2.12.5 | hc3477c8_0 1.5 MB conda-forge

libxslt-1.1.39 | h3df6e99_0 409 KB conda-forge

lxml-4.9.1 | py37hcc03f2d_0 1.0 MB conda-forge

------------------------------------------------------------

Total: 3.9 MB

The following NEW packages will be INSTALLED:

labelimg conda-forge/win-64::labelimg-1.8.6-py37h03978a9_1

libiconv conda-forge/win-64::libiconv-1.17-hcfcfb64_2

libxml2 conda-forge/win-64::libxml2-2.12.5-hc3477c8_0

libxslt conda-forge/win-64::libxslt-1.1.39-h3df6e99_0

lxml conda-forge/win-64::lxml-4.9.1-py37hcc03f2d_0

Proceed ([y]/n)? y

Downloading and Extracting Packages


lxml-4.9.1 | 1.0 MB |
########################################################################
######################################################## | 100%

libiconv-1.17 | 621 KB |
########################################################################
######################################################## | 100%

libxslt-1.1.39 | 409 KB |
########################################################################
######################################################## | 100%

libxml2-2.12.5 | 1.5 MB |
########################################################################
######################################################## | 100%

labelimg-1.8.6 | 402 KB |
########################################################################
######################################################## | 100%

Preparing transaction: done

Verifying transaction: done

Executing transaction: done

Retrieving notices: ...working... done

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>pip install labelImg

Requirement already satisfied: labelImg in c:\users\hp\anaconda3\envs\myproject\lib\


site-packages (1.8.6)

Requirement already satisfied: pyqt5 in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (5.12.3)

Requirement already satisfied: lxml in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (4.9.1)

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>labelImg

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>labelImg
(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>labelImg

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>pip install labelImg

Requirement already satisfied: labelImg in c:\users\hp\anaconda3\envs\myproject\lib\


site-packages (1.8.6)

Requirement already satisfied: pyqt5 in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (5.12.3)

Requirement already satisfied: lxml in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (4.9.1)

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>conda create -n myproject_clean python=3.x # Replace 3.x with your desired
Python version

CondaValueError: invalid package specification: #

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>conda activate myproject_clean

EnvironmentNameNotFound: Could not find conda environment: myproject_clean

You can list all discoverable environments with `conda info --envs`.

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>pip install labelImg

Requirement already satisfied: labelImg in c:\users\hp\anaconda3\envs\myproject\lib\


site-packages (1.8.6)
Requirement already satisfied: pyqt5 in c:\users\hp\anaconda3\envs\myproject\lib\site-
packages (from labelImg) (5.12.3)

Requirement already satisfied: lxml in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (4.9.1)

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>conda activate myproject_clean

EnvironmentNameNotFound: Could not find conda environment: myproject_clean

You can list all discoverable environments with `conda info --envs`.

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>conda create -n myproject_clean python=3.x

Collecting package metadata (current_repodata.json): done

Solving environment: failed with repodata from current_repodata.json, will retry with
next repodata source.

Collecting package metadata (repodata.json): done

Solving environment: failed

PackagesNotFoundError: The following packages are not available from current


channels:

- python=3.x

Current channels:

- https://repo.anaconda.com/pkgs/main/win-64

- https://repo.anaconda.com/pkgs/main/noarch

- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch

- https://repo.anaconda.com/pkgs/msys2/win-64

- https://repo.anaconda.com/pkgs/msys2/noarch

To search for alternate channels that may provide the conda package you're

looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>labelImg

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>labelImg

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>conda activate myproject_clean

EnvironmentNameNotFound: Could not find conda environment: myproject_clean

You can list all discoverable environments with `conda info --envs`.

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>pip install labelImg
Requirement already satisfied: labelImg in c:\users\hp\anaconda3\envs\myproject\lib\
site-packages (1.8.6)

Requirement already satisfied: pyqt5 in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (5.12.3)

Requirement already satisfied: lxml in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (4.9.1)

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>pip install labelImg

Requirement already satisfied: labelImg in c:\users\hp\anaconda3\envs\myproject\lib\


site-packages (1.8.6)

Requirement already satisfied: pyqt5 in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (5.12.3)

Requirement already satisfied: lxml in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (4.9.1)

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>labelImg

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>pip install labelImg

Requirement already satisfied: labelImg in c:\users\hp\anaconda3\envs\myproject\lib\


site-packages (1.8.6)

Requirement already satisfied: pyqt5 in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (5.12.3)

Requirement already satisfied: lxml in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (4.9.1)

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>labelImg

(myproject) C:\Users\HP\Documents\instalasiQT\6.6.2\mingw_64\qml\QtQuick\
Window>cd C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info
(myproject) C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info>labelImg

(myproject) C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info>pip install labelImg

Requirement already satisfied: labelImg in c:\users\hp\anaconda3\envs\myproject\lib\


site-packages (1.8.6)

Requirement already satisfied: pyqt5 in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (5.12.3)

Requirement already satisfied: lxml in c:\users\hp\anaconda3\envs\myproject\lib\site-


packages (from labelImg) (4.9.1)

(myproject) C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info>conda create -n myproject python=3.10

WARNING: A conda environment already exists at 'C:\Users\HP\anaconda3\envs\


myproject'

Remove existing environment (y/[n])? y

Collecting package metadata (current_repodata.json): done

Solving environment: done

## Package Plan ##

environment location: C:\Users\HP\anaconda3\envs\myproject

added / updated specs:

- python=3.10

The following packages will be downloaded:


package | build

---------------------------|-----------------

openssl-3.0.13 | h2bbff1b_0 7.4 MB

pip-23.3.1 | py310haa95532_0 2.9 MB

python-3.10.13 | he1021f5_0 15.8 MB

setuptools-68.2.2 | py310haa95532_0 942 KB

tzdata-2023d | h04d1e81_0 117 KB

wheel-0.41.2 | py310haa95532_0 127 KB

xz-5.4.5 | h8cc25b3_0 593 KB

------------------------------------------------------------

Total: 27.9 MB

The following NEW packages will be INSTALLED:

bzip2 pkgs/main/win-64::bzip2-1.0.8-he774522_0

ca-certificates pkgs/main/win-64::ca-certificates-2023.12.12-haa95532_0

libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_0

openssl pkgs/main/win-64::openssl-3.0.13-h2bbff1b_0

pip pkgs/main/win-64::pip-23.3.1-py310haa95532_0

python pkgs/main/win-64::python-3.10.13-he1021f5_0

setuptools pkgs/main/win-64::setuptools-68.2.2-py310haa95532_0

sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0

tk pkgs/main/win-64::tk-8.6.12-h2bbff1b_0

tzdata pkgs/main/noarch::tzdata-2023d-h04d1e81_0

vc pkgs/main/win-64::vc-14.2-h21ff451_1

vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2

wheel pkgs/main/win-64::wheel-0.41.2-py310haa95532_0

xz pkgs/main/win-64::xz-5.4.5-h8cc25b3_0
zlib pkgs/main/win-64::zlib-1.2.13-h8cc25b3_0

Proceed ([y]/n)? y

Downloading and Extracting Packages

openssl-3.0.13 | 7.4 MB |
########################################################################
######################################################## | 100%

xz-5.4.5 | 593 KB |
########################################################################
######################################################## | 100%

python-3.10.13 | 15.8 MB |
########################################################################
######################################################## | 100%

wheel-0.41.2 | 127 KB |
########################################################################
######################################################## | 100%

setuptools-68.2.2 | 942 KB |
########################################################################
######################################################## | 100%

tzdata-2023d | 117 KB |
########################################################################
######################################################## | 100%

pip-23.3.1 | 2.9 MB |
########################################################################
######################################################## | 100%

Preparing transaction: done

Verifying transaction: done

Executing transaction: done

# To activate this environment, use


#

# $ conda activate myproject

# To deactivate an active environment, use

# $ conda deactivate

Retrieving notices: ...working... done

(myproject) C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info>conda create -n myproject numpy pandas matplotlib

WARNING: A conda environment already exists at 'C:\Users\HP\anaconda3\envs\


myproject'

Remove existing environment (y/[n])? y

Collecting package metadata (current_repodata.json): done

Solving environment: done

## Package Plan ##

environment location: C:\Users\HP\anaconda3\envs\myproject

added / updated specs:

- matplotlib

- numpy

- pandas

The following packages will be downloaded:


package | build

---------------------------|-----------------

bottleneck-1.3.5 | py312he558020_0 120 KB

contourpy-1.2.0 | py312h59b6b97_0 200 KB

cycler-0.11.0 | pyhd3eb1b0_0 12 KB

expat-2.5.0 | hd77b12b_0 225 KB

icu-73.1 | h6c2663c_0 29.5 MB

intel-openmp-2023.1.0 | h59b6b97_46320 2.7 MB

kiwisolver-1.4.4 | py312hd77b12b_0 54 KB

krb5-1.20.1 | h5b6d351_0 790 KB

libdeflate-1.17 | h2bbff1b_1 153 KB

libpq-12.17 | h906ac69_0 3.2 MB

libtiff-4.5.1 | hd77b12b_0 1.1 MB

libwebp-base-1.3.2 | h2bbff1b_0 306 KB

matplotlib-3.8.0 | py312haa95532_0 8 KB

matplotlib-base-3.8.0 | py312hc7c4135_0 6.9 MB

mkl-2023.1.0 | h6b88ed4_46358 155.9 MB

mkl-service-2.4.0 | py312h2bbff1b_1 55 KB

mkl_fft-1.3.8 | py312h2bbff1b_0 160 KB

mkl_random-1.2.4 | py312h59b6b97_0 196 KB

numexpr-2.8.7 | py312h96b7d27_0 144 KB

numpy-1.26.3 | py312hfd52020_0 11 KB

numpy-base-1.26.3 | py312h4dde369_0 6.6 MB

packaging-23.1 | py312haa95532_0 92 KB

pandas-2.1.4 | py312hc7c4135_0 13.2 MB

pillow-10.2.0 | py312h2bbff1b_0 938 KB

pip-23.3.1 | py312haa95532_0 2.9 MB

ply-3.11 | py312haa95532_1 108 KB


pyparsing-3.0.9 | py312haa95532_0 198 KB

pyqt-5.15.10 | py312hd77b12b_0 3.7 MB

pyqt5-sip-12.13.0 | py312h2bbff1b_0 74 KB

python-3.12.1 | h1d929f7_0 16.2 MB

python-tzdata-2023.3 | pyhd3eb1b0_0 140 KB

pytz-2023.3.post1 | py312haa95532_0 199 KB

qt-main-5.15.2 | h19c9488_10 59.4 MB

setuptools-68.2.2 | py312haa95532_0 1.2 MB

sip-6.7.12 | py312hd77b12b_0 560 KB

tornado-6.3.3 | py312h2bbff1b_0 800 KB

wheel-0.41.2 | py312haa95532_0 150 KB

------------------------------------------------------------

Total: 308.1 MB

The following NEW packages will be INSTALLED:

blas pkgs/main/win-64::blas-1.0-mkl

bottleneck pkgs/main/win-64::bottleneck-1.3.5-py312he558020_0

brotli pkgs/main/win-64::brotli-1.0.9-h2bbff1b_7

brotli-bin pkgs/main/win-64::brotli-bin-1.0.9-h2bbff1b_7

bzip2 pkgs/main/win-64::bzip2-1.0.8-he774522_0

ca-certificates pkgs/main/win-64::ca-certificates-2023.12.12-haa95532_0

contourpy pkgs/main/win-64::contourpy-1.2.0-py312h59b6b97_0

cycler pkgs/main/noarch::cycler-0.11.0-pyhd3eb1b0_0

expat pkgs/main/win-64::expat-2.5.0-hd77b12b_0

fonttools pkgs/main/noarch::fonttools-4.25.0-pyhd3eb1b0_0

freetype pkgs/main/win-64::freetype-2.12.1-ha860e81_0

icu pkgs/main/win-64::icu-73.1-h6c2663c_0

intel-openmp pkgs/main/win-64::intel-openmp-2023.1.0-h59b6b97_46320
jpeg pkgs/main/win-64::jpeg-9e-h2bbff1b_1

kiwisolver pkgs/main/win-64::kiwisolver-1.4.4-py312hd77b12b_0

krb5 pkgs/main/win-64::krb5-1.20.1-h5b6d351_0

lerc pkgs/main/win-64::lerc-3.0-hd77b12b_0

libbrotlicommon pkgs/main/win-64::libbrotlicommon-1.0.9-h2bbff1b_7

libbrotlidec pkgs/main/win-64::libbrotlidec-1.0.9-h2bbff1b_7

libbrotlienc pkgs/main/win-64::libbrotlienc-1.0.9-h2bbff1b_7

libclang pkgs/main/win-64::libclang-14.0.6-default_hb5a9fac_1

libclang13 pkgs/main/win-64::libclang13-14.0.6-default_h8e68704_1

libdeflate pkgs/main/win-64::libdeflate-1.17-h2bbff1b_1

libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_0

libpng pkgs/main/win-64::libpng-1.6.39-h8cc25b3_0

libpq pkgs/main/win-64::libpq-12.17-h906ac69_0

libtiff pkgs/main/win-64::libtiff-4.5.1-hd77b12b_0

libwebp-base pkgs/main/win-64::libwebp-base-1.3.2-h2bbff1b_0

lz4-c pkgs/main/win-64::lz4-c-1.9.4-h2bbff1b_0

matplotlib pkgs/main/win-64::matplotlib-3.8.0-py312haa95532_0

matplotlib-base pkgs/main/win-64::matplotlib-base-3.8.0-py312hc7c4135_0

mkl pkgs/main/win-64::mkl-2023.1.0-h6b88ed4_46358

mkl-service pkgs/main/win-64::mkl-service-2.4.0-py312h2bbff1b_1

mkl_fft pkgs/main/win-64::mkl_fft-1.3.8-py312h2bbff1b_0

mkl_random pkgs/main/win-64::mkl_random-1.2.4-py312h59b6b97_0

munkres pkgs/main/noarch::munkres-1.1.4-py_0

numexpr pkgs/main/win-64::numexpr-2.8.7-py312h96b7d27_0

numpy pkgs/main/win-64::numpy-1.26.3-py312hfd52020_0

numpy-base pkgs/main/win-64::numpy-base-1.26.3-py312h4dde369_0

openjpeg pkgs/main/win-64::openjpeg-2.4.0-h4fc8c34_0

openssl pkgs/main/win-64::openssl-3.0.13-h2bbff1b_0

packaging pkgs/main/win-64::packaging-23.1-py312haa95532_0
pandas pkgs/main/win-64::pandas-2.1.4-py312hc7c4135_0

pillow pkgs/main/win-64::pillow-10.2.0-py312h2bbff1b_0

pip pkgs/main/win-64::pip-23.3.1-py312haa95532_0

ply pkgs/main/win-64::ply-3.11-py312haa95532_1

pyparsing pkgs/main/win-64::pyparsing-3.0.9-py312haa95532_0

pyqt pkgs/main/win-64::pyqt-5.15.10-py312hd77b12b_0

pyqt5-sip pkgs/main/win-64::pyqt5-sip-12.13.0-py312h2bbff1b_0

python pkgs/main/win-64::python-3.12.1-h1d929f7_0

python-dateutil pkgs/main/noarch::python-dateutil-2.8.2-pyhd3eb1b0_0

python-tzdata pkgs/main/noarch::python-tzdata-2023.3-pyhd3eb1b0_0

pytz pkgs/main/win-64::pytz-2023.3.post1-py312haa95532_0

qt-main pkgs/main/win-64::qt-main-5.15.2-h19c9488_10

setuptools pkgs/main/win-64::setuptools-68.2.2-py312haa95532_0

sip pkgs/main/win-64::sip-6.7.12-py312hd77b12b_0

six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1

sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0

tbb pkgs/main/win-64::tbb-2021.8.0-h59b6b97_0

tk pkgs/main/win-64::tk-8.6.12-h2bbff1b_0

tornado pkgs/main/win-64::tornado-6.3.3-py312h2bbff1b_0

tzdata pkgs/main/noarch::tzdata-2023d-h04d1e81_0

vc pkgs/main/win-64::vc-14.2-h21ff451_1

vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2

wheel pkgs/main/win-64::wheel-0.41.2-py312haa95532_0

xz pkgs/main/win-64::xz-5.4.5-h8cc25b3_0

zlib pkgs/main/win-64::zlib-1.2.13-h8cc25b3_0

zstd pkgs/main/win-64::zstd-1.5.5-hd43e919_0

Proceed ([y]/n)? y
Downloading and Extracting Packages

matplotlib-base-3.8. | 6.9 MB |
########################################################################
######################################################## | 100%

numpy-1.26.3 | 11 KB |
########################################################################
######################################################## | 100%

icu-73.1 | 29.5 MB |
########################################################################
######################################################## | 100%

expat-2.5.0 | 225 KB |
########################################################################
######################################################## | 100%

packaging-23.1 | 92 KB |
########################################################################
######################################################## | 100%

python-tzdata-2023.3 | 140 KB |
########################################################################
######################################################## | 100%

pyqt-5.15.10 | 3.7 MB |
########################################################################
######################################################## | 100%

matplotlib-3.8.0 | 8 KB |
########################################################################
######################################################## | 100%

libpq-12.17 | 3.2 MB |
########################################################################
######################################################## | 100%

libwebp-base-1.3.2 | 306 KB |
########################################################################
######################################################## | 100%

pyqt5-sip-12.13.0 | 74 KB |
########################################################################
######################################################## | 100%
contourpy-1.2.0 | 200 KB |
########################################################################
######################################################## | 100%

libdeflate-1.17 | 153 KB |
########################################################################
######################################################## | 100%

pandas-2.1.4 | 13.2 MB |
########################################################################
######################################################## | 100%

python-3.12.1 | 16.2 MB |
########################################################################
######################################################## | 100%

cycler-0.11.0 | 12 KB |
########################################################################
######################################################## | 100%

setuptools-68.2.2 | 1.2 MB |
########################################################################
######################################################## | 100%

numpy-base-1.26.3 | 6.6 MB |
########################################################################
######################################################## | 100%

pyparsing-3.0.9 | 198 KB |
########################################################################
######################################################## | 100%

qt-main-5.15.2 | 59.4 MB |
########################################################################
######################################################## | 100%

tornado-6.3.3 | 800 KB |
########################################################################
######################################################## | 100%

krb5-1.20.1 | 790 KB |
########################################################################
######################################################## | 100%

mkl-service-2.4.0 | 55 KB |
########################################################################
######################################################## | 100%
mkl_random-1.2.4 | 196 KB |
########################################################################
######################################################## | 100%

bottleneck-1.3.5 | 120 KB |
########################################################################
######################################################## | 100%

mkl-2023.1.0 | 155.9 MB |
########################################################################
######################################################## | 100%

intel-openmp-2023.1. | 2.7 MB |
########################################################################
######################################################## | 100%

pillow-10.2.0 | 938 KB |
########################################################################
######################################################## | 100%

pip-23.3.1 | 2.9 MB |
########################################################################
######################################################## | 100%

libtiff-4.5.1 | 1.1 MB |
########################################################################
######################################################## | 100%

ply-3.11 | 108 KB |
########################################################################
######################################################## | 100%

pytz-2023.3.post1 | 199 KB |
########################################################################
######################################################## | 100%

mkl_fft-1.3.8 | 160 KB |
########################################################################
######################################################## | 100%

sip-6.7.12 | 560 KB |
########################################################################
######################################################## | 100%

kiwisolver-1.4.4 | 54 KB |
########################################################################
######################################################## | 100%
wheel-0.41.2 | 150 KB |
########################################################################
######################################################## | 100%

numexpr-2.8.7 | 144 KB |
########################################################################
######################################################## | 100%

Preparing transaction: done

Verifying transaction: done

Executing transaction: done

# To activate this environment, use

# $ conda activate myproject

# To deactivate an active environment, use

# $ conda deactivate

Retrieving notices: ...working... done

(myproject) C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info>conda install labelImg

Collecting package metadata (current_repodata.json): done

Solving environment: failed with initial frozen solve. Retrying with flexible solve.

Collecting package metadata (repodata.json): done

Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current


channels:

- labelimg
Current channels:

- https://repo.anaconda.com/pkgs/main/win-64

- https://repo.anaconda.com/pkgs/main/noarch

- https://repo.anaconda.com/pkgs/r/win-64

- https://repo.anaconda.com/pkgs/r/noarch

- https://repo.anaconda.com/pkgs/msys2/win-64

- https://repo.anaconda.com/pkgs/msys2/noarch

To search for alternate channels that may provide the conda package you're

looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

(myproject) C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info>labelImg

QObject::moveToThread: Current thread (0x26a13c270d0) is not the object's thread


(0x26a13eae470).

Cannot move to target thread (0x26a13c270d0)

qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was
found.

This application failed to start because no Qt platform plugin could be initialized.


Reinstalling the application may fix this problem.
Available platform plugins are: minimal, offscreen, webgl, windows.

(myproject) C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info>labelImg

QObject::moveToThread: Current thread (0x17e0a591410) is not the object's thread


(0x17e0a7c5ad0).

Cannot move to target thread (0x17e0a591410)

qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was
found.

This application failed to start because no Qt platform plugin could be initialized.


Reinstalling the application may fix this problem.

Available platform plugins are: minimal, offscreen, webgl, windows.

(myproject) C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info>labelImg

QObject::moveToThread: Current thread (0x22441f22c10) is not the object's thread


(0x224421a6e20).

Cannot move to target thread (0x22441f22c10)

qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was
found.

This application failed to start because no Qt platform plugin could be initialized.


Reinstalling the application may fix this problem.

Available platform plugins are: minimal, offscreen, webgl, windows.


(myproject) C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info>conda install jupyter

Collecting package metadata (current_repodata.json): done

Solving environment: failed with initial frozen solve. Retrying with flexible solve.

Solving environment: failed with repodata from current_repodata.json, will retry with
next repodata source.

Collecting package metadata (repodata.json): done

Solving environment: failed with initial frozen solve. Retrying with flexible solve.

Solving environment: -

Found conflicts! Looking for incompatible packages.

This can take several minutes. Press CTRL-C to abort.

failed

UnsatisfiableError: The following specifications were found

to be incompatible with the existing python installation in your environment:

Specifications:

- jupyter -> python[version='>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.11,<3.12.0a0|


>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0']

Your python: python=3.12

If python is on the left-most side of the chain, that's the version you've asked for.

When python appears to the right, that indicates that the thing on the left is somehow

not available for the python version you are constrained to. Note that conda will not

change your python version to a different minor version unless you explicitly specify

that.
(myproject) C:\Users\HP\anaconda3\envs\myproject\Lib\site-packages\labelImg-
1.8.6.dist-info>conda install -c conda-forge labelImg

Collecting package metadata (current_repodata.json): done

Solving environment: failed with initial frozen solve. Retrying with flexible solve.

Solving environment: failed with repodata from current_repodata.json, will retry with
next repodata source.

Collecting package metadata (repodata.json): done

Solving environment: /

You might also like