-
Notifications
You must be signed in to change notification settings - Fork 87
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
'too few arguments' #39
Comments
I was not able to reproduce this problem using Python 2.7.14 on a Linux machine using the following commands: virtualenv "pyenv"
. ./pyenv/bin/activate
pip install Yahoo-ticker-downloader
YahooTickerDownloader.py "stocks" Can you provider a list of all installed python packages using |
below are the packages I installed. By the way, this is on Windows10, if I run it on Ubuntu16, no issue. |
I tried to reproduce this on windows 10 using python 2.7.? and 3.6.? but I could not reproduce it. It was not a faithful reproduction however. It was also difficult to re-create your environment as it contained packages which might be private (pip could not download everything) and/or required a MS compiler. You could make a python2 and/or python3 virtualenv on windows and try again. Can you report back the results? |
Hello, I have the same problem on windows 7. I created a virtualenv and this is the pip "freeze" result: (pyenv) (C:\Users\Maria\Anaconda2) C:\Users\Maria>pip freeze When I try to use YahooTickerDownloader.py stocks, I have the following error: (pyenv) (C:\Users\Maria\Anaconda2) C:\Users\Maria>YahooTickerDownloader.py stocks Any solution? |
No solution as of yet. I was not yet able to reproduce the problem. I will try to reproduce it again with your configuration, @Alberms . I will report back whenever it succeeded or not. |
What is this Anaconda2 ? |
Anaconda is a Python distribution with almost all necessary packages for data science. |
Python 2.7 Anaconda
Step by step install using pip
run: YahooTickerDownloader.py stocks
error: "YahooTickerDownloader.py: error: too few arguments"
The text was updated successfully, but these errors were encountered: