findatapy icon indicating copy to clipboard operation
findatapy copied to clipboard

No module named 'setuptools.wheel' after installing

Open yomoko opened this issue 7 years ago • 10 comments

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

yomoko avatar Dec 09 '17 05:12 yomoko

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

saeedamen avatar Dec 12 '17 10:12 saeedamen

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

yomoko avatar Dec 12 '17 13:12 yomoko

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

saeedamen avatar Dec 12 '17 14:12 saeedamen

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

yomoko avatar Dec 12 '17 16:12 yomoko

I solved the problem by install Visual C++

yomoko avatar Dec 13 '17 15:12 yomoko

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

yomoko avatar Dec 13 '17 15:12 yomoko

pip install --upgrade setuptools

whuhit avatar Jan 07 '18 14:01 whuhit

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

saeedamen avatar Jan 07 '18 14:01 saeedamen

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 ]

INKWWW avatar Apr 16 '19 03:04 INKWWW

pip install --upgrade setuptools

Thanks! It helped me a lot!

JerrryNie avatar Nov 30 '19 02:11 JerrryNie