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.

re-rendering is adding a __pycache__/ directory

See original GitHub issue

Latest conda-smithy is adding a __pycache__/ to the feedstocks, not sure if that was intentional.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
jakirkhamcommented, Jun 6, 2019

I also noticed that if you try to rerender in the recioe directory conda-smithy creates some of the files there before it fails. So some feedstocks are geeting contaminated with things like a .github directory in the recipe dir.

For this we could default to the git root directory of the current working directory instead of just the current working directory.

2reactions
ocefpafcommented, Jun 6, 2019

It is being checked in. We need to update the gitignore and make conda-smithy remove those in the next release.

I also noticed that if you try to rerender in the recioe directory conda-smithy creates some of the files there before it fails. So some feedstocks are geeting contaminated with things like a .github directory in the recipe dir.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - What is __pycache__? - Stack Overflow
When you run a program in Python, the interpreter compiles it to bytecode first (this is an oversimplification) and stores it in the...
Read more >
What is __pycache__ in Python? - Towards Data Science
Discussing what is the __pycache__ cache folder created automatically when executing Python scripts and code and what happens when you (don't) delete it....
Read more >
disable the creation of the __pycache__ directory #200 - GitHub
Hello everyone, I have the same problem with creation of __pycache__ I added PYTHONDONTWRITEBYTECODE=1 in my /etc/environment but it still creates. Is there ......
Read more >
How To Create a React + Flask Project - miguelgrinberg.com
When this command completes, you will have a react-flask-app directory with a complete and fully functional simple react project. Since you will ...
Read more >
eyeD3-0.9.6-lp153.8.1.noarch.rpm openSUSE 15.3 Download
eyeD3 is a Python tool for working with audio files, specifically MP3 files containing ID3 metadata (i.e. song info). Features: - Python package...
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