Skip to content
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

Update README with compilation instructions #172

Open
pacho2 opened this issue Oct 2, 2024 · 2 comments
Open

Update README with compilation instructions #172

pacho2 opened this issue Oct 2, 2024 · 2 comments

Comments

@pacho2
Copy link

pacho2 commented Oct 2, 2024

Hello,

I want to compile and install weblogo-3.8.0 on a specific (non default) prefix, and I wonder about the right procedure to call setup.py or make. For now, it seems that I need to run:

./setup.py build
./setup.py install --prefix=...

Thanks a lot for documenting it :)

@pacho2
Copy link
Author

pacho2 commented Oct 2, 2024

Sadly it seems to later fail to run with:

$ ./weblogo 
Traceback (most recent call last):
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/pacho/public_html/cgi-bin/ADAPTABLE/weblogo-3.8.0-sources/weblogo/./weblogo", line 33, in <module>
    sys.exit(load_entry_point('weblogo==3.8.0', 'console_scripts', 'weblogo')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pacho/public_html/cgi-bin/ADAPTABLE/weblogo-3.8.0-sources/weblogo/./weblogo", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 862, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 399, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for weblogo

@gecrooks
Copy link
Owner

gecrooks commented Oct 2, 2024

WebLogo's configuration is way out of date. I'm going to release a new version 3.9 within a couple of weeks to deal with issues arising from python 3.13, so I'll see if I can fix this up too.

@gecrooks gecrooks assigned gecrooks and unassigned gecrooks Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants