MongoDB installation error

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I am trying to install mongodb on my linux 16.4 LTS virtual machine but I am unable to do so.



I am actually trying to clone a tool on my system and I am following their configuration steps link to that tool (https://github.com/macarthur-lab/gnomad_browser) and every time I run brew install mongodb I get the following error. is there anyone who is familiar with this error and know how to fix it?



==> strip /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongodump /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos /home
Last 15 lines from /home/haider/.cache/Homebrew/Logs/mongodb/06.strip:
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongo
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/bsondump
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongostat
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongod
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoperf
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongofiles
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoexport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongotop
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoimport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongorestore
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoreplay

strip:/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass: File format not recognized

READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.


Regards,
Haider







share|improve this question






















  • This looks like an error in linuxbrew: it shouldn't be trying to strip install_compass since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to run strip. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.
    – Stennie
    Apr 11 at 20:34











  • database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
    – Syed M. Ijlal Haider
    Apr 12 at 11:20











  • running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
    – Syed M. Ijlal Haider
    Apr 12 at 11:21










  • x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
    – Syed M. Ijlal Haider
    Apr 12 at 11:21










  • compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
    – Syed M. Ijlal Haider
    Apr 12 at 11:22














up vote
0
down vote

favorite












I am trying to install mongodb on my linux 16.4 LTS virtual machine but I am unable to do so.



I am actually trying to clone a tool on my system and I am following their configuration steps link to that tool (https://github.com/macarthur-lab/gnomad_browser) and every time I run brew install mongodb I get the following error. is there anyone who is familiar with this error and know how to fix it?



==> strip /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongodump /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos /home
Last 15 lines from /home/haider/.cache/Homebrew/Logs/mongodb/06.strip:
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongo
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/bsondump
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongostat
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongod
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoperf
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongofiles
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoexport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongotop
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoimport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongorestore
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoreplay

strip:/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass: File format not recognized

READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.


Regards,
Haider







share|improve this question






















  • This looks like an error in linuxbrew: it shouldn't be trying to strip install_compass since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to run strip. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.
    – Stennie
    Apr 11 at 20:34











  • database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
    – Syed M. Ijlal Haider
    Apr 12 at 11:20











  • running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
    – Syed M. Ijlal Haider
    Apr 12 at 11:21










  • x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
    – Syed M. Ijlal Haider
    Apr 12 at 11:21










  • compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
    – Syed M. Ijlal Haider
    Apr 12 at 11:22












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am trying to install mongodb on my linux 16.4 LTS virtual machine but I am unable to do so.



I am actually trying to clone a tool on my system and I am following their configuration steps link to that tool (https://github.com/macarthur-lab/gnomad_browser) and every time I run brew install mongodb I get the following error. is there anyone who is familiar with this error and know how to fix it?



==> strip /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongodump /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos /home
Last 15 lines from /home/haider/.cache/Homebrew/Logs/mongodb/06.strip:
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongo
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/bsondump
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongostat
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongod
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoperf
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongofiles
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoexport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongotop
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoimport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongorestore
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoreplay

strip:/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass: File format not recognized

READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.


Regards,
Haider







share|improve this question














I am trying to install mongodb on my linux 16.4 LTS virtual machine but I am unable to do so.



I am actually trying to clone a tool on my system and I am following their configuration steps link to that tool (https://github.com/macarthur-lab/gnomad_browser) and every time I run brew install mongodb I get the following error. is there anyone who is familiar with this error and know how to fix it?



==> strip /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongodump /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos /home
Last 15 lines from /home/haider/.cache/Homebrew/Logs/mongodb/06.strip:
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongo
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/bsondump
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongostat
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongod
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoperf
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongofiles
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoexport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongotop
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoimport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongorestore
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoreplay

strip:/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass: File format not recognized

READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.


Regards,
Haider









share|improve this question













share|improve this question




share|improve this question








edited Apr 10 at 14:59









Kusalananda

102k13200317




102k13200317










asked Apr 10 at 14:56









Syed M. Ijlal Haider

34




34











  • This looks like an error in linuxbrew: it shouldn't be trying to strip install_compass since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to run strip. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.
    – Stennie
    Apr 11 at 20:34











  • database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
    – Syed M. Ijlal Haider
    Apr 12 at 11:20











  • running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
    – Syed M. Ijlal Haider
    Apr 12 at 11:21










  • x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
    – Syed M. Ijlal Haider
    Apr 12 at 11:21










  • compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
    – Syed M. Ijlal Haider
    Apr 12 at 11:22
















  • This looks like an error in linuxbrew: it shouldn't be trying to strip install_compass since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to run strip. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.
    – Stennie
    Apr 11 at 20:34











  • database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
    – Syed M. Ijlal Haider
    Apr 12 at 11:20











  • running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
    – Syed M. Ijlal Haider
    Apr 12 at 11:21










  • x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
    – Syed M. Ijlal Haider
    Apr 12 at 11:21










  • compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
    – Syed M. Ijlal Haider
    Apr 12 at 11:22















This looks like an error in linuxbrew: it shouldn't be trying to strip install_compass since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to run strip. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.
– Stennie
Apr 11 at 20:34





This looks like an error in linuxbrew: it shouldn't be trying to strip install_compass since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to run strip. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.
– Stennie
Apr 11 at 20:34













database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
– Syed M. Ijlal Haider
Apr 12 at 11:20





database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
– Syed M. Ijlal Haider
Apr 12 at 11:20













running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
– Syed M. Ijlal Haider
Apr 12 at 11:21




running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
– Syed M. Ijlal Haider
Apr 12 at 11:21












x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
– Syed M. Ijlal Haider
Apr 12 at 11:21




x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
– Syed M. Ijlal Haider
Apr 12 at 11:21












compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
– Syed M. Ijlal Haider
Apr 12 at 11:22




compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
– Syed M. Ijlal Haider
Apr 12 at 11:22















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f436796%2fmongodb-installation-error%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f436796%2fmongodb-installation-error%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay