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

python 3.9 and pip install pynidm #265

Open
dbkeator opened this issue Mar 15, 2021 · 0 comments
Open

python 3.9 and pip install pynidm #265

dbkeator opened this issue Mar 15, 2021 · 0 comments

Comments

@dbkeator
Copy link
Contributor

Seems to be a problem in setup.py with import pathlib and python 3.9

(test_pynidm_seb) [~]$ pip install pynidm
Downloading/unpacking pynidm
Downloading pynidm-3.7.2.tar.gz (130kB): 130kB downloaded
Running setup.py (path:/private/var/folders/64/5n9z5rtc8xlb1q008k8zd21h0000gq/T/pip_build_dbkeator/pynidm/setup.py) egg_info for package pynidm

Downloading/unpacking prov (from pynidm)
Downloading prov-2.0.0.tar.gz (131kB): 131kB downloaded
Running setup.py (path:/private/var/folders/64/5n9z5rtc8xlb1q008k8zd21h0000gq/T/pip_build_dbkeator/prov/setup.py) egg_info for package prov
Traceback (most recent call last):
File "", line 17, in
File "/private/var/folders/64/5n9z5rtc8xlb1q008k8zd21h0000gq/T/pip_build_dbkeator/prov/setup.py", line 5, in
import pathlib
ImportError: No module named pathlib
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 17, in

File "/private/var/folders/64/5n9z5rtc8xlb1q008k8zd21h0000gq/T/pip_build_dbkeator/prov/setup.py", line 5, in

import pathlib

ImportError: No module named pathlib

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

1 participant