You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We're trying our best to work with Pastis to generate some beautiful chromosome renderings, but in installation we are being "errored" out, more specifically:
Warning: Assuming default configuration (pastis/utils/{setup_utils,setup}.py was not found)Warning: Assuming default configuration (pastis/optimization/{setup_optimization,setup}.py was not found)Warning: Assuming default configuration (pastis/externals/iced/utils/{setup_utils,setup}.py was not found)Warning: Assuming default configuration (pastis/externals/iced/normalization/{setup_normalization,setup}.py was not found)Warning: Assuming default configuration (pastis/datasets/{setup_datasets,setup}.py was not found)error: Command "gcc -pthread -B /home/blair/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I../src/cblas -I/home/blair/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/home/blair/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/home/blair/anaconda3/include/python3.7m -c pastis/externals/iced/io/fastio_.c -o build/temp.linux-x86_64-3.7/pastis/externals/iced/io/fastio_.o -MMD -MF build/temp.linux-x86_64-3.7/pastis/externals/iced/io/fastio_.o.d" failed with exit status 127
The text was updated successfully, but these errors were encountered:
as discussed by email, pastis doesn't do any visualization.
In terms of installing pastis, can you let me know how you tried to install it? (pip or python setup.py install) as well as the version of numpy you are using?
Hi Nelle,
I tried both (pip install --user pastis) (python setup.py install --user),
but ran into the same error that I reported on GitHub. I've tried
installing pastis in both Python 2.7 and Python 3.7, but run into the same
issue. Thanks for your help Nelle!
[image: image.png]
[image: image.png]
On Tue, Feb 18, 2020 at 7:04 AM Nelle Varoquaux ***@***.***> wrote:
Hi,
as discussed by email, pastis doesn't do any visualization.
In terms of installing pastis, can you let me know how you tried to
install it? (pip or python setup.py install) as well as the version of
numpy you are using?
Thanks,
N
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#68?email_source=notifications&email_token=AI3HLZGSJCNX6CYZBMZTGGLRDP2EJA5CNFSM4KW5UHIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMCJR3Y#issuecomment-587503855>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI3HLZDBSJKPGEVITYGAZWLRDP2EJANCNFSM4KW5UHIA>
.
Hi! We're trying our best to work with Pastis to generate some beautiful chromosome renderings, but in installation we are being "errored" out, more specifically:
Warning: Assuming default configuration (pastis/utils/{setup_utils,setup}.py was not found)Warning: Assuming default configuration (pastis/optimization/{setup_optimization,setup}.py was not found)Warning: Assuming default configuration (pastis/externals/iced/utils/{setup_utils,setup}.py was not found)Warning: Assuming default configuration (pastis/externals/iced/normalization/{setup_normalization,setup}.py was not found)Warning: Assuming default configuration (pastis/datasets/{setup_datasets,setup}.py was not found)error: Command "gcc -pthread -B /home/blair/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I../src/cblas -I/home/blair/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/home/blair/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/home/blair/anaconda3/include/python3.7m -c pastis/externals/iced/io/fastio_.c -o build/temp.linux-x86_64-3.7/pastis/externals/iced/io/fastio_.o -MMD -MF build/temp.linux-x86_64-3.7/pastis/externals/iced/io/fastio_.o.d" failed with exit status 127
The text was updated successfully, but these errors were encountered: