question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pyup wrongly thinks that `scp` is not Python 3 compatible

See original GitHub issue

Hi, thanks for the software.

I am a user of pyup and scp.

pyup shows that scp is not Python 3 compatible, but this is not correct. The test suite is run on Python 3. setup.py shows “Programming Language :: Python :: 3.5”.

What needs to change to get recognised as Python 3 compatible?

screen shot 2018-01-25 at 10 49 56

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jayfkcommented, Jan 25, 2018

Hi!

The bot looks on the metadata that’s available on PyPi to determine if the project is Python 3 compatible: https://pypi.python.org/pypi/scp/json

The classifier list for scp is empty on PyPi. It could be that the setup.py was modified after the most recent release, so the classifiers from setup.py haven’t made it into PyPi’s metadata.

I can add this to a whitelist in pyup.io’s backend, but the best thing would be to raise this issue with scp so that they can update the metadata accordingly.

0reactions
jayfkcommented, Apr 2, 2018

Well, it is published but the classifiers are missing. Probably because they were added to setup.py after the release was pushed to PyPi.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PyInstaller Documentation - Read the Docs
PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a...
Read more >
lhotse Changelog - pyup.io
It allows to extend existing data with new fields (think different feature extractors, alignments, embeddings, etc.) without triggering a hard copy as would ......
Read more >
Bug listing with status UNCONFIRMED as at 2022/12/22 02 ...
Bug:128538 - "sys-apps/coreutils: /bin/hostname should be installed from coreutils not sys-apps/net-tools" status:UNCONFIRMED resolution: severity:enhancement ...
Read more >
TWP - River Thames Conditions
12v power wheels, Sound on computer not working, Sylvia renquin, ... House wiring 2 switches one light, Startair scp 400, Rent the runway...
Read more >
2001-April.txt - Python mailing list
This may or may not fix the problem for me (Mandrake 7.2 on a Dell Optiplex ... --with-threads=no + + assuming Cygwin 1.1.8-2...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found