jnicoleoliveira / SPECData

Interactive spectroscopic data analysis tool.
6 stars 4 forks source link

Windows Install Failure #18

Closed jnicoleoliveira closed 7 years ago

jnicoleoliveira commented 7 years ago

The installer for Windows gets caught up when installing an Anaconda enviornment.. The following occurs:

C:\Users\Jasmine\Desktop\SPECdata\Versions\3.2\SPECData\SPECData-master\init>conda env create -n specdata-env -f bin/conda_environment_linux.yml

Fetching package metadata ........... NoPackagesFoundError: Package missing in current win-64 channels:

  • cairo 1.14.8 0
jnicoleoliveira commented 7 years ago

The windows installer is currently using a Linux environment as a temporary substitute... going to create and add a Windows specific environment, and update the procedure.

laserkelvin commented 7 years ago

You'll need to make a conda environment from scratch on Windows - if you're using the Linux yaml file it'll look in the Linux channels for packages.

The yaml files are not cross-platform, so we'll need one for each OS.

jnicoleoliveira commented 7 years ago

@laserkelvin I figured so. I think I put that as a temporary solution til I could get my hands on a Windows machine for testing. I'm creating/testing a new environment now. Thanks :)