@petronny I try to upgrade to 2019.07. during build package, it report:
Unpacking payload ... [7559] mod is NULL - structTraceback (most recent call last): File "/spare/local/nwani/pyinstaller_stuff/dev/lib/python3.6/struct.py", line 13, in <module> ModuleNotFoundError: No module named '_struct' [7559] mod is NULL - pyimod02_archiveTraceback (most recent call last): File "/spare/local/nwani/pyinstaller_stuff/dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod02_archive.py", line 28, in <module> ModuleNotFoundError: No module named 'struct' [7559] mod is NULL - pyimod03_importersTraceback (most recent call last): File "/spare/local/nwani/pyinstaller_stuff/dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 24, in <module> ModuleNotFoundError: No module named 'pyimod02_archive' Traceback (most recent call last): File "site-packages/PyInstaller/loader/pyiboot01_bootstrap.py", line 15, in <module> ModuleNotFoundError: No module named 'pyimod03_importers' [7559] Failed to execute script pyiboot01_bootstrap ERROR: could not extract tar starting at offset 000000000000020980+9231072+2
the package's sha256sum is good.
Pinned Comments
mgd commented on 2024-08-08 11:19 (UTC)
I had to set CRYPTOGRAPHY_OPENSSL_NO_LEGACY=true in the environment to start Anaconda. While this is easy to research it might be helpful to add this by default or at least emit a note stating that.
carlosal1015 commented on 2022-09-03 23:07 (UTC) (edited on 2023-07-15 17:00 (UTC) by carlosal1015)
Important note: This is the way how to upgrade.
Suppose that we have this line in
~/.bashrc
or~/.zshrc
or etc.Changelog: https://docs.anaconda.com/free/anaconda/reference/release-notes
petronny commented on 2020-08-19 10:36 (UTC) (edited on 2023-12-12 12:23 (UTC) by petronny)
This PKGBUILD is tested with
extra-x86_64-build
.If you get any problem when build this package, you can try the prebuilt binary from the arch4edu repository. It's also built with
extra-x86_64-build
.