ResolutionError: Script 'scripts/ragtag.py' not found in metadata
See original GitHub issueI am running the command
python3 ragtag_scaffold.py /home/mariano/Documents/Wellinger/GCA_002057635.1_ASM205763v1_genomic.fna /home/mariano/Documents/Wellinger/GCA_000773925.1_ASM77392v1_genomic.fna-1 --aligner /home/mariano/Downloads/minimap2/minimap2
and I get this error in the file ragtag.scaffold.err:
Traceback (most recent call last):
File "/home/mariano/miniconda3/bin/ragtag_agp2fa.py", line 4, in <module>
__import__('pkg_resources').run_script('RagTag==2.0.1', 'ragtag_agp2fa.py')
File "/home/mariano/miniconda3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 650, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/home/mariano/miniconda3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1434, in run_script
raise ResolutionError(
pkg_resources.ResolutionError: Script 'scripts/ragtag_agp2fa.py' not found in metadata at '/home/mariano/miniconda3/lib/python3.8/site-packages/RagTag-2.0.1.dist-info'
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
package - pkg_resources.ResolutionError not found
In the latest version of spexxy I changed the setup.py to use entry_points instead of scripts, so hopefully the problem is gone now....
Read more >script not found error (pkg_resources.ResolutionError) #162
After installing pyang and pyangbind via pip, i'm getting the following error running: pyang --plugindir $PYBINDPLUGIN -f pybind -o ...
Read more >impacket / Script not found in metadata - Exploits
Any ideas how to get this impacket working on Kali? Getting error: pkg_resources.ResolutionError: Script 'scripts/psexec.py' not found in ...
Read more >Error Trying to Run Lutris After Installation - Support
ResolutionError : Script 'scripts/lutris' not found in metadata at '/usr/lib/python3/dist-packages/lutris-0.5.6.egg-info'.
Read more >pkg_resources.ResolutionError: No script named 'hg'
pkg_resources.ResolutionError: No script named 'hg' I used the easy_install tool to install mercurial, and i'm using tcsh. Python has worked fine so far, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It looks I fixed the problem with the following
Searching for “failed with initial frozen solve. Retrying with flexible solv” which I always get when I use conda I came across https://stackoverflow.com/questions/57518050/conda-install-and-update-do-not-work-also-solving-environment-get-errors and I used some of their solutions:
After that I retried: