Code Monkey home page Code Monkey logo

Comments (8)

brentvollebregt avatar brentvollebregt commented on September 27, 2024 1

Based on this traceback,

Traceback (most recent call last):
 File "uploadergenius.py", line 75, in <module>
 File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
 File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
 File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
 File "<frozen importlib._bootstrap_external>", line 883, in exec_module
 File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
 File "src\accountTablecrud.py", line 21, in <module>
 File "UltraDict\UltraDict.py", line 453, in __init__
 File "UltraDict\UltraDict.py", line 109, in __init__
 File "atomics\_impl\atomic\funcs.py", line 109, in atomicview
 File "atomics\_impl\atomic\bytes.py", line 22, in __init__
 File "atomics\_impl\atomic\base.py", line 74, in __init__
 File "atomics\_impl\patomic.py", line 110, in ops
 File "atomics\_impl\patomic.py", line 106, in _create_explicit
 File "atomics\_impl\patomic.py", line 87, in _get_lib
FileNotFoundError: Could not find patomic lib in atomics._clib

It looks like this is an issue with the atomics library. It's trying to find patomic in atomics._clib. Looking at the GitHub repo, the README file in atomics._clib says that patomic.dll is added during the install.

Can you try adding "atomics" to --collect-all in the advanced tab - this may pick up binaries missing.

from auto-py-to-exe.

github-actions avatar github-actions commented on September 27, 2024

👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.

Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.

from auto-py-to-exe.

wanghaisheng avatar wanghaisheng commented on September 27, 2024

yes I have read the help post

from auto-py-to-exe.

wanghaisheng avatar wanghaisheng commented on September 27, 2024

@brentvollebregt when add it log like this

Running auto-py-to-exe v2.42.0
Building directory: C:\Users\thsm_\AppData\Local\Temp\tmp2tg8r1ua
Provided command: pyinstaller --noconfirm --onedir --console --icon "D:/workspace/tiktoka/tiktoka-studio-uploader-genius/assets/icon.ico" --add-data "D:/workspace/tiktoka/tiktoka-studio-uploader-genius/assets;assets/" --add-data "D:/workspace/tiktoka/tiktoka-studio-uploader-genius/locales;locales/" --add-data "D:/workspace/tiktoka/tiktoka-studio-uploader-genius/src;src/" --add-data "D:/workspace/tiktoka/tiktoka-studio-uploader-genius/static;static/" --collect-all "atomics"  "D:/workspace/tiktoka/tiktoka-studio-uploader-genius/uploadergenius.py"
Recursion Limit is set to 5000
Executing: pyinstaller --noconfirm --onedir --console --icon D:/workspace/tiktoka/tiktoka-studio-uploader-genius/assets/icon.ico --add-data D:/workspace/tiktoka/tiktoka-studio-uploader-genius/assets;assets/ --add-data D:/workspace/tiktoka/tiktoka-studio-uploader-genius/locales;locales/ --add-data D:/workspace/tiktoka/tiktoka-studio-uploader-genius/src;src/ --add-data D:/workspace/tiktoka/tiktoka-studio-uploader-genius/static;static/ --collect-all atomics D:/workspace/tiktoka/tiktoka-studio-uploader-genius/uploadergenius.py --distpath C:\Users\thsm_\AppData\Local\Temp\tmp2tg8r1ua\application --workpath C:\Users\thsm_\AppData\Local\Temp\tmp2tg8r1ua\build --specpath C:\Users\thsm_\AppData\Local\Temp\tmp2tg8r1ua

409595 INFO: PyInstaller: 6.3.0
409598 INFO: Python: 3.10.10 (conda)
409606 INFO: Platform: Windows-10-10.0.22621-SP0
409609 INFO: wrote C:\Users\thsm_\AppData\Local\Temp\tmp2tg8r1ua\uploadergenius.spec
410850 INFO: Extending PYTHONPATH with paths
['D:\\workspace\\tiktoka\\tiktoka-studio-uploader-genius']
411365 INFO: Appending 'binaries' from .spec
411371 INFO: Appending 'datas' from .spec
411393 INFO: checking Analysis
411402 INFO: Building Analysis because Analysis-01.toc is non existent
411417 INFO: Reusing cached module dependency graph...
411469 INFO: Caching module graph hooks...
411678 INFO: Running Analysis Analysis-01.toc
411697 INFO: Looking for Python shared library...
411725 INFO: Using Python shared library: D:\program\miniconda\python310.dll
411728 INFO: Analyzing D:\workspace\tiktoka\tiktoka-studio-uploader-genius\uploadergenius.py
412786 INFO: Loading module hook 'hook-platform.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
412802 INFO: Loading module hook 'hook-sqlite3.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
413766 INFO: Loading module hook 'hook-multiprocessing.util.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
414042 INFO: Loading module hook 'hook-xml.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
414532 INFO: Loading module hook 'hook-pycparser.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
415177 INFO: Processing pre-safe import module hook distutils from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-distutils.py'.
415190 INFO: Processing pre-find module path hook distutils from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'.
415678 INFO: Loading module hook 'hook-distutils.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
415784 INFO: Loading module hook 'hook-distutils.util.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
415850 INFO: Loading module hook 'hook-sysconfig.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
416099 INFO: Loading module hook 'hook-setuptools.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
418594 INFO: Loading module hook 'hook-importlib_metadata.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
418976 INFO: Loading module hook 'hook-packaging.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
419954 INFO: Loading module hook 'hook-pkg_resources.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
422803 INFO: Loading module hook 'hook-psutil.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
423859 INFO: Loading module hook 'hook-zmq.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
425174 INFO: Loading module hook 'hook-difflib.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
426270 INFO: Processing pre-safe import module hook six.moves from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-six.moves.py'.
426549 INFO: Loading module hook 'hook-platformdirs.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
426727 INFO: Loading module hook 'hook-IPython.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
428811 INFO: Loading module hook 'hook-xml.dom.domreg.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
429125 INFO: Loading module hook 'hook-matplotlib.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
429582 INFO: Loading module hook 'hook-numpy.py' from 'D:\\program\\miniconda\\Lib\\site-packages\\numpy\\_pyinstaller'...
429669 WARNING: Conda distribution 'numpy', dependency of 'numpy', was not found. If you installed this distribution with pip then you may ignore this warning.
431807 INFO: Processing pre-safe import module hook gi from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-gi.py'.
431906 INFO: Loading module hook 'hook-PIL.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
432144 INFO: Loading module hook 'hook-PIL.Image.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
433321 INFO: Loading module hook 'hook-PIL.ImageFilter.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
434223 INFO: Loading module hook 'hook-jinja2.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
437578 INFO: Loading module hook 'hook-matplotlib.backends.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
438357 INFO: Loading module hook 'hook-certifi.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
438426 INFO: Loading module hook 'hook-pygments.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
443052 INFO: Loading module hook 'hook-cryptography.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
445490 INFO: Loading module hook 'hook-bcrypt.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
446368 INFO: Loading module hook 'hook-wcwidth.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
447715 INFO: Loading module hook 'hook-jedi.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
449184 INFO: Loading module hook 'hook-parso.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
450822 INFO: Loading module hook 'hook-nbformat.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
451043 INFO: Loading module hook 'hook-jsonschema.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
451209 INFO: Loading module hook 'hook-jsonschema_specifications.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
451327 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-urllib3.packages.six.moves.py'.
451853 INFO: Loading module hook 'hook-charset_normalizer.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
453383 INFO: Loading module hook 'hook-pycountry.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
454122 INFO: Loading module hook 'hook-playwright.async_api.py' from 'D:\\program\\miniconda\\lib\\site-packages\\playwright\\_impl\\__pyinstaller'...
455383 INFO: Loading module hook 'hook-playwright.sync_api.py' from 'D:\\program\\miniconda\\lib\\site-packages\\playwright\\_impl\\__pyinstaller'...
455931 INFO: Loading module hook 'hook-selenium.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
457198 INFO: Loading module hook 'hook-pandas.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
459548 INFO: Loading module hook 'hook-pytz.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
460956 INFO: Loading module hook 'hook-pandas.io.formats.style.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
462587 INFO: Loading module hook 'hook-scipy.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
462815 INFO: Loading module hook 'hook-scipy.linalg.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
463399 INFO: Loading module hook 'hook-scipy.sparse.csgraph.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
465660 INFO: Loading module hook 'hook-scipy.spatial.transform.rotation.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
469714 INFO: Loading module hook 'hook-pandas.plotting.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
470746 INFO: Loading module hook 'hook-openpyxl.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
470943 INFO: Loading module hook 'hook-lxml.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
471968 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
473594 INFO: Loading module hook 'hook-sqlalchemy.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
479816 INFO: Loading module hook 'hook-imageio.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
481159 INFO: Loading module hook 'hook-imageio_ffmpeg.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
481328 INFO: Loading module hook 'hook-moviepy.video.fx.all.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
482696 INFO: Loading module hook 'hook-moviepy.audio.fx.all.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
484136 INFO: Loading module hook 'hook-zoneinfo.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
484240 INFO: Loading module hook 'hook-idlelib.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
485811 INFO: Loading module hook 'hook-pydantic.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
488075 INFO: Loading module hook 'hook-anyio.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
489811 INFO: Loading module hook 'hook-regex.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
496389 INFO: Loading module hook 'hook-pystray.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
497353 INFO: Analyzing hidden import 'atomics.base'
497361 INFO: Analyzing hidden import 'atomics.ctx'
497377 INFO: Analyzing hidden import 'atomics.exc'
497392 INFO: Analyzing hidden import 'atomics.view'
497408 INFO: Processing module hooks...
498212 INFO: Loading module hook 'hook-lxml.etree.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
498294 INFO: Loading module hook 'hook-lxml.isoschematron.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
498336 INFO: Loading module hook 'hook-gevent.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
499871 INFO: Loading module hook 'hook-zope.interface.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
500268 INFO: Loading module hook 'hook-encodings.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
502543 INFO: Loading module hook 'hook-heapq.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
502556 INFO: Loading module hook 'hook-matplotlib.backends.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
502572 INFO: Matplotlib backend selection method: automatic discovery of used backends
502619 INFO: Discovered Matplotlib backend(s) via `matplotlib.use()` call in module 'imageio.plugins._tifffile': ['TkAgg']
502634 INFO: The following Matplotlib backends were discovered by scanning for `matplotlib.use()` calls: ['TkAgg']. If your backend of choice is not in this list, either add a `matplotlib.use()` call to your code, or configure the backend collection via hook options (see: https://pyinstaller.org/en/stable/hooks-config.html#matplotlib-hooks).
502650 INFO: Selected matplotlib backends: ['TkAgg']
502902 INFO: Loading module hook 'hook-pickle.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
503273 INFO: Loading module hook 'hook-PIL.SpiderImagePlugin.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
506510 INFO: Loading module hook 'hook-scipy.special._ellip_harm_2.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
506518 INFO: Loading module hook 'hook-scipy.special._ufuncs.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
506534 INFO: Loading module hook 'hook-scipy.stats._stats.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
506593 INFO: Loading module hook 'hook-setuptools.msvc.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
507421 INFO: Loading module hook 'hook-setuptools._distutils.command.check.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
507630 INFO: Loading module hook 'hook-sqlalchemy.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
509134 INFO: Loading module hook 'hook-_tkinter.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
509151 INFO: checking Tree
509166 INFO: Building Tree because Tree-03.toc is non existent
509182 INFO: Building Tree Tree-03.toc
509251 INFO: checking Tree
509260 INFO: Building Tree because Tree-04.toc is non existent
509275 INFO: Building Tree Tree-04.toc
509301 INFO: checking Tree
509306 INFO: Building Tree because Tree-05.toc is non existent
509321 INFO: Building Tree Tree-05.toc
509341 INFO: Loading module hook 'hook-lxml.objectify.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
509347 INFO: Loading module hook 'hook-tzdata.py' from 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
510750 INFO: Performing binary vs. data reclassification (5614 entries)
512434 INFO: Looking for ctypes DLLs
512591 INFO: Analyzing run-time hooks ...
512639 INFO: Including run-time hook 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py'
512666 INFO: Processing pre-find module path hook _pyi_rth_utils from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-_pyi_rth_utils.py'.
512676 INFO: Loading module hook 'hook-_pyi_rth_utils.py' from 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks'...
512691 INFO: Including run-time hook 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py'
512708 INFO: Including run-time hook 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_setuptools.py'
512723 INFO: Including run-time hook 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py'
512742 INFO: Including run-time hook 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_mplconfig.py'
512764 INFO: Including run-time hook 'D:\\program\\miniconda\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\pyi_rth_traitlets.py'
512785 INFO: Including run-time hook 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py'
512805 INFO: Including run-time hook 'D:\\program\\miniconda\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth__tkinter.py'
513363 INFO: Looking for dynamic libraries
519556 INFO: Extra DLL search directories (AddDllDirectory): ['D:\\program\\miniconda\\lib\\site-packages\\pyzmq.libs', 'D:\\program\\miniconda\\lib\\site-packages\\numpy.libs', 'D:\\program\\miniconda\\lib\\site-packages\\matplotlib.libs', 'D:\\program\\miniconda\\lib\\site-packages\\matplotlib.libs', 'D:\\program\\miniconda\\lib\\site-packages\\pandas.libs', 'D:\\program\\miniconda\\lib\\site-packages\\scipy.libs']
519561 INFO: Extra DLL search directories (PATH): []
524533 INFO: Warnings written to C:\Users\thsm_\AppData\Local\Temp\tmp2tg8r1ua\build\uploadergenius\warn-uploadergenius.txt
525378 INFO: Graph cross-reference written to C:\Users\thsm_\AppData\Local\Temp\tmp2tg8r1ua\build\uploadergenius\xref-uploadergenius.html
525784 INFO: checking PYZ
525794 INFO: Building PYZ because PYZ-01.toc is non existent
525809 INFO: Building PYZ (ZlibArchive) C:\Users\thsm_\AppData\Local\Temp\tmp2tg8r1ua\build\uploadergenius\PYZ-01.pyz
533539 INFO: Building PYZ (ZlibArchive) C:\Users\thsm_\AppData\Local\Temp\tmp2tg8r1ua\build\uploadergenius\PYZ-01.pyz completed successfully.
533704 INFO: checking PKG
533708 INFO: Building PKG because PKG-01.toc is non existent
533713 INFO: Building PKG (CArchive) uploadergenius.pkg
533907 INFO: Building PKG (CArchive) uploadergenius.pkg completed successfully.
533912 INFO: Bootloader D:\program\miniconda\lib\site-packages\PyInstaller\bootloader\Windows-64bit-intel\run.exe
533916 INFO: checking EXE
533932 INFO: Building EXE because EXE-01.toc is non existent
533935 INFO: Building EXE from EXE-01.toc
533951 INFO: Copying bootloader EXE to C:\Users\thsm_\AppData\Local\Temp\tmp2tg8r1ua\build\uploadergenius\uploadergenius.exe
533963 INFO: Copying icon to EXE
533972 INFO: Copying 0 resources to EXE
533978 INFO: Embedding manifest in EXE
533998 INFO: Appending PKG archive to EXE
534044 INFO: Fixing EXE headers
534247 INFO: Building EXE from EXE-01.toc completed successfully.
534484 INFO: checking COLLECT
534493 INFO: Building COLLECT because COLLECT-01.toc is non existent
534508 INFO: Building COLLECT COLLECT-01.toc
542741 INFO: Building COLLECT COLLECT-01.toc completed successfully.

Moving project to: D:\workspace\tiktoka\tiktoka-studio-uploader-genius\output
Complete.

error continues , now i use pyenv to manage a fresh env,weired thing is .Idont install UltraDict in requirements at all

(.venv)
thsm_@LAPTOP-13723GD7 MINGW64 /d/workspace/tiktoka/tiktoka-studio-uploader-genius (main)
$ pip uninstall UltraDict
WARNING: Skipping UltraDict as it is not installed.

image

from auto-py-to-exe.

wanghaisheng avatar wanghaisheng commented on September 27, 2024

and you can see my src code

this is source code for this i18n_json

https://github.com/search?q=repo%3Awanghaisheng%2Fjson-dict-in-memory%20UltraDict&type=code

image

from auto-py-to-exe.

brentvollebregt avatar brentvollebregt commented on September 27, 2024

When packaging to one directory, is patomic.dll in atomics/_clib after using --collect-all? You might have to search around for the folder.

Also I'll remove the bug label as this is only an issue with the library by the looks and not auto-py-to-exe.

from auto-py-to-exe.

github-actions avatar github-actions commented on September 27, 2024

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

from auto-py-to-exe.

github-actions avatar github-actions commented on September 27, 2024

Closing issue due to no activity in more than 60 days.

from auto-py-to-exe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.