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.

Error with Python 3.6

See original GitHub issue

I downloaded the latest version of the Anaconda distribution of Python and made a clean Anaconda install from it (today, 1 February 2017), so that I could get Python 3.6.

However, when I try installing conda-smithy, I get the following error:

$ conda install conda-smithy
Fetching package metadata .............
Solving package specifications: .


UnsatisfiableError: The following specifications were found to be in conflict:
  - conda-smithy -> conda-build-all -> python 2.7*
  - python 3.6*
Use "conda info <package>" to see the dependencies for each package.

I’m not sure if I’m doing something wrong here?

Also, is there a reason why python 2.7 is showing up here?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ericmjlcommented, Feb 2, 2017

@ocefpaf: on the job.

1reaction
ocefpafcommented, Feb 2, 2017

or if the problem is simply that all the requirements have to support 3.6 too

That is probably it. Can you send re-render PRs to pygithub to get a PY36 build there?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to resolve this import error in Python 3.6? - Stack Overflow
module , I got the following error: AttributeError: module 'namespace_repro' has no attribute 'module' . As far as I understand my package has ......
Read more >
Syntax error with python 3.6. Is there update to support Python 3
Can you help why am i getting this error? {"changed": false, "module_stderr": "Traceback (most recent call last):\n File "", line 114, ...
Read more >
8. Errors and Exceptions — Python 3.11.1 documentation
Syntax errors, also known as parsing errors, are perhaps the most common kind of complaint you get while you are still learning Python:....
Read more >
5. Built-in Exceptions — Python 3.6.3 documentation
The base class for those built-in exceptions that are raised for various arithmetic errors: OverflowError , ZeroDivisionError , FloatingPointError . exception ...
Read more >
Error: Python 3.6 or later is required for this operation
Hello,. I'm using Platformio with Sublime text 3 and Deviot. When I try to compile a projet I get this message: “Error: Python...
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