Hi,
I am following the instructions in order to install img_pipe in a python 3.6.3 with Anaconda. The operative system is OSX Mojave 10.14.6. The problem (at this point) occurs during the environment creation.
When I try to create the environment "conda env create -f img_pipe/environment_py35.yml" the terminal reported
Solving environment: false
and multiple packages appeared as not found (e.g.):
ResolvePackagesNotFound.
Trying to solve this issue, what I did was to edit the environment yaml file and move all the libraries appearing as not found below the "pip:" command.
By doing this I was able to (apparently) create the environment without errors:
`conda env create -f environment_py35.yml
To activate this environment, use
$ conda activate img_pipe_py3
To deactivate an active environment, use
$ conda deactivate``
Nevertheless, when I tried to activate it, the terminal again shows an error:
source activate img_pipe_py3
Could not find conda environment: img_pipe_py3
You can list all discoverable environments with conda info --envs.
In fact, the new environment is not listed in conda.
I would be very grateful if someone could help me to install this very interesting toolbox.
Thank you!
alex
Hi,
I am following the instructions in order to install img_pipe in a python 3.6.3 with Anaconda. The operative system is OSX Mojave 10.14.6. The problem (at this point) occurs during the environment creation.
When I try to create the environment "conda env create -f img_pipe/environment_py35.yml" the terminal reported
Solving environment: false
and multiple packages appeared as not found (e.g.):
ResolvePackagesNotFound.
etc
Trying to solve this issue, what I did was to edit the environment yaml file and move all the libraries appearing as not found below the "pip:" command.
By doing this I was able to (apparently) create the environment without errors:
`conda env create -f environment_py35.yml
To activate this environment, use
$ conda activate img_pipe_py3
To deactivate an active environment, use
$ conda deactivate``
Nevertheless, when I tried to activate it, the terminal again shows an error:
source activate img_pipe_py3
Could not find conda environment: img_pipe_py3
You can list all discoverable environments with
conda info --envs.In fact, the new environment is not listed in conda.
I would be very grateful if someone could help me to install this very interesting toolbox.
Thank you!
alex