Hi,
I have a 64-bit Windows 8.1 with conda ver 4.0.5., and I am trying to install zipline via Anaconda3 on Windows. When I use the lines
conda install -c Quantopian zipline
or
conda install --channel https://conda.anaconda.org/Quantopian zipline
I get the following error
Fetching package metadata... Solving package specification..
Error: package missing in current win-64 channels:
-zipline
However, if I run the search command
anaconda search -t conda zipline
I can see that Quantopian/zipline has a win-64 compatible package.
Is there something I'm doing wrong? Is there an alternative way to install? I am trying to install zipline to work with PyCharm.
--channel https://conda.anaconda.org/quantopian/label/ci
conda install --channel https://conda.anaconda.org/Quantopian/label/ci zipline
- zipline -> bcolz >=0.12.1
- zipline -> logbook >=0.12.5
- zipline -> cyordereddict >=0.2.2
conda install -c Quantopian bcolz
--
You received this message because you are subscribed to the Google Groups "Zipline Python Opensource Backtester" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zipline+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Using Anaconda Cloud api site https://api.anaconda.org
Fetching package metadata: ........
Solving package specifications: ...................................
Error: Unsatisfiable package specifications.
Generating hint:
[ COMPLETE ]|##################################################| 100%
Hint: the following packages conflict with each other:
- zipline
- python 3.5*
Use 'conda info zipline' etc. to see the dependencies for each package.
Note that the following features are enabled:
- vc14
conda create -n python34env python=3.4 zipline -c quantopian -c https://conda.anaconda.org/quantopian/label/ci