-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problem with installation #27
Comments
In your bulkvis environment, what is the output of |
Package Version pip 19.2.1 |
Are you able to install the dependencies individually? eg: pip install bokeh
pip install h5py
pip install Jinja2
pip install MarkupSafe
pip install numpy
pip install pandas
pip install Pillow
pip install python-dateutil
pip install pytz
pip install PyYAML
pip install selenium
pip install six
pip install tornado
pip install tqdm One of these may cause an error, if so which? |
I've actually installed all the packages by hand and all of them were successfully installed without any error. Hereafter, I wanted to set configuration by: python utils/set_config.py -b <> -i /path/to/bulkfile/directory -e /path/to/readfile/directory -m /path/to/mapfile/directory -c config.ini but I don't know where to take this <> My config.ini file has the following content: [data] |
The python script $ python set_config.py -h usage: set_config.py [-h] -b -i -e -m [-c] Generate a configuration file required for bulkvis to run General options: -h, --help Show this help and exit Input sources: -b , --bulkfile A bulk-fast5 file to get labels from -i , --input-dir The path to tbe folder containing bulk-files for visualisation -e , --export-dir The path to tbe folder where read-files will be written by bulkvis -m , --map-dir The path to tbe folder where map files, created by gen_bmf.py, are stored Output: -c , --config Path to the config.ini file in your bulkvis installation So the Looking at your config it seems you are using read FAST5 files, which will not work. |
I still don't see what this should be: -b , --bulkfile A bulk-fast5 file to get labels from i , --input-dir The path to tbe folder containing bulk-files for visualisation (I understand it as my .fast5 files which i obtained from sequencer output) --m , --map-dir The path to tbe folder where map files, created by |
The The The |
I understood, thanks a lot! |
hi,
|
Hello, I am having the same issue. Did you manage to fix this? |
Hello,
I have a problem with installation on the stage of building dependencies.
After I put a command:
pip install -r bulkvis/requirements.txt
it writes with huge error:
ERROR: Command errored out with exit status 1:
command: /home/threadripper/bulkvis-env/bin/python3 /home/threadripper/bulkvis-env/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-7n5ntt49/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools Cython 'numpy==1.9.3; python_version=='"'"'3.5'"'"'' 'numpy==1.12.1; python_version=='"'"'3.6'"'"'' 'numpy==1.13.1; python_version>='"'"'3.7'"'"''
cwd: None
Complete output (3954 lines):
Ignoring numpy: markers 'python_version == "3.5"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
Collecting wheel
Using cached https://files.pythonhosted.org/packages/bb/10/44230dd6bf3563b8f227dbf344c908d412ad2ff48066476672f3a72e174e/wheel-0.33.4-py2.py3-none-any.whl
Collecting setuptools
Using cached https://files.pythonhosted.org/packages/ec/51/f45cea425fd5cb0b0380f5b0f048ebc1da5b417e48d304838c02d6288a1e/setuptools-41.0.1-py2.py3-none-any.whl
Collecting Cython
Using cached https://files.pythonhosted.org/packages/14/43/8cfcae48235d2553c55f1f8bec21b8f5ae21b617d7d0e59023ab4b0ddfaf/Cython-0.29.12-cp37-cp37m-manylinux1_x86_64.whl
Collecting numpy==1.13.1
Using cached https://files.pythonhosted.org/packages/c0/3a/40967d9f5675fbb097ffec170f59c2ba19fc96373e73ad47c2cae9a30aed/numpy-1.13.1.zip
Installing collected packages: wheel, setuptools, Cython, numpy
Running setup.py install for numpy: started
Running setup.py install for numpy: still running...
Running setup.py install for numpy: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /home/threadripper/bulkvis-env/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-zs1v_8d8/numpy/setup.py'"'"'; file='"'"'/tmp/pip-install-zs1v_8d8/numpy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-y_k32ehd/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-7n5ntt49/overlay --compile --install-headers /home/threadripper/bulkvis-env/include/site/python3.7/numpy
cwd: /tmp/pip-install-zs1v_8d8/numpy/
Complete output (3934 lines):
Running from numpy source directory.
ERROR: Command errored out with exit status 1: /home/threadripper/bulkvis-env/bin/python3 /home/threadripper/bulkvis-env/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-7n5ntt49/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools Cython 'numpy==1.9.3; python_version=='"'"'3.5'"'"'' 'numpy==1.12.1; python_version=='"'"'3.6'"'"'' 'numpy==1.13.1; python_version>='"'"'3.7'"'"'' Check the logs for full command output.
The text was updated successfully, but these errors were encountered: