[moin-user] moin2 on pythonanywhere

Renato Pontefice renato.pontefice at gmail.com
Sun Feb 9 05:57:12 EST 2020


for me, this is incomprehensible

LICENSE.txt  README.rst activate  docs  m-docs.txt    
m-new-wiki.txt      moin.spec requirements.d  setup.cfg  src      wiki_local
10:42 ~/moin (master)$ pip install werkzeug==0.16.1
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 
2020. Please upgrade your Python as Python 2.7 won't be maintained after 
that date. A future version of pip will drop support for Python 2.7
. More details about Python 2 support in pip, can be found at 
https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Looking in links: /usr/share/pip-wheels
Collecting werkzeug==0.16.1
   Downloading 
https://files.pythonhosted.org/packages/c2/e4/a859d2fe516f466642fa5c6054fd9646271f9da26b0cac0d2f37fc858c8f/Werkzeug-0.16.1-py2.py3-none-any.whl 
(327kB)
      |████████████████████████████████| 327kB 53.5MB/s
Installing collected packages: werkzeug
   Found existing installation: Werkzeug 0.16.0
     Uninstalling Werkzeug-0.16.0:
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] 
Permission denied: 
'/usr/local/lib/python2.7/dist-packages/Werkzeug-0.16.0.dist-info/top_level.txt' 

Consider using the `--user` option or check the permissions.

10:43 ~/moin (master)$ su pip install werkzeug==0.16.1
No passwd entry for user 'pip'
10:43 ~/moin (master)$ sudo pip install werkzeug==0.16.1
bash: sudo: command not found
10:43 ~/moin (master)$ su pip install werkzeug==0.16.1
No passwd entry for user 'pip'
10:44 ~/moin (master)$ pip install werkzeug==0.16.1
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 
2020. Please upgrade your Python as Python 2.7 won't be maintained after 
that date. A future version of pip will drop support for Python 2.7
. More details about Python 2 support in pip, can be found at 
https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Looking in links: /usr/share/pip-wheels
Collecting werkzeug==0.16.1
   Using cached 
https://files.pythonhosted.org/packages/c2/e4/a859d2fe516f466642fa5c6054fd9646271f9da26b0cac0d2f37fc858c8f/Werkzeug-0.16.1-py2.py3-none-any.whl 

Installing collected packages: werkzeug
   Found existing installation: Werkzeug 0.16.0
     Uninstalling Werkzeug-0.16.0:
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] 
Permission denied: 
'/usr/local/lib/python2.7/dist-packages/Werkzeug-0.16.0.dist-info/top_level.txt' 

Consider using the `--user` option or check the permissions.

10:44 ~/moin (master)$ ./m sample
Creating a new wiki populated with sample data...
Output messages redirected to m-new-wiki.txt.
Important messages from m-new-wiki.txt are shown below:
1 Traceback (most recent call last):
10 ImportError: cannot import name 'cached_property' from 'werkzeug' 
(/home/rp20b/moin-venv-python3.7/lib/python3.7/site-packages/werkzeug/__init__.py) 

11 Traceback (most recent call last):
20 ImportError: cannot import name 'cached_property' from 'werkzeug' 
(/home/rp20b/moin-venv-python3.7/lib/python3.7/site-packages/werkzeug/__init__.py) 


Error: attempt to create wiki failed. Do "./m log new-wiki" to see 
complete log.

Renato

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/moin-user/attachments/20200209/5570f9e9/attachment-0001.html>


More information about the moin-user mailing list