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

funnel is not recognized #158

Closed
ghost opened this issue Dec 21, 2021 · 1 comment
Closed

funnel is not recognized #158

ghost opened this issue Dec 21, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 21, 2021

Description

  • Which things do I have to adjust in the script to my environment variable or ...(?) so that the JobFunnel actually works... ?

  • which folder, libery should I add to the Windows 10 classpath, is missing (see # Path variable output ) so that this wonderful script finally runs as intended...?

List any additional libraries that are affected.
** Please see list below

Steps to Reproduce (Powershell history output)

  1. mkdir jobscraper_NL
  2. cd jobscraper_nl folder
  3. pip install git+https://github.com/PaulMcInnis/JobFunnel.git
  4. wget https://git.io/JUWeP -O my_settings.yaml
  5. funnel --help ( see output: error 1 )
  6. funnel load -s my_settings.yaml ( see output: erorr 2 )

Expected behavior

As described in the documentation

Actual behavior

A description of what happens instead.

Error 1 :

PS C:\Projects\jobscraper> funnel --help                             
funnel : **The term 'funnel' is not recognized as the name of a cmdlet, function, 
script file, or operable program**. Check the spelling of the name,
 or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ funnel --help
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (funnel:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Error 2:

PS C:\Users\thead\OneDrive\Documents\jobscraper_nl> funnel load -s my_settings.yaml
funnel : The term 'funnel' is not recognized as the name of a cmd
let, function, script file, or operable program. Check the spelli
ng of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ funnel load -s my_settings.yaml
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (funnel:String) []
   , CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException 

Environment

  • PIP version 21.3.1
  • Python 3.8.0
  • Powershell
  • OS Microsoft Windows 10 Home 64 bits 10.0.19043
  • Source folder: C:\Projects\jobscraper>

Path variable output

``
* C:\Program Files\Python38\
* C:\Windows\system32
* C:\Windows
* C:\Windows\System32\Wbem
* C:\Windows\System32\WindowsPowerShell\v1.0\
* C:\Windows\System32\OpenSSH\
* C:\ProgramData\chocolatey\bin
* C:\Program Files\Git\cmd
* C:\Program Files\Python38\Scripts\
* C:\Program Files\Python38\
* C:\Windows\system32
* C:\Windows
* C:\Windows\System32\Wbem
* C:\Windows\System32\WindowsPowerShell\v1.0\
* C:\Windows\System32\OpenSSH\
* C:\ProgramData\chocolatey\bin
* C:\Program Files\Git\cmd
* c:\users\thead\appdata
* C:\users"
```


```

Name                           Version          Source                           ProviderName
----                           -------          ------                           ------------
Git                            2.34.1                                            Programs
Python 3.8.0 Tcl/Tk Support... 3.8.150.0                                         msi
Python 3.8.0 Tcl/Tk Support... 3.8.150.0                                         msi
Python 3.8.0 Development Li... 3.8.150.0                                         msi
Python 3.8.0 Core Interpret... 3.8.150.0                                         msi
Python 3.8.0 Add to Path (6... 3.8.150.0                                         msi
Python Launcher                3.10.7581.0                                       msi
Python 3.8.0 Test Suite (64... 3.8.150.0                                         msi
Python 3.8.0 Standard Libra... 3.8.150.0                                         msi
Python 3.8.0 Executables (6... 3.8.150.0                                         msi
Python 3.8.0 Executables (6... 3.8.150.0                                         msi
Python 3.8.0 Executables (6... 3.8.150.0                                         msi
Python 3.10.0 Standard Libr... 3.10.150.0                                        msi
Python 3.10.0 Test Suite (6... 3.10.150.0                                        msi
Python 3.8.0 Standard Libra... 3.8.150.0                                         msi
Python 3.8.0 Core Interpret... 3.8.150.0                                         msi
Microsoft Update Health Tools  2.84.0.0                                          msi
Python 3.8.0 Standard Libra... 3.8.150.0                                         msi
Microsoft Visual C++ 2019 X... 14.29.30133                                       msi
Python 3.8.0 Test Suite (64... 3.8.150.0                                         msi
Python 3.10.0 pip Bootstrap... 3.10.150.0                                        msi
Python 3.10.0 Core Interpre... 3.10.150.0                                        msi
Python 3.8.0 Utility Script... 3.8.150.0                                         msi
Python 3.8.0 Documentation ... 3.8.150.0                                         msi
Python 3.8.0 Test Suite (64... 3.8.150.0                                         msi
Python 3.8.0 Development Li... 3.8.150.0                                         msi
Python 3.10.0 Tcl/Tk Suppor... 3.10.150.0                                        msi
Python 3.8.0 Tcl/Tk Support... 3.8.150.0                                         msi
Python 3.8.0 Core Interpret... 3.8.150.0                                         msi
Microsoft Visual C++ 2019 X... 14.29.30133                                       msi
Python 3.10.0 Documentation... 3.10.150.0                                        msi
Python 3.10.0 Executables (... 3.10.150.0                                        msi
Python 3.10.0 Development L... 3.10.150.0                                        msi
Python 3.8.0 pip Bootstrap ... 3.8.150.0                                         msi
Python 3.8.0 (64-bit)          3.8.150.0                                         Programs
Python 3.10.0 (64-bit)         3.10.150.0                                        Programs
Microsoft Visual Studio Cod... 1.63.2                                            Programs


@PaulMcInnis
Copy link
Owner

You need to add funnel as a command, I guess the installation doesn't work on windows for some reason. You can always run this by cloning the repository instead.

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