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
When I try to instal the package on jupyter notebook with python 3.6 I get the following error:
Collecting https://github.com/lciti/cvxEDA/archive/master.zip
Downloading https://github.com/lciti/cvxEDA/archive/master.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "c:\program files (x86)\microsoft visual studio\shared\anaconda3_64\lib\tokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\B00064110\AppData\Local\Temp\pip-req-build-sd6fiq56\setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\B00064110\AppData\Local\Temp\pip-req-build-sd6fiq56\
Kernel runs with admin privileges so that's not an issue
The text was updated successfully, but these errors were encountered:
Hi!
When I try to instal the package on jupyter notebook with python 3.6 I get the following error:
Collecting https://github.com/lciti/cvxEDA/archive/master.zip
Downloading https://github.com/lciti/cvxEDA/archive/master.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "c:\program files (x86)\microsoft visual studio\shared\anaconda3_64\lib\tokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\B00064110\AppData\Local\Temp\pip-req-build-sd6fiq56\setup.py'
Command "python setup.py egg_info" failed with error code 1 in C:\Users\B00064110\AppData\Local\Temp\pip-req-build-sd6fiq56\
Kernel runs with admin privileges so that's not an issue
The text was updated successfully, but these errors were encountered: