Sampsonyu / DSCI_522_Group-4

MIT License
0 stars 0 forks source link

Environment File #2

Open karan-khubdikar opened 11 months ago

karan-khubdikar commented 11 months ago

Hey guys, I have created an environment yaml file and added the packages that I feel are necessary. Please feel free to download and create the environment on your local system and let me know if it works or if i need to make some edits.

alanpow commented 11 months ago

Will do, will just double check that all required libraries and packages are compiled on the report file.

karan-khubdikar commented 11 months ago

Thanks Alan. Also, others too, feel free to complete the pull request if the environment file works.

fohy24 commented 11 months ago

Part of the installation have failed on my Windows machine. Some packages are not installed but the main functions seem to be working. Anyone also experiencing the same issue?

Here is the error code:

$ conda env create --file environment.yaml Channels:

Downloading and Extracting Packages

Preparing transaction: done Verifying transaction: done Executing transaction: / C:\Users\fohy2\miniconda3\envs\522_group4_M1\Lib\site-packages\nb_conda_kernels\install.py:8: Deprl from pkg_resources import iter_entry_points Enabling nb_conda_kernels... CONDA_PREFIX: C:\Users\fohy2\miniconda3\envs\522_group4_M1 Status: enabled

done Installing pip dependencies: / Ran pip subprocess with arguments: ['C:\Users\fohy2\miniconda3\envs\522_group4_M1\python.exe', '-m', 'pip', 'install', '-U', '-r', 'C:\Users\fohy2\gi] Pip subprocess output:

Pip subprocess error: ERROR: Could not find a version that satisfies the requirement t (from versions: none) ERROR: No matching distribution found for t

failed

CondaEnvException: Pip failed