-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup fails #208
Comments
From looking at the Python Package documentation, there appears to be a small error in the setup.py file for Cortex where they use a dictionary {} instead of a list []. To fix it I simply went into the setup.py file and changed: |
Thank you, @DEUCE1957. |
wow, I have met that problem. Your answer is very very useful.Thank you very much
wow, I have met that problem. Your answer is very very useful.Thank you very much |
i agree |
I wonder if a pull request has been created for this one. I recently faced this exact same issue and the suggested change worked. |
There is indeed a pull request: #210 |
hello,i have a promblem about DIM....how can i solve? |
Hi,
Thank you for your great effort to create this repository.
I cannot setup cortex. I will encounter the following error:
ERROR: Command errored out with exit status 1:
command: /home/sina/.conda/envs/pytorch/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-0y42isk4/setup.py'"'"'; file='"'"'/tmp/pip-req-build-0y42isk4/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 pip-egg-info
cwd: /tmp/pip-req-build-0y42isk4/
Complete output (24 lines):
Traceback (most recent call last):
File "/home/sina/.conda/envs/pytorch/lib/python3.6/site-packages/setuptools/dist.py", line 220, in assert_string_list
assert isinstance(value, (list, tuple))
AssertionError
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Any hint?
Thank you
The text was updated successfully, but these errors were encountered: