Skip to content
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

Open
yomoko opened this issue Dec 9, 2017 · 10 comments
Open

No module named 'setuptools.wheel' after installing #17

yomoko opened this issue Dec 9, 2017 · 10 comments

Comments

@yomoko
Copy link

yomoko commented Dec 9, 2017

I can't install findatapy. It has the following error. Why is that? Thanks.
image

@saeedamen
Copy link
Contributor

Have you tried installing setuptools package? Eg. pip install setuptools

@yomoko
Copy link
Author

yomoko commented Dec 12, 2017

@saeedamen No, I think it came with anaconda. My setuptools version is 36.5.0.post20170921

@saeedamen
Copy link
Contributor

@yomoko how have you tried to install findatapy (was it using pip install git+https://github.com/cuemacro/findatapy.git)?

@yomoko
Copy link
Author

yomoko commented Dec 12, 2017

@saeedamen Yes, I did exactly what the instruction says.
image
image
image

@yomoko
Copy link
Author

yomoko commented Dec 13, 2017

I solved the problem by install Visual C++

@yomoko yomoko closed this as completed Dec 13, 2017
@yomoko yomoko reopened this Dec 13, 2017
@yomoko
Copy link
Author

yomoko commented Dec 13, 2017

@saeedamen Is it possible to:

  1. Change dukascopy frequency to 4 hour, 1 day so on? Now only tick data is available.
  2. Make the day interval begin at 17:00 New York time, instead of 00:00 GMT?
  3. d/l high, open, low, close also. Now only bid and ask available.

@whuhit
Copy link

whuhit commented Jan 7, 2018

pip install --upgrade setuptools

@saeedamen
Copy link
Contributor

@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).

@INKWWW
Copy link

INKWWW commented Apr 16, 2019

pip install --upgrade setuptools

pip install --upgrade setuptools

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 ]

@JerrryNie
Copy link

pip install --upgrade setuptools

Thanks! It helped me a lot!

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

No branches or pull requests

5 participants