We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, i really like this concept, was just looking for a tool that does exactly this.
Been running into some install issues within my conda env though.
conda list
I had to take out the middle of this because it was way over GitHub's character limit, but here's the crux of it.
pip install gene-outlier-detection
... ... ... ...
Moving to /opt/anaconda3/envs/ukb/lib/python3.8/site-packages/pandas/util/ from /opt/anaconda3/envs/ukb/lib/python3.8/site-packages/pandas/~til ERROR: Command errored out with exit status 1: /opt/anaconda3/envs/ukb/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zq/h7mtybc533b1qzkys_ttgpth0000gn/T/pip-install-2whgw2ts/pandas_c7e99d6a5b6b41b18d2bfe77e803509d/setup.py'"'"'; file='"'"'/private/var/folders/zq/h7mtybc533b1qzkys_ttgpth0000gn/T/pip-install-2whgw2ts/pandas_c7e99d6a5b6b41b18d2bfe77e803509d/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/zq/h7mtybc533b1qzkys_ttgpth0000gn/T/pip-record-x_gqql8i/install-record.txt --single-version-externally-managed --compile --install-headers /opt/anaconda3/envs/ukb/include/python3.8/pandas Check the logs for full command output.
Thanks! Looking forward to using this.
Best, Brian
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, i really like this concept, was just looking for a tool that does exactly this.
Been running into some install issues within my conda env though.
Conda env
conda list
Error log
I had to take out the middle of this because it was way over GitHub's character limit, but here's the crux of it.
pip install gene-outlier-detection
...
...
...
...
Moving to /opt/anaconda3/envs/ukb/lib/python3.8/site-packages/pandas/util/
from /opt/anaconda3/envs/ukb/lib/python3.8/site-packages/pandas/~til
ERROR: Command errored out with exit status 1: /opt/anaconda3/envs/ukb/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zq/h7mtybc533b1qzkys_ttgpth0000gn/T/pip-install-2whgw2ts/pandas_c7e99d6a5b6b41b18d2bfe77e803509d/setup.py'"'"'; file='"'"'/private/var/folders/zq/h7mtybc533b1qzkys_ttgpth0000gn/T/pip-install-2whgw2ts/pandas_c7e99d6a5b6b41b18d2bfe77e803509d/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/zq/h7mtybc533b1qzkys_ttgpth0000gn/T/pip-record-x_gqql8i/install-record.txt --single-version-externally-managed --compile --install-headers /opt/anaconda3/envs/ukb/include/python3.8/pandas Check the logs for full command output.
Thanks! Looking forward to using this.
Best,
Brian
The text was updated successfully, but these errors were encountered: