Hi Zeck, I vaguely remember having this issue when my version of wheel was not the latest - maybe try update and see? Otherwise I know I have also had to install things like `python3-setuptools` and `python3.8-dev` to get various packages to install correctly when using pip.
If that doesn't work, you can also try to build everything locally using the instructions a bit further down in the installation guide here <https://github.com/casper-astro/casperfpga/tree/py38#installation>. These should probably be added to the RtD page too, will do so when I have a moment. Hope this helps! Morag On Fri, Jul 14, 2023 at 10:51 PM Coded visibility < [email protected]> wrote: > Hi all,I'm new to CASPER and trying to install casperfpga following the > guide here: > https://casper-toolflow.readthedocs.io/en/latest/src/How-to-install-casperfpga.htmlBut > <https://casper-toolflow.readthedocs.io/en/latest/src/How-to-install-casperfpga.htmlBut> > I got the following error message when running "pip install ."Building > wheels for collected > pac > > > > > > > > > > > > > > > > > > > > > > > > > > > <https://za.report.cybergraph.mimecast.com/alert-details/?dep=yw42lHzIoMsoBZVG0Uo7tg%3D%3DzWe6%2B7%2F8YJcIlSExby2XLkaFnnDefQDUSjM7KyuvQ0ltNw3Cks2Sx087XtoI43%2FILXYYBXtCEkwKAXHy%2B3L4U8JP%2B1WdxxXKrA%2BKWP4LA6NLdVwJyjwQDl3HWI2DJPfugNVPkmXHjwSOigPmc0sRuvLC%2FggCWd5xeDP8YBOAldzX2HRxeknA5GNzeA%2BEwospWu7SoOK8oIY0etlwVx5YNqYDrPnVR81YFln8BceMVBL4ItwDSxSJh5nPbGx8dPDEr3yEThCv13eX6svLUaK6sWMQIRDbc32h7zGvjtpjcv4bVDDk6dpN94pXLgloTR8hbg1w8lZ5%2BauAbuhqqkBBxi7Dq7Hi21MmzsAg8uofrV9SskXcSid6sQzNb8bJ8wfVgCoa93h5RUMW7A83J7WfGJw62UHoFBwnbySE75rXOigvQlP8BnuH6avVAl%2BN5GlKKe1dxFBd%2Bwp4D98Yqupha1AVNgWyJWLTYWIHlcL7hlkQEnB%2FjAkyRSUHtxVmqjkaqcOeS0fXupstIHQucKDcEinfLnBWsZSuKfk97XFYI3D1rUlCpPJ08KXLfNGkg7%2Bk> > Hi all, > > I'm new to CASPER and trying to install casperfpga following the guide > here: > https://casper-toolflow.readthedocs.io/en/latest/src/How-to-install-casperfpga.html > <https://casper-toolflow.readthedocs.io/en/latest/src/How-to-install-casperfpga.html> > > But I got the following error message when running "pip install ." > > Building wheels for collected packages: casperfpga > Building wheel for casperfpga (setup.py) ... error > ERROR: Command errored out with exit status 1: > command: > /home/sac-lab-shared/Documents/casper_folder/cfpga_venv/bin/python3.8 -u -c > 'import sys, setuptools, tokenize; sys.argv[0] = > '"'"'/tmp/pip-req-build-b_521ey4/setup.py'"'"'; > __file__='"'"'/tmp/pip-req-build-b_521ey4/setup.py'"'"';f=getattr(tokenize, > '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', > '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' > bdist_wheel -d /tmp/pip-wheel-04dpc78m > cwd: /tmp/pip-req-build-b_521ey4/ > Complete output (6 lines): > usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] > or: setup.py --help [cmd1 cmd2 ...] > or: setup.py --help-commands > or: setup.py cmd --help > > error: invalid command 'bdist_wheel' > ---------------------------------------- > ERROR: Failed building wheel for casperfpga > Running setup.py clean for casperfpga > Failed to build casperfpga > > I'm new to CASPER so would appreciate any help! Thanks in advance for your > help! > > Best regards, > Zeck > > -- > You received this message because you are subscribed to the Google Groups " > [email protected]" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAGjM0rRP-49YpsatxDVe3dCSMMwkNdMFaJxQY375vo6tf7MgWw%40mail.gmail.com > <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAGjM0rRP-49YpsatxDVe3dCSMMwkNdMFaJxQY375vo6tf7MgWw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Disclaimer The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful. This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast, a leader in email security and cyber resilience. Mimecast integrates email defenses with brand protection, security awareness training, web security, compliance and other essential capabilities. Mimecast helps protect large and small organizations from malicious activity, human error and technology failure; and to lead the movement toward building a more resilient world. To find out more, visit our website. -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAGH-0TfAA2sDQwQDO4wM%3DDB%3DFasTeG6%3DAAWNC0jM8LyvZYB2LA%40mail.gmail.com.

