You inserted an error in the setup.py file in your last commit.
I report the error I receive below when executing the pip install command.
pip install \bsuite
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Torquato\Anaconda3\envs\nlp\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Torquato\\Downloads\\bsuite\\setup.py'"'"'; __file__='"'"'C:\\Users\\Torquato\\Downloads\\bsuite\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info
cwd: C:\Users\Torquato\Downloads\bsuite\
Complete output (1 lines):
error in bsuite setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
I believe that the line that causes the problem is highlighted in the code below.
Good morning,
You inserted an error in the setup.py file in your last commit. I report the error I receive below when executing the pip install command.
I believe that the line that causes the problem is highlighted in the code below.
Pip is not able to recognise that command as a valid requirement specifier.
Thank you very much. Michelangelo Conserva