Coder Social home page Coder Social logo

Execution module about qsforex HOT 8 CLOSED

mhallsmoore avatar mhallsmoore commented on July 21, 2024
Execution module

from qsforex.

Comments (8)

mhallsmoore avatar mhallsmoore commented on July 21, 2024

Hi Xenu,

Did you create a virtual environment and a symlink pointing to your directory installation of QSForex?

e.g. on Ubuntu/Linux, for Python 2.7.x, it would require something like this:

ln -s /path/to/your/qsforex/ /path/to/your/qsforex/virtualenv/lib/python2.7/site-packages/qsforex

Mike.

from qsforex.

talaikis avatar talaikis commented on July 21, 2024

Yup.

untitled

from qsforex.

mhallsmoore avatar mhallsmoore commented on July 21, 2024

Hi Xenu,

I think the issue is that when you used mklink /D ..., it should have been mklink /J ..., which creates a "junction" instead of a "soft" symlink. If you first delete the qsforex symlink from the anaconda site-packages directory and then run:

mklink \J link_dir target_dir

With link_dir and target_dir as you originally specified, it might fix the problem.

Let me know how you get on.

Mike.

from qsforex.

talaikis avatar talaikis commented on July 21, 2024

Same thing, tried various variants, will try later with fresh Windows install on another PC. Will post results.

from qsforex.

redmeros avatar redmeros commented on July 21, 2024

I didn't try with anaconda distro, but probably the target/source directories are wrong? If you are using virtualenv then the path from which libraries are taken is different.

(I have tried on win8.1 computer with "clear" python 2.7 both /D and /J are working for me)

Michal

from qsforex.

talaikis avatar talaikis commented on July 21, 2024

OK, tried it, doesn't work, probably of Anaconda/Windows installation (numpy & ipython are older versions and can't be updated). That's too much work on Win, I'll better will make Unix partition.

from qsforex.

mhallsmoore avatar mhallsmoore commented on July 21, 2024

Hi Xenu,

You could also try a Virtualbox with Ubuntu which would stop you having to make a hard Unix partition. At least that way you can "try it out" before you commit to a dual-boot system.

I'm going to try and package up QSForex with the Python package manager to make this process somewhat easier, so I'll put that as a separate issue for the future.

Mike.

from qsforex.

petemere avatar petemere commented on July 21, 2024

In case it is of use to others, I'm using Windows 7 sp1 and the Anaconda distro, and the following command worked for me:
MKLINK /D C:\Users\tplj\Anaconda\envs\qsfx\Lib\site-packages\qsforex "C:\Users\tplj\Desktop\Pete\Trading Research\QSFX\qsforex"

from qsforex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.