You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, if make a fresh Python 3.12 venv, only pip is included. Then, if you install uplink and intend to use it, you immediately run into an error:
File [...]/.venv/lib/site-packages/uplink/_extras.py:4
[...]
import pkg_resources
[...]
ModuleNotFoundError: No module named 'pkg_resources'
Expected behavior
The package should be able to be included out of the box, with no additional packages required.
Additional context
This is true on Linux and on Windows (I don't know about any other platforms because I don't have them). Also maybe I don't know if this is true in earlier versions of venv because I only recently found Uplink :)
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, if make a fresh Python 3.12 venv, only
pip
is included. Then, if you install uplink and intend to use it, you immediately run into an error:To Reproduce
Steps to reproduce the behavior:
Expected behavior
The package should be able to be included out of the box, with no additional packages required.
Additional context
This is true on Linux and on Windows (I don't know about any other platforms because I don't have them). Also maybe I don't know if this is true in earlier versions of
venv
because I only recently found Uplink :)The text was updated successfully, but these errors were encountered: