Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't install Lcapy library
#1
Hello,
Has anyone ever successfully installed the lcapy library on Windows?
http://lcapy.elec.canterbury.ac.nz/insta...or-windows
I tried with pip3 and it gives a lot of errors.
Thanks.
Reply
#2
Here is top of long list of errors:

ERROR: Command errored out with exit status 1:
command: 'c:\users\user_a\appdata\local\programs\python\python39\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user_a\\AppData\\Local\\Temp\\pip-install-pb7_klwb\\matplotlib\\setup.py'"'"'; __file__='"'"'C:\\Users\\user_a\\AppData\\Local\\Temp\\pip-install-pb7_klwb\\matplotlib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\user_a\AppData\Local\Temp\pip-pip-egg-info-g8kf1gp2'
cwd: C:\Users\user_a\AppData\Local\Temp\pip-install-pb7_klwb\matplotlib\
Complete output (249 lines):
WARNING: The wheel package is not available.
ERROR: Command errored out with exit status 1:
command: 'c:\users\user_a\appdata\local\programs\python\python39\python.exe' 'c:\users\user_a\appdata\local\programs\python\python39\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\USER_A\AppData\Local\Temp\tmphu2cdosp'
cwd: C:\Users\User_a\AppData\Local\Temp\pip-wheel-lvphfekr\numpy
Complete output (200 lines):
Running from numpy source directory.
setup.py:470: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates
Reply
#3
I just installed on Linux without issue, using:
pip install lcapy

I'd try ms windows but don't have it installed.
Reply
#4
(Oct-22-2020, 11:26 AM)Larz60+ Wrote: I just installed on Linux without issue, using:
pip install lcapy

I'd try ms windows but don't have it installed.

I'll also try on Linux, but for the moment I have problem with Ubuntu VM.
Reply
#5
Installed as you suggested ... just with pip ... and works well on Ubuntu VM.
Reply
#6
Quote:I just installed on Linux without issue, using:
pip install lcapy

Did you encounter ths issue: when displaying transfer function in IDLE, the line is cut, altough there is space to display it in just one line. Here is example.
[Image: lcapy-string-cut.jpg]
Reply
#7
I only attempted the install, did not run any code.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Install any library via pip get an error cannot import name 'SCHEME_KEYS' from 'pip. Anldra12 2 10,488 Jan-04-2022, 01:05 PM
Last Post: Anldra12
  I cannot install this library. Can someone show me how? Led_Zeppelin 8 5,734 Mar-12-2021, 05:17 PM
Last Post: snippsat
  How to install a library in Python? DuoZhou 2 2,937 Apr-27-2018, 02:09 PM
Last Post: DuoZhou
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 4,740 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020