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

Problems with setup.py #465

Closed
dr1ver1 opened this issue Nov 22, 2021 · 11 comments
Closed

Problems with setup.py #465

dr1ver1 opened this issue Nov 22, 2021 · 11 comments

Comments

@dr1ver1
Copy link
Contributor

dr1ver1 commented Nov 22, 2021

Hi Rob,

I hope you can help. I'm trying a new install on Linux (rather than directly in Windows). I'm running Ubuntu 20.04.3 LTS, although it is running within WSL (Windows Subsytem for Linux). MongoDB is already running on Ubuntu. I'm getting 2 "fatal error"s when I run setup.py, which seem related to mongodb, the output is pasted below.

Separately, I've also tried creating a 2nd copy of the project folder, where I tried running sudo pip3 install -r requirements.txt before the setup.py, as README.md implies running pip install first - but that generated a lot of errors, and I started going down a rabbit hole of getting whl files, and trying to install each dependency separetely, getting different errors each time.

What is the right approach for set up? Install requirements.txt before setup.py? Only install setup.py?

Also, I noticed that the setup.py file isn't quite in sync with the requirements.txt file. The following items are not in setup.py:
psutil==5.6.6
dataclasses==0.7; python_version < '3.7'
pytest>6.2
Flask>=2.0.1
Werkzeug>=2.0.1
cvxpy>=1.1.15
statsmodels==0.12.2

Here is the output for my setup.py install (without having run sudo pip3 install -r requirements.txt):

newadmin@DESKTOP:~/linuxprojects/pysystemtrade$ python3 -m venv .venv
newadmin@DESKTOP:~/linuxprojects/pysystemtrade$ source .venv/bin/activate
(.venv) newadmin@DESKTOP:~/linuxprojects/pysystemtrade$ python3 setup.py install
{'': ['/home/newadmin/linuxprojects/pysystemtrade/systems/provided/example/exampleconfig.yaml', '/home/newadmin/linuxprojects/pysystemtrade/systems/provided/example/simplesystemconfig.yaml', '/home/newadmin/linuxprojects/pysystemtrade/systems/provided/example/estimateexampleconfig.yaml', '/home/newadmin/linuxprojects/pysystemtrade/systems/provided/futures_chapter15/futuresconfig.yaml', '/home/newadmin/linuxprojects/pysystemtrade/systems/provided/futures_chapter15/futuresestimateconfig.yaml', '/home/newadmin/linuxprojects/pysystemtrade/data/test/csvconfig/instrumentconfig.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/AEX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/AUD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/BOBL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/SHATZ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/KR10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/GBP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/SOYBEAN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/US2.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/US10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/SMI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/JPY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/CRUDE_W.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/VIX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/CORN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/EUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/KR3.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/NASDAQ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/US5.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/NZD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/CAC.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/LIVECOW.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/OAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/SP500.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/PLAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/EUROSTX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/COPPER.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/MXP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/GAS_US.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/BTP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/PALLAD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/EDOLLAR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/LEANHOG.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/BUND.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/US20.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/V2X.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/WHEAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/GOLD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/test/adjusted_prices_csv/KOSPI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/fx_prices_csv/EURUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/fx_prices_csv/KRWUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/fx_prices_csv/CNHUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/fx_prices_csv/CADUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/fx_prices_csv/AUDUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/fx_prices_csv/CHFUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/fx_prices_csv/JPYUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/fx_prices_csv/SGDUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/fx_prices_csv/HKDUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/fx_prices_csv/GBPUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/csvconfig/moreinstrumentinfo.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/csvconfig/rollconfig.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/csvconfig/instrumentconfig.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-BANKS.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/NIFTY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/USIRS10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/SEK.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/AEX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/DJSTX-SMALL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/AUD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/IRON.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/KOSPI_mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/BOBL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-CHEM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/RUSSELL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/YENEUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/NIKKEI400.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/CAD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EURO600.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/FTSETAIWAN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/SHATZ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/KR10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-UTILS.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/R1000.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/GBP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/OATIES.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/BRE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-DIV30.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/TOPIX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-BASIC.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-RETAIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-INSURE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/CRUDE_W_mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/USIRS5.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/SOYMEAL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/GAS-LAST.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/GOLD_micro.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/GASOILINE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/SOYBEAN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/KRWUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/RICE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/BUXL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/US2.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/BBCOMM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/US10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/SMI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/JPY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/MSCISING.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/GBPEUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/CRUDE_W.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/VIX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/CORN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-TRAVEL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/HEATOIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/FTSECHINAH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/CHF.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/KR3.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/CNH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/NASDAQ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/SP500_micro.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/US5.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/GAS_US_mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-FOOD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/NZD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/CAC.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/LIVECOW.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/BONO.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/DOW.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/OAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/BTP3.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/NIKKEI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/SP500.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/PLAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/NOK.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EUROSTX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/COPPER.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-OIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/MUMMY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-TECH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/CHEESE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/INR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/BRENT-LAST.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/REDWHEAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/JGB.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/SILVER.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/US-REALESTATE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-HEALTH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/MXP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/GAS_US.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/KOSDAQ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/BTP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/RUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/SOYOIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/PALLAD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EU-AUTO.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/ETHEREUM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/EDOLLAR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/LEANHOG.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/US10U.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/FTSECHINAA.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/BUND.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/US20.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/US3.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/V2X.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/WHEAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/MILK.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/NASDAQ_micro.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/GOLD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/US30.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/KOSPI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/BITCOIN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/SP400.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/DAX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/adjusted_prices_csv/FEEDCOW.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-UTILS.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-BANKS.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/NIFTY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/USIRS10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-DJ-UTIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-MATERIAL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SEK.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-ENERGY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-MEDIA.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/AEX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/DJSTX-SMALL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/AUD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/IRON.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/KOSPI_mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/BOBL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-CHEM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/MID-DAX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/RUSSELL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/YENEUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-HOUSE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/NIKKEI400.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-DJ-OIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/CAD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EURO600.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/CH10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/FTSETAIWAN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SHATZ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/KR10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-UTILS.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/R1000.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/GBP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-INDUSTRY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/OATIES.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/BRE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-DIV30.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/TOPIX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-BASIC.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-RETAIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-INSURE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/CRUDE_W_mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EUROSTX200-LARGE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SOYMEAL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/GAS-LAST.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/JP-REALESTATE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/GOLD_micro.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/MILKDRY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/GASOILINE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SOYBEAN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/KRWUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/RICE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/COPPER-mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/BUXL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US2.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/BBCOMM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SMI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/ALUMINIUM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/JPY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/MSCISING.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/GBPEUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/CRUDE_W.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/VIX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/CORN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-TRAVEL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/HEATOIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/VNKI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/FTSECHINAH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/CHF.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/KR3.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/CNH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/NASDAQ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SP500_micro.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US5.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SMI-MID.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SGD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/GAS_US_mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-FOOD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/NZD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/CAC.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/LIVECOW.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/LUMBER.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/BONO.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/DOW.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/OAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/BTP3.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/NIKKEI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SP500.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/PLAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/FTSEINDO.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/NOK.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EUROSTX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/COPPER.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-OIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/MUMMY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-TECH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SGX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/CHEESE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/INR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EURCHF.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/BRENT-LAST.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/REDWHEAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-STAPLES.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-PROPERTY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/JGB.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/MSCIASIA.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-REALESTATE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SILVER.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-REALESTATE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-HEALTH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-HEALTH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/MXP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/GAS_US.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/KOSDAQ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/BTP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-DJ-TELECOM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/RUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SOYOIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/PALLAD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SOFR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-AUTO.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-MID.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/ETHEREUM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/JGB-SGX-mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EDOLLAR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/LEANHOG.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US10U.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/FTSECHINAA.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/BUND.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US20.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-DJ-TECH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EU-CONSTRUCTION.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US3.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/V2X.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/WHEAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/MILK.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-FINANCE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/NASDAQ_micro.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-DISCRETE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/GOLD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/USIRS5ERIS.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US30.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EUROSTX-SMALL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/EURIBOR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/KOSPI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/BITCOIN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/US-TECH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/SP400.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/DAX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/roll_calendars_csv/FEEDCOW.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-BANKS.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/NIFTY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/USIRS10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/SEK.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/AEX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/DJSTX-SMALL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/AUD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/IRON.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/KOSPI_mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/BOBL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-CHEM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/RUSSELL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/YENEUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/NIKKEI400.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/CAD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EURO600.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/FTSETAIWAN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/SHATZ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/KR10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-UTILS.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/R1000.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/GBP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/OATIES.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/BRE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-DIV30.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/TOPIX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-BASIC.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-RETAIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-INSURE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/CRUDE_W_mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/USIRS5.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/SOYMEAL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/GAS-LAST.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/GOLD_micro.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/GASOILINE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/SOYBEAN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/KRWUSD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/RICE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/BUXL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/US2.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/BBCOMM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/US10.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/SMI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/JPY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/MSCISING.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/GBPEUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/CRUDE_W.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/VIX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/CORN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-TRAVEL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/HEATOIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/FTSECHINAH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/CHF.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/KR3.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/CNH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/NASDAQ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/SP500_micro.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/US5.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/GAS_US_mini.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-FOOD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/NZD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/CAC.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/LIVECOW.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/BONO.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/DOW.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/OAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/BTP3.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/NIKKEI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/SP500.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/PLAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/NOK.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EUROSTX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/COPPER.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-OIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/MUMMY.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-TECH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/CHEESE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/INR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/BRENT-LAST.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/REDWHEAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/JGB.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/SILVER.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/US-REALESTATE.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-HEALTH.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/MXP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/GAS_US.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/KOSDAQ.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/BTP.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/RUR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/SOYOIL.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/PALLAD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EU-AUTO.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/ETHEREUM.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/EDOLLAR.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/LEANHOG.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/US10U.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/FTSECHINAA.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/BUND.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/US20.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/US3.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/V2X.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/WHEAT.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/MILK.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/NASDAQ_micro.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/GOLD.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/US30.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/KOSPI.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/BITCOIN.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/SP400.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/DAX.csv', '/home/newadmin/linuxprojects/pysystemtrade/data/futures/multiple_prices_csv/FEEDCOW.csv', '/home/newadmin/linuxprojects/pysystemtrade/sysbrokers/IB/ib_config_spot_FX.csv', '/home/newadmin/linuxprojects/pysystemtrade/sysbrokers/IB/ib_config_futures.csv', '/home/newadmin/linuxprojects/pysystemtrade/syscontrol/control_config.yaml', '/home/newadmin/linuxprojects/pysystemtrade/sysdata/config/defaults.yaml']}
running install
running bdist_egg
running egg_info
writing pysystemtrade.egg-info/PKG-INFO
writing dependency_links to pysystemtrade.egg-info/dependency_links.txt
writing requirements to pysystemtrade.egg-info/requires.txt
writing top-level names to pysystemtrade.egg-info/top_level.txt
reading manifest file 'pysystemtrade.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'sysinit/futures/config/*.csv'
writing manifest file 'pysystemtrade.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
copying systems/portfolio.py -> build/lib/systems
copying syscore/algos.py -> build/lib/syscore
copying syscore/genutils.py -> build/lib/syscore
copying syscore/pdutils.py -> build/lib/syscore
copying sysquant/estimators/exponential_correlation.py -> build/lib/sysquant/estimators
copying sysquant/estimators/generic_estimator.py -> build/lib/sysquant/estimators
copying sysquant/estimators/correlations.py -> build/lib/sysquant/estimators
copying sysquant/estimators/covariance.py -> build/lib/sysquant/estimators
copying sysquant/estimators/stdev_estimator.py -> build/lib/sysquant/estimators
copying sysquant/estimators/correlation_estimator.py -> build/lib/sysquant/estimators
copying sysquant/estimators/diversification_multipliers.py -> build/lib/sysquant/estimators
copying sysquant/optimisation/weights.py -> build/lib/sysquant/optimisation
copying sysquant/optimisation/optimisers/handcraft.py -> build/lib/sysquant/optimisation/optimisers
copying systems/accounts/pandl_calculators/pandl_cash_costs.py -> build/lib/systems/accounts/pandl_calculators
copying systems/provided/static_small_system_optimise/optimise_small_system.py -> build/lib/systems/provided/static_small_system_optimise
copying systems/provided/dynamic_small_system_optimise/greedy_algo.py -> build/lib/systems/provided/dynamic_small_system_optimise
copying systems/provided/dynamic_small_system_optimise/buffering.py -> build/lib/systems/provided/dynamic_small_system_optimise
copying systems/provided/dynamic_small_system_optimise/portfolio_weights_stage.py -> build/lib/systems/provided/dynamic_small_system_optimise
copying systems/provided/dynamic_small_system_optimise/optimised_positions_stage.py -> build/lib/systems/provided/dynamic_small_system_optimise
copying systems/provided/dynamic_small_system_optimise/optimisation.py -> build/lib/systems/provided/dynamic_small_system_optimise
copying systems/provided/dynamic_small_system_optimise/data_for_optimisation.py -> build/lib/systems/provided/dynamic_small_system_optimise
copying sysinit/futures/rollcalendars_from_arcticprices_to_csv.py -> build/lib/sysinit/futures
copying sysproduction/data/currency_data.py -> build/lib/sysproduction/data
copying sysproduction/data/prices.py -> build/lib/sysproduction/data
copying sysproduction/reporting/api.py -> build/lib/sysproduction/reporting
copying sysdata/arctic/arctic_multiple_prices.py -> build/lib/sysdata/arctic
copying sysexecution/stack_handler/fills.py -> build/lib/sysexecution/stack_handler
copying sysexecution/stack_handler/additional_sampling.py -> build/lib/sysexecution/stack_handler
copying data/futures/csvconfig/rollconfig.csv -> build/lib/data/futures/csvconfig
copying data/futures/roll_calendars_csv/US-UTILS.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EU-DJ-UTIL.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/US-MATERIAL.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/US-ENERGY.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EU-MEDIA.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/MID-DAX.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EU-HOUSE.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EU-DJ-OIL.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/CH10.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/US-INDUSTRY.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EUROSTX200-LARGE.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/JP-REALESTATE.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/COPPER-mini.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/ALUMINIUM.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/VNKI.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/SMI-MID.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/SGX.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EURCHF.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/US-STAPLES.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/US-PROPERTY.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EU-REALESTATE.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/US-HEALTH.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EU-DJ-TELECOM.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EU-MID.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/JGB-SGX-mini.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EU-DJ-TECH.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/US-FINANCE.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/USIRS5ERIS.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/EUROSTX-SMALL.csv -> build/lib/data/futures/roll_calendars_csv
copying data/futures/roll_calendars_csv/US-TECH.csv -> build/lib/data/futures/roll_calendars_csv
copying data/../sysdata/config/defaults.yaml -> build/lib/data/../sysdata/config
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/data
creating build/bdist.linux-x86_64/egg/data/test
creating build/bdist.linux-x86_64/egg/data/test/csvconfig
copying build/lib/data/test/csvconfig/instrumentconfig.csv -> build/bdist.linux-x86_64/egg/data/test/csvconfig
creating build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/AEX.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/AUD.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/BOBL.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/SHATZ.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/KR10.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/GBP.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/SOYBEAN.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/US2.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/US10.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/SMI.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/JPY.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/CRUDE_W.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/VIX.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/CORN.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/EUR.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/KR3.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/NASDAQ.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/US5.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/NZD.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/CAC.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/LIVECOW.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/OAT.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/SP500.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/PLAT.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/EUROSTX.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/COPPER.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/MXP.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/GAS_US.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/BTP.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/PALLAD.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/EDOLLAR.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/LEANHOG.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/BUND.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/US20.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/V2X.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/WHEAT.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/GOLD.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/test/adjusted_prices_csv/KOSPI.csv -> build/bdist.linux-x86_64/egg/data/test/adjusted_prices_csv
copying build/lib/data/init.py -> build/bdist.linux-x86_64/egg/data
creating build/bdist.linux-x86_64/egg/data/futures
creating build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
copying build/lib/data/futures/fx_prices_csv/EURUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
copying build/lib/data/futures/fx_prices_csv/KRWUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
copying build/lib/data/futures/fx_prices_csv/CNHUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
copying build/lib/data/futures/fx_prices_csv/CADUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
copying build/lib/data/futures/fx_prices_csv/AUDUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
copying build/lib/data/futures/fx_prices_csv/CHFUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
copying build/lib/data/futures/fx_prices_csv/JPYUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
copying build/lib/data/futures/fx_prices_csv/SGDUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
copying build/lib/data/futures/fx_prices_csv/HKDUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
copying build/lib/data/futures/fx_prices_csv/GBPUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/fx_prices_csv
creating build/bdist.linux-x86_64/egg/data/futures/csvconfig
copying build/lib/data/futures/csvconfig/moreinstrumentinfo.csv -> build/bdist.linux-x86_64/egg/data/futures/csvconfig
copying build/lib/data/futures/csvconfig/rollconfig.csv -> build/bdist.linux-x86_64/egg/data/futures/csvconfig
copying build/lib/data/futures/csvconfig/instrumentconfig.csv -> build/bdist.linux-x86_64/egg/data/futures/csvconfig
creating build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-BANKS.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/NIFTY.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/USIRS10.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/SEK.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/AEX.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/DJSTX-SMALL.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/AUD.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/IRON.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/KOSPI_mini.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/BOBL.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-CHEM.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/RUSSELL.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/YENEUR.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/NIKKEI400.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/CAD.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EURO600.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/FTSETAIWAN.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/SHATZ.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/KR10.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-UTILS.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/R1000.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/GBP.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/OATIES.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/BRE.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-DIV30.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/TOPIX.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-BASIC.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-RETAIL.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-INSURE.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/CRUDE_W_mini.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/USIRS5.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/SOYMEAL.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/GAS-LAST.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/GOLD_micro.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/GASOILINE.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/SOYBEAN.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/KRWUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/RICE.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/BUXL.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/US2.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/BBCOMM.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/US10.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/SMI.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/JPY.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/MSCISING.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/GBPEUR.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/CRUDE_W.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/VIX.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/CORN.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-TRAVEL.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/HEATOIL.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EUR.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/FTSECHINAH.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/CHF.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/KR3.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/CNH.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/NASDAQ.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/SP500_micro.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/US5.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/GAS_US_mini.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-FOOD.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/NZD.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/CAC.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/LIVECOW.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/BONO.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/DOW.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/OAT.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/BTP3.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/NIKKEI.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/SP500.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/PLAT.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/NOK.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EUROSTX.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/COPPER.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-OIL.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/MUMMY.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-TECH.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/CHEESE.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/INR.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/BRENT-LAST.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/REDWHEAT.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/JGB.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/SILVER.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/US-REALESTATE.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-HEALTH.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/MXP.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/GAS_US.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/KOSDAQ.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/BTP.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/RUR.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/SOYOIL.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/PALLAD.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EU-AUTO.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/ETHEREUM.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/EDOLLAR.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/LEANHOG.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/US10U.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/FTSECHINAA.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/BUND.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/US20.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/US3.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/V2X.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/WHEAT.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/MILK.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/NASDAQ_micro.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/GOLD.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/US30.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/KOSPI.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/BITCOIN.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/SP400.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/DAX.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
copying build/lib/data/futures/adjusted_prices_csv/FEEDCOW.csv -> build/bdist.linux-x86_64/egg/data/futures/adjusted_prices_csv
creating build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-UTILS.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-BANKS.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/NIFTY.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/USIRS10.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-DJ-UTIL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-MATERIAL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SEK.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-ENERGY.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-MEDIA.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/AEX.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/DJSTX-SMALL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/AUD.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/IRON.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/KOSPI_mini.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/BOBL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-CHEM.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/MID-DAX.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/RUSSELL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/YENEUR.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-HOUSE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/NIKKEI400.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-DJ-OIL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/CAD.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EURO600.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/CH10.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/FTSETAIWAN.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SHATZ.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/KR10.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-UTILS.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/R1000.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/GBP.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-INDUSTRY.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/OATIES.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/BRE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-DIV30.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/TOPIX.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-BASIC.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-RETAIL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-INSURE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/CRUDE_W_mini.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EUROSTX200-LARGE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SOYMEAL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/GAS-LAST.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/JP-REALESTATE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/GOLD_micro.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/MILKDRY.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/GASOILINE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SOYBEAN.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/KRWUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/RICE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/COPPER-mini.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/BUXL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US2.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/BBCOMM.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US10.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SMI.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/ALUMINIUM.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/JPY.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/MSCISING.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/GBPEUR.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/CRUDE_W.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/VIX.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/CORN.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-TRAVEL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/HEATOIL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/VNKI.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EUR.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/FTSECHINAH.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/CHF.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/KR3.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/CNH.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/NASDAQ.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SP500_micro.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US5.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SMI-MID.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SGD.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/GAS_US_mini.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-FOOD.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/NZD.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/CAC.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/LIVECOW.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/LUMBER.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/BONO.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/DOW.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/OAT.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/BTP3.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/NIKKEI.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SP500.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/PLAT.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/FTSEINDO.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/NOK.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EUROSTX.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/COPPER.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-OIL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/MUMMY.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-TECH.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SGX.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/CHEESE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/INR.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EURCHF.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/BRENT-LAST.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/REDWHEAT.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-STAPLES.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-PROPERTY.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/JGB.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/MSCIASIA.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-REALESTATE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SILVER.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-REALESTATE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-HEALTH.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-HEALTH.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/MXP.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/GAS_US.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/KOSDAQ.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/BTP.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-DJ-TELECOM.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/RUR.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SOYOIL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/PALLAD.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SOFR.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-AUTO.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-MID.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/ETHEREUM.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/JGB-SGX-mini.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EDOLLAR.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/LEANHOG.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US10U.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/FTSECHINAA.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/BUND.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US20.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-DJ-TECH.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EU-CONSTRUCTION.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US3.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/V2X.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/WHEAT.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/MILK.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-FINANCE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/NASDAQ_micro.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-DISCRETE.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/GOLD.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/USIRS5ERIS.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US30.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EUROSTX-SMALL.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/EURIBOR.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/KOSPI.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/BITCOIN.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/US-TECH.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/SP400.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/DAX.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
copying build/lib/data/futures/roll_calendars_csv/FEEDCOW.csv -> build/bdist.linux-x86_64/egg/data/futures/roll_calendars_csv
creating build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-BANKS.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/NIFTY.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/USIRS10.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/SEK.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/AEX.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/DJSTX-SMALL.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/AUD.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/IRON.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/KOSPI_mini.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/BOBL.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-CHEM.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/RUSSELL.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/YENEUR.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/NIKKEI400.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/CAD.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EURO600.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/FTSETAIWAN.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/SHATZ.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/KR10.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-UTILS.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/R1000.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/GBP.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/OATIES.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/BRE.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-DIV30.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/TOPIX.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-BASIC.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-RETAIL.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-INSURE.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/CRUDE_W_mini.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/USIRS5.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/SOYMEAL.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/GAS-LAST.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/GOLD_micro.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/GASOILINE.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/SOYBEAN.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/KRWUSD.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/RICE.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/BUXL.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/US2.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/BBCOMM.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/US10.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/SMI.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/JPY.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/MSCISING.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/GBPEUR.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/CRUDE_W.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/VIX.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/CORN.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-TRAVEL.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/HEATOIL.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EUR.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/FTSECHINAH.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/CHF.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/KR3.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/CNH.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/NASDAQ.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/SP500_micro.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/US5.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/GAS_US_mini.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-FOOD.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/NZD.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/CAC.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/LIVECOW.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/BONO.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/DOW.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/OAT.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/BTP3.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/NIKKEI.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/SP500.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/PLAT.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/NOK.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EUROSTX.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/COPPER.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-OIL.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/MUMMY.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-TECH.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/CHEESE.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/INR.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/BRENT-LAST.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/REDWHEAT.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/JGB.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/SILVER.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/US-REALESTATE.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-HEALTH.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/MXP.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/GAS_US.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/KOSDAQ.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/BTP.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/RUR.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/SOYOIL.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/PALLAD.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EU-AUTO.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/ETHEREUM.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/EDOLLAR.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/LEANHOG.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/US10U.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/FTSECHINAA.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/BUND.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/US20.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/US3.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/V2X.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/WHEAT.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/MILK.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/NASDAQ_micro.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/GOLD.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/US30.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/KOSPI.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/BITCOIN.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/SP400.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/DAX.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
copying build/lib/data/futures/multiple_prices_csv/FEEDCOW.csv -> build/bdist.linux-x86_64/egg/data/futures/multiple_prices_csv
creating build/bdist.linux-x86_64/egg/sysquant
copying build/lib/sysquant/returns.py -> build/bdist.linux-x86_64/egg/sysquant
creating build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/estimates.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/correlation_over_time.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/vol.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/pooled_correlation.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/exponential_correlation.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/forecast_scalar.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/generic_estimator.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/turnover.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/correlations.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/covariance.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/stdev_estimator.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/correlation_estimator.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/diversification_multipliers.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/init.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/estimators/mean_estimator.py -> build/bdist.linux-x86_64/egg/sysquant/estimators
copying build/lib/sysquant/fitting_dates.py -> build/bdist.linux-x86_64/egg/sysquant
creating build/bdist.linux-x86_64/egg/sysquant/optimisation
copying build/lib/sysquant/optimisation/SR_adjustment.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation
copying build/lib/sysquant/optimisation/optimise_over_time.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation
copying build/lib/sysquant/optimisation/portfolio_optimiser.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation
copying build/lib/sysquant/optimisation/shared.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation
copying build/lib/sysquant/optimisation/generic_optimiser.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation
copying build/lib/sysquant/optimisation/pre_processing.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation
creating build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers
copying build/lib/sysquant/optimisation/optimisers/equal_weights.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers
copying build/lib/sysquant/optimisation/optimisers/handcraft.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers
copying build/lib/sysquant/optimisation/optimisers/shrinkage.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers
copying build/lib/sysquant/optimisation/optimisers/one_period.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers
copying build/lib/sysquant/optimisation/optimisers/call_optimiser.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers
copying build/lib/sysquant/optimisation/optimisers/init.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers
copying build/lib/sysquant/optimisation/cleaning.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation
copying build/lib/sysquant/optimisation/weights.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation
copying build/lib/sysquant/optimisation/init.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation
copying build/lib/sysquant/optimisation/full_handcrafting.py -> build/bdist.linux-x86_64/egg/sysquant/optimisation
copying build/lib/sysquant/init.py -> build/bdist.linux-x86_64/egg/sysquant
creating build/bdist.linux-x86_64/egg/systems
copying build/lib/systems/system_cache.py -> build/bdist.linux-x86_64/egg/systems
copying build/lib/systems/forecast_scale_cap.py -> build/bdist.linux-x86_64/egg/systems
copying build/lib/systems/forecast_combine.py -> build/bdist.linux-x86_64/egg/systems
copying build/lib/systems/stage.py -> build/bdist.linux-x86_64/egg/systems
creating build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/testfuturesrawdata.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/test_rawdata.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/test_base_systems.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/test_forecast_combine.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/test_forecasts.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/test_cache.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/test_position_sizing.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/test_portfolio.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/test_forecast_scale_cap.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/init.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/tests/testdata.py -> build/bdist.linux-x86_64/egg/systems/tests
copying build/lib/systems/rawdata.py -> build/bdist.linux-x86_64/egg/systems
copying build/lib/systems/positionsizing.py -> build/bdist.linux-x86_64/egg/systems
creating build/bdist.linux-x86_64/egg/systems/accounts
copying build/lib/systems/accounts/account_subsystem.py -> build/bdist.linux-x86_64/egg/systems/accounts
copying build/lib/systems/accounts/account_instruments.py -> build/bdist.linux-x86_64/egg/systems/accounts
creating build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators
copying build/lib/systems/accounts/pandl_calculators/pandl_using_fills.py -> build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators
copying build/lib/systems/accounts/pandl_calculators/pandl_generic_costs.py -> build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators
copying build/lib/systems/accounts/pandl_calculators/pandl_calculation_dict.py -> build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators
copying build/lib/systems/accounts/pandl_calculators/pandl_calculation.py -> build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators
copying build/lib/systems/accounts/pandl_calculators/pandl_cash_costs.py -> build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators
copying build/lib/systems/accounts/pandl_calculators/init.py -> build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators
copying build/lib/systems/accounts/pandl_calculators/pandl_SR_cost.py -> build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators
copying build/lib/systems/accounts/accounts_stage.py -> build/bdist.linux-x86_64/egg/systems/accounts
copying build/lib/systems/accounts/account_inputs.py -> build/bdist.linux-x86_64/egg/systems/accounts
copying build/lib/systems/accounts/account_buffering.py -> build/bdist.linux-x86_64/egg/systems/accounts
copying build/lib/systems/accounts/account_costs.py -> build/bdist.linux-x86_64/egg/systems/accounts
copying build/lib/systems/accounts/account_portfolio.py -> build/bdist.linux-x86_64/egg/systems/accounts
copying build/lib/systems/accounts/account_trading_rules.py -> build/bdist.linux-x86_64/egg/systems/accounts
copying build/lib/systems/accounts/account_forecast.py -> build/bdist.linux-x86_64/egg/systems/accounts
copying build/lib/systems/accounts/account_with_multiplier.py -> build/bdist.linux-x86_64/egg/systems/accounts
copying build/lib/systems/accounts/init.py -> build/bdist.linux-x86_64/egg/systems/accounts
creating build/bdist.linux-x86_64/egg/systems/accounts/curves
copying build/lib/systems/accounts/curves/nested_account_curve_group.py -> build/bdist.linux-x86_64/egg/systems/accounts/curves
copying build/lib/systems/accounts/curves/account_curve.py -> build/bdist.linux-x86_64/egg/systems/accounts/curves
copying build/lib/systems/accounts/curves/account_curve_group.py -> build/bdist.linux-x86_64/egg/systems/accounts/curves
copying build/lib/systems/accounts/curves/stats_dict.py -> build/bdist.linux-x86_64/egg/systems/accounts/curves
copying build/lib/systems/accounts/curves/dict_of_account_curves.py -> build/bdist.linux-x86_64/egg/systems/accounts/curves
copying build/lib/systems/accounts/curves/init.py -> build/bdist.linux-x86_64/egg/systems/accounts/curves
copying build/lib/systems/trading_rules.py -> build/bdist.linux-x86_64/egg/systems
copying build/lib/systems/forecasting.py -> build/bdist.linux-x86_64/egg/systems
copying build/lib/systems/portfolio.py -> build/bdist.linux-x86_64/egg/systems
copying build/lib/systems/diagoutput.py -> build/bdist.linux-x86_64/egg/systems
creating build/bdist.linux-x86_64/egg/systems/provided
creating build/bdist.linux-x86_64/egg/systems/provided/example
copying build/lib/systems/provided/example/simplesystem.py -> build/bdist.linux-x86_64/egg/systems/provided/example
copying build/lib/systems/provided/example/exampleconfig.yaml -> build/bdist.linux-x86_64/egg/systems/provided/example
copying build/lib/systems/provided/example/rules.py -> build/bdist.linux-x86_64/egg/systems/provided/example
copying build/lib/systems/provided/example/simplesystemconfig.yaml -> build/bdist.linux-x86_64/egg/systems/provided/example
copying build/lib/systems/provided/example/init.py -> build/bdist.linux-x86_64/egg/systems/provided/example
copying build/lib/systems/provided/example/estimateexampleconfig.yaml -> build/bdist.linux-x86_64/egg/systems/provided/example
creating build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15
copying build/lib/systems/provided/futures_chapter15/estimatedsystem.py -> build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15
copying build/lib/systems/provided/futures_chapter15/futuresconfig.yaml -> build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15
copying build/lib/systems/provided/futures_chapter15/futuresestimateconfig.yaml -> build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15
copying build/lib/systems/provided/futures_chapter15/rules.py -> build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15
copying build/lib/systems/provided/futures_chapter15/init.py -> build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15
copying build/lib/systems/provided/futures_chapter15/basesystem.py -> build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15
creating build/bdist.linux-x86_64/egg/systems/provided/static_small_system_optimise
copying build/lib/systems/provided/static_small_system_optimise/optimise_small_system.py -> build/bdist.linux-x86_64/egg/systems/provided/static_small_system_optimise
copying build/lib/systems/provided/static_small_system_optimise/init.py -> build/bdist.linux-x86_64/egg/systems/provided/static_small_system_optimise
creating build/bdist.linux-x86_64/egg/systems/provided/moretradingrules
copying build/lib/systems/provided/moretradingrules/morerules.py -> build/bdist.linux-x86_64/egg/systems/provided/moretradingrules
copying build/lib/systems/provided/moretradingrules/init.py -> build/bdist.linux-x86_64/egg/systems/provided/moretradingrules
creating build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/dynamic_small_system_optimise/set_up_constraints.py -> build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/dynamic_small_system_optimise/accounts_stage.py -> build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/dynamic_small_system_optimise/greedy_algo.py -> build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/dynamic_small_system_optimise/buffering.py -> build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/dynamic_small_system_optimise/portfolio_weights_stage.py -> build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/dynamic_small_system_optimise/optimised_positions_stage.py -> build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/dynamic_small_system_optimise/risk.py -> build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/dynamic_small_system_optimise/optimisation.py -> build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/dynamic_small_system_optimise/data_for_optimisation.py -> build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/dynamic_small_system_optimise/init.py -> build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise
copying build/lib/systems/provided/init.py -> build/bdist.linux-x86_64/egg/systems/provided
copying build/lib/systems/init.py -> build/bdist.linux-x86_64/egg/systems
copying build/lib/systems/basesystem.py -> build/bdist.linux-x86_64/egg/systems
creating build/bdist.linux-x86_64/egg/sysbrokers
copying build/lib/sysbrokers/broker_fx_prices_data.py -> build/bdist.linux-x86_64/egg/sysbrokers
copying build/lib/sysbrokers/broker_contract_position_data.py -> build/bdist.linux-x86_64/egg/sysbrokers
copying build/lib/sysbrokers/broker_fx_handling.py -> build/bdist.linux-x86_64/egg/sysbrokers
copying build/lib/sysbrokers/broker_futures_contract_price_data.py -> build/bdist.linux-x86_64/egg/sysbrokers
copying build/lib/sysbrokers/broker_capital_data.py -> build/bdist.linux-x86_64/egg/sysbrokers
copying build/lib/sysbrokers/broker_futures_contract_data.py -> build/bdist.linux-x86_64/egg/sysbrokers
copying build/lib/sysbrokers/broker_execution_stack.py -> build/bdist.linux-x86_64/egg/sysbrokers
copying build/lib/sysbrokers/broker_instrument_data.py -> build/bdist.linux-x86_64/egg/sysbrokers
copying build/lib/sysbrokers/init.py -> build/bdist.linux-x86_64/egg/sysbrokers
creating build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_Fx_prices_data.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_capital_data.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_connection.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_translate_broker_order_objects.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_contracts.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_contract_position_data.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_config_spot_FX.csv -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_futures_contracts_data.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_instruments_data.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_static_data.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_orders.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_positions.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_instruments.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_trading_hours.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
creating build/bdist.linux-x86_64/egg/sysbrokers/IB/client
copying build/lib/sysbrokers/IB/client/ib_client.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB/client
copying build/lib/sysbrokers/IB/client/ib_contracts_client.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB/client
copying build/lib/sysbrokers/IB/client/ib_accounting_client.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB/client
copying build/lib/sysbrokers/IB/client/ib_positions_client.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB/client
copying build/lib/sysbrokers/IB/client/ib_orders_client.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB/client
copying build/lib/sysbrokers/IB/client/ib_price_client.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB/client
copying build/lib/sysbrokers/IB/client/init.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB/client
copying build/lib/sysbrokers/IB/client/ib_fx_client.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB/client
copying build/lib/sysbrokers/IB/client/ib_client_id.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB/client
copying build/lib/sysbrokers/IB/ib_fx_handling.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_connection_defaults.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_futures_contract_price_data.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/ib_config_futures.csv -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/IB/init.py -> build/bdist.linux-x86_64/egg/sysbrokers/IB
copying build/lib/sysbrokers/broker_trade.py -> build/bdist.linux-x86_64/egg/sysbrokers
copying build/lib/sysbrokers/broker_static_data.py -> build/bdist.linux-x86_64/egg/sysbrokers
creating build/bdist.linux-x86_64/egg/sysinit
copying build/lib/sysinit/init.py -> build/bdist.linux-x86_64/egg/sysinit
creating build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/repocsv_instrument_config.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/repocsv_adjusted_prices.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/contract_prices_from_csv_to_arctic.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/rollcalendars_from_providedcsv_prices.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/multiple_and_adjusted_from_csv_to_arctic.py -> build/bdist.linux-x86_64/egg/sysinit/futures
creating build/bdist.linux-x86_64/egg/sysinit/futures/tests
copying build/lib/sysinit/futures/tests/test_sysinit_futures.py -> build/bdist.linux-x86_64/egg/sysinit/futures/tests
copying build/lib/sysinit/futures/tests/init.py -> build/bdist.linux-x86_64/egg/sysinit/futures/tests
copying build/lib/sysinit/futures/roll_parameters_csv_mongo.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/multipleprices_from_arcticprices_and_csv_calendars_to_arctic.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/repocsv_spotfx_prices.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/strategy_transfer.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/repocsv_multiple_prices.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/barchart_futures_contract_prices.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/instruments_csv_mongo.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/build_roll_calendars.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/adjustedprices_from_mongo_multiple_to_mongo.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/clone_large_to_small_contracts.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/rollcalendars_from_arcticprices_to_csv.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/spotfx_from_arctic_to_csv.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/spotfx_from_csvAndInvestingDotCom_to_arctic.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/clone_data_for_instrument.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/seed_price_data_from_IB.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/init.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/rollcalendars_from_mongodb_multipleprices.py -> build/bdist.linux-x86_64/egg/sysinit/futures
copying build/lib/sysinit/futures/build_multiple_prices_from_raw_data.py -> build/bdist.linux-x86_64/egg/sysinit/futures
creating build/bdist.linux-x86_64/egg/syslogdiag
copying build/lib/syslogdiag/log_entry.py -> build/bdist.linux-x86_64/egg/syslogdiag
copying build/lib/syslogdiag/email_control.py -> build/bdist.linux-x86_64/egg/syslogdiag
copying build/lib/syslogdiag/logger.py -> build/bdist.linux-x86_64/egg/syslogdiag
copying build/lib/syslogdiag/database_log.py -> build/bdist.linux-x86_64/egg/syslogdiag
copying build/lib/syslogdiag/mongo_email_control.py -> build/bdist.linux-x86_64/egg/syslogdiag
copying build/lib/syslogdiag/log_to_screen.py -> build/bdist.linux-x86_64/egg/syslogdiag
copying build/lib/syslogdiag/email_via_db_interface.py -> build/bdist.linux-x86_64/egg/syslogdiag
copying build/lib/syslogdiag/init.py -> build/bdist.linux-x86_64/egg/syslogdiag
copying build/lib/syslogdiag/emailing.py -> build/bdist.linux-x86_64/egg/syslogdiag
creating build/bdist.linux-x86_64/egg/examples
creating build/bdist.linux-x86_64/egg/examples/introduction
copying build/lib/examples/introduction/prebakedsystems.py -> build/bdist.linux-x86_64/egg/examples/introduction
copying build/lib/examples/introduction/simplesystem.py -> build/bdist.linux-x86_64/egg/examples/introduction
copying build/lib/examples/introduction/simplesystem.ipynb -> build/bdist.linux-x86_64/egg/examples/introduction
copying build/lib/examples/introduction/prebakedsystems.ipynb -> build/bdist.linux-x86_64/egg/examples/introduction
copying build/lib/examples/introduction/estimatedsystem.pck -> build/bdist.linux-x86_64/egg/examples/introduction
copying build/lib/examples/introduction/asimpletradingrule.py -> build/bdist.linux-x86_64/egg/examples/introduction
copying build/lib/examples/introduction/asimpletradingrule.ipynb -> build/bdist.linux-x86_64/egg/examples/introduction
copying build/lib/examples/introduction/init.py -> build/bdist.linux-x86_64/egg/examples/introduction
creating build/bdist.linux-x86_64/egg/examples/production
copying build/lib/examples/production/private_config_example.yaml -> build/bdist.linux-x86_64/egg/examples/production
copying build/lib/examples/production/example_of_custom_run_system.py -> build/bdist.linux-x86_64/egg/examples/production
copying build/lib/examples/init.py -> build/bdist.linux-x86_64/egg/examples
creating build/bdist.linux-x86_64/egg/private
copying build/lib/private/init.py -> build/bdist.linux-x86_64/egg/private
creating build/bdist.linux-x86_64/egg/syscontrol
copying build/lib/syscontrol/timer_functions.py -> build/bdist.linux-x86_64/egg/syscontrol
copying build/lib/syscontrol/control_config.yaml -> build/bdist.linux-x86_64/egg/syscontrol
copying build/lib/syscontrol/monitor.py -> build/bdist.linux-x86_64/egg/syscontrol
copying build/lib/syscontrol/report_process_status.py -> build/bdist.linux-x86_64/egg/syscontrol
copying build/lib/syscontrol/timer_parameters.py -> build/bdist.linux-x86_64/egg/syscontrol
copying build/lib/syscontrol/list_running_pids.py -> build/bdist.linux-x86_64/egg/syscontrol
copying build/lib/syscontrol/strategy_tools.py -> build/bdist.linux-x86_64/egg/syscontrol
copying build/lib/syscontrol/run_process.py -> build/bdist.linux-x86_64/egg/syscontrol
copying build/lib/syscontrol/init.py -> build/bdist.linux-x86_64/egg/syscontrol
creating build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/backup_arctic_to_csv.py -> build/bdist.linux-x86_64/egg/sysproduction
creating build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/sim_data.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/backtest.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/instruments.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/orders.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/contracts.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/controls.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/currency_data.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/volumes.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/capital.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/prices.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/logs.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/control_process.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/strategies.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/broker.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/directories.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/positions.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/init.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/data/generic_production_data.py -> build/bdist.linux-x86_64/egg/sysproduction/data
copying build/lib/sysproduction/interactive_update_capital_manual.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/backup_mongo_data_as_dump.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/clean_truncate_echo_files.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/update_total_capital.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/interactive_manual_check_historical_prices.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/run_daily_price_updates.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/run_capital_update.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/run_cleaners.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/run_reports.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/update_sampled_contracts.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/run_stack_handler.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/update_system_backtests.py -> build/bdist.linux-x86_64/egg/sysproduction
creating build/bdist.linux-x86_64/egg/sysproduction/strategy_code
copying build/lib/sysproduction/strategy_code/run_system_classic.py -> build/bdist.linux-x86_64/egg/sysproduction/strategy_code
copying build/lib/sysproduction/strategy_code/strategy_report.py -> build/bdist.linux-x86_64/egg/sysproduction/strategy_code
copying build/lib/sysproduction/strategy_code/report_system_classic.py -> build/bdist.linux-x86_64/egg/sysproduction/strategy_code
copying build/lib/sysproduction/strategy_code/run_dynamic_optimised_system.py -> build/bdist.linux-x86_64/egg/sysproduction/strategy_code
copying build/lib/sysproduction/strategy_code/report_system_dynamic_optimised.py -> build/bdist.linux-x86_64/egg/sysproduction/strategy_code
copying build/lib/sysproduction/strategy_code/init.py -> build/bdist.linux-x86_64/egg/sysproduction/strategy_code
copying build/lib/sysproduction/strategy_code/strategy_allocation.py -> build/bdist.linux-x86_64/egg/sysproduction/strategy_code
copying build/lib/sysproduction/interactive_diagnostics.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/interactive_controls.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/update_fx_prices.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/clean_truncate_backtest_states.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/update_historical_prices.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/startup.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/run_strategy_order_generator.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/backup_state_files.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/run_systems.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/clean_truncate_log_files.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/interactive_manual_check_fx_prices.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/interactive_update_roll_status.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/run_backups.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/init.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/update_multiple_adjusted_prices.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/update_strategy_capital.py -> build/bdist.linux-x86_64/egg/sysproduction
creating build/bdist.linux-x86_64/egg/sysproduction/reporting
creating build/bdist.linux-x86_64/egg/sysproduction/reporting/data
copying build/lib/sysproduction/reporting/data/trades.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting/data
copying build/lib/sysproduction/reporting/data/risk_metrics.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting/data
copying build/lib/sysproduction/reporting/data/volume.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting/data
copying build/lib/sysproduction/reporting/data/pandl.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting/data
copying build/lib/sysproduction/reporting/data/status.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting/data
copying build/lib/sysproduction/reporting/data/rolls.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting/data
copying build/lib/sysproduction/reporting/data/costs.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting/data
copying build/lib/sysproduction/reporting/data/positions.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting/data
copying build/lib/sysproduction/reporting/data/init.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting/data
copying build/lib/sysproduction/reporting/risk_report.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/roll_report.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/reporting_functions.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/report_configs.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/reconcile_report.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/status_reporting.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/api.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/trades_report.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/liquidity_report.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/costs_report.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/pandl_report.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/init.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/reporting/strategies_report.py -> build/bdist.linux-x86_64/egg/sysproduction/reporting
copying build/lib/sysproduction/update_strategy_orders.py -> build/bdist.linux-x86_64/egg/sysproduction
copying build/lib/sysproduction/interactive_order_stack.py -> build/bdist.linux-x86_64/egg/sysproduction
creating build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/interactive.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/algos.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/interactively_run_functions.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/accounting.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/merge_data.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/text.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/genutils.py -> build/bdist.linux-x86_64/egg/syscore
creating build/bdist.linux-x86_64/egg/syscore/tests
copying build/lib/syscore/tests/test_algos.py -> build/bdist.linux-x86_64/egg/syscore/tests
copying build/lib/syscore/tests/test_dateutils.py -> build/bdist.linux-x86_64/egg/syscore/tests
copying build/lib/syscore/tests/test.py -> build/bdist.linux-x86_64/egg/syscore/tests
copying build/lib/syscore/tests/test_correlation.py -> build/bdist.linux-x86_64/egg/syscore/tests
copying build/lib/syscore/tests/init.py -> build/bdist.linux-x86_64/egg/syscore/tests
copying build/lib/syscore/tests/test_pdutils.py -> build/bdist.linux-x86_64/egg/syscore/tests
copying build/lib/syscore/objects.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/pdutils.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/capital.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/yaml.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/dateutils.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/fileutils.py -> build/bdist.linux-x86_64/egg/syscore
copying build/lib/syscore/init.py -> build/bdist.linux-x86_64/egg/syscore
creating build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/dict_of_named_futures_per_contract_prices.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/roll_calendars.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/contract_dates_and_expiries.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/adjusted_prices.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/instruments.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/fills.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/contracts.py -> build/bdist.linux-x86_64/egg/sysobjects
creating build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/process_control.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/timed_storage.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/position_limits.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/override.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/trade_limits.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/capital.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/roll_state.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/backtest_storage.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/positions.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/tradeable_object.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/init.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/production/optimal_positions.py -> build/bdist.linux-x86_64/egg/sysobjects/production
copying build/lib/sysobjects/rolls.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/futures_per_contract_prices.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/spot_fx_prices.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/spreads.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/multiple_prices.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/dict_of_futures_per_contract_prices.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/roll_parameters_with_price_data.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/init.py -> build/bdist.linux-x86_64/egg/sysobjects
copying build/lib/sysobjects/carry_data.py -> build/bdist.linux-x86_64/egg/sysobjects
creating build/bdist.linux-x86_64/egg/sysdata
creating build/bdist.linux-x86_64/egg/sysdata/sim
copying build/lib/sysdata/sim/sim_data.py -> build/bdist.linux-x86_64/egg/sysdata/sim
copying build/lib/sysdata/sim/csv_futures_sim_data.py -> build/bdist.linux-x86_64/egg/sysdata/sim
copying build/lib/sysdata/sim/db_futures_sim_data.py -> build/bdist.linux-x86_64/egg/sysdata/sim
copying build/lib/sysdata/sim/csv_futures_sim_test_data.py -> build/bdist.linux-x86_64/egg/sysdata/sim
copying build/lib/sysdata/sim/futures_sim_data.py -> build/bdist.linux-x86_64/egg/sysdata/sim
copying build/lib/sysdata/sim/futures_sim_data_with_data_blob.py -> build/bdist.linux-x86_64/egg/sysdata/sim
copying build/lib/sysdata/sim/init.py -> build/bdist.linux-x86_64/egg/sysdata/sim
creating build/bdist.linux-x86_64/egg/sysdata/arctic
copying build/lib/sysdata/arctic/arctic_spotfx_prices.py -> build/bdist.linux-x86_64/egg/sysdata/arctic
copying build/lib/sysdata/arctic/arctic_futures_per_contract_prices.py -> build/bdist.linux-x86_64/egg/sysdata/arctic
copying build/lib/sysdata/arctic/arctic_connection.py -> build/bdist.linux-x86_64/egg/sysdata/arctic
copying build/lib/sysdata/arctic/arctic_spreads.py -> build/bdist.linux-x86_64/egg/sysdata/arctic
copying build/lib/sysdata/arctic/arctic_adjusted_prices.py -> build/bdist.linux-x86_64/egg/sysdata/arctic
copying build/lib/sysdata/arctic/arctic_multiple_prices.py -> build/bdist.linux-x86_64/egg/sysdata/arctic
copying build/lib/sysdata/arctic/init.py -> build/bdist.linux-x86_64/egg/sysdata/arctic
creating build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_override.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_position_by_contract.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_generic.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
creating build/bdist.linux-x86_64/egg/sysdata/mongodb/tests
copying build/lib/sysdata/mongodb/tests/test_mongodb.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb/tests
copying build/lib/sysdata/mongodb/mongo_optimal_position.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_trade_limits.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_log.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_order_stack.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_roll_state_storage.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_futures_contracts.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_positions_by_strategy.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_timed_storage.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_position_limits.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_roll_data.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_process_control.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_capital.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_IB_client_id.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_futures_instruments.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_connection.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_historic_orders.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/init.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
copying build/lib/sysdata/mongodb/mongo_lock_data.py -> build/bdist.linux-x86_64/egg/sysdata/mongodb
creating build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/historic_orders.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/historic_positions.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/timed_storage.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/process_control_data.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/position_limits.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/override.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/trade_limits.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/locks.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/capital.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/broker_client_id.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/roll_state.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/init.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/production/optimal_positions.py -> build/bdist.linux-x86_64/egg/sysdata/production
copying build/lib/sysdata/data_blob.py -> build/bdist.linux-x86_64/egg/sysdata
creating build/bdist.linux-x86_64/egg/sysdata/config
copying build/lib/sysdata/config/defaults.yaml -> build/bdist.linux-x86_64/egg/sysdata/config
copying build/lib/sysdata/config/instruments.py -> build/bdist.linux-x86_64/egg/sysdata/config
copying build/lib/sysdata/config/production_config.py -> build/bdist.linux-x86_64/egg/sysdata/config
copying build/lib/sysdata/config/configdata.py -> build/bdist.linux-x86_64/egg/sysdata/config
copying build/lib/sysdata/config/fill_config_dict_with_defaults.py -> build/bdist.linux-x86_64/egg/sysdata/config
copying build/lib/sysdata/config/control_config.py -> build/bdist.linux-x86_64/egg/sysdata/config
copying build/lib/sysdata/config/init.py -> build/bdist.linux-x86_64/egg/sysdata/config
copying build/lib/sysdata/config/defaults.py -> build/bdist.linux-x86_64/egg/sysdata/config
copying build/lib/sysdata/base_data.py -> build/bdist.linux-x86_64/egg/sysdata
creating build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_futures_contract_prices.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_capital_data.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_futures_contracts.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_contract_position_data.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_multiple_prices.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_strategy_position_data.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_instrument_data.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_historic_orders.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_roll_state_storage.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_adjusted_prices.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_optimal_position.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_spreads.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/init.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_roll_parameters.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_spot_fx.py -> build/bdist.linux-x86_64/egg/sysdata/csv
copying build/lib/sysdata/csv/csv_roll_calendars.py -> build/bdist.linux-x86_64/egg/sysdata/csv
creating build/bdist.linux-x86_64/egg/sysdata/fx
copying build/lib/sysdata/fx/spotfx.py -> build/bdist.linux-x86_64/egg/sysdata/fx
copying build/lib/sysdata/init.py -> build/bdist.linux-x86_64/egg/sysdata
creating build/bdist.linux-x86_64/egg/sysdata/futures
copying build/lib/sysdata/futures/roll_calendars.py -> build/bdist.linux-x86_64/egg/sysdata/futures
copying build/lib/sysdata/futures/adjusted_prices.py -> build/bdist.linux-x86_64/egg/sysdata/futures
copying build/lib/sysdata/futures/instruments.py -> build/bdist.linux-x86_64/egg/sysdata/futures
copying build/lib/sysdata/futures/contracts.py -> build/bdist.linux-x86_64/egg/sysdata/futures
copying build/lib/sysdata/futures/manual_price_checker.py -> build/bdist.linux-x86_64/egg/sysdata/futures
copying build/lib/sysdata/futures/futures_per_contract_prices.py -> build/bdist.linux-x86_64/egg/sysdata/futures
copying build/lib/sysdata/futures/spreads.py -> build/bdist.linux-x86_64/egg/sysdata/futures
copying build/lib/sysdata/futures/rolls_parameters.py -> build/bdist.linux-x86_64/egg/sysdata/futures
copying build/lib/sysdata/futures/multiple_prices.py -> build/bdist.linux-x86_64/egg/sysdata/futures
copying build/lib/sysdata/futures/init.py -> build/bdist.linux-x86_64/egg/sysdata/futures
creating build/bdist.linux-x86_64/egg/sysexecution
creating build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/fills.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/checks.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/balance_trades.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/stackHandlerCore.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/stack_handler.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/create_broker_orders_from_contract_orders.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/spawn_children_from_instrument_orders.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/roll_orders.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/additional_sampling.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/completed_orders.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/init.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
copying build/lib/sysexecution/stack_handler/cancel_and_modify.py -> build/bdist.linux-x86_64/egg/sysexecution/stack_handler
creating build/bdist.linux-x86_64/egg/sysexecution/orders
copying build/lib/sysexecution/orders/broker_orders.py -> build/bdist.linux-x86_64/egg/sysexecution/orders
copying build/lib/sysexecution/orders/list_of_orders.py -> build/bdist.linux-x86_64/egg/sysexecution/orders
copying build/lib/sysexecution/orders/contract_orders.py -> build/bdist.linux-x86_64/egg/sysexecution/orders
copying build/lib/sysexecution/orders/init.py -> build/bdist.linux-x86_64/egg/sysexecution/orders
copying build/lib/sysexecution/orders/instrument_orders.py -> build/bdist.linux-x86_64/egg/sysexecution/orders
copying build/lib/sysexecution/orders/base_orders.py -> build/bdist.linux-x86_64/egg/sysexecution/orders
creating build/bdist.linux-x86_64/egg/sysexecution/tests
copying build/lib/sysexecution/tests/test_trade_qty.py -> build/bdist.linux-x86_64/egg/sysexecution/tests
copying build/lib/sysexecution/tests/init.py -> build/bdist.linux-x86_64/egg/sysexecution/tests
copying build/lib/sysexecution/trade_qty.py -> build/bdist.linux-x86_64/egg/sysexecution
creating build/bdist.linux-x86_64/egg/sysexecution/strategies
copying build/lib/sysexecution/strategies/classic_buffered_positions.py -> build/bdist.linux-x86_64/egg/sysexecution/strategies
copying build/lib/sysexecution/strategies/strategy_order_handling.py -> build/bdist.linux-x86_64/egg/sysexecution/strategies
copying build/lib/sysexecution/strategies/init.py -> build/bdist.linux-x86_64/egg/sysexecution/strategies
copying build/lib/sysexecution/strategies/dynamic_optimised_positions.py -> build/bdist.linux-x86_64/egg/sysexecution/strategies
creating build/bdist.linux-x86_64/egg/sysexecution/algos
copying build/lib/sysexecution/algos/algo_market.py -> build/bdist.linux-x86_64/egg/sysexecution/algos
copying build/lib/sysexecution/algos/algo.py -> build/bdist.linux-x86_64/egg/sysexecution/algos
copying build/lib/sysexecution/algos/common_functions.py -> build/bdist.linux-x86_64/egg/sysexecution/algos
copying build/lib/sysexecution/algos/allocate_algo_to_order.py -> build/bdist.linux-x86_64/egg/sysexecution/algos
copying build/lib/sysexecution/algos/init.py -> build/bdist.linux-x86_64/egg/sysexecution/algos
copying build/lib/sysexecution/algos/algo_original_best.py -> build/bdist.linux-x86_64/egg/sysexecution/algos
copying build/lib/sysexecution/tick_data.py -> build/bdist.linux-x86_64/egg/sysexecution
copying build/lib/sysexecution/init.py -> build/bdist.linux-x86_64/egg/sysexecution
creating build/bdist.linux-x86_64/egg/sysexecution/order_stacks
copying build/lib/sysexecution/order_stacks/order_stack.py -> build/bdist.linux-x86_64/egg/sysexecution/order_stacks
copying build/lib/sysexecution/order_stacks/contract_order_stack.py -> build/bdist.linux-x86_64/egg/sysexecution/order_stacks
copying build/lib/sysexecution/order_stacks/instrument_order_stack.py -> build/bdist.linux-x86_64/egg/sysexecution/order_stacks
copying build/lib/sysexecution/order_stacks/broker_order_stack.py -> build/bdist.linux-x86_64/egg/sysexecution/order_stacks
copying build/lib/sysexecution/order_stacks/init.py -> build/bdist.linux-x86_64/egg/sysexecution/order_stacks
byte-compiling build/bdist.linux-x86_64/egg/data/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/returns.py to returns.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/estimates.py to estimates.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/correlation_over_time.py to correlation_over_time.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/vol.py to vol.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/pooled_correlation.py to pooled_correlation.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/exponential_correlation.py to exponential_correlation.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/forecast_scalar.py to forecast_scalar.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/generic_estimator.py to generic_estimator.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/turnover.py to turnover.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/correlations.py to correlations.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/covariance.py to covariance.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/stdev_estimator.py to stdev_estimator.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/correlation_estimator.py to correlation_estimator.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/diversification_multipliers.py to diversification_multipliers.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/estimators/mean_estimator.py to mean_estimator.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/fitting_dates.py to fitting_dates.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/SR_adjustment.py to SR_adjustment.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/optimise_over_time.py to optimise_over_time.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/portfolio_optimiser.py to portfolio_optimiser.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/shared.py to shared.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/generic_optimiser.py to generic_optimiser.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/pre_processing.py to pre_processing.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers/equal_weights.py to equal_weights.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers/handcraft.py to handcraft.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers/shrinkage.py to shrinkage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers/one_period.py to one_period.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers/call_optimiser.py to call_optimiser.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/optimisers/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/cleaning.py to cleaning.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/weights.py to weights.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/optimisation/full_handcrafting.py to full_handcrafting.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysquant/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/system_cache.py to system_cache.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/forecast_scale_cap.py to forecast_scale_cap.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/forecast_combine.py to forecast_combine.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/stage.py to stage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/testfuturesrawdata.py to testfuturesrawdata.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/test_rawdata.py to test_rawdata.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/test_base_systems.py to test_base_systems.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/test_forecast_combine.py to test_forecast_combine.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/test_forecasts.py to test_forecasts.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/test_cache.py to test_cache.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/test_position_sizing.py to test_position_sizing.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/test_portfolio.py to test_portfolio.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/test_forecast_scale_cap.py to test_forecast_scale_cap.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/tests/testdata.py to testdata.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/rawdata.py to rawdata.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/positionsizing.py to positionsizing.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/account_subsystem.py to account_subsystem.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/account_instruments.py to account_instruments.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators/pandl_using_fills.py to pandl_using_fills.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators/pandl_generic_costs.py to pandl_generic_costs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators/pandl_calculation_dict.py to pandl_calculation_dict.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators/pandl_calculation.py to pandl_calculation.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators/pandl_cash_costs.py to pandl_cash_costs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/pandl_calculators/pandl_SR_cost.py to pandl_SR_cost.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/accounts_stage.py to accounts_stage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/account_inputs.py to account_inputs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/account_buffering.py to account_buffering.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/account_costs.py to account_costs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/account_portfolio.py to account_portfolio.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/account_trading_rules.py to account_trading_rules.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/account_forecast.py to account_forecast.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/account_with_multiplier.py to account_with_multiplier.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/curves/nested_account_curve_group.py to nested_account_curve_group.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/curves/account_curve.py to account_curve.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/curves/account_curve_group.py to account_curve_group.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/curves/stats_dict.py to stats_dict.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/curves/dict_of_account_curves.py to dict_of_account_curves.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/accounts/curves/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/trading_rules.py to trading_rules.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/forecasting.py to forecasting.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/portfolio.py to portfolio.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/diagoutput.py to diagoutput.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/example/simplesystem.py to simplesystem.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/example/rules.py to rules.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/example/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15/estimatedsystem.py to estimatedsystem.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15/rules.py to rules.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/futures_chapter15/basesystem.py to basesystem.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/static_small_system_optimise/optimise_small_system.py to optimise_small_system.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/static_small_system_optimise/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/moretradingrules/morerules.py to morerules.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/moretradingrules/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise/set_up_constraints.py to set_up_constraints.cpython-39.pycbyte-compiling build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise/accounts_stage.py to accounts_stage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise/greedy_algo.py to greedy_algo.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise/buffering.py to buffering.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise/portfolio_weights_stage.py to portfolio_weights_stage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise/optimised_positions_stage.py to optimised_positions_stage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise/risk.py to risk.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise/optimisation.py to optimisation.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise/data_for_optimisation.py to data_for_optimisation.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/dynamic_small_system_optimise/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/provided/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/systems/basesystem.py to basesystem.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/broker_fx_prices_data.py to broker_fx_prices_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/broker_contract_position_data.py to broker_contract_position_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/broker_fx_handling.py to broker_fx_handling.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/broker_futures_contract_price_data.py to broker_futures_contract_price_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/broker_capital_data.py to broker_capital_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/broker_futures_contract_data.py to broker_futures_contract_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/broker_execution_stack.py to broker_execution_stack.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/broker_instrument_data.py to broker_instrument_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_Fx_prices_data.py to ib_Fx_prices_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_capital_data.py to ib_capital_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_connection.py to ib_connection.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_translate_broker_order_objects.py to ib_translate_broker_order_objects.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_contracts.py to ib_contracts.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_contract_position_data.py to ib_contract_position_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_futures_contracts_data.py to ib_futures_contracts_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_instruments_data.py to ib_instruments_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_static_data.py to ib_static_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_orders.py to ib_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_positions.py to ib_positions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_instruments.py to ib_instruments.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_trading_hours.py to ib_trading_hours.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/client/ib_client.py to ib_client.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/client/ib_contracts_client.py to ib_contracts_client.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/client/ib_accounting_client.py to ib_accounting_client.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/client/ib_positions_client.py to ib_positions_client.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/client/ib_orders_client.py to ib_orders_client.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/client/ib_price_client.py to ib_price_client.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/client/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/client/ib_fx_client.py to ib_fx_client.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/client/ib_client_id.py to ib_client_id.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_fx_handling.py to ib_fx_handling.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_connection_defaults.py to ib_connection_defaults.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/ib_futures_contract_price_data.py to ib_futures_contract_price_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/IB/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/broker_trade.py to broker_trade.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysbrokers/broker_static_data.py to broker_static_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/repocsv_instrument_config.py to repocsv_instrument_config.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/repocsv_adjusted_prices.py to repocsv_adjusted_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/contract_prices_from_csv_to_arctic.py to contract_prices_from_csv_to_arctic.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/rollcalendars_from_providedcsv_prices.py to rollcalendars_from_providedcsv_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/multiple_and_adjusted_from_csv_to_arctic.py to multiple_and_adjusted_from_csv_to_arctic.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/tests/test_sysinit_futures.py to test_sysinit_futures.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/tests/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/roll_parameters_csv_mongo.py to roll_parameters_csv_mongo.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/multipleprices_from_arcticprices_and_csv_calendars_to_arctic.py to multipleprices_from_arcticprices_and_csv_calendars_to_arctic.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/repocsv_spotfx_prices.py to repocsv_spotfx_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/strategy_transfer.py to strategy_transfer.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/repocsv_multiple_prices.py to repocsv_multiple_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/barchart_futures_contract_prices.py to barchart_futures_contract_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/instruments_csv_mongo.py to instruments_csv_mongo.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/build_roll_calendars.py to build_roll_calendars.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/adjustedprices_from_mongo_multiple_to_mongo.py to adjustedprices_from_mongo_multiple_to_mongo.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/clone_large_to_small_contracts.py to clone_large_to_small_contracts.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/rollcalendars_from_arcticprices_to_csv.py to rollcalendars_from_arcticprices_to_csv.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/spotfx_from_arctic_to_csv.py to spotfx_from_arctic_to_csv.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/spotfx_from_csvAndInvestingDotCom_to_arctic.py to spotfx_from_csvAndInvestingDotCom_to_arctic.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/clone_data_for_instrument.py to clone_data_for_instrument.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/seed_price_data_from_IB.py to seed_price_data_from_IB.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/rollcalendars_from_mongodb_multipleprices.py to rollcalendars_from_mongodb_multipleprices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysinit/futures/build_multiple_prices_from_raw_data.py to build_multiple_prices_from_raw_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syslogdiag/log_entry.py to log_entry.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syslogdiag/email_control.py to email_control.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syslogdiag/logger.py to logger.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syslogdiag/database_log.py to database_log.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syslogdiag/mongo_email_control.py to mongo_email_control.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syslogdiag/log_to_screen.py to log_to_screen.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syslogdiag/email_via_db_interface.py to email_via_db_interface.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syslogdiag/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syslogdiag/emailing.py to emailing.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/examples/introduction/prebakedsystems.py to prebakedsystems.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/examples/introduction/simplesystem.py to simplesystem.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/examples/introduction/asimpletradingrule.py to asimpletradingrule.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/examples/introduction/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/examples/production/example_of_custom_run_system.py to example_of_custom_run_system.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/examples/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/private/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscontrol/timer_functions.py to timer_functions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscontrol/monitor.py to monitor.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscontrol/report_process_status.py to report_process_status.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscontrol/timer_parameters.py to timer_parameters.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscontrol/list_running_pids.py to list_running_pids.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscontrol/strategy_tools.py to strategy_tools.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscontrol/run_process.py to run_process.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscontrol/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/backup_arctic_to_csv.py to backup_arctic_to_csv.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/sim_data.py to sim_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/backtest.py to backtest.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/instruments.py to instruments.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/orders.py to orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/contracts.py to contracts.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/controls.py to controls.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/currency_data.py to currency_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/volumes.py to volumes.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/capital.py to capital.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/prices.py to prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/logs.py to logs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/control_process.py to control_process.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/strategies.py to strategies.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/broker.py to broker.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/directories.py to directories.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/positions.py to positions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/data/generic_production_data.py to generic_production_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/interactive_update_capital_manual.py to interactive_update_capital_manual.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/backup_mongo_data_as_dump.py to backup_mongo_data_as_dump.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/clean_truncate_echo_files.py to clean_truncate_echo_files.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/update_total_capital.py to update_total_capital.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/interactive_manual_check_historical_prices.py to interactive_manual_check_historical_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/run_daily_price_updates.py to run_daily_price_updates.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/run_capital_update.py to run_capital_update.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/run_cleaners.py to run_cleaners.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/run_reports.py to run_reports.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/update_sampled_contracts.py to update_sampled_contracts.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/run_stack_handler.py to run_stack_handler.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/update_system_backtests.py to update_system_backtests.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/strategy_code/run_system_classic.py to run_system_classic.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/strategy_code/strategy_report.py to strategy_report.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/strategy_code/report_system_classic.py to report_system_classic.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/strategy_code/run_dynamic_optimised_system.py to run_dynamic_optimised_system.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/strategy_code/report_system_dynamic_optimised.py to report_system_dynamic_optimised.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/strategy_code/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/strategy_code/strategy_allocation.py to strategy_allocation.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/interactive_diagnostics.py to interactive_diagnostics.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/interactive_controls.py to interactive_controls.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/update_fx_prices.py to update_fx_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/clean_truncate_backtest_states.py to clean_truncate_backtest_states.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/update_historical_prices.py to update_historical_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/startup.py to startup.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/run_strategy_order_generator.py to run_strategy_order_generator.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/backup_state_files.py to backup_state_files.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/run_systems.py to run_systems.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/clean_truncate_log_files.py to clean_truncate_log_files.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/interactive_manual_check_fx_prices.py to interactive_manual_check_fx_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/interactive_update_roll_status.py to interactive_update_roll_status.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/run_backups.py to run_backups.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/update_multiple_adjusted_prices.py to update_multiple_adjusted_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/update_strategy_capital.py to update_strategy_capital.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/data/trades.py to trades.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/data/risk_metrics.py to risk_metrics.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/data/volume.py to volume.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/data/pandl.py to pandl.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/data/status.py to status.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/data/rolls.py to rolls.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/data/costs.py to costs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/data/positions.py to positions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/data/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/risk_report.py to risk_report.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/roll_report.py to roll_report.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/reporting_functions.py to reporting_functions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/report_configs.py to report_configs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/reconcile_report.py to reconcile_report.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/status_reporting.py to status_reporting.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/api.py to api.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/trades_report.py to trades_report.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/liquidity_report.py to liquidity_report.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/costs_report.py to costs_report.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/pandl_report.py to pandl_report.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/reporting/strategies_report.py to strategies_report.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/update_strategy_orders.py to update_strategy_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysproduction/interactive_order_stack.py to interactive_order_stack.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/interactive.py to interactive.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/algos.py to algos.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/interactively_run_functions.py to interactively_run_functions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/accounting.py to accounting.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/merge_data.py to merge_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/text.py to text.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/genutils.py to genutils.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/tests/test_algos.py to test_algos.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/tests/test_dateutils.py to test_dateutils.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/tests/test.py to test.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/tests/test_correlation.py to test_correlation.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/tests/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/tests/test_pdutils.py to test_pdutils.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/objects.py to objects.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/pdutils.py to pdutils.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/capital.py to capital.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/yaml.py to yaml.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/dateutils.py to dateutils.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/fileutils.py to fileutils.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/syscore/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/dict_of_named_futures_per_contract_prices.py to dict_of_named_futures_per_contract_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/roll_calendars.py to roll_calendars.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/contract_dates_and_expiries.py to contract_dates_and_expiries.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/adjusted_prices.py to adjusted_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/instruments.py to instruments.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/fills.py to fills.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/contracts.py to contracts.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/process_control.py to process_control.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/timed_storage.py to timed_storage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/position_limits.py to position_limits.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/override.py to override.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/trade_limits.py to trade_limits.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/capital.py to capital.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/roll_state.py to roll_state.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/backtest_storage.py to backtest_storage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/positions.py to positions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/tradeable_object.py to tradeable_object.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/production/optimal_positions.py to optimal_positions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/rolls.py to rolls.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/futures_per_contract_prices.py to futures_per_contract_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/spot_fx_prices.py to spot_fx_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/spreads.py to spreads.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/multiple_prices.py to multiple_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/dict_of_futures_per_contract_prices.py to dict_of_futures_per_contract_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/roll_parameters_with_price_data.py to roll_parameters_with_price_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysobjects/carry_data.py to carry_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/sim/sim_data.py to sim_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/sim/csv_futures_sim_data.py to csv_futures_sim_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/sim/db_futures_sim_data.py to db_futures_sim_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/sim/csv_futures_sim_test_data.py to csv_futures_sim_test_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/sim/futures_sim_data.py to futures_sim_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/sim/futures_sim_data_with_data_blob.py to futures_sim_data_with_data_blob.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/sim/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/arctic/arctic_spotfx_prices.py to arctic_spotfx_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/arctic/arctic_futures_per_contract_prices.py to arctic_futures_per_contract_prices.cpython-39.pycbyte-compiling build/bdist.linux-x86_64/egg/sysdata/arctic/arctic_connection.py to arctic_connection.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/arctic/arctic_spreads.py to arctic_spreads.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/arctic/arctic_adjusted_prices.py to arctic_adjusted_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/arctic/arctic_multiple_prices.py to arctic_multiple_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/arctic/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_override.py to mongo_override.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_position_by_contract.py to mongo_position_by_contract.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_generic.py to mongo_generic.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/tests/test_mongodb.py to test_mongodb.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_optimal_position.py to mongo_optimal_position.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_trade_limits.py to mongo_trade_limits.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_log.py to mongo_log.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_order_stack.py to mongo_order_stack.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_roll_state_storage.py to mongo_roll_state_storage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_futures_contracts.py to mongo_futures_contracts.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_positions_by_strategy.py to mongo_positions_by_strategy.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_timed_storage.py to mongo_timed_storage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_position_limits.py to mongo_position_limits.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_roll_data.py to mongo_roll_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_process_control.py to mongo_process_control.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_capital.py to mongo_capital.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_IB_client_id.py to mongo_IB_client_id.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_futures_instruments.py to mongo_futures_instruments.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_connection.py to mongo_connection.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_historic_orders.py to mongo_historic_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/mongodb/mongo_lock_data.py to mongo_lock_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/historic_orders.py to historic_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/historic_positions.py to historic_positions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/timed_storage.py to timed_storage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/process_control_data.py to process_control_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/position_limits.py to position_limits.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/override.py to override.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/trade_limits.py to trade_limits.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/locks.py to locks.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/capital.py to capital.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/broker_client_id.py to broker_client_id.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/roll_state.py to roll_state.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/production/optimal_positions.py to optimal_positions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/data_blob.py to data_blob.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/config/instruments.py to instruments.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/config/production_config.py to production_config.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/config/configdata.py to configdata.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/config/fill_config_dict_with_defaults.py to fill_config_dict_with_defaults.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/config/control_config.py to control_config.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/config/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/config/defaults.py to defaults.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/base_data.py to base_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_futures_contract_prices.py to csv_futures_contract_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_capital_data.py to csv_capital_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_futures_contracts.py to csv_futures_contracts.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_contract_position_data.py to csv_contract_position_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_multiple_prices.py to csv_multiple_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_strategy_position_data.py to csv_strategy_position_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_instrument_data.py to csv_instrument_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_historic_orders.py to csv_historic_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_roll_state_storage.py to csv_roll_state_storage.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_adjusted_prices.py to csv_adjusted_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_optimal_position.py to csv_optimal_position.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_spreads.py to csv_spreads.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_roll_parameters.py to csv_roll_parameters.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_spot_fx.py to csv_spot_fx.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/csv/csv_roll_calendars.py to csv_roll_calendars.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/fx/spotfx.py to spotfx.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/futures/roll_calendars.py to roll_calendars.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/futures/adjusted_prices.py to adjusted_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/futures/instruments.py to instruments.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/futures/contracts.py to contracts.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/futures/manual_price_checker.py to manual_price_checker.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/futures/futures_per_contract_prices.py to futures_per_contract_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/futures/spreads.py to spreads.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/futures/rolls_parameters.py to rolls_parameters.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/futures/multiple_prices.py to multiple_prices.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysdata/futures/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/fills.py to fills.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/checks.py to checks.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/balance_trades.py to balance_trades.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/stackHandlerCore.py to stackHandlerCore.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/stack_handler.py to stack_handler.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/create_broker_orders_from_contract_orders.py to create_broker_orders_from_contract_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/spawn_children_from_instrument_orders.py to spawn_children_from_instrument_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/roll_orders.py to roll_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/additional_sampling.py to additional_sampling.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/completed_orders.py to completed_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/stack_handler/cancel_and_modify.py to cancel_and_modify.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/orders/broker_orders.py to broker_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/orders/list_of_orders.py to list_of_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/orders/contract_orders.py to contract_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/orders/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/orders/instrument_orders.py to instrument_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/orders/base_orders.py to base_orders.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/tests/test_trade_qty.py to test_trade_qty.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/tests/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/trade_qty.py to trade_qty.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/strategies/classic_buffered_positions.py to classic_buffered_positions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/strategies/strategy_order_handling.py to strategy_order_handling.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/strategies/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/strategies/dynamic_optimised_positions.py to dynamic_optimised_positions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/algos/algo_market.py to algo_market.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/algos/algo.py to algo.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/algos/common_functions.py to common_functions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/algos/allocate_algo_to_order.py to allocate_algo_to_order.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/algos/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/algos/algo_original_best.py to algo_original_best.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/tick_data.py to tick_data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/init.py to init.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/order_stacks/order_stack.py to order_stack.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/order_stacks/contract_order_stack.py to contract_order_stack.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/order_stacks/instrument_order_stack.py to instrument_order_stack.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/order_stacks/broker_order_stack.py to broker_order_stack.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sysexecution/order_stacks/init.py to init.cpython-39.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying pysystemtrade.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pysystemtrade.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pysystemtrade.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pysystemtrade.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pysystemtrade.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
syscore.pycache.fileutils.cpython-39: module references file
creating 'dist/pysystemtrade-0.85.0-py3.9.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing pysystemtrade-0.85.0-py3.9.egg
creating /home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/pysystemtrade-0.85.0-py3.9.egg
Extracting pysystemtrade-0.85.0-py3.9.egg to /home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages
Adding pysystemtrade 0.85.0 to easy-install.pth file

Installed /home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/pysystemtrade-0.85.0-py3.9.egg
Processing dependencies for pysystemtrade==0.85.0
Searching for scipy>=1.0.0
Reading https://pypi.org/simple/scipy/
Downloading https://files.pythonhosted.org/packages/83/4a/13f813a86b7f510954bdae649f0fda718e8210320b4108656ddaf96442c9/scipy-1.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=5273d832fb9cd5724ee0d335c16a903b923441107dd973d27fc4293075a9f4e3
Best match: scipy 1.7.2
Processing scipy-1.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing scipy-1.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages
Adding scipy 1.7.2 to easy-install.pth file

Installed /home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/scipy-1.7.2-py3.9-linux-x86_64.egg
Searching for pymongo==3.9.0
Reading https://pypi.org/simple/pymongo/
Downloading https://files.pythonhosted.org/packages/c0/69/9388b715d013444ae8e5d497a6825d120f6a7a67ef5aa8ddea62f601cbff/pymongo-3.9.0.tar.gz#sha256=4249c6ba45587b959292a727532826c5032d59171f923f7f823788f413c2a5a3
Best match: pymongo 3.9.0
Processing pymongo-3.9.0.tar.gz
Writing /tmp/easy_install-vfq2bwdq/pymongo-3.9.0/setup.cfg
Running pymongo-3.9.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-vfq2bwdq/pymongo-3.9.0/egg-dist-tmp-lwy7lf62
bson/_cbsonmodule.c:23:10: fatal error: Python.h: No such file or directory
23 | #include "Python.h"
| ^~~~~~~~~~
compilation terminated.
command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
/tmp/easy_install-vfq2bwdq/pymongo-3.9.0/setup.py:302: UserWarning:


WARNING: The bson._cbson extension module could not
be compiled. No C extensions are essential for PyMongo to run,
although they do result in significant speed improvements.
The output above this warning shows how the compilation failed.

Please see the installation docs for solutions to build issues:

http://api.mongodb.org/python/current/installation.html

Here are some hints for popular operating systems:

If you are seeing this message on Linux you probably need to
install GCC and/or the Python development package for your
version of Python.

Debian and Ubuntu users should issue the following command:

$ sudo apt-get install build-essential python-dev

Users of Red Hat based distributions (RHEL, CentOS, Amazon Linux,
Oracle Linux, Fedora, etc.) should issue the following command:

$ sudo yum install gcc python-devel

If you are seeing this message on Microsoft Windows please install
PyMongo using pip. Modern versions of pip will install PyMongo
from binary wheels available on pypi. If you must install from
source read the documentation here:

https://api.mongodb.com/python/current/installation.html#installing-from-source-on-windows

If you are seeing this message on macOS / OSX please install PyMongo
using pip. Modern versions of pip will install PyMongo from binary
wheels available on pypi. If wheels are not available for your version
of macOS / OSX, or you must install from source read the documentation
here:

http://api.mongodb.org/python/current/installation.html#osx


warnings.warn(self.warning_message % ("The %s extension "
pymongo/_cmessagemodule.c:23:10: fatal error: Python.h: No such file or directory
23 | #include "Python.h"
| ^~~~~~~~~~
compilation terminated.
command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
/tmp/easy_install-vfq2bwdq/pymongo-3.9.0/setup.py:302: UserWarning:


WARNING: The pymongo._cmessage extension module could not
be compiled. No C extensions are essential for PyMongo to run,
although they do result in significant speed improvements.
The output above this warning shows how the compilation failed.

Please see the installation docs for solutions to build issues:

http://api.mongodb.org/python/current/installation.html

Here are some hints for popular operating systems:

If you are seeing this message on Linux you probably need to
install GCC and/or the Python development package for your
version of Python.

Debian and Ubuntu users should issue the following command:

$ sudo apt-get install build-essential python-dev

Users of Red Hat based distributions (RHEL, CentOS, Amazon Linux,
Oracle Linux, Fedora, etc.) should issue the following command:

$ sudo yum install gcc python-devel

If you are seeing this message on Microsoft Windows please install
PyMongo using pip. Modern versions of pip will install PyMongo
from binary wheels available on pypi. If you must install from
source read the documentation here:

https://api.mongodb.com/python/current/installation.html#installing-from-source-on-windows

If you are seeing this message on macOS / OSX please install PyMongo
using pip. Modern versions of pip will install PyMongo from binary
wheels available on pypi. If wheels are not available for your version
of macOS / OSX, or you must install from source read the documentation
here:

http://api.mongodb.org/python/current/installation.html#osx


warnings.warn(self.warning_message % ("The %s extension "
build/bdist.linux-x86_64/egg/bson/json_util.py:702: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if doc['$minKey'] is not 1:
build/bdist.linux-x86_64/egg/bson/json_util.py:711: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if doc['$maxKey'] is not 1:
zip_safe flag not set; analyzing archive contents...
Moving pymongo-3.9.0-py3.9-linux-x86_64.egg to /home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages
Adding pymongo 3.9.0 to easy-install.pth file

Installed /home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/pymongo-3.9.0-py3.9-linux-x86_64.egg
Searching for pandas==1.0.5
Reading https://pypi.org/simple/pandas/
Downloading https://files.pythonhosted.org/packages/31/29/ede692aa6547dfc1f07a4d69e8411b35225218bcfbe9787e78b67a35d103/pandas-1.0.5.tar.gz#sha256=69c5d920a0b2a9838e677f78f4dde506b95ea8e4d30da25859db6469ded84fa8
Best match: pandas 1.0.5
Processing pandas-1.0.5.tar.gz
Writing /tmp/easy_install-wvf4kobl/pandas-1.0.5/setup.cfg
Running pandas-1.0.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-wvf4kobl/pandas-1.0.5/egg-dist-tmp-q9mxepvp
Traceback (most recent call last):
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 154, in save_modules
yield saved
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 250, in run_setup
_execfile(setup_script, ns)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 45, in _execfile
exec(code, globals, locals)
File "/tmp/easy_install-wvf4kobl/pandas-1.0.5/setup.py", line 757, in
File "/tmp/easy_install-wvf4kobl/pandas-1.0.5/setup.py", line 515, in maybe_cythonize
RuntimeError: Cannot cythonize without Cython installed.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/newadmin/linuxprojects/pysystemtrade/setup.py", line 68, in
setup(
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/init.py", line 145, in setup
return distutils.core.setup(**attrs)
File "/usr/lib/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/install.py", line 67, in run
self.do_egg_install()
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/install.py", line 117, in do_egg_install
cmd.run(show_deprecation=False)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/easy_install.py", line 449, in run
self.easy_install(spec, not self.no_deps)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/easy_install.py", line 691, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/easy_install.py", line 738, in install_item
self.process_distribution(spec, dist, deps)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/easy_install.py", line 782, in process_distribution
distros = WorkingSet([]).resolve(
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/pkg_resources/init.py", line 780, in resolve
dist = best[req.key] = env.best_match(
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/pkg_resources/init.py", line 1065, in best_match
return self.obtain(req, installer)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/pkg_resources/init.py", line 1077, in obtain
return installer(requirement)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/easy_install.py", line 710, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/easy_install.py", line 736, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/easy_install.py", line 921, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/easy_install.py", line 1189, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/command/easy_install.py", line 1175, in run_setup
run_setup(setup_script, args)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 253, in run_setup
raise
File "/usr/lib/python3.9/contextlib.py", line 135, in exit
self.gen.throw(type, value, traceback)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/usr/lib/python3.9/contextlib.py", line 135, in exit
self.gen.throw(type, value, traceback)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 166, in save_modules
saved_exc.resume()
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 141, in resume
six.reraise(type, exc, self._tb)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/_vendor/six.py", line 685, in reraise
raise value.with_traceback(tb)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 154, in save_modules
yield saved
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 250, in run_setup
_execfile(setup_script, ns)
File "/home/newadmin/linuxprojects/pysystemtrade/.venv/lib/python3.9/site-packages/setuptools/sandbox.py", line 45, in _execfile
exec(code, globals, locals)
File "/tmp/easy_install-wvf4kobl/pandas-1.0.5/setup.py", line 757, in
File "/tmp/easy_install-wvf4kobl/pandas-1.0.5/setup.py", line 515, in maybe_cythonize
RuntimeError: Cannot cythonize without Cython installed.

@robcarver17
Copy link
Owner

I should say first I'm not a python packaging expert. The setup.py was actually created initially by another user which is why I've let it rot. My approach has usually been (say on a new machine, or a machine which I haven't used for a while) run setup.py. If anything missing, use pip3 to install. The advantage of that is I can narrow down the problem to a specific package more easily without having to trawl through 4 thousand pages of diagnostic crap. Sometimes a google is required to fix the problem with various arcane command lines required. Sadly this is a generic python problem.

I can edit setup.py to install those packages automatically, which after all is nicer, but my hunch is that it won't help. With missing packages you wouldn't get an error until you actually ran the code, not during installation. You're getting errors because it can't install the packages that are already in setup.py

Noteably it seems to be failing on installing panda. Looking at your error output, you seem to have some pretty significant holes in your installation like no c-compiler:


WARNING: The pymongo._cmessage extension module could not
be compiled. No C extensions are essential for PyMongo to run,
although they do result in significant speed improvements.
The output above this warning shows how the compilation failed.

Please see the installation docs for solutions to build issues:

http://api.mongodb.org/python/current/installation.html

Here are some hints for popular operating systems:

If you are seeing this message on Linux you probably need to
install GCC and/or the Python development package for your
version of Python.

Debian and Ubuntu users should issue the following command:

$ sudo apt-get install build-essential python-dev
RuntimeError: Cannot cythonize without Cython installed.


Did you follow these instructions? Did they work?

@bug-or-feature
Copy link
Contributor

I have never seen setup.py install work successfully. I always use setup.py install develop

@dr1ver1
Copy link
Contributor Author

dr1ver1 commented Nov 22, 2021

I've run: sudo apt-get install build-essential python-dev
pip3 install pandas==1.0.5 is generating a lot of errors
pip3 install pandas executes ok, installs pandas-1.3.4

Will the code work with pandas 1.3.4 or does it need to be 1.0.5?

@robcarver17
Copy link
Owner

The issue is that https://github.com/man-group/arctic requires pandas 1.03

See man-group/arctic#907

Of course there may be other issues with pandas 1.3.4 that I am unaware of

@dr1ver1
Copy link
Contributor Author

dr1ver1 commented Nov 22, 2021

ok - I think I've solved it - or at least setup.py and pip install requirements.txt have run without errors.
pandas 1.0.5 is only officially supported up to Python 3.8, and I was running 3.9
https://pandas.pydata.org/pandas-docs/version/1.0.5/getting_started/install.html

I've created a new environment with 3.8, and all the errors disappeared.

So it seems that Python > 3.8 isn't an option until Arctic move to a more recent pandas

@robcarver17
Copy link
Owner

OK I've added a flag to the setup.py that reflects that.

This arctic thing is a pain.... shows the problem of relying on third party stuff.

@bug-or-feature
Copy link
Contributor

It is not true that pysystemtrade doesn't work with python 3.9. The slow integration test was working fine with 3.9 (until 5 November, when all the tests broke). The last successful run:

https://github.com/robcarver17/pysystemtrade/actions/runs/1424016648

I use 3.9.7 in my own environments

@dr1ver1
Copy link
Contributor Author

dr1ver1 commented Nov 23, 2021

Did you start with an initial setup of pysystemtrade on 3.9.7? Or did you upgrade python after already setting up?
My issue appeared to be trying install pandas 1.0.5 on Python 3.9

@bug-or-feature
Copy link
Contributor

I have a bunch of different projects with different versions of python, managed with pyenv. There is no pre-built 3.9 wheel for pandas 1.0.5, so you would need to compile it yourself. Perhaps you are missing those development tools?

@AlistairHaimes
Copy link
Contributor

It works with pandas 1.1.5, with python 3.9.5. Both available on conda.

I can't install 1.0.5 for various reasons, pandas 1.1.5 is the latest one that is compatible with Arctic but the earliest one available that I can install on my machine.

@robcarver17
Copy link
Owner

I'm using 3.8.5 so it's safest to say that will definitely work.

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

4 participants