cortex icon indicating copy to clipboard operation
cortex copied to clipboard

Update setup.py to work with conda.

Open gideonite opened this issue 6 years ago • 1 comments

Fixes this error when running pip install .

    ERROR: Command errored out with exit status 1:
     command: /cluster/home/dgideon/software/anaconda3/envs/dim/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-i502lsuj/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-i502lsuj/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-req-build-i502lsuj/pip-egg-info
         cwd: /tmp/pip-req-build-i502lsuj/
    Complete output (24 lines):
    Traceback (most recent call last):
      File "/cluster/home/dgideon/software/anaconda3/envs/dim/lib/python3.7/site-packages/setuptools/dist.py", line 221, in assert_string_list
        assert isinstance(value, (list, tuple))
    AssertionError

gideonite avatar Nov 01 '19 13:11 gideonite

I wonder if the project is still active.

MasterJEET avatar Feb 26 '21 08:02 MasterJEET