WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
237 stars 110 forks source link

Installation Issue #201

Open himelic opened 5 years ago

himelic commented 5 years ago

Hi pyiso community

I am working on a windows cpu.

I tried setting up a new environment and matching all the required packages and corresponding version numbers as listed in the requirements.txt

i get the following list of packages below.

however, when i try to install using pip install pyiso i still have an error. what am i missing here? still pretty new to the conda / pip world, so forgive me if i am missing something obvious here

(pyiso) C:\Users\jhimelic>pip install pyiso Collecting pyiso Using cached https://files.pythonhosted.org/packages/88/02/f5e34bdd20276bd66908903d3cce860476baf84ced67f4c9a66c9a413625/pyiso-0.4.0.tar.gz Requirement already satisfied: beautifulsoup4==4.5.0 in c:\users\jhimelic\appdata\local\continuum\anaconda3\envs\pyiso\lib\site-packages (from pyiso) (4.5.0) Requirement already satisfied: pandas>=0.18 in c:\users\jhimelic\appdata\local\continuum\anaconda3\envs\pyiso\lib\site-packages (from pyiso) (0.20.1) Requirement already satisfied: python-dateutil in c:\users\jhimelic\appdata\local\continuum\anaconda3\envs\pyiso\lib\site-packages (from pyiso) (2.7.3) Requirement already satisfied: pytz in c:\users\jhimelic\appdata\local\continuum\anaconda3\envs\pyiso\lib\site-packages (from pyiso) (2018.9) Exception: Traceback (most recent call last): File "C:\Users\jhimelic\AppData\Local\Continuum\anaconda3\envs\pyiso\lib\site-packages\pip_internal\basecommand.py", line 228, in main status = self.run(options, args) File "C:\Users\jhimelic\AppData\Local\Continuum\anaconda3\envs\pyiso\lib\site-packages\pip_internal\commands\install.py", line 291, in run resolver.resolve(requirement_set) File "C:\Users\jhimelic\AppData\Local\Continuum\anaconda3\envs\pyiso\lib\site-packages\pip_internal\resolve.py", line 103, in resolve self._resolve_one(requirement_set, req) File "C:\Users\jhimelic\AppData\Local\Continuum\anaconda3\envs\pyiso\lib\site-packages\pip_internal\resolve.py", line 262, in _resolve_one check_dist_requires_python(dist) File "C:\Users\jhimelic\AppData\Local\Continuum\anaconda3\envs\pyiso\lib\site-packages\pip_internal\utils\packaging.py", line 46, in check_dist_requires_python feed_parser.feed(metadata) File "C:\Users\jhimelic\AppData\Local\Continuum\anaconda3\envs\pyiso\lib\email\feedparser.py", line 178, in feed self._input.push(data) File "C:\Users\jhimelic\AppData\Local\Continuum\anaconda3\envs\pyiso\lib\email\feedparser.py", line 104, in push self._partial.write(data) TypeError: string argument expected, got 'NoneType' You are using pip version 10.0.1, however version 19.0.3 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.


(pyiso) C:\Users\jhimelic>pip list Package Version


alabaster 0.7.12 amqp 2.4.2 Babel 2.6.0 beautifulsoup4 4.5.0 billiard 3.6.0.0 celery 4.3.0 certifi 2018.8.24 chardet 3.0.4 colorama 0.4.1 Cython 0.28.5 docutils 0.14 freezegun 0.3.11 html5lib 1.0.1 idna 2.8 imagesize 1.1.0 Jinja2 2.10.1 kombu 4.5.0 lxml 4.3.3 MarkupSafe 1.1.1 mkl-fft 1.0.6 mkl-random 1.0.1 mock 2.0.0 nose 1.3.7 nose-timer 0.7.5 numpy 1.14.3 packaging 19.0 pandas 0.20.1 parameterized 0.7.0 pbr 5.1.3 pip 10.0.1 Pygments 2.3.1 pyparsing 2.3.1 python-dateutil 2.7.3 pytz 2018.9 requests 2.21.0 requests-cache 0.4.13 requests-mock 1.5.2 setuptools 40.2.0 six 1.12.0 snowballstemmer 1.2.1 Sphinx 2.0.0 sphinxcontrib-applehelp 1.0.1 sphinxcontrib-devhelp 1.0.1 sphinxcontrib-htmlhelp 1.0.1 sphinxcontrib-jsmath 1.0.1 sphinxcontrib-qthelp 1.0.2 sphinxcontrib-serializinghtml 1.1.3 urllib3 1.24.1 vine 1.3.0 webencodings 0.5.1 wheel 0.31.1 wincertstore 0.2 xlrd 1.2.0 You are using pip version 10.0.1, however version 19.0.3 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.