Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Pathlib import error #1

Open
hkamran80 opened this issue Feb 11, 2019 · 0 comments
Open

Pathlib import error #1

hkamran80 opened this issue Feb 11, 2019 · 0 comments
Assignees
Labels
Bug Something isn't working Help Wanted Extra attention is needed
Milestone

Comments

@hkamran80
Copy link
Owner

Traceback (most recent call last):
  File "hermes/main.py", line 11, in <module>
    import ffpass
  File "/Users/hkamran/Desktop/Desktop/Projects/hermes2/hermes/hermes/ffpass.py", line 35, in <module>
    from pathlib import Path
ImportError: No module named pathlib

Apparently, Python 2 does not have pathlib built-in, unlike Python 3. pip install pathlib only installs it for Python 3.

@hkamran80 hkamran80 added Bug Something isn't working Help Wanted Extra attention is needed labels Feb 11, 2019
@hkamran80 hkamran80 self-assigned this Feb 11, 2019
@hkamran80 hkamran80 changed the title Python 2: Pathlib import error [python2] Pathlib import error Feb 11, 2019
@hkamran80 hkamran80 added this to the python2 milestone Feb 23, 2019
@hkamran80 hkamran80 changed the title [python2] Pathlib import error Pathlib import error Feb 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working Help Wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant