Python Forum

Full Version: Fspaths Module Query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there, How do you install the Module Fspaths ? Or is it part of Python 3.7 I tried a pip install,but it couldn't find the Module, on the internet. Any help would be appreciated.
do you want
os.fspath?
Possibly, I am paying someone to finish of a Python Code I have :- And
he emailed me the following today :-

I have installed the all required package for file run and also check with python version(3.6.0 and 3.7.0) but we are facing issue with Fspaths library. It will be better. Please give the steps of Fspaths library installation.

Query: What version you have used for Fspaths? Please share requirement.txt.

Part of the Code says :- Import Fspaths

Hi Buran, could you tell me what I should tell him ?

Eddie
I don't know. here is what comes at PyPi
https://pypi.org/search/?q=FSpaths
he probably is referring to the old (1991) fspath,
now, import should be os which is built in,
and using python 3.7 os.fspath see: https://docs.python.org/3/library/os.html

I think it was introduced in python 3.6.6, so version must be at least that.