Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Anaconda's pip not finding 'transducers' #2

Open
rebcabin opened this issue Feb 14, 2017 · 1 comment
Open

Anaconda's pip not finding 'transducers' #2

rebcabin opened this issue Feb 14, 2017 · 1 comment

Comments

@rebcabin
Copy link

I had transducers working on Python 2.7.13 on Mac El Capitan, but was forced to move to Anaconda 1.6.0 with Python 3 for collaboration.

I get this

$ ~/anaconda/bin/pip install --use-wheel --pre transducers

Collecting transducers
Could not find a version that satisfies the requirement transducers (from versions: )
No matching distribution found for transducers

No idea how to proceed.

Here are some details:

$ ~/anaconda/bin/pip --version

pip 9.0.1 from /Users/xxxxxx/anaconda/lib/python3.6/site-packages (python 3.6)

$ which python

/Users/xxxxxx/anaconda/bin/python

$ python --version

Python 3.6.0 :: Anaconda 4.3.0 (x86_64)

@rebcabin
Copy link
Author

to work around, I cloned this repo, then did

python ./setup.py install

in my repo's directory. I'll leave this issue open because I think you intend conda install transducers to work without having to send users looking for this more primitive method of installation (though it may be common knowledge --- I'm kinda new to Python).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant