-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to install #6
Comments
Hi, thank you for trying AlphaTracker. When you are in the main AlphaTracker directory: |
Thank you for the quick reply! Currently that code outputs: (base) C:\Users\ninsellab2\Desktop\AlphaTracker\Tracking\AlphaTracker>conda env create -f environment.yml UnavailableInvalidChannel: The channel is not accessible or is invalid. You will need to adjust your conda configuration to proceed. |
Hi, actually regarding my earlier comment, you should be in the main In regards to the new error you received, could you share the Thanks! |
In my first comment I was under the correct directory of the main alphatracker file and with either code it gave the same error. I am currently running Windows 10 |
Hello SweetStripes74,
The current version of the AlphaTracker package is optimized for Linux OS
system. We are currently working on a version that will run smoothly in
Windows environments but it is not yet available.
Does your computer use the Windows for Linux Subsystem (wsl2)? If so and,
if you also have a GPU with CUDA libraries, theoretically it should run on
your system. However, it has not been fully tested on this platform.
If you would like to explore AlphaTracker in the meantime, we recommend
running it in Google Colab. Please view the instructions here:
https://github.com/ZexinChen/AlphaTracker/blob/main/Manual/Colab.md
Thanks!
…On Sat, Mar 13, 2021, 10:17 AM SweetStripes74 ***@***.***> wrote:
In my first comment I was under the correct directory of the main
alphatracker file and with either code it gave the same error.
I am currently running Windows 10
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE6EMHJCTPXIFLCQQUICAA3TDOM3VANCNFSM4ZEBOJEA>
.
|
Ah gotcha. My apologies; I was under the impression if I used Python script in a conda environment it should work under windows as well. We will try the Google Colab then! Thank you for your help :) |
I think your impression is generally correct with non-GPU python packages.
However, the current implementation of AlphaTracker has one module that is
written in C (not python). Also, if you do not have wsl set up on a
Windows machine, then even if you installed everything and it looked good,
the software would not be able to communicate with the GPU and would not
function properly.
Thank you for your questions!
…On Sat, Mar 13, 2021 at 10:41 AM SweetStripes74 ***@***.***> wrote:
Ah gotcha. My apologies; I was under the impression if I used Python
script in a conda environment it should work under windows as well. We will
try the Google Colab then! Thank you for your help :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE6EMHM5ZIY4O3EKUUJZ2DDTDOPV7ANCNFSM4ZEBOJEA>
.
--
--------------------------------
*Follow Your Bliss*
"Energy and persistence conquer all things." - Benjamin Franklin
|
Hello! I'm fairly new to the coding world and am having trouble installing the tools for the alpha tracker unfortunately and would like some help.
After dowloading the repository and changing the directory, I input the code "conda new env -f environment.yaml" I got this as a result:
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
When doing the follow up command of "conda activate alphatracker" what I get is:
Could not find conda environment: alphatracker
You can list all discoverable environments with
conda info --envs
.not certain what to do here. I did conda update conda and was able to download pytorch successfully so I'm a bit at a loss. Any help would be great!
The text was updated successfully, but these errors were encountered: