question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

python 3 support not working with Lasagne?

See original GitHub issue

Hey @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:closed
  • Created 5 years ago
  • Comments:12 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
dnouricommented, Nov 5, 2019

@vsoch @nick-youngblut Just uploaded 0.6.1 to PyPI, containing your changes. Let me know how that works for you.

0reactions
vsochcommented, Nov 5, 2019

Make it so! /insert Picard

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found