c***@gmail.com
2018-07-08 12:07:25 UTC
Greetings.
I preformed a fresh install on conda. In order to do so, I deleted the
conda & .conda directory as well as .condarc. I downloaded
Miniconda3-latest-Linux-x86_64.sh and installed it with the following
command.
bash Miniconda3-latest-Linux-x86_64.sh $HOME
Specs on the Linux environment are below
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.4.1708 (Core)
Release: 7.4.1708
Codename: Core
Linux l-0-01 3.10.0-514.2.2.el7.x86_64 #1 SMP Tue Dec 6 23:06:41 UTC 2016
x86_64 x86_64 x86_64 GNU/Linux
conda -V
conda4.5.5
I tried to create an environment with the aid of the attached file
(python3_requirements.txt) with the following command:
/home/myDirectoryName/miniconda/bin/conda create --name py35 --file
python3_requirements.txt python=3.5
And I received a message stating that an error had occurred and the
following report is created.
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/exceptions.py"
, line 819, in __call__
return func(*args, **kwargs)
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/cli/main.py"
, line 78, in _main
exit_code = do_call(args, p)
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/cli/conda_argparse.py"
, line 77, in do_call
exit_code = getattr(module, func_name)(args, parser)
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/cli/main_create.py"
, line 11, in execute
install(args, parser, 'create')
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/cli/install.py"
, line 184, in install
explicit(specs, prefix, verbose=not context.quiet, index_args=
index_args)
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/misc.py",
line 78, in explicit
assert not any(spec_pcrec[1] is None for spec_pcrec in specs_pcrecs)
AssertionError
`$ /home/myDirectoryName/miniconda/bin/conda create --name py35 --file
python3_requirements.txt python=3.5`
environment variables:
CIO_TEST=<not set>
CONDA_ROOT=/home/myDirectoryName/miniconda
CPATH=/cm/shared/apps/uge/8.5.3/include
LD_LIBRARY_PATH=/cm/shared/apps/uge/8.5.3/lib/lx-amd64
MANPATH=/cm/shared/apps/uge/8.5.3/man:/usr/local/share/man
:/usr/share/man/over
rides:/usr/share/man:/cm/local/apps/environment-
modules/current/share/man
MODULEPATH=/cm/local/modulefiles:/cm/shared/modulefiles:/cm/
shared/modulefiles_ch
op
PATH=/home/myDirectoryName/miniconda/bin:/home/
myDirectoryName/miniconda/bin:/home/myDirectoryName/miniconda/bin:/cm/shared
/apps/uge/8.5.3/bin/lx-amd64:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/
sbin:/sbin:/usr/sbin:/cm/local/apps/environment-modules/3.2.10/bin:/opt/dell
/srvadmin/bin:/home/myDirectoryName/.local/bin:/home/myDirectoryName/bin
REQUESTS_CA_BUNDLE=<not set>
SSL_CERT_FILE=<not set>
active environment : None
user config file : /home/myDirectoryName/.condarc
populated config files :
conda version : 4.5.4
conda-build version : not installed
python version : 3.6.5.final.0
base environment : /home/myDirectoryName/miniconda (writable)
channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/free/linux-64
https://repo.anaconda.com/pkgs/free/noarch
https://repo.anaconda.com/pkgs/r/linux-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/pro/linux-64
https://repo.anaconda.com/pkgs/pro/noarch
package cache : /home/myDirectoryName/miniconda/pkgs
/home/myDirectoryName/.conda/pkgs
envs directories : /home/myDirectoryName/miniconda/envs
/home/myDirectoryName/.conda/envsplatform : linux-
64
user-agent : conda/4.5.4 requests/2.18.4 CPython/3.6.5 Linux/
3.10.0-514.2.2.el7.x86_64 centos/7 glibc/2.17
UID:GID : 988541:85000002
netrc file : None
offline mode : False
An unexpected error has occurred. Conda has prepared the above report.
There is no .condarc file created and I am not certain what the error
actually is. I do know that I do not have any permission rights outside of
my directory. Any assistance is deeply appreciated.
C
I preformed a fresh install on conda. In order to do so, I deleted the
conda & .conda directory as well as .condarc. I downloaded
Miniconda3-latest-Linux-x86_64.sh and installed it with the following
command.
bash Miniconda3-latest-Linux-x86_64.sh $HOME
Specs on the Linux environment are below
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.4.1708 (Core)
Release: 7.4.1708
Codename: Core
Linux l-0-01 3.10.0-514.2.2.el7.x86_64 #1 SMP Tue Dec 6 23:06:41 UTC 2016
x86_64 x86_64 x86_64 GNU/Linux
conda -V
conda4.5.5
I tried to create an environment with the aid of the attached file
(python3_requirements.txt) with the following command:
/home/myDirectoryName/miniconda/bin/conda create --name py35 --file
python3_requirements.txt python=3.5
And I received a message stating that an error had occurred and the
following report is created.
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/exceptions.py"
, line 819, in __call__
return func(*args, **kwargs)
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/cli/main.py"
, line 78, in _main
exit_code = do_call(args, p)
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/cli/conda_argparse.py"
, line 77, in do_call
exit_code = getattr(module, func_name)(args, parser)
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/cli/main_create.py"
, line 11, in execute
install(args, parser, 'create')
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/cli/install.py"
, line 184, in install
explicit(specs, prefix, verbose=not context.quiet, index_args=
index_args)
File
"/home/myDirectoryName/miniconda/lib/python3.6/site-packages/conda/misc.py",
line 78, in explicit
assert not any(spec_pcrec[1] is None for spec_pcrec in specs_pcrecs)
AssertionError
`$ /home/myDirectoryName/miniconda/bin/conda create --name py35 --file
python3_requirements.txt python=3.5`
environment variables:
CIO_TEST=<not set>
CONDA_ROOT=/home/myDirectoryName/miniconda
CPATH=/cm/shared/apps/uge/8.5.3/include
LD_LIBRARY_PATH=/cm/shared/apps/uge/8.5.3/lib/lx-amd64
MANPATH=/cm/shared/apps/uge/8.5.3/man:/usr/local/share/man
:/usr/share/man/over
rides:/usr/share/man:/cm/local/apps/environment-
modules/current/share/man
MODULEPATH=/cm/local/modulefiles:/cm/shared/modulefiles:/cm/
shared/modulefiles_ch
op
PATH=/home/myDirectoryName/miniconda/bin:/home/
myDirectoryName/miniconda/bin:/home/myDirectoryName/miniconda/bin:/cm/shared
/apps/uge/8.5.3/bin/lx-amd64:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/
sbin:/sbin:/usr/sbin:/cm/local/apps/environment-modules/3.2.10/bin:/opt/dell
/srvadmin/bin:/home/myDirectoryName/.local/bin:/home/myDirectoryName/bin
REQUESTS_CA_BUNDLE=<not set>
SSL_CERT_FILE=<not set>
active environment : None
user config file : /home/myDirectoryName/.condarc
populated config files :
conda version : 4.5.4
conda-build version : not installed
python version : 3.6.5.final.0
base environment : /home/myDirectoryName/miniconda (writable)
channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/free/linux-64
https://repo.anaconda.com/pkgs/free/noarch
https://repo.anaconda.com/pkgs/r/linux-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/pro/linux-64
https://repo.anaconda.com/pkgs/pro/noarch
package cache : /home/myDirectoryName/miniconda/pkgs
/home/myDirectoryName/.conda/pkgs
envs directories : /home/myDirectoryName/miniconda/envs
/home/myDirectoryName/.conda/envsplatform : linux-
64
user-agent : conda/4.5.4 requests/2.18.4 CPython/3.6.5 Linux/
3.10.0-514.2.2.el7.x86_64 centos/7 glibc/2.17
UID:GID : 988541:85000002
netrc file : None
offline mode : False
An unexpected error has occurred. Conda has prepared the above report.
There is no .condarc file created and I am not certain what the error
actually is. I do know that I do not have any permission rights outside of
my directory. Any assistance is deeply appreciated.
C
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/821391fc-b415-46ee-9bef-6e9a9036a791%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/821391fc-b415-46ee-9bef-6e9a9036a791%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.