-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install pipeline-live Windows #27
Comments
Hi, |
Thanks, I'll do both. |
Hi! I am getting the same error but I am trying to still pipeline-live in python 3.6 on a MAC. is there any way I could install it without the visual studio build tools? |
what are the errors you get? |
I tried to install it using conda install in a python 3.6 environment and it appears the following: PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
I also tried to install it using pip (python3.6) install but it does not appear as a package when working in PyCharm |
Hi, |
I just installed pylivetrader using 3 channels (conda-forge, Quantopian, alpacahq) and conda create -n pylivetraderenv pylivetrader. The environment is pretty outdated (Python 3.5.5, Pylivetrader 0.0.20, Websockets 6.0) but it appears to work on the very basic algos. However, I just tried to pip install pipeline-live but it failed to install. The install seemed to go pretty far but the error came right at the end. I'll paste the error below. Any thoughts or help would be greatly appreciated!
sing cached tables-3.6.1.tar.gz (4.6 MB)
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Owner\Anaconda3\envs\pylivetraderenv\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owner\AppData\Local\Temp\pip-install-f95bg5wp\tables\setup.py'"'"'; file='"'"'C:\Users\Owner\AppData\Local\Temp\pip-install-f95bg5wp\tables\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Owner\AppData\Local\Temp\pip-pip-egg-info-qz8_dtxw'
cwd: C:\Users\Owner\AppData\Local\Temp\pip-install-f95bg5wp\tables
Complete output (29 lines):
* Using Python 3.5.5 | packaged by conda-forge | (default, Jul 24 2018, 01:52:17) [MSC v.1900 64 bit (AMD64)]
* USE_PKGCONFIG: False
* Found conda env:
C:\Users\Owner\Anaconda3\envs\pylivetraderenv
Traceback (most recent call last):
File "C:\Users\Owner\Anaconda3\envs\pylivetraderenv\lib\site-packages\setuptools\msvc.py", line 489, in _find_latest_available_vc_ver
return self.find_available_vc_vers()[-1]
IndexError: list index out of range
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered: