my conda environment is spewing a lot of error when i try to run sharpy. i am susspecting my conda environment is installed wrongly. would somebody mind to explain the pkgbuild to me so i can reinstall in another way?
Search Criteria
Package Details: anaconda 2024.10.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/anaconda.git (read-only, click to copy) |
---|---|
Package Base: | anaconda |
Description: | Simplifies package management and deployment of Anaconda |
Upstream URL: | https://anaconda.com |
Licenses: | custom |
Provides: | conda |
Submitter: | flexiondotorg |
Maintainer: | carlosal1015 (petronny, AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 110 |
Popularity: | 0.069604 |
First Submitted: | 2013-06-24 14:51 (UTC) |
Last Updated: | 2024-10-24 08:33 (UTC) |
Dependencies (14)
- alsa-lib (optional) – for Anaconda Navigator support
- libglvnd (libglvnd-gitAUR) (optional) – for Anaconda Navigator support
- libxau (optional) – for Anaconda Navigator support
- libxcomposite (optional) – for Anaconda Navigator support
- libxcursor (optional) – for Anaconda Navigator support
- libxdamage (optional) – for Anaconda Navigator support
- libxfixes (optional) – for Anaconda Navigator support
- libxi (libxi-gitAUR) (optional) – for Anaconda Navigator support
- libxrandr (libxrandr-gitAUR) (optional) – for Anaconda Navigator support
- libxrender (optional) – for Anaconda Navigator support
- libxss (optional) – for Anaconda Navigator support
- libxtst (optional) – for Anaconda Navigator support
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (optional) – for Anaconda Navigator support
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – for
Required by (1)
- python-conda-pack (requires conda)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »
x3oo commented on 2021-08-22 18:01 (UTC)
x3oo commented on 2021-08-20 13:42 (UTC) (edited on 2021-08-20 13:45 (UTC) by x3oo)
(1/1) checking available disk space [####################] 100% warning: could not get file information for opt/anaconda/conda-meta/conda-4.10.1-py38h06a4308_1.json warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/ warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/PKG-INFO warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/SOURCES.txt warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/dependency_links.txt warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/entry_points.txt warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/not-zip-safe warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/requires.txt warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/top_level.txt warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda/_vendor/tqdm/pycache/_version.cpython-38.pyc warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda/_vendor/tqdm/_version.py
get this warning with pacaur -S anaconda.
help appreciated
ls -l /opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/ total 16 -rw-rw-r-- 2 root root 1 Aug 20 15:20 dependency_links.txt -rw-rw-r-- 2 root root 51 Aug 20 15:20 entry_points.txt -rw-rw-r-- 2 root root 1 Aug 20 15:20 not-zip-safe -rw-rw-r-- 2 root root 1347 Aug 20 15:20 PKG-INFO -rw-rw-r-- 2 root root 143 Aug 20 15:20 requires.txt -rw-rw-r-- 2 root root 8219 Aug 20 15:20 SOURCES.txt -rw-rw-r-- 2 root root 26 Aug 20 15:20 top_level.txt
Wings-Fantasy commented on 2021-06-09 14:27 (UTC) (edited on 2021-06-09 14:29 (UTC) by Wings-Fantasy)
Run command:
conda env list
First return to the warning:
/opt/anaconda/lib/python3.8/site-packages/binstar_client/requests_ext.py:124:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if mode is 0:
/opt/anaconda/lib/python3.8/site-packages/binstar_client/requests_ext.py:130:
SyntaxWarning: "is" with a literal. Did you mean "=="?
elif mode is 2:
Then it returned the expected result
how to solve this problem?
khampf commented on 2021-05-20 14:05 (UTC)
anaconda 2021.05 does not seem compatible with jupyter notebooks from previous versions?!?!?
TypeError: Cannot interpret '<attribute 'dtype' of 'numpy.generic' objects>' as a data type
Maxnet commented on 2021-04-23 07:38 (UTC)
Hello, thanks for this package. I just installed it on Manjaro-KDE and had a little bug: Anaconda-navigator did not show its gui up, before I installed the dependencies from here: https://docs.anaconda.com/anaconda/install/linux/ You may include the dependencies here, maybe as optional?
kunzaatko commented on 2020-12-10 22:34 (UTC)
After installing, the clear
command did not work. To reiterate the /opt/anaconda/bin/clear
did not work. It returned with
terminals database is inaccessible
I tried in zsh
, bash
and in fish
. After deleting the file /opt/anaconda/bin/clear
it works as normal. Could this possibly be a problem with the installation and should I also check other commands, that are now deprecated in the path by the anaconda
binaries? Thank you!
Anurta commented on 2020-09-18 05:02 (UTC) (edited on 2020-09-18 21:28 (UTC) by Anurta)
<anaconda3-2020.07-Linux-x86_64.sh> Navigator not initializing..
Im using Arch rolling release and this was my fix:
Went to Files (clicked "show hidden")and opened: /home/anaconda3/lib/python3.8/site-packages/anaconda_navigator/api/external_apps/vscode.py
Went down to lines 168,169,170, and deleted all of their contents, saved and exited..
Works fine now! Reinstall, 'not required'. (I would make a copy of "vscode.py" and put it in documents, before changing anything, that way you can just delete the modified version if it doesn't work, then replace it with the original copy.) ...........................................................
168= if DISTRO_NAME in ['ubuntu', 'debian']:
169= -pkg-type = 'deb'
170= else:
DavidMLS commented on 2020-08-22 16:06 (UTC)
As I was having quite a few problems with this what I did was to use a modified version of PKGBUILD since it was having problems with installing in /opt/ and instead installed it to ~/bin. I also had to change the owner and group of the anaconda folder to myself.
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
.
DavidMLS commented on 2020-08-19 05:19 (UTC) (edited on 2020-08-19 05:19 (UTC) by DavidMLS)
I have a similar problem to @SSYH but for anaconda-2020.07-2:
-> Installing anaconda to /opt/anaconda
PREFIX=/home/david/.cache/yay/anaconda/pkg/anaconda/opt/anaconda
Unpacking payload ...
[44274] mod is NULL - structTraceback (most recent call last):
File "/tmp/build/80754af9/conda-standalone_1589923017531/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/python3.8/struct.py", line 13, in <module>
ModuleNotFoundError: No module named '_struct'
[44274] mod is NULL - pyimod02_archiveTraceback (most recent call last):
File "/tmp/build/80754af9/conda-standalone_1589923017531/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/python3.8/site-packages/PyInstaller/loader/pyimod02_archive.py", line 30, in <module>
ModuleNotFoundError: No module named 'struct'
[44274] mod is NULL - pyimod03_importersTraceback (most recent call last):
File "/tmp/build/80754af9/conda-standalone_1589923017531/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/python3.8/site-packages/PyInstaller/loader/pyimod03_importers.py", line 26, in <module>
ModuleNotFoundError: No module named 'pyimod02_archive'
Traceback (most recent call last):
File "site-packages/PyInstaller/loader/pyiboot01_bootstrap.py", line 17, in <module>
ModuleNotFoundError: No module named 'pyimod03_importers'
[44274] Failed to execute script pyiboot01_bootstrap
Traceback (most recent call last):
File "entry_point.py", line 61, in <module>
FileNotFoundError: [Errno 2] No such file or directory: 'pkgs'
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
.