You are not logged in.

#1 2017-01-20 04:15:30

jddantes
Member
Registered: 2013-07-28
Posts: 39

[SOLVED] Conda binary missing?

I followed the comments here and here, so I did

git clone "https://aur.archlinux.org/python-conda.git"
cd python-conda
git checkout 8e0dfd4c6621e5ad64d5debc2c2b743e3c452059
makepkg -i

But then, conda seems to be not found. Here's the result of

pacman -Ql python-conda | grep bin
python-conda /usr/bin/
python-conda /usr/bin/activate
python-conda /usr/bin/deactivate
python-conda /usr/lib/python3.6/site-packages/conda_env/specs/__pycache__/binstar.cpython-36.opt-1.pyc
python-conda /usr/lib/python3.6/site-packages/conda_env/specs/__pycache__/binstar.cpython-36.pyc
python-conda /usr/lib/python3.6/site-packages/conda_env/specs/binstar.py

So, activate and deactivate are there, but no conda.

Last edited by jddantes (2017-01-25 14:35:22)

Offline

#2 2017-01-20 05:51:11

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] Conda binary missing?

Moving to AUR issues.

Offline

#3 2017-01-24 22:46:53

CyReVolt
Member
From: Essen, Germany
Registered: 2017-01-10
Posts: 2
Website

Re: [SOLVED] Conda binary missing?

Sorry, I couldn't reproduce this. However, I have "fixed" the install part of the package now, using a "testing" installation because they changed it in upstream for some reason such that the regular install provides no binaries. Please check if it's ok for you now. smile

Offline

#4 2017-01-25 14:35:06

jddantes
Member
Registered: 2013-07-28
Posts: 39

Re: [SOLVED] Conda binary missing?

Thanks, working now.

Don't know what was wrong before, perhaps missed installing the dependencies properly (are python-pip and python-setuptools required? I used makepkg -sri before so they were removed after installing ruamel). I upgraded my system, reinstalled everything (python-conda and dependencies) and it seems to work now.

Marking as solved, thanks again.

Offline

Board footer

Powered by FluxBB