You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing a error when i run "fabfile.py". it gives the following error
File "C:\Python3\fabfile.py", line 4, in
from fabric.api import *
ModuleNotFoundError: No module named 'fabric'
Can you kindly guide me how to solve this problem
Thanks
Regards
The text was updated successfully, but these errors were encountered:
This file depends on the 3rd-party module Fabric (Fabric3, to be precise), which you would have to add to your python installation first. However, that would probably be of no use to you, as fabfile.py is a piece of code which is specifically tailored to interact with a server at our institution (it executes a remote perl script to query the Web of Science), so it won't work outside this environment.
You might want to have a look at the /python directory instead, those scripts are meant to handle several tasks involving CSV files and are much more general-purpose.
Hello,
I am facing a error when i run "fabfile.py". it gives the following error
File "C:\Python3\fabfile.py", line 4, in
from fabric.api import *
ModuleNotFoundError: No module named 'fabric'
Can you kindly guide me how to solve this problem
Thanks
Regards
The text was updated successfully, but these errors were encountered: