-
Notifications
You must be signed in to change notification settings - Fork 252
Getting errors during installation of packages from requirements.txt #682
Replies: 1 comment · 4 replies
-
Hi @shivamshrey! I also work on a Windows system, but I use WSL to develop That being said, I found some intructions regarding I have just tested running
The fact that you had a different behaviour on your computer (= the I hope this information will help you. Please keep me informed if you are still stuck, and good luck! 😊 |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks for your response @Lucas-C
But after that, I just tried running the code example from readme and it worked. Does that mean that everything's in place? |
Beta Was this translation helpful? Give feedback.
All reactions
-
On Ubuntu WSL, I got the following error initially:
Then I installed
And retried installing requirements and it worked:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Beta Was this translation helpful? Give feedback.
All reactions
-
All the tests from |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Python: 3.9.6
OS: Windows 10 21H2 (OS Build 19044.2486)
I tried installing python packages for running the tests but got this error.
Then I tried using
--use-pep517
based on the deprecation message above.Do I have to install Visual Studio Build Tools? If yes, which workloads?
Beta Was this translation helpful? Give feedback.
All reactions