Giter VIP home page Giter VIP logo

Comments (7)

skovaka avatar skovaka commented on July 17, 2024

I think the issue is a conflict between the version of HDF5 installed by anaconda3 VS the one UNCALLED uses. Try installing it like this:

cd /software/UNCALLED
rm -r build
python3 setup.py build_ext --link-objects ./submods/hdf5/lib/libhdf5.a
python3 setup.py install

That should force the linker to use the version provided by UNCALLED. Let me know if that works and I can make a change in the repo which will automate this.

from uncalled.

robingarcia avatar robingarcia commented on July 17, 2024

Thank you very much for your fast response.

Now he use the HDF5 provided by UNCALLED, but maybe a module is missed?
I got this error now.

Traceback (most recent call last): File "./uncalled", line 4, in <module> __import__('pkg_resources').run_script('uncalled==2.2', 'uncalled') File "/software/anaconda/anaconda3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 665, in run_script self.require(requires)[0].run_script(script_name, ns) File "/software/anaconda/anaconda3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1463, in run_script exec(code, namespace, namespace) File "/software/anaconda/anaconda3/lib/python3.8/site-packages/uncalled-2.2-py3.8-linux-x86_64.egg/EGG-INFO/scripts/uncalled", line 35, in <module> import uncalled as unc File "/software/anaconda/anaconda3/lib/python3.8/site-packages/uncalled-2.2-py3.8-linux-x86_64.egg/uncalled/__init__.py", line 3, in <module> from uncalled import index, pafstats, sim_utils, args, debug File "/software/anaconda/anaconda3/lib/python3.8/site-packages/uncalled-2.2-py3.8-linux-x86_64.egg/uncalled/debug.py", line 8, in <module> from file_read_backwards import FileReadBackwards ModuleNotFoundError: No module named 'file_read_backwards'

Thank you for your help. :-)

from uncalled.

skovaka avatar skovaka commented on July 17, 2024

Glad that fixed the HDF5 issue! I actually removed that missing module about a week ago, so you should be able to just "git pull", re-install, and that should work.

from uncalled.

robingarcia avatar robingarcia commented on July 17, 2024

Thank you. I reinstalled it following your advise. (with HDF5 provided by UNCALLED).

Now I got this error.

Traceback (most recent call last): File "/software/anaconda/anaconda3/bin/uncalled", line 4, in <module> __import__('pkg_resources').run_script('uncalled==2.2', 'uncalled') File "/software/anaconda/anaconda3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 665, in run_script self.require(requires)[0].run_script(script_name, ns) File "/software/anaconda/anaconda3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1463, in run_script exec(code, namespace, namespace) File "/software/anaconda/anaconda3/lib/python3.8/site-packages/uncalled-2.2-py3.8-linux-x86_64.egg/EGG-INFO/scripts/uncalled", line 348, in <module> parser.print_help() NameError: name 'parser' is not defined

from uncalled.

skovaka avatar skovaka commented on July 17, 2024

It looks that error should only appear if you run uncalled without a valid subcommand, i.e. "uncalled index", "uncalled map", "uncalled sim", etc. That is not a helpful error though and I will fix that today so it prints the help message. For now you can type "uncalled --help" to see the help message. Sorry for all the issues, and thank you for reporting them!

from uncalled.

robingarcia avatar robingarcia commented on July 17, 2024

Thank you very much for your support. :-)

from uncalled.

skovaka avatar skovaka commented on July 17, 2024

I just pushed a fix that will allow you to simply install with python3 setup.py install using anaconda, and also made it print the help message when you don't include a subcommand.

from uncalled.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.