-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Issue: Installation Failure of Netmiko on Python 3.11.4 Embedded Version #3269
Comments
PY3.11.0 worked fine for me on a fedora based system
The https://github.com/PythonCharmers/python-future/tree/v0.18.3/src What version of setuptools are you using? I tested with both the setuptools versions below:
|
Hi @ktbyers I've tested it on a windows 11 OS which a fresh (embedded) python evironment 3.11.4. The versions can be retrieved from the log output above. When using the Python installer, i also dont have any issues...
|
My guess is that it is related to this step:
There is a good chance that
I wonder if that is causing a conflict with what you are trying to do. I wonder if can build a wheel for future and just download/install that? |
Thanks for the direction, i'll have a look and report back |
Overview
I encountered an error while attempting to install
netmiko
using pip on the embedded Python versionpython-3.11.4-embed-amd64
.Key Notes
future
package, as indicated by the error traceback.pip
, but from a subprocess during the package's metadata generation.Reproduction Steps
The script named
python-embed-future-issue.ps1
performs the following:Python 3.11.4
embedded binaries.pip
.python311._pth
to ensure the site-packages directory is considered.netmiko
using the commandpython.exe -m pip install netmiko
.Script content
Output from the script execution:
Attempts to fix
Update PIP and Setup Tools
References
The text was updated successfully, but these errors were encountered: