Discussion:
[Jython-users] nflgame
Thufir Hawat
2017-02-07 11:40:14 UTC
Permalink
Thanks for helping. Got it installed as:

***@doge:~$
***@doge:~$ jython --version
Jython 2.7.0
***@doge:~$
***@doge:~$ pip --version
pip 1.6.dev1 from /home/thufir/jython/Lib/site-packages (python 2.7)
***@doge:~$
***@doge:~$ pip freeze
***@doge:~$
***@doge:~$ pip install virtualenv
Downloading/unpacking virtualenv
Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB): 1.8MB
downloaded
Installing collected packages: virtualenv
Successfully installed virtualenv
Cleaning up...
***@doge:~$
***@doge:~$ mkdir nfl
***@doge:~$
***@doge:~$ cd nfl
***@doge:~/nfl$
***@doge:~/nfl$ jython -m virtualenv jve
Cannot find file /home/thufir/jython/Include (bad symlink)
New jython executable in /home/thufir/nfl/jve/bin/jython
Installing setuptools, pip, wheel...done.
***@doge:~/nfl$
***@doge:~/nfl$ . jve/bin/activate
(jve) ***@doge:~/nfl$
(jve) ***@doge:~/nfl$ pip install nflgame
Collecting nflgame
/home/thufir/nfl/jve/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:310:
SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject
Name Indication) extension to TLS is not available on this platform. This
may cause the server to present an incorrect TLS certificate, which can
cause validation failures. You can upgrade to a newer version of Python to
solve this. For more information, see
https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
warnings.warn(
/home/thufir/nfl/jve/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:115:
InsecurePlatformWarning: A true SSLContext object is not available. This
prevents urllib3 from configuring SSL appropriately and may cause certain
SSL connections to fail. You can upgrade to a newer version of Python to
solve this. For more information, see
https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
warnings.warn(
Downloading nflgame-1.2.20.tar.gz (34.0MB)
100%
|| 34.0MB
11kB/s
Collecting pytz (from nflgame)
Downloading pytz-2016.10-py2.py3-none-any.whl (483kB)
100%
|| 491kB
158kB/s
Collecting httplib2 (from nflgame)
Downloading httplib2-0.10.3.tar.gz (204kB)
100%
|| 204kB
136kB/s
Collecting beautifulsoup4 (from nflgame)
Downloading beautifulsoup4-4.5.3-py2-none-any.whl (85kB)
100%
|| 92kB
147kB/s
Building wheels for collected packages: nflgame, httplib2
Running setup.py bdist_wheel for nflgame ... done
Stored in directory:
/home/thufir/.cache/pip/wheels/12/e2/67/97dfa7f48af53140aa18136c8fbf019c455600b00b6cd4f07d
Running setup.py bdist_wheel for httplib2 ... done
Stored in directory:
/home/thufir/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c
Successfully built nflgame httplib2
Installing collected packages: pytz, httplib2, beautifulsoup4, nflgame
Successfully installed beautifulsoup4-4.5.3 httplib2-0.10.3 nflgame-1.2.20
pytz-2016.10
(jve) ***@doge:~/nfl$
(jve) ***@doge:~/nfl$ pip freeze
appdirs==1.4.0
beautifulsoup4==4.5.3
httplib2==0.10.3
nflgame==1.2.20
packaging==16.8
pyparsing==2.1.10
pytz==2016.10
six==1.10.0
(jve) ***@doge:~/nfl$



so that looks good.




thanks,

Thufir
Jeff Allen
2017-02-07 21:18:49 UTC
Permalink
That's great: you didn't have the heap problem. (I got the SSL warnings
too.) Thanks for feeding back on your success.

Jeff Allen
Post by Thufir Hawat
Jython 2.7.0
pip 1.6.dev1 from /home/thufir/jython/Lib/site-packages (python 2.7)
Downloading/unpacking virtualenv
Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB): 1.8MB
downloaded
Installing collected packages: virtualenv
Successfully installed virtualenv
Cleaning up...
Cannot find file /home/thufir/jython/Include (bad symlink)
New jython executable in /home/thufir/nfl/jve/bin/jython
Installing setuptools, pip, wheel...done.
Collecting nflgame
SNIMissingWarning: An HTTPS request has been made, but the SNI
(Subject Name Indication) extension to TLS is not available on this
platform. This may cause the server to present an incorrect TLS
certificate, which can cause validation failures. You can upgrade to a
newer version of Python to solve this. For more information, see
https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
warnings.warn(
InsecurePlatformWarning: A true SSLContext object is not available.
This prevents urllib3 from configuring SSL appropriately and may cause
certain SSL connections to fail. You can upgrade to a newer version of
Python to solve this. For more information, see
https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
warnings.warn(
Downloading nflgame-1.2.20.tar.gz (34.0MB)
100% |████████████████████████████████| 34.0MB 11kB/s
Collecting pytz (from nflgame)
Downloading pytz-2016.10-py2.py3-none-any.whl (483kB)
100% |████████████████████████████████| 491kB 158kB/s
Collecting httplib2 (from nflgame)
Downloading httplib2-0.10.3.tar.gz (204kB)
100% |████████████████████████████████| 204kB 136kB/s
Collecting beautifulsoup4 (from nflgame)
Downloading beautifulsoup4-4.5.3-py2-none-any.whl (85kB)
100% |████████████████████████████████| 92kB 147kB/s
Building wheels for collected packages: nflgame, httplib2
Running setup.py bdist_wheel for nflgame ... done
/home/thufir/.cache/pip/wheels/12/e2/67/97dfa7f48af53140aa18136c8fbf019c455600b00b6cd4f07d
Running setup.py bdist_wheel for httplib2 ... done
/home/thufir/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c
Successfully built nflgame httplib2
Installing collected packages: pytz, httplib2, beautifulsoup4, nflgame
Successfully installed beautifulsoup4-4.5.3 httplib2-0.10.3
nflgame-1.2.20 pytz-2016.10
appdirs==1.4.0
beautifulsoup4==4.5.3
httplib2==0.10.3
nflgame==1.2.20
packaging==16.8
pyparsing==2.1.10
pytz==2016.10
six==1.10.0
so that looks good.
thanks,
Thufir
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Jython-users mailing list
https://lists.sourceforge.net/lists/listinfo/jython-users
Continue reading on narkive:
Loading...