DeepLabCut / DeepLabCut

Official implementation of DeepLabCut: Markerless pose estimation of user-defined features with deep learning for all animals incl. humans
http://deeplabcut.org
GNU Lesser General Public License v3.0
4.59k stars 1.65k forks source link

No matching distribution found for matplotlib==3.1.3 (from deeplabcut[gui]) #1349

Closed obsee closed 3 years ago

obsee commented 3 years ago

installing Deeplabcut, I came to face this error Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl Collecting matplotlib==3.1.3 (from deeplabcut[gui]) Could not find a version that satisfies the requirement matplotlib==3.1.3 (from deeplabcut[gui]) (from versions: 0.86, 0.86.1, 0.86.2, 0.91.0, 0.91.1, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1rc1, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0b4, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.2.0rc1, 2.2.0, 2.2.2, 2.2.3, 2.2.4, 2.2.5) No matching distribution found for matplotlib==3.1.3 (from deeplabcut[gui])

Could you tell me how I can handle this? I'm using Ubunt18.04, cuda toolkit10.0 python3.8, GPU RTX3070Ti

jeylau commented 3 years ago

Are you sure you're installing deeplabcut within your environment? Given all these outdated matplotlib versions, it looks like it is python 2.7 that is being used.

MMathisLab commented 3 years ago

yeah, that seems python2 issue; @obsee please fill out the template completely, otherwise it's impossible to help efficiently.

obsee commented 3 years ago

Thanks for the quick response. I'm not sure that what the template you are meaning to. But my guess as belowe. I first installed cuda toolkit-10.0. but current version is like this.

| NVIDIA-SMI 460.84 Driver Version: 460.84 CUDA Version: 11.2 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |===============================+======================+======================| | 0 GeForce RTX 307... Off | 00000000:01:00.0 Off | N/A | | 0% 40C P8 25W / 310W | 352MiB / 7982MiB | 7% Default | | | | N/A | +-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=============================================================================| | 0 N/A N/A 1042 G /usr/lib/xorg/Xorg 161MiB | | 0 N/A N/A 1242 G /usr/bin/gnome-shell 39MiB | | 0 N/A N/A 1661 G /usr/lib/firefox/firefox 141MiB | | 0 N/A N/A 2863 G /usr/lib/firefox/firefox 3MiB | | 0 N/A N/A 5293 G /usr/lib/firefox/firefox 3MiB | +-----------------------------------------------------------------------------+

and python version (DLC-GPU) biopsych@biopsych:~$ python3 Python 3.7.10 | packaged by conda-forge | (default, Feb 19 2021, 16:07:37) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information.

conda environment doesn't seem to have problem. but deeplabcut installation appears to be failed.

jeylau commented 3 years ago

So you already have a DLC environment; are you trying to update it? Are you running pip3 install matplotlib==3.1.3?

MMathisLab commented 3 years ago

@obsee when you click new issue, there are 3 options:

Screen Shot 2021-06-25 at 11 32 09 AM

If you can edit your post please to include the following:

Thanks for opening this issue, and thanks for using DeepLabCut (we hope you are enjoying it ;). Please fill out the template completely, including the full "traceback" and input code that you ran to hit this error.

Your Operating system and DeepLabCut version

Please state your operating system, env, and which version of DeepLabCut you are using. Example: Ubuntu 16.04 LTS, with an Anaconda Env, & DeepLabCut1.x or 2.x.

Please complete the following information about your system:

OS: [e.g. MacOS, Windows 10, etc] DeepLabCut Version: [e.g. 2.2] (please check with import deeplabcut, deeplabcut.version) Anaconda env used:

Describe the problem

A clear and concise description of what the problem is.

Please place code inside this:

Code output

[Please copy/paste the full terminal output of the error here!!!]

How to Reproduce the problem Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

obsee commented 3 years ago

Oh.. Thanks for the clearification.

My Operating system and DeepLabCut version

: Ubuntu 18.04 LTS, with an Anaconda Env, & DeepLabCut2.0 I'm using GPU Rtx3070Ti with Cuda11.2 with nvidia dirver 460

Describe the problem My problem is when I put the input 'sudo pip install 'deeplabcut'' Code output Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl Collecting matplotlib==3.1.3 (from deeplabcut) Could not find a version that satisfies the requirement matplotlib==3.1.3 (from deeplabcut) (from versions: 0.86, 0.86.1, 0.86.2, 0.91.0, 0.91.1, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1rc1, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0b4, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.2.0rc1, 2.2.0, 2.2.2, 2.2.3, 2.2.4, 2.2.5) No matching distribution found for matplotlib==3.1.3 (from deeplabcut)

--> seems deeplabcut installation failed. I'm asking how to solve this. Thanks. I couldn't find the right issue among three. sorry

jeylau commented 3 years ago

Alright, that's because of the sudo command. sudo python refers to a different python executable (2.7), hence the error. Please install deeplabcut via the conda environment files we provide though, it's much safer :)

obsee commented 3 years ago

Thanks for your comment. But I already tried to install deeplabcut uder conda environment, which also produced the same error.

이은이 드림

Lee, Eunee MD., Ph.D.

Translational Research Assistant Professor Dep. of Anatomy, College of Medicine, Yonsei University Visiting Research Fellow Center for Synaptic Brain Dysfunction, Institute for Basic Science 중개연구조교수 해부학교실 연세대학교 의과대학

겸임 연구 위원 시냅스 뇌질환 연구단 기초과학연구원

Tel: 02-2228-0913

2021년 6월 25일 (금) 오후 7:02, Jessy Lauer @.***>님이 작성:

Alright, that's because of the sudo command. sudo python refers to a different python executable (2.7), hence the error. Please install deeplabcut via the conda environment files we provide though, it's much safer :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DeepLabCut/DeepLabCut/issues/1349#issuecomment-868386719, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKHQL25QU3QUS2DRIGQCXXTTURHZZANCNFSM47HXSXJA .

jeylau commented 3 years ago

Please try:

conda activate DLC-GPU
pip3 install 'deeplabcut[gui]'==2.2rc2

(try with either pip or pip3, as I'm not sure which one points to the correct pip executable)

obsee commented 3 years ago

I did what you told me. the result like this. before this it was successful. but.. this part including wx python and setup.py has some problems.

---------------------------------------------------
Running setup.py clean for wxpython
Failed to build wxpython
Installing collected packages: wxpython, deeplabcut
  Attempting uninstall: wxpython
    Found existing installation: wxPython 4.1.1
    Uninstalling wxPython-4.1.1:
      Successfully uninstalled wxPython-4.1.1
    Running setup.py install for wxpython ... error
    ERROR: Command errored out with exit status 1:
     command: /home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/setup.py'"'"'; __file__='"'"'/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-acfcshor/install-record.txt --single-version-externally-managed --compile --install-headers /home/biopsych/anaconda3/envs/DLC-GPU/include/python3.7m/wxpython
         cwd: /tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/
    Complete output (174 lines):
    /home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/setuptools/dist.py:694: UserWarning: Usage of dash-separated 'license-file' will not be supported in future versions. Please use the underscore name 'license_file' instead
      % (opt, underscore_opt))
    running install
    running build
    WARNING: Building this way assumes that all generated files have been
    generated already.  If that is not the case then use build.py directly
    to generate the source and perform the build stage.  You can use
    --skip-build with the bdist_* or install commands to avoid this
    message and the wxWidgets and Phoenix build steps in the future.

    "/home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7" -u build.py build
    Will build using: "/home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7"
    3.7.10 | packaged by conda-forge | (default, Feb 19 2021, 16:07:37)
    [GCC 9.3.0]
    Python's architecture is 64bit
    cfg.VERSION: 4.0.7.post2

    Running command: build
    Running command: build_wx
    wxWidgets build options: ['--wxpython', '--unicode', '--no_config', '--gtk3']
    Configure options: ['--enable-unicode', '--with-gtk=3', '--enable-sound', '--enable-graphics_ctx', '--enable-display', '--enable-geometry', '--enable-debug_flag', '--enable-optimise', '--disable-debugreport', '--enable-uiactionsim', '--enable-autoidman', '--with-sdl']
    /usr/bin/make
    make --jobs=16
    (if test -f utils/wxrc/Makefile ; then cd utils/wxrc && make all ; fi)
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/build/wxbld/gtk3/utils/wxrc'
    make[1]: Nothing to be done for 'all'.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/build/wxbld/gtk3/utils/wxrc'
    Building message catalogs in /tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale
    make allmo
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'af.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'an.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'ar.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'ca.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'ca@valencia.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'cs.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'da.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'de.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'el.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'es.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'eu.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'fi.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'fr.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'gl_ES.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'hi.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'hu.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'id.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'it.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'ja.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'ko_KR.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'lt.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'lv.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'ms.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'msw/it.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'nb.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'ne.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'nl.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'pl.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'pt_BR.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'pt.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'ro.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'ru.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'sk.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'sl.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'sq.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'sv.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'ta.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'tr.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'uk.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'vi.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'zh_CN.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: Entering directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    make[1]: 'zh_TW.mo' is up to date.
    make[1]: Leaving directory '/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/ext/wxWidgets/locale'
    Finished command: build_wx (0.519s)
    Running command: build_py
    Checking for /tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/bin/waf-2.0.8...
    "/home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7" /tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/bin/waf-2.0.8 --wx_config=/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/build/wxbld/gtk3/wx-config --gtk3 --python="/home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7" --out=build/waf/3.7/gtk3 configure build
    Setting top to                           : /tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac
    Setting out to                           : /tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/build/waf/3.7/gtk3
    Checking for 'gcc' (C compiler)          : /usr/bin/gcc
    Checking for 'g++' (C++ compiler)        : /usr/bin/g++
    Checking for program 'python'            : /home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7
    Checking for python version >= 2.7.0     : 3.7.10
    python-config                            : /home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7-config
    Asking python-config for pyext '--cflags --libs --ldflags' flags : yes
    Testing pyext configuration                                      : Could not build python extensions
    The configuration failed
    (complete log in /tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/build/waf/3.7/gtk3/config.log)
    Command '"/home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7" /tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/bin/waf-2.0.8 --wx_config=/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/build/wxbld/gtk3/wx-config --gtk3 --python="/home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7" --out=build/waf/3.7/gtk3 configure build ' failed with exit code 1.
    Finished command: build_py (0.375s)
    Finished command: build (0.894s)
    Command '"/home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7" -u build.py build' failed with exit code 1.
    ----------------------------------------
  Rolling back uninstall of wxPython
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/helpviewer
   from /tmp/pip-uninstall-rt44rtts/helpviewer
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/img2png
   from /tmp/pip-uninstall-rt44rtts/img2png
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/img2py
   from /tmp/pip-uninstall-rt44rtts/img2py
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/img2xpm
   from /tmp/pip-uninstall-rt44rtts/img2xpm
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/pycrust
   from /tmp/pip-uninstall-rt44rtts/pycrust
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/pyshell
   from /tmp/pip-uninstall-rt44rtts/pyshell
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/pyslices
   from /tmp/pip-uninstall-rt44rtts/pyslices
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/pyslicesshell
   from /tmp/pip-uninstall-rt44rtts/pyslicesshell
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/pywxrc
   from /tmp/pip-uninstall-rt44rtts/pywxrc
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/wxdemo
   from /tmp/pip-uninstall-rt44rtts/wxdemo
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/wxdocs
   from /tmp/pip-uninstall-rt44rtts/wxdocs
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/wxget
   from /tmp/pip-uninstall-rt44rtts/wxget
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/wx
   from /home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/~x
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/wxPython-4.1.1-py3.7.egg-info
   from /home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/~xPython-4.1.1-py3.7.egg-info
ERROR: Command errored out with exit status 1: /home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/setup.py'"'"'; __file__='"'"'/tmp/pip-install-v83lv3gp/wxpython_5ac822c3577145bf881cf1e5c6928cac/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-acfcshor/install-record.txt --single-version-externally-managed --compile --install-headers /home/biopsych/anaconda3/envs/DLC-GPU/include/python3.7m/wxpython Check the logs for full command output.
obsee commented 3 years ago

I guess From buidling wheels for python step, errors appear. Running setup.py clean for wxpython Failed to build wxpython Installing collected packages: wxpython, deeplabcut Attempting uninstall: wxpython Found existing installation: wxPython 4.1.1 Uninstalling wxPython-4.1.1: Successfully uninstalled wxPython-4.1.1 Running setup.py install for wxpython ... error

Please, give us advise.

MMathisLab commented 3 years ago

@obsee please open the termianl then ONLY run:

conda activate DLC-GPU
pip3 install deeplabcut==2.2rc2
pip install -U \
    -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 \
    wxPython
obsee commented 3 years ago

I think the deeplabcut installation is successful. But starting deeplabcut produced errors.

(DLC-GPU) biopsych@biopsych:~$ python -m deeplabcut
Traceback (most recent call last):
  File "/home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/runpy.py", line 183, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/runpy.py", line 142, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/runpy.py", line 109, in _get_module_details
    __import__(pkg_name)
  File "/home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/deeplabcut/__init__.py", line 14, in <module>
    import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
obsee commented 3 years ago

And above command only installed not using gui version? The installation gui version the same error message appears.

Rolling back uninstall of wxPython
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/helpviewer
   from /tmp/pip-uninstall-g22152od/helpviewer
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/img2png
   from /tmp/pip-uninstall-g22152od/img2png
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/img2py
   from /tmp/pip-uninstall-g22152od/img2py
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/img2xpm
   from /tmp/pip-uninstall-g22152od/img2xpm
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/pycrust
   from /tmp/pip-uninstall-g22152od/pycrust
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/pyshell
   from /tmp/pip-uninstall-g22152od/pyshell
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/pyslices
   from /tmp/pip-uninstall-g22152od/pyslices
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/pyslicesshell
   from /tmp/pip-uninstall-g22152od/pyslicesshell
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/pywxrc
   from /tmp/pip-uninstall-g22152od/pywxrc
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/wxdemo
   from /tmp/pip-uninstall-g22152od/wxdemo
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/wxdocs
   from /tmp/pip-uninstall-g22152od/wxdocs
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/bin/wxget
   from /tmp/pip-uninstall-g22152od/wxget
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/wx
   from /home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/~x
  Moving to /home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/wxPython-4.1.1-py3.7.egg-info
   from /home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/~xPython-4.1.1-py3.7.egg-info
ERROR: Command errored out with exit status 1: /home/biopsych/anaconda3/envs/DLC-GPU/bin/python3.7 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-v2dkf4xy/wxpython_3c70ada6c45a40629e07393baa1b317c/setup.py'"'"'; __file__='"'"'/tmp/pip-install-v2dkf4xy/wxpython_3c70ada6c45a40629e07393baa1b317c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-to1rwjjv/install-record.txt --single-version-externally-managed --compile --install-headers /home/biopsych/anaconda3/envs/DLC-GPU/include/python3.7m/wxpython Check the logs for full command output.
MMathisLab commented 3 years ago

@obsee please always use the ``` (three acent marks to frame the code; please see the issues I edited for you).

Also, don't uninstall deeplabcut/ only install TF then it will work. You need to get the wheels for linux, please see the wxPython docs for more information if you have more questions; it's very hard to know what is going on in your environment.

obsee commented 3 years ago

Thanks for your comments. I already installed TF. I can see the gui for the maDeepLabcut. But new project is not able to generated and saved, showing this as below.

rtion 'G_IS_OBJECT (object)' fa (main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.477: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.477: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.478: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.479: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.479: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.480: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.481: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.481: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.482: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.483: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.483: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.484: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.484: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.485: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.485: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.486: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:18.486: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.138: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.138: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.138: Error loading theme icon 'text-x-generic' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.138: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.138: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.139: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.139: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.143: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.143: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.143: Error loading theme icon 'text-x-generic' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.143: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.143: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.144: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.144: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.144: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.145: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.145: Error loading theme icon 'text-x-generic' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.145: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.145: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.145: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.145: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.149: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.149: Error loading theme icon 'gtk-edit' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.149: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.149: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.149: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.149: Error loading theme icon 'folder' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.149: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.149: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.153: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.153: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.153: Error loading theme icon 'image-missing' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.153: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.153: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.153: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.154: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.154: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.154: Error loading theme icon 'image-missing' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.155: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.155: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.155: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.158: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.159: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.161: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.161: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.161: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.162: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.164: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.164: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.165: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.165: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.166: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.166: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.167: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.167: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.168: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.168: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.169: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.169: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.170: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.170: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.171: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.176: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.176: Error loading theme icon 'gtk-edit' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.176: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.176: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.177: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.177: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.177: Error loading theme icon 'image-missing' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.177: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.177: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.177: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.177: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.177: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.177: Error loading theme icon 'image-missing' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.177: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.177: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.177: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.179: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.179: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.179: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.179: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.179: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.179: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.180: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.180: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.180: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.180: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.180: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.180: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.181: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.181: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.181: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.181: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.181: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.181: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.181: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.181: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.182: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.182: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.182: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.182: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.182: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.182: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.184: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.184: Error loading theme icon 'gtk-edit' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.184: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.184: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.184: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.185: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.185: Error loading theme icon 'image-missing' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.185: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.185: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.185: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.185: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:26.185: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:26.185: Error loading theme icon 'image-missing' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:26.185: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.185: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:26.185: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Created "/home/biopsych/Desktop/RI-YHG-2021-07-01/videos" Created "/home/biopsych/Desktop/RI-YHG-2021-07-01/labeled-data" Created "/home/biopsych/Desktop/RI-YHG-2021-07-01/training-datasets" Created "/home/biopsych/Desktop/RI-YHG-2021-07-01/dlc-models" Copying the videos /home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/deeplabcut/create_project/new.py:180: UserWarning: No valid videos were found. The project was not created... Verify the video files and re-create the project. "No valid videos were found. The project was not created... "

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:32.792: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:32.792: Error loading theme icon 'dialog-information' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:32.792: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:32.792: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:32.795: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:32.795: Error loading theme icon 'dialog-information' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:32.795: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:32.795: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(main.py:7801): GLib-GIO-CRITICAL **: 09:51:32.805: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(main.py:7801): Gtk-WARNING **: 09:51:32.805: Error loading theme icon 'dialog-information' for stock: Failed to load icon

(main.py:7801): Gtk-CRITICAL **: 09:51:32.805: render_fallback_image: assertion 'pixbuf != NULL' failed

(main.py:7801): GLib-GObject-CRITICAL **: 09:51:32.805: g_object_ref: assertion 'G_IS_OBJECT (object)' failed Traceback (most recent call last): File "/home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/deeplabcut/gui/create_new_project.py", line 390, in create_new_project cfg = auxiliaryfunctions.read_config(self.cfg) File "/home/biopsych/anaconda3/envs/DLC-GPU/lib/python3.7/site-packages/deeplabcut/utils/auxiliaryfunctions.py", line 191, in read_config "Config file is not found. Please make sure that the file exists and/or that you passed the path of the config file correctly!" FileNotFoundError: Config file is not found. Please make sure that the file exists and/or that you passed the path of the config file correctly! ^C