python 3 support not working with Lasagne?
See original GitHub issueHey @dnouri ! I saw in #28 that nolearn has python 3 support, but I’m having an issue installing with pip and Github:
2066b4973a1bd2b0ca2e5435f35/Lasagne-0.1.tar.gz (125kB)
100% |################################| 133kB 21.2MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-hxqxg_bu/Lasagne/setup.py", line 10, in <module>
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
File "/opt/conda/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 243: ordinal not in range(128)
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-hxqxg_bu/Lasagne/
My version of Python:
(base) root@f5698f9d1127:/code# python --version
Python 3.6.8 :: Anaconda, Inc.
Have you seen this before? It looks like it has something to do with Lasagne.
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (9 by maintainers)
Top Results From Across the Web
does nolearn/lasagne support python 3 - Stack Overflow
It looks like Lasagne moved out of nolearn to a separate project. It passes its own tests on Python 3.4.
Read more >Lasagne not importing using Python3 in Mint
I am trying to use the lasagne module in Python3, but any time it hits the import statement, in the code I'm running,...
Read more >Installation — Lasagne 0.2.dev1 documentation - Read the Docs
Lasagne currently requires Python 2.7 or 3.4 to run. Please install Python via the package manager of your operating system if it is...
Read more >Ubuntu – Details of source package lasagne in focal
lasagne -doc: deep learning Python library build on the top of Theano (docs) ... Sphinx extension to support docstrings in Numpy format --...
Read more >Installation guide of Theano, Lasagne, and Nolearn
sudo apt-get install python3-numpy python3-scipy python3-dev python3-pip ... numpy.test()" OpenBLAS : Your OS does not support AVX instructions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vsoch @nick-youngblut Just uploaded 0.6.1 to PyPI, containing your changes. Let me know how that works for you.
Make it so! /insert Picard