Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
I'm pretty new to Python (and VSCode, and programming, on general...), and i'm getting trouble with Flake8 on VSCode.
When I'm using local repositories, it works properly, but when I'll work with remote repositories from GitHub, I receive the following message:
Couldn't start client Flake8.
I've been searching on the internet for a solution, but can't find anything.
If it matters, I'm using Ubuntu 22.4.
Can anyone help me, please?
Thanks a lot!
I've searched a lot on the internet and couldn't find anything.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
Improve this question
Can someone explain to me how to use this tool? I don't see installation instructions, can you help me?
https://github.com/ocrim1996/prnu-python
Is it source code that needs to be compiled or do you need to create a text file or source code? I see that there are several files, can someone explain to me how these projects work and how to use them?
Will this project work on both Linux and Windows?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 months ago.
Improve this question
I am coding python script using vscode
with extensions of Python and Pylance. I met a problem as the picture below
there are two same resolution results at the same time,
and not only for the import;
any other place like resolving variables, modules and functions,
there are always two same results.
If forbidding Pylance, there will be no resolution.
So I wonder how to fix this problem.
Upgrade the Jupyter extension to the pre-release version.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I usually start building up code in a jupyter notebook, and then make that into a function/ class that I drop in multiple files. To access/ edit those files I used Xcode. Whereas this works more or less ok, it does require to reload the classes/ functions on the jupyter notebook every time I make a change and having to use two different softwares to code seems unsatisfying. What is the optimal way of going about this?
Have you tried PyCharm? It comes with an extension that runs Jupyter inside the IDE.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I try to install pygame. But untill now doesnt work.
If i go to: http://localhost:17714/
I see this:
And if I try to install pygame like this:
I also went to:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
And I added the .whl file to this directory:
So what I am doing wrong??
Thank you!! Will be nice if somebody can help me.
But I am working on windows 10 - 64bit version
I get this error:
Oke, I could upgrade. But I still get the error:
wowwwwww:
I installed: a other version. And boemmm it works. See:
Try this website:
https://www.webucator.com/blog/2015/03/installing-the-windows-64-bit-version-of-pygame/
I had a look at the comments and it looks like a majority got it to work
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I have a working Python ecosystem on Ubuntu.
Now I want to try Enthought Canopy. Will that installation mess up or interfere somehow with my current system?
Two examples to illustrate my confusion:
will this installation overwrite libraries in my current setup?
which python will start if I invoke ipython in a terminal?
No it wont:
http://docs.enthought.com/canopy/quick-start/install_linux.html
If the check box for making Canopy your default Python environment is checked the following line will be added your .bash_profile or .profile files:
source ~/Enthought/Canopy_32bit/User/bin/activate
But you can always uncheck the box.