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.

Install Plotman w/ Chia's Experimental GUI Installer

See original GitHub issue

Linux Mint 20.04 I installed Chia via the “experimental GUI installer” (chia-blockchain_1.1.5_amd64.deb) and because it doesn’t quite operate the same —no requirement to . ./activate the virtual environment, etc— I’m not sure if I’m performing the Plotman install correctly (actually I’m pretty sure I’m not).

Any insight on the differences of installing Plotman if I used Chia’s “experimental GUI installer”? ( The Chia GUI does seem to be operating fine … I’m synced and generating plots like mad. )

But I’m not even sure where Chia installed to … looks like it might be in /usr/lib/chia-blockchain directory(?), but . ./activate doesnt work from there and when I try to install Plotman i get a ‘launchpadlib’ error and a “WARNING: The script plotman is installed in '/home/ijf/.local/bin' which is not on PATH.” during install. And nothing seems to work after install either … “plotman: command not found”.

I think if I could just get over this hump your instructions are very followable.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:15

github_iconTop GitHub Comments

1reaction
defaultsecuritycommented, May 17, 2021

I’m having the same problem. I installed chia using the experimental installer. $ plotman version = plotman 0.3.1+dev

Traceback (most recent call last): File “/home/username/.local/bin/plotman”, line 8, in <module> sys.exit(main()) File “/home/username/.local/lib/python3.9/site-packages/plotman/plotman.py”, line 179, in main interactive.run_interactive() File “/home/username/.local/lib/python3.9/site-packages/plotman/interactive.py”, line 335, in run_interactive curses.wrapper(curses_main) File “/usr/lib/python3.9/curses/init.py”, line 94, in wrapper return func(stdscr, *args, **kwds) File “/home/username/.local/lib/python3.9/site-packages/plotman/interactive.py”, line 117, in curses_main (started, msg) = manager.maybe_start_new_plot( File “/home/username/.local/lib/python3.9/site-packages/plotman/manager.py”, line 169, in maybe_start_new_plot p = subprocess.Popen(plot_args, File “/usr/lib/python3.9/subprocess.py”, line 951, in init self._execute_child(args, executable, preexec_fn, close_fds, File “/usr/lib/python3.9/subprocess.py”, line 1821, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: ‘chia’

1reaction
altendkycommented, May 10, 2021

FWIW, installing the development version of plotman involves following the regular installation instructions and using @development rather than @main. But sure, I might get a release out tonight, maybe.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installed Chia GUI(.deb) but can't activate environment via CLI
Hello,. I installed the chia GUI with the experimental installer because I kept having issues with the CLI installation (window opened but kept...
Read more >
plotman : a Chia plotting manager - PyPI
A plotting machine with an array of tmp dirs, a single tmp2 dir, and an array of dst dirs to which the plot...
Read more >
[Support] Machinaris - Chia cryptocurrency farming + Plotman ...
Chia - v1.4.0, after a month of pre-release testing with Machinaris. ... Machinaris - fix error in Setup - Mnemonic Import wizard.
Read more >
Multiple fullnode GUI's on same network for ... - Chia Forum
Would the following setup cause any issues; 1 full node PC with GUI running does nothing but sync and check al th…
Read more >
HOWTO: Chia Farming on SCALE | Page 2 - TrueNAS
I would be very pleased to have plotman included in de chia image. ... I've actually been attaching thru the UI to shell...
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