KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Solutions Putting CSV data into a chart & other questions Re: Putting CSV data into a chart & other questions

  • biggorilla

    Member
    April 18, 2022 at 12:00 am

    In keeping with the theme of laying out all of my problems here, my current issue is installing the machine learning stuff. The statistics things in there look like they should address my above problem.

    l ml/ml.q
    q)'os
    [8] python -c "print('.'.join([str(getattr(__import__('sys').version_info,x))for x in ['major','minor']]));"2>nul <nul

     

    Could this be related to this error I got when installing the conda ML stuff?:

    (base) C:UsersB>conda install --file requirements.txt
    Collecting package metadata (current_repodata.json): done
    Solving environment: failed with initial frozen solve. Retrying with flexible solve.
    Collecting package metadata (repodata.json): done
    Solving environment: failed with initial frozen solve. Retrying with flexible solve.
    
    PackagesNotFoundError: The following packages are not available from current channels:
    
    - sobol-seq

     

    Thanks