You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i cant seem to install fst-pso. it errors out with the following
Collecting fst-pso
Using cached fst-pso-1.8.1.tar.gz (18 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [30 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-15qn1meo/fst-pso_91ea1cabed8448229f115c4715ce5b90/setup.py", line 2, in <module>
setup(
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 183, in setup
return run_commands(dist)
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 199, in run_commands
dist.run_commands()
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 954, in run_commands
self.run_command(cmd)
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/dist.py", line 950, in run_command
super().run_command(command)
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/command/egg_info.py", line 311, in run
self.find_sources()
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/command/egg_info.py", line 319, in find_sources
mm.run()
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/command/egg_info.py", line 545, in run
self.prune_file_list()
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/command/sdist.py", line 161, in prune_file_list
super().prune_file_list()
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/_distutils/command/sdist.py", line 380, in prune_file_list
base_dir = self.distribution.get_fullname()
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/_core_metadata.py", line 267, in get_fullname
return _distribution_fullname(self.get_name(), self.get_version())
File "/home/mbassal/anaconda3/envs/pepatac/lib/python3.9/site-packages/setuptools/_core_metadata.py", line 285, in _distribution_fullname
canonicalize_version(version, strip_trailing_zero=False),
TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
any ides/recommendations to get it working?
The text was updated successfully, but these errors were encountered:
hi, i cant seem to install fst-pso. it errors out with the following
any ides/recommendations to get it working?
The text was updated successfully, but these errors were encountered: