-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
No module named 'setuptools.wheel' after installing #17
Comments
Have you tried installing setuptools package? Eg. pip install setuptools |
@saeedamen No, I think it came with anaconda. My setuptools version is 36.5.0.post20170921 |
@yomoko how have you tried to install findatapy (was it using pip install git+https://github.com/cuemacro/findatapy.git)? |
@saeedamen Yes, I did exactly what the instruction says. |
I solved the problem by install Visual C++ |
@saeedamen Is it possible to:
|
pip install --upgrade setuptools |
@yomoko sorry for the slow reply, I'm not sure if the underlying DukasCopy API allows downloading at different frequencies. You can however downsample the tick data using pandas, using .resample (and there's a variation of this for making OHLC bars too). |
Please insist on executing this command until the terminal tells you 'Successfully installed setuptools-41.0.0 (the newest version at present)' [ because I upgraded setuptools successfully by several times' attempts ] |
Thanks! It helped me a lot! |
I can't install findatapy. It has the following error. Why is that? Thanks.
The text was updated successfully, but these errors were encountered: