Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fspaths Module Query
#1
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.
Reply
#2
do you want
os.fspath?
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
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
Reply
#4
I don't know. here is what comes at PyPi
https://pypi.org/search/?q=FSpaths
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#5
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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020