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.

Missing `Build` directory

See original GitHub issue

I have observed that pyscript-main\pyscriptjs\build directory is missing which contains important files : pyscript.css and pyscript.js

I know there is an alternative for this to use the following lines :

<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" / > <script defer src="https://pyscript.net/alpha/pyscript.js"></script>

this build directory needs to be generated or we need to create it manually and copy the following files pyscript.css and pyscript.js

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
abhijeetmotecommented, May 8, 2022

Can we have proper documentation for it?

1reaction
verhulstmcommented, May 6, 2022

it needs to be built. cd into the the dir pyscript/pyscript (the dir with the makefile) and run:

make setup make build

Read more comments on GitHub >

github_iconTop Results From Across the Web

linux - build is missing for compiling kernel module
here's my problem, there is no "build" in "/lib/modules/ uname -r /" directory! what am I missing here? linux · compiling · kernel-modules....
Read more >
Missing build directory in 5.15.16-1-MANJARO headers
While compiling a driver for my network card I noticed there is no build directory under /lib/modules/5.15.16-1-MANJARO.
Read more >
Installing new driver on Linux, missing the 'Build' directory
I recently installed Kali Linux on a very old PC, and since it doesn't have a wifi card I bought a Realtek USB...
Read more >
make can't find build directory : r/archlinux - Reddit
make can't find build directory. I'm trying to install the CH340 driver and keep on getting the same error, no matter if I...
Read more >
[SOLVED] Unable to Build from Source / Newbie Corner / Arch ...
Hi All,. I am having a bit of an issue with building from source and I am sure that I am doing something...
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